b65c2adda1a9132e64fe5527277fa7ce82afb5d4
[gnus] / lisp / ChangeLog
1 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4         nntp-marks-file-name is nil.
5
6 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * gnus-html.el (gnus-html-wash-tags)
9         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10         Better logging.
11
12 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * nndoc.el (nndoc-type-alist): Added a new type for Google digests. 
15
16         * gnus-html.el (gnus-html-wash-tags): Check the value of
17         gnus-blocked-images in the summary buffer.
18
19 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
20
21         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
22
23 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
26         like "a", it seems like.
27         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
28         since it needs to be picked from the correct buffer.
29
30         * nnwfm.el: Removed.
31
32         * nnlistserv.el: Removed.
33
34 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
37         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
38
39 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * nnkiboze.el: Removed.
42
43         * nndb.el: Removed.
44
45         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
46         alt text.
47         (gnus-html-rescale-image): Try to get the rescaling logic right for
48         images that are just wide and not tall.
49
50         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
51         overshadow variable bindings.
52
53 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * gnus-html.el (gnus-html-wash-tags)
56         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
57         extra logging.
58
59 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
62         (gnus-max-image-proportion): New variable.
63         (gnus-html-rescale-image): New function.
64         (gnus-html-put-image): Rescale images.
65
66 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-html.el (gnus-article-html): Decode contents by charset.
69
70 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
73         (gnus-html-frame-width, gnus-blocked-images)
74         * message.el (message-prune-recipient-rules): Add custom version.
75         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
76
77         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
78         functions.
79
80         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
81         gnus-process-get.
82
83 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
84
85         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
86         instead of lsub directly.
87
88 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * nnwarchive.el: Removed.
91
92         * gnus-soup.el: Removed.
93
94         * nnsoup.el: Removed.
95
96         * nnultimate.el: Removed.
97
98         * gnus-html.el (gnus-blocked-images): New variable.
99
100         * message.el (message-prune-recipients): New function.
101         (message-prune-recipient-rules): New variable.
102
103         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
104         guess whether a long line is natural text or not.
105
106         * gnus-html.el (gnus-html-schedule-image-fetching): Use
107         gnus-process-plist and friends for compatibility.
108
109 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
110
111         * gnus-html.el: Require packages that define macros used in this file.
112         (gnus-article-mouse-face): Declare to silence byte-compiler.
113         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
114         process-get.
115         (gnus-html-put-image): Use plist-get to avoid getf.
116         (gnus-html-prefetch-images): Use with-current-buffer.
117
118 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-ems.el: Provide compatibility functions for
121         gnus-set-process-plist.
122
123         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
124         header-line-format for XEmacs 21.4.
125
126         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
127         * gnus.el (gnus-valid-select-methods)
128         * message.el (message-send-mail-partially-limit)
129         * mm-decode.el (mm-text-html-renderer)
130         * mml.el (mml-insert-mime-headers-always)
131         * smiley.el (smiley-regexp-alist): Bump custom version.
132
133 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-html.el: require mm-url.
136         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
137         with the url to `url'.
138         (gnus-html-wash-tags): Support cid: URLs/images.
139
140 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
143         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
144         bindings, as they aren't useful at all. `w' is moved to `W w'.
145
146         * gnus-move.el: Removed file, since it doesn't really work.
147
148         * gnus-html.el (gnus-article-html): Tell w3m that the input is
149         UTF-8. This seems to fix problems with some German web feeds.
150
151         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
152         at the top so that the proper colours are applied.
153
154         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
155         don't have dots in their names.
156
157         * gnus-art.el (gnus-article-view-part): Doc fix.
158
159         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
160         XEmacs-compatible.
161         (gnus-html-put-image): Don't do images on non-graphic displays.
162
163         * nnslashdot.el: Removed this unused backend.
164
165         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
166         actions.
167         (gnus-undo-register-1): Revert last change.
168
169         * gnus-group.el (gnus-group-completing-read): Protect against not
170         having completion-styles bound.
171
172         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
173         make broken recipients happier.
174
175         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
176
177         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
178         point parameter.
179
180         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
181
182         * gnus-group.el (gnus-group-completing-read): Add 'substring to
183         completion-styles for group selection.
184
185 2009-02-04  Andreas Schwab  <schwab@suse.de>
186
187         * gnus-score.el (gnus-score-string): Fix regex for matching extra
188         headers and regexp-quote the match if necessary.
189
190 2009-03-24  Miles Bader  <miles@gnu.org>
191
192         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
193         the blinking smiley.
194
195 2009-03-24  Simon Josefsson  <simon@josefsson.org>
196
197         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
198         blink smiley.
199
200 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
203         where the dribbel file lives exists.
204
205         * message.el (message-send-mail-partially-limit): Change the default to
206         nil, since most people don't want this.
207
208         * mm-url.el (mm-url-decode-entities): Also decode entities like
209         &#x3212.
210
211 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
212
213         * gnus-sum.el (gnus-summary-idna-message):
214         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
215         Hyperlink urls in docstrings with URL `...'.
216
217 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
218
219         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
220         functions.
221
222 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
225         say what the mouseover text should be.
226
227         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
228         version of the mm-w3m-safe-url-regexp variable to only download images
229         in the groups where we want that to happen.
230
231         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
232
233         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
234         easier debugging.
235         (gnus-article-beginning-of-window): Add kludge to allow spacing past
236         big pictures in the article buffer.
237
238         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
239         gnus-article-html.
240         (mm-text-html-renderer): gnus-article-html needs curl in addition to
241         w3m.
242
243         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
244
245 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
248         which doesn't exist.
249
250         * message.el (message-inhibit-ecomplete): New variable to allow some
251         function to inhibit ecomplete address storage.
252         (message-resend): Disable ecomplete message storage when resending
253         messages.
254
255         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
256
257 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
260         Save excursion while copying, moving, and deleting articles in order to
261         prevent the cursor from jumping to unforeseen place.
262
263 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * lpath.el: No need to bind bookmark-current-buffer,
266         bookmark-yank-point and bookmark-make-record-function.
267
268 2010-08-17  Glenn Morris  <rgm@gnu.org>
269
270         * gnus-sync.el: Require gnus components whose functions are used.
271
272         * gnus-art.el (bookmark-make-record-function):
273         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
274         Declare for compiler.
275
276         * mm-url.el (mml-compute-boundary): Autoload.
277
278 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
281
282 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         Typo fix "hoo4a" -> "hook".
285
286         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
287
288 2010-08-14  Glenn Morris  <rgm@gnu.org>
289
290         * gnus-sync.el (gnus-sync): Fix defgroup version.
291
292 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
293
294         Doc fixes and keep unknown groups (ammended for nunion bug fix).
295
296         * gnus-sync.el: Fix docs.
297         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
298         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
299
300 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
301
302         Optimizations for gnus-sync.el.
303
304         * gnus-sync.el: Add docs about gnus-sync-backend
305         possibilities.
306         (gnus-sync-save): Remove unnecessary message.
307         (gnus-sync-read): Optimize and show what groups were skipped.
308
309 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         Minor bug fixes for gnus-sync.el.
312
313         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
314         read the sync on get-new-news.
315
316         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
317         quiet.
318
319         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
320
321 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
322
323         Make saving and restoring of hidden threads work with overlays.
324         Patch applied by Ted Zlatanov.
325
326         * gnus-sum.el (gnus-hidden-threads-configuration)
327         (gnus-restore-hidden-threads-configuration): Update to deal with text
328         properties, rather than searching for a magic character.
329
330 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         New gnus-sync.el library for synchronization of marks.
333
334         * gnus-sync.el: New library for synchronization of marks.
335
336         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
337         renamed from `gnus-registry-grep-in-list'.
338
339         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
340
341         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
342
343 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
346         determining charset of text fails.
347
348 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * nnmail.el (nnmail-get-new-mail-1): Revert.
351
352         * nnml.el (nnml-active-number): Make sure names of newly created groups
353         in nnml-group-alist are encoded.
354
355 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
358         containing non-ASCII characters in active file for nnml back end.
359
360 2010-07-24  David Engster  <dengste@eml.cc>
361
362         * mml-smime.el (mml-smime-epg-verify): Also accept the older
363         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
364
365 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
366
367         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
368         tag (Bug#6654).
369
370 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
373         the article buffer, not the summary buffer.
374
375 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
378         Emacs 23 as well.
379
380 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
383         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
384
385 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
386
387         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
388         Patch applied by Karl Fogel.
389
390         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
391         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
392
393 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
394
395         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
396         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
397         C-w still not working correctly from Article buffers; Thierry's
398         patch to fix that will be applied after this.
399
400         * gnus-art.el (bookmark-make-record-function): New local variable.
401
402         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
403         article buffer.
404         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
405
406 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
407
408         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
409         on changes in bookmark.el.
410
411 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
414         `no-log' instead of message not to log prompt string.
415
416 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
417
418         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
419         the *other* type of HTML form submission.
420
421 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
422
423         * auth-source.el (auth-source-pick): If choice does not contain a
424         questioned keyword, set the check to t.
425
426 2010-06-12  Romain Francoise  <romain@orebokech.com>
427
428         * gnus-util.el (gnus-date-get-time): Move up before first use.
429
430 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
433         (gnus-article-edit-part): Bind it to make last part that is substituted
434         or deleted visible.
435         (gnus-mime-display-single): Buttonize part of which id equals to
436         gnus-mime-buttonized-part-id.
437
438 2010-06-10  Dan Christensen  <jdc@uwo.ca>
439
440         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
441         (gnus-dd-mmm): Use gnus-date-get-time.
442         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
443         simplify logic.
444         (gnus-summary-limit-to-age): Use gnus-date-get-time.
445         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
446
447 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
448
449         * auth-source.el (top): Autoload `secrets-list-collections',
450         `secrets-create-item', `secrets-delete-item'.
451         (auth-sources): Fix tag string.
452         (auth-get-source, auth-source-retrieve, auth-source-create)
453         (auth-source-delete): New defuns.
454         (auth-source-pick): Rewrite in order to avoid 2 passes.
455         (auth-source-forget-user-or-password): New parameter USERNAME.
456         (auth-source-user-or-password): New parameters CREATE-MISSING and
457         DELETE-EXISTING.  Retrieve password interactively, if needed.
458
459 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
460
461         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
462         deleting unused directories when gnus-expert-user is t.
463
464 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
467         for each temp file when gnus-article-browse-delete-temp is ask.
468
469 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
470
471         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
472         Lisp calls to delete-backward-char by calls to delete-char.
473
474 2010-05-20  Kevin Ryde  <user42@zip.com.au>
475
476         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
477
478 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
479
480         * password-cache.el (password-cache-remove): Fix docstring.
481
482 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
485         article unless decoding article to be saved.
486
487 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
490         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
491         generated within the mm-with-unibyte-current-buffer macro.
492
493 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
496         to nil when we're in a mml-preview buffer and no group is selected.
497
498 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
499
500         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
501         when catching the `C-g'.  Reported by "Leo".
502
503 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * message.el (message-forward-make-body-plain)
506         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
507         multibyte-string-p.
508
509         * lpath.el: Revert.
510
511 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * message.el (message-forward-make-body-mml): Assume original message
514         is multibyte string; error on unibyte.
515         (message-forward-make-body-plain): Ditto; don't add excessive newline
516         in body end.
517
518         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
519
520 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
521
522         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
523         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
524
525 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * mm-extern.el (mm-extern-url): Don't use
528         mm-with-unibyte-current-buffer.
529         (mm-extern-cache-contents): Use with-current-buffer instead of
530         save-excursion + set-buffer.
531
532 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * mm-util.el (mm-emacs-mule): Remove.
535
536 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
537
538         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
539         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
540         change.
541
542 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
545         bind the default value of enable-multibyte-characters to nil.
546
547 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * message.el (message-forward-make-body-plain)
550         (message-forward-make-body-mml):
551         Don't use mm-with-unibyte-current-buffer.
552
553 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
554
555         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
556
557 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
558
559         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
560         (Bug#5592).
561
562 2010-05-07  Julien Danjou  <julien@danjou.info>
563
564         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
565         it to mm-pipe-part.
566
567         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
568         it is given.
569
570 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * binhex.el (binhex-decode-region-internal)
573         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
574         (dns-query)
575         * nnweb.el (nnweb-gmane-search)
576         * pgg-parse.el (pgg-parse-armor)
577         * pgg.el (pgg-verify-region)
578         * sha1.el (sha1-string-external)
579         * uudecode.el (uudecode-decode-region-internal)
580         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
581         XEmacs.
582
583         * gnus-art.el (gnus-article-browse-html-parts)
584         * gnus-group.el (gnus-read-ephemeral-gmane-group)
585         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
586         make-temp-file.
587
588         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
589         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
590         compiling.
591
592         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
593         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
594         XEmacs when compiling.
595
596         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
597         gnus-pick-mode-off-hook for XEmacs when compiling.
598         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
599         gnus-binary-mode-off-hook for XEmacs when compiling.
600
601         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
602         nil if char-charset is not available.
603
604         * imap.el (imap-disable-multibyte)
605         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
606         macros.
607
608         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
609         instead of encode-coding-string.
610
611         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
612         'xemacs) instead of mm-emacs-mule to switch function definitions.
613         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
614
615         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
616         bind temporary-file-directory for XEmacs;
617         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
618         timer-set-function for XEmacs 21.4 and SXEmacs;
619         bind timer-list for XEmacs 21.4 and SXEmacs;
620         fbind char-charset and find-charset-region for non-Mule XEmacs;
621         fbind decode-coding-region, decode-coding-string, detect-coding-region,
622         encode-coding-region and encode-coding-string for XEmacs having no
623         file-coding feature.
624
625 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
626
627         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
628
629 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
632         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
633
634 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
635
636         * mm-util.el (mm-decompress-buffer): Use `delete-file';
637         alias `jka-compr-delete-temp-file' no longer exists.
638
639 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
640
641         Use define-minor-mode in Gnus where applicable.
642         * mml.el (mml-mode): Use define-minor-mode.
643         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
644         (gnus-undo-mode): Use define-minor-mode.
645         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
646         (gnus-dead-summary-mode): Use define-minor-mode.
647         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
648         Initialize in declaration.
649         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
650         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
651         (gnus-mailing-list-mode): Use define-minor-mode.
652         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
653         (gnus-draft-mode): Use define-minor-mode.
654         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
655         (gnus-dired-mode): Use define-minor-mode.
656
657 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
658
659         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
660         handles on recursive mml-to-mime translation and check them for
661         boundary delimiter collisions.  Reported by Greg Troxel.
662
663 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
666
667 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
668
669         * mm-util.el (mm-find-buffer-file-coding-system):
670         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
671
672 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
673
674         * message.el (message-generate-headers): Record insertion of optional
675         headers as well.  Otherwise the check to prevent repeated insertion of
676         optional headers is a no-op.
677
678 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * smime.el: Don't mention CVS.
681
682         * nnrss.el (nnrss-fetch): Don't mention CVS.
683
684         * nnir.el: Don't mention CVS.
685
686 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
689
690 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * lpath.el: Fbind bookmark-default-handler,
693         bookmark-get-bookmark-record, bookmark-make-record-default,
694         bookmark-prop-get for Emacs <23 and XEmacs.
695
696 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
697
698         * gnus-sum.el: Add bookmark declarations to silence the compiler.
699         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
700         Use with-current-buffer to silence the byte-compiler.
701         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
702         bother to require `gnus'.
703         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
704
705 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
706
707         * gnus-sum.el (gnus-summary-bookmark-make-record)
708         (gnus-summary-bookmark-jump): New functions.
709         (gnus-summary-mode): Setup bookmark support.
710
711 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
712
713         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
714         if set.
715
716 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
719         gnus-article-browse-html-save-cid-image; make it work recursively for
720         forwarded messages as well.
721         (gnus-article-browse-html-parts): Work when prefix arg is given.
722         (gnus-article-browse-html-article): Doc fix.
723
724 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
725
726         * message.el (message-default-mail-headers):
727         (message-default-headers): Carry the value mail-default-headers over
728         into message-default-mail-headers, rather than message-default-headers.
729
730 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
731
732         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
733         charset.
734
735         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
736         charset into the <meta> tag when the article is encoded to utf-8.
737
738 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
741         directories as well.
742         (gnus-article-browse-html-parts): Work for images that do not specify
743         file names; delete temp directory when quitting; insert header at the
744         right place; use file: scheme for image files.
745
746 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
747
748         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
749         (gnus-article-browse-html-parts): Use it to make temporary cid image
750         files in addition to html file so that browser may display them.
751
752 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
755
756 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
759
760 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
761
762         * auth-source.el (auth-sources): Change default to be simpler.  Explain
763         about Secret Service API sources.  Improve Customize options.
764         (auth-source-pick): Change to accept any number of search parameters.
765         Implement fallbacks iteratively, not recursively.  Add scoring on the
766         second pass and sort by score.  Call Secret Service API when needed.
767         (auth-source-user-or-password): Use it.  Call Secret Service API
768         directly when needed to get the user name and the password.
769
770 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
771
772         * message.el (message-interactive): Doc fix.
773         (message-qmail-inject-args): Reflow.
774         (message-kill-to-signature): Fix typo in docstring.
775
776         * smiley.el (smiley-buffer): Fix typo in docstring.
777
778 2010-03-24  Glenn Morris  <rgm@gnu.org>
779
780         * mail-source.el (gnus-message): Declare.
781         (mail-source-delete-old-incoming): Require gnus-util.
782
783 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
786
787         * message.el (ecomplete-setup): Autoload it for Emacs <23.
788
789         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
790         password-cache's default if it is not bound.
791         (mml-secure-passphrase-cache-expiry): Default to 16 that is
792         password-cache-expiry's default if it is not bound.
793
794         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
795         available in Emacs 21.
796
797         * lpath.el: Suppress compiler warnings for:
798         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
799         XEmacs;
800         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
801         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
802         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
803
804 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * auth-source.el (auth-sources): Fix up definition so extra parameters
807         are always inline.
808
809 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
810
811         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
812         wasn't updated after mismatch.  Clear cached mailbox info correctly
813         when uidvalidity changes.
814         (nnimap-group-prefixed-name): New function to avoid some code
815         duplication.
816         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
817         (nnimap-request-group): Use it.
818         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
819         (nnimap-update-unseen): Significantly improved speed of Gnus startup
820         with many imap folders.  This is done by caching the group status from
821         the imap server persistently in a group parameter `imap-status'.  (This
822         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
823         but not persistently, so every Gnus startup was still very slow.)
824
825 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
826
827         * assistant.el (assistant-render-text): Run `widget-setup' and don't
828         delete the extra newline.  Otherwise editing of :string and :number
829         types don't work.
830
831 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
832
833         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
834         secrets.el dependency.
835         (auth-sources): Add optional user name.  Add secrets.el configuration
836         choice (unused right now).
837
838 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
839
840         * gnus-sum.el (gnus-summary-make-menu-bar): Let
841         `gnus-registry-install-shortcuts' fill in the functions.
842
843         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
844         warnings.
845         (gnus-registry-misc-menus): Variable to hold registry mark menus.
846         (gnus-registry-install-shortcuts): Populate and use it in a
847         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
848
849 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
850
851         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
852         In-place substitutions for the group name encoding/decoding.
853         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
854         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
855         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
856         (nnimap-update-unseen, nnimap-request-list)
857         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
858         (nnimap-request-set-mark, nnimap-split-to-groups)
859         (nnimap-split-articles, nnimap-request-newgroups)
860         (nnimap-request-create-group, nnimap-request-accept-article)
861         (nnimap-request-delete-group, nnimap-request-rename-group)
862         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
863         `encoded-mbx' for consistency.
864         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
865         variable `imap-current-mailbox'.
866
867         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
868         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
869
870 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
871
872         * pop3.el (pop3-display-message-size-flag): Display message size byte
873         counts during POP3 download.
874         (pop3-movemail): Use it.
875         (pop3-list): Implement listing of available messages.
876
877 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
878
879         * nnir.el (nnir-get-article-nov-override-function): New function to
880         override the normal NOV retrieval.
881         (nnir-retrieve-headers): Use it.
882
883 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
884
885         * auth-source.el (netrc-machine-user-or-password): Autoload.
886
887 2010-03-19  Glenn Morris  <rgm@gnu.org>
888
889         Stop message.el from loading about 40 libraries it doesn't always need.
890         The general approach is to autoload rather than require, and to
891         require in the specific functions rather than the file.  (Bug#5642)
892
893         * gmm-utils.el: Don't require wid-edit.
894         (widget-create-child-value, widget-convert, widget-default-get):
895         Autoload.
896
897         * gnus-util.el: Don't require time-date, netrc.
898         (message-fetch-field, gnus-group-name-decode): Declare rather than
899         autoloading.
900         (gnus-fetch-field): Require message.
901         (gnus-decode-newsgroups): Require gnus-group.
902
903         * ietf-drums.el: Don't require time-date.
904
905         * message.el: Don't require hashcash, canlock, ecomplete.
906         Do require mail-utils.  Require nnheader only when compiling.
907         (smtpmail-default-smtp-server): Remove declaration.
908         (message-send-mail-function): Check smtpmail-default-smtp-server
909         is bound rather than requiring smtpmail.
910         (message-auto-save-directory, message-insert-signature): Use
911         expand-file-name rather than nnheader-concat.
912         (nnheader-insert-file-contents): Autoload.
913         (hashcash-wait-async): Declare.
914         (message-send-mail): Only call gnus-setup-posting-charset if
915         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
916         (message-send-mail-with-sendmail): Require sendmail.
917         (canlock-password, canlock-password-for-verify): Declare.
918         (message-canlock-password): Require canlock.
919         (nnheader-get-report): Autoload.
920         (gnus-setup-posting-charset): Declare.
921         (message-send-news): Require gnus-msg.
922         (message-make-references, message-make-in-reply-to): Use mail-header-id
923         rather than the alias mail-header-message-id.
924         (ecomplete-add-item, ecomplete-save): Declare.
925         (message-put-addresses-in-ecomplete): Require ecomplete.
926         (ecomplete-display-matches): Autoload.
927
928         * mm-decode.el: Don't require mailcap, gnus-util.
929         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
930         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
931         Autoload.
932         (mailcap-mime-extensions): Declare.
933
934         * mm-encode.el: Don't require mailcap.
935         (mailcap-extension-to-mime): Autoload.
936
937         * mml-sec.el: Don't require password-cache.
938
939         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
940         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
941         (mml-minibuffer-read-type): Require mailcap.
942         (mml-preview): Require gnus-msg.
943
944         * mml1991.el: Require password-cache.
945         (password-cache-expiry): Remove declaration.
946
947         * mml2015.el: Require password-cache.
948         (password-cache-expiry): Remove declaration.
949
950         * nneething.el (mailcap): Require mailcap.
951
952         * nnheader.el (declare-function): Add compatibility stub.
953         (message-remove-header): Declare rather than autoload.
954         (nnheader-replace-header): Require message.
955
956         * nnimap.el (declare-function): Add compatibility stub.
957         (netrc-parse, netrc-machine-user-or-password): Declare.
958         (nnimap-open-connection): Require netrc.
959
960         * nntp.el (declare-function): Add compatibility stub.
961         (netrc-parse, netrc-machine, netrc-get): Declare.
962         (nntp-send-authinfo): Require netrc.
963
964         * rfc2047.el: Don't require qp.
965         (quoted-printable-encode-region, quoted-printable-decode-string):
966         Autoload.
967
968         * sieve-mode.el: Don't require easymenu.
969         (easy-menu-add-item): Autoload it.
970
971         * spam-stat.el (time-to-number-of-days): Autoload it.
972
973 2010-03-19  Glenn Morris  <rgm@gnu.org>
974
975         * password-cache.el (password-cache, password-cache-expiry): Autoload.
976
977 2010-03-18  Glenn Morris  <rgm@gnu.org>
978
979         * hashcash.el (declare-function): Remove duplicate definition.
980
981 2010-03-17  Kevin Ryde  <user42@zip.com.au>
982
983         * mml.el (mml-read-tag): Unquote values with `read' to reverse
984         prin1 in mml-insert-tag (just stripping the quotes gave wrong
985         value if any backslash escapes).
986
987 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
990         if it is available.  (bug#5647)
991
992         * lpath.el: Suppress compiler warning for coding-system-from-name for
993         Emacs 21 and XEmacs.
994
995 2010-03-14  Juri Linkov  <juri@jurta.org>
996
997         * hmac-def.el:
998         * hmac-md5.el:
999         * netrc.el: Fix keywords.
1000
1001 2010-02-26  Glenn Morris  <rgm@gnu.org>
1002
1003         * message.el (message-send-mail-function): Change the default, so that
1004         it inherits from a customized send-mail-function.  (Bug#5643)
1005
1006 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1007
1008         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1009         shell-command-to-string signals an error (bug#5299).
1010
1011 2010-02-24  Glenn Morris  <rgm@gnu.org>
1012
1013         * message.el (message-smtpmail-send-it)
1014         (message-send-mail-with-mailclient): Doc fixes.
1015
1016 2010-02-16  Glenn Morris  <rgm@gnu.org>
1017
1018         * message.el (message-default-mail-headers): Change the default value
1019         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1020
1021 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1024         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1025
1026 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1027
1028         * time-date.el (date-to-time): Doc fix (Bug#5408).
1029
1030 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1031
1032         * message.el (message-mail): Just pass yank-action on to message-setup.
1033         (message-setup): Handle (FUN . ARGS) form of yank-action.
1034         (message-with-reply-buffer, message-widen-reply)
1035         (message-yank-original): Handle non-buffer values of
1036         message-reply-buffer (Bug#4080).
1037         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1038
1039 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1040
1041         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1042         Fix typo in docstring.
1043
1044 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1045
1046         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1047         response.
1048
1049 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1052
1053         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1054
1055         * message.el (message-check-news-header-syntax): Protect against a
1056         string that `rfc822-addresses' returns when parsing fails.
1057
1058 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1061         (gnus-previous-char-property-change): New functions.
1062
1063         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1064
1065 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1066
1067         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1068         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1069
1070 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1071
1072         * message.el (message-exchange-point-and-mark): Rework last change to
1073         avoid using optional arg of exchange-point-and-mark, for backward
1074         compatibility.
1075
1076 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1077
1078         * message.el (message-exchange-point-and-mark): Call
1079         exchange-point-and-mark with an argument rather than setting
1080         mark-active by hand (Bug#5175).
1081
1082 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * nntp.el (nntp-service-to-port): Work for service expressed with
1085         numeric string; replace [:digit:] with [0-9] for XEmacs.
1086
1087 2009-12-17  Glenn Morris  <rgm@gnu.org>
1088
1089         * gnus-group.el (gnus-bug-group-download-format-alist):
1090         Change emacs entry to debbugs.gnu.org.  Bump :version.
1091
1092 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1095
1096 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * message.el (message-info): Explain why we use `Info-goto-node'.
1099
1100 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1103
1104 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1105
1106         * message.el (message-completion-in-region): New compatibility function.
1107         (message-expand-group): Use it.
1108
1109 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1112         with no unread article should be listed if the 2nd arg `predicate' is
1113         given.
1114
1115 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1118
1119 2009-11-29  Juri Linkov  <juri@jurta.org>
1120
1121         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1122         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1123         on `gnus-recenter'. (Bug#4698, Bug#4981)
1124
1125 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1126
1127         * sha1.el (sha1-string-external): default-directory "/" in case
1128         otherwise non-existent.  process-connection-type pipe for touch of
1129         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1130
1131 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1132
1133         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1134         it's comms related and sgml-mode.el has "comm" on that basis too.
1135
1136 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1139         containing tspecial characters if they have been already quoted.
1140
1141 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1142
1143         * dns-mode.el (auto-mode-alist): Purecopy string.
1144
1145 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1148
1149 2009-10-24  Glenn Morris  <rgm@gnu.org>
1150
1151         * gnus-art.el (help-xref-stack-item): Define for compiler.
1152
1153 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1154
1155         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1156
1157 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1160
1161 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1164         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1165
1166 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1169         (gnus-overlays-in): New alias to overlays-in.
1170
1171         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1172         gnus-overlay-get, and gnus-delete-overlay.
1173         (gnus-summary-show-thread): Make it work as well for systems in which
1174         next-single-char-property-change is not available.
1175         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1176
1177         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1178         (gnus-overlay-get): New alias to extent-property.
1179         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1180
1181         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1182         SXEmacs.
1183
1184         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1185         SXEmacs.
1186
1187 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1188
1189         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1190
1191 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1192
1193         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1194         and XEmacs that don't have `remove-overlays'.
1195
1196 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1199         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1200         selective display.  Use overlays instead.
1201
1202 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1203
1204         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1205
1206 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1207
1208         * spam-stat.el (spam-stat-load): Fix typo in message.
1209
1210 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1211
1212         * dig.el (dig-invoke): Fix typo in docstring.
1213         (query-dig): Reflow docstring.
1214
1215 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1216
1217         * gnus-art.el (gnus-article-encrypt-body):
1218         * message.el (message-check-recipients):
1219         * mm-util.el (mm-codepage-setup):
1220         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1221         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1222
1223 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1224
1225         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1226         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1227         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1228         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1229         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1230
1231 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1232
1233         * dig.el: Add "Keywords: comm", as per net-utils.el.
1234
1235 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1236
1237         * dig.el (dig-mode): Use define-derived-mode.
1238
1239 2009-09-19  Glenn Morris  <rgm@gnu.org>
1240
1241         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1242
1243 2009-09-18  Glenn Morris  <rgm@gnu.org>
1244
1245         * gnus-diary.el (gnus-diary-check-message):
1246         * message.el (message-insert-formatted-citation-line):
1247         * nnbabyl.el (top-level):
1248         * nndiary.el (nndiary-schedule):
1249         Fix typos in condition-case handlers.
1250
1251 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1254         configuration that provides the sole article window in a frame;
1255         position point correctly after deleting a part.
1256
1257 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1258
1259         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1260         (spam-resolve-registrations-routine): Use it to unregister articles
1261         that change status.
1262
1263 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1266         with XEmacs.
1267         (parse-time-string-chars): Use it.
1268
1269 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1270
1271         * imap.el (imap-interactive-login): Better messages.
1272         (imap-open): Fix bug with renamed buffer on reconnect.
1273         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1274         for easier debugging and cleaner code.  On successful (guessed based on
1275         server capabilities) secondary authentication, set imap-state
1276         correctly.
1277         (imap-last-authenticator): Define imap-last-authenticator as a variable
1278         to avoid warnings.
1279
1280 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * nnrss.el (nnrss-request-article): Remove binding of
1283         default-enable-multibyte-characters that has gotten needless by
1284         the 2007-07-13 change in rfc2047-encode-message-header.
1285
1286         * mml.el (mml-insert-multipart): Error on the message header.
1287         (mml-insert-part): Error on the message header; position point at
1288         the end of a MIME tag.
1289
1290 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * time-date.el (autoload): Expand define-obsolete-function-alias into
1293         defalias and make-obsolete for old Emacsen that Gnus supports.
1294         (with-no-warnings): Define it for old Emacsen.
1295         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1296         is available.
1297         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1298         float-time is available; suppress compile warning for time-to-seconds.
1299
1300         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1301         (gnus-float-time): Alias to float-time if it exists.
1302
1303         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1304         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1305         float-time is available; suppress compile warning for time-to-seconds.
1306
1307         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1308         XEmacs.
1309
1310 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1311
1312         * imap.el (imap-message-map): Docstring fix.
1313
1314 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1317         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1318         Add the optional argument `encoding' that overrides the default.
1319
1320         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1321         mm-encode-buffer.
1322
1323 2009-09-04  Glenn Morris  <rgm@gnu.org>
1324
1325         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1326         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1327         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1328         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1329         * mm-util.el (mm-with-unibyte-current-buffer)
1330         (mm-find-buffer-file-coding-system):
1331         * yenc.el (yenc-decode-region): Use default-value rather than
1332         default-enable-multibyte-characters.
1333
1334 2009-09-03  Glenn Morris  <rgm@gnu.org>
1335
1336         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1337         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1338         than default-enable-multibyte-characters.
1339
1340 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1341
1342         * gnus-art.el (gnus-article-read-summary-keys):
1343         Fix gnus-buffer-configuration's value temporarily used.
1344
1345 2009-09-02  Glenn Morris  <rgm@gnu.org>
1346
1347         * gnus-util.el (gnus-float-time): New function.
1348         * gnus-delay.el (gnus-delay-article):
1349         * gnus-sum.el (gnus-thread-latest-date):
1350         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1351         * nnspool.el (nnspool-request-newgroups):
1352         Use gnus-float-time rather than time-to-seconds.
1353         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1354
1355         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1356         (gnus-header-subject-face, gnus-header-newsgroups-face)
1357         (gnus-header-name-face, gnus-header-content-face):
1358         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1359         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1360         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1361         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1362         (gnus-cite-face-11):
1363         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1364         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1365         (gnus-server-closed-face, gnus-server-denied-face)
1366         (gnus-server-offline-face):
1367         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1368         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1369         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1370         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1371         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1372         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1373         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1374         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1375         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1376         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1377         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1378         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1379         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1380         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1381         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1382         (gnus-summary-high-undownloaded-face)
1383         (gnus-summary-low-undownloaded-face)
1384         (gnus-summary-normal-undownloaded-face)
1385         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1386         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1387         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1388         (gnus-splash-face):
1389         * message.el (message-header-to-face, message-header-cc-face)
1390         (message-header-subject-face, message-header-newsgroups-face)
1391         (message-header-other-face, message-header-name-face)
1392         (message-header-xheader-face, message-separator-face)
1393         (message-cited-text-face, message-mml-face):
1394         * sieve-mode.el (sieve-control-commands-face)
1395         (sieve-action-commands-face, sieve-test-commands-face)
1396         (sieve-tagged-arguments-face):
1397         * spam.el (spam-face):
1398         Mark face aliases with "-face" in the name as obsolete.
1399
1400 2009-09-01  Glenn Morris  <rgm@gnu.org>
1401
1402         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1403         than goto-line.
1404
1405 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1408         Don't move point if the command is invoked inside the message header.
1409
1410 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1411
1412         * imap.el (imap-send-command): Simplify.
1413         (imap-wait-for-tag): point-max -> buffer-size.
1414
1415 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1416
1417         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1418         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1419         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1420         * nnir.el (nnir-swish-e-index-file):
1421         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1422         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1423         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1424         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1425         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1426         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1427
1428 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1431         Don't save excursion.
1432
1433 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1434
1435         * nnheader.el (nnheader-find-file-noselect):
1436         * mm-util.el (mm-insert-file-contents):
1437         Use (default-value 'major-mode) instead of default-major-mode.
1438
1439 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1440
1441         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1442
1443 2009-08-26  Glenn Morris  <rgm@gnu.org>
1444
1445         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1446         than placing in files.el.
1447
1448 2009-08-25  Glenn Morris  <rgm@gnu.org>
1449
1450         * nnir.el (top-level): Don't require cl at run-time.
1451         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1452         Replace cl-function substitute with gnus-replace-in-string.
1453         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1454         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1455         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1456         simplified expansions.
1457
1458 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1459
1460         * dig.el (dig): Add autoload cookie.
1461
1462 2009-08-22  Glenn Morris  <rgm@gnu.org>
1463
1464         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1465         goto-line.
1466
1467 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1468
1469         * parse-time.el (parse-time-string-chars): Save match data.
1470
1471 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1472
1473         * parse-time.el (parse-time-string-chars): Compute using character
1474         classes, to handle non-ascii characters (Bug#3190).
1475
1476 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1479
1480         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1481         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1482         (gnus-mm-display-part, gnus-mime-display-single)
1483         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1484         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1485
1486         * gnus-sum.el
1487         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1488         (gnus-summary-move-article): Add expirable mark to articles copied or
1489         moved to group that has auto-expire turned on if the option is non-nil.
1490
1491 2009-07-24  Glenn Morris  <rgm@gnu.org>
1492
1493         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1494         Fix typo.  (Bug#3903)
1495
1496 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1499         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1500         that should not be used for draft articles.
1501         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1502         that has no concern in minor mode keys.
1503         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1504         Abolish.
1505
1506 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1509         article without making inquiry to a user for unknown encoding.
1510
1511         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1512         (nnmaildir--scan): Assume i-node and device number that file-attributes
1513         returns might be cons-cell.
1514
1515         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1516
1517         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1518
1519 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1520
1521         * auth-source.el: Remove docs now in auth.texi.  Don't use
1522         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1523         `auth-source-hide-passwords' and use them.
1524
1525 2009-07-15  Glenn Morris  <rgm@gnu.org>
1526
1527         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1528
1529 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1532         excessive whitespace from the default values of title and description.
1533
1534 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1537         mail-fetch-field to fetch Content-Description header in order to
1538         exclude newlines.
1539
1540 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1541
1542         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1543         format used by GnuPG 2.0.11.
1544
1545 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1548         to deleted part.
1549
1550 2009-05-30  David Engster  <dengste@eml.cc>
1551
1552         * nnmairix.el: Remove old documentation in the commentary block.
1553         (nnmairix-request-group): Do not update active file for nnml back ends.
1554         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1555         end so that overview files are ignored.
1556         (nnmairix-update-groups): Make updating the groups more robust by using
1557         marks.
1558         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1559         with dollar characters in message-id.
1560
1561 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1562
1563         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1564         2008-12-25 in dns.el.
1565
1566 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1567
1568         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1569         could happen if the text is only composed of spaces and/or tabs.
1570
1571 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1572
1573         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1574         when sending a queued message to avoid extra mml tags.
1575
1576 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1579
1580 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1583         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1584         rmail-toggle-header for XEmacs;
1585         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1586
1587 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-dired.el: Remove autoload for gnus-setup-message.
1590         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1591         displaying Gnus logo; always use compose-mail.
1592
1593 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1596
1597 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1600         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1601         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1602         available.
1603         (gnus-nocem-epg-verify): New function.
1604
1605 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1608
1609 2009-02-15  Glenn Morris  <rgm@gnu.org>
1610
1611         * gnus-util.el (rmail-insert-rmail-file-header)
1612         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1613         autoloads.
1614         (rmail-default-rmail-file): Remove unnecessary declaration.
1615         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1616
1617 2009-02-14  Glenn Morris  <rgm@gnu.org>
1618
1619         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1620         variable (only used in gnus-util, which declares it anyway).
1621         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1622         which was only needed by gnus-art (changed to not use it any more).
1623         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1624         only used in gnus-util, which autoloads it itself.
1625         (rmail-update-summary): Fix autoload.
1626
1627         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1628         rather than rmail-output-to-rmail-file.
1629
1630 2009-02-07  Glenn Morris  <rgm@gnu.org>
1631
1632         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1633         autoload of function that no longer exists.
1634         (rmail-toggle-header): Declare.
1635         (message-forward-rmail-make-body): Handle mbox Rmail.
1636
1637 2009-01-31  Glenn Morris  <rgm@gnu.org>
1638
1639         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1640         2009-01-09 change.
1641
1642 2009-01-31  Dave Love  <fx@gnu.org>
1643
1644         * imap.el (imap-fetch-safe): Bind debug-on-error.
1645         (imap-debug): Add imap-fetch-safe.
1646
1647 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1650         (auth-source-forget-all-cached): New convenience function.
1651         (auth-source-user-or-password): Accept list of modes or a single mode.
1652
1653         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1654         auth-source modes.
1655
1656         * netrc.el (netrc-machine-user-or-password): Use list of
1657         auth-source modes.
1658
1659         * nnimap.el (nnimap-open-connection): Use list of
1660         auth-source modes.
1661
1662         * nntp.el (nntp-send-authinfo): Use list of
1663         auth-source modes.
1664
1665 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1666
1667         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1668         now.
1669
1670 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1673         coding system in XEmacs; add a workaround for XEmacs.
1674
1675         * lpath.el: Fbind coding-system-aliasee.
1676
1677 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1680         of current-language-environment.
1681
1682 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1683
1684         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1685         available at runtime.
1686
1687 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1690
1691 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1692
1693         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1694         the greatest positive fixnum value doesn't work under an XEmacs with
1695         bignum support; use the most-positive-fixnum constant instead,
1696         available since Emacs 21.1 with cl and XEmacs 21.1.
1697
1698 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1701         XEmacs gets not to work.
1702
1703 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * mm-util.el (mm-coding-system-priorities): Allow the value like
1706         "Japanese (UTF-8)" of current-language-environment.
1707
1708 2009-01-09  Glenn Morris  <rgm@gnu.org>
1709
1710         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1711         with last-command-event.
1712
1713 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1714
1715         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1716         in the doc string.
1717
1718         * message.el (message-fix-before-sending): Amend comment.
1719
1720 2009-01-08  Dave Love  <fx@gnu.org>
1721
1722         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1723
1724 2009-01-07  David Engster  <dengste@eml.cc>
1725
1726         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1727         simplified server definitions by converting it via
1728         gnus-server-to-method.
1729
1730 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1733         parameter's operands.
1734
1735 2009-01-06  David Engster  <dengste@eml.cc>
1736
1737         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1738         primary select method (for gnus-group-mark-article-as-read).
1739
1740 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1741
1742         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1743         `(gnus)Face', not `(gnus)X-Face'.
1744
1745 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * mm-util.el (mm-ucs-to-char): New function.
1748
1749         * mm-url.el (mm-url-decode-entities): Use it.
1750
1751         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1752         unicode-to-char.
1753
1754 2009-01-05  Dave Love  <fx@gnu.org>
1755
1756         * time-date.el: Require cl for `declare'.
1757
1758 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1759
1760         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1761         Dave Love.
1762
1763 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1764
1765         * message.el (message-fix-before-sending): Add `eight-bit' to
1766         illegible-text check.
1767
1768 2009-01-03  Michael Olson  <mwolson@gnu.org>
1769
1770         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1771         `headers' is nil.  This can occur if the IMAP server does not have
1772         permissions to read messages from a folder, but can write new messages
1773         to the folder.
1774         (nnimap-request-article-part): Do not insert `data' if it is nil.
1775
1776         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1777         characters which will confuse `read', so skip past them.
1778
1779 2009-01-01  Dave Love  <fx@gnu.org>
1780
1781         * imap.el (imap-string-to-integer): Fix typo.
1782         (imap-fetch-safe): New function.
1783         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1784
1785         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1786
1787         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1788         (imap-parse-greeting): Fix doc strings.
1789         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1790         (imap-parse-flag-list): Make messages unique.
1791         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1792
1793         * nnimap.el: Fix author email.
1794         (nnimap-split-rule): Add FIXME comment.
1795         (nnimap-debug): Fix doc string.
1796
1797 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1798
1799         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1800
1801 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1802
1803         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1804         nslookup if resolv.conf isn't available.
1805         (dns-query): Rename from query-dns.
1806         (dns-query-cached): Rename from query-dns-cached.
1807
1808 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1811         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1812         to check if those variables exist (first appeared in Emacs 18.50).
1813
1814 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * mm-util.el (mm-line-number-at-pos): New function.
1817
1818         * spam-report.el (spam-report-process-queue): Use it.
1819
1820 2008-12-24  David Engster  <dengste@eml.cc>
1821
1822         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1823         parameters that haven't existed as variables as buffer-local variables.
1824
1825 2008-12-23  Dave Love  <fx@gnu.org>
1826
1827         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1828         cadar.
1829
1830         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1831         imap-starttls-p.
1832         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1833
1834 2008-12-22  Dave Love  <fx@gnu.org>
1835
1836         * imap.el: Fix author email.  Doc fixes.
1837         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1838         reply.
1839
1840 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1841
1842         * spam-report.el (spam-report-gmane-max-requests): New constant.
1843         (spam-report-gmane-wait): New variable.
1844         (spam-report-gmane-ham, spam-report-gmane-spam)
1845         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1846         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1847         the server.
1848
1849         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1850         Add explanations.
1851
1852         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1853         nnheader-accept-process-output and nnheader-read-timeout if available.
1854         (pop3-movemail): Use it.
1855
1856         * message.el (message-check-news-body-syntax): Fix signature check if
1857         there's an attachment.
1858
1859 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * mm-util.el: Add comments to the mm- emulating functions.
1862
1863 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1866         by Stephen Berman <stephen.berman@gmx.net>.
1867
1868 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * mm-util.el (mm-substring-no-properties): New function.
1871         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1872         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1873         (mm-string-to-multibyte): Doc fix.
1874
1875         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1876
1877 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1878
1879         * mml.el (mml-attach-file): Strip text properties from file name.
1880         (Bug#1574)
1881
1882 2008-12-16  Glenn Morris  <rgm@gnu.org>
1883
1884         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1885
1886 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1889         knows since the charset specified might be a bogus alias that
1890         mm-charset-synonym-alist provides.
1891
1892 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1893
1894         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1895         "ISO_8859-1".
1896
1897         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1898
1899 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-util.el (mm-charset-eval-alist):
1902         Define it before mm-charset-to-coding-system.
1903         (mm-charset-to-coding-system): Add optional argument `silent';
1904         define it before mm-charset-override-alist.
1905         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1906         default value if it can be used in Emacs currently running;
1907         silence mm-charset-to-coding-system.
1908
1909 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1912         `allow-override' which says whether to use `mm-charset-override-alist'.
1913         (rfc2047-decode-encoded-words): Use it.
1914
1915         * mm-util.el (mm-charset-override-alist): Fix custom type;
1916         add `(gb2312 . gbk)' to choices.
1917
1918 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1921         fast.
1922
1923         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1924
1925         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1926
1927 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1928
1929         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1930         on links.
1931
1932         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1933
1934 2008-12-03  Lute Kamstra  <lute@gnu.org>
1935
1936         * sha1.el: Remove leading * from docstrings of defcustoms,
1937         deffaces, defconsts and defuns.
1938
1939 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1942         users' addresses that don't have domain parts.
1943         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1944         rather than message-narrow-to-head since there will be the message
1945         header separator.
1946
1947 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1948
1949         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1950         since the result is inserted in a unibyte buffer anyway.
1951         (nnimap-demule-use-string-to-multibyte): Remove.
1952         (nnimap-demule): Alias it to mm-string-to-multibyte.
1953
1954 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1955
1956         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1957         variable for debugging bug#464 and bug#1174.
1958         (nnimap-demule): Use it.
1959
1960 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1961
1962         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1963         score calculation correctly.
1964
1965 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1966
1967         * message.el (message-send-mail): Just set the buffer to unibyte
1968         rather than use mm-with-unibyte-current-buffer which does a lot more.
1969         (message-send-mail-partially): Don't bother with
1970         mm-with-unibyte-current-buffer since it's already been made unibyte by
1971         message-send-mail.
1972
1973 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1974
1975         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1976
1977 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1980
1981 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1984         require itself and to remove `with-no-warnings'.
1985
1986 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1987
1988         * starttls.el (starttls-any-program-available): Get the name of the
1989         available TLS layer program.
1990         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1991         well as the host name in the "opening" message.
1992
1993         * auth-source.el (auth-source-cache, auth-source-do-cache)
1994         (auth-source-user-or-password): Cache passwords and logins by default,
1995         allow override with `auth-source-do-cache'.
1996         (auth-source-forget-user-or-password): Allow users to remove cache
1997         entries if needed.
1998
1999 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2000
2001         * md4.el (md4-buffer): Fix typo in docstring.
2002         (md4, md4-64): Doc fixes.
2003         (md4-pack-int32): Reflow docstring.
2004
2005 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2008         condition-case to only the forward-sexp call.
2009
2010 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2011
2012         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2013         quotes contained.  Make it more robust regardless by an extra
2014         condition-case wrapper.
2015
2016 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2019
2020 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * nnml.el (nnml-request-expire-articles): Check if the function set to
2023         `nnmail-expiry-target' returns the symbol `delete'.
2024
2025         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2026
2027         * nnmail.el (nnmail-expiry-target): Fix custom type.
2028
2029 2008-10-02  Glenn Morris  <rgm@gnu.org>
2030
2031         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2032         Silence compiler warning.
2033
2034 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2035
2036         * tls.el (open-tls-stream): Show the actual command being
2037         executed, instead of the format string.
2038
2039 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * lpath.el: Fbind codepage-setup for Emacs 23.
2042
2043 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2044
2045         * mml.el (mml-menu): Don't assume mml2015 is bound.
2046
2047 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2050         exists.
2051
2052 2008-09-27  Glenn Morris  <rgm@gnu.org>
2053
2054         * gnus-util.el (mail-header-remove-comments): Autoload it.
2055
2056 2008-09-27  Andreas Schwab  <schwab@suse.de>
2057
2058         * gnus-util.el (gnus-split-references): Strip comments.
2059         (gnus-parent-id): Likewise.
2060
2061 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2062
2063         * message.el (message-confirm-send): Fix version.
2064
2065 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * message.el (message-idna-to-ascii-rhs-1): Use
2068         mail-extract-address-components rather than mail-header-parse-addresses
2069         that is an alias by default to ietf-drums-parse-addresses that does not
2070         support non-ASCII names in headers' contents.
2071
2072 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         * message.el (message-confirm-send): Fixed variable documentation to
2075         avoid the "y/n" wording.
2076
2077 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2078
2079         * message.el (message-set-auto-save-file-name): Save to a different
2080         filename so multiple messages (especially drafts) can be recovered.
2081
2082 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2083
2084         * message.el (message-confirm-send): Add appropriate version.
2085
2086 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2087
2088         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2089         defvar.
2090
2091 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2092
2093         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2094         (mm-pkcs7-enveloped-magic): Ditto.
2095
2096 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2097
2098         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2099         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2100
2101 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2102
2103         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2104         default, it's better.
2105
2106 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2107
2108         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2109         summary line gnus-number property and ignore them (with a warning
2110         message).
2111
2112 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2115         macro caddr in the interactive form since it won't be expanded.
2116
2117 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2120         `charset'; fix name of function called recursively.
2121         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2122
2123 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2126         (gnus-mime-set-charset-parameters): New function.
2127         (gnus-mime-view-part-as-charset): Use it to correctly display part
2128         specifying wrong charset.
2129
2130 2008-09-08  David Engster  <dengste@eml.cc>
2131
2132         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2133         in completing-read for back end server.
2134
2135 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2136
2137         * message.el (message-confirm-send): New variable to confirm sending a
2138         message.
2139         (message-send): Use it.
2140
2141 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2144
2145 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2148
2149 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2152         prevent tracking too many groups.
2153         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2154         Use it.
2155
2156 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2157
2158         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2159         moving point to the bottom of the window in order to avoid recentering.
2160
2161 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2164
2165         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2166         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2167         (gnus-article-beginning-of-window): Fix calculation.
2168
2169 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-msg.el (gnus-summary-supersede-article)
2172         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2173         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2174         message header.
2175
2176 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2177
2178         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2179         pending output coming after the status change.
2180
2181 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2182
2183         * message.el:
2184         * gnus-start.el:
2185         * gnus-registry.el: Remove VMS support.
2186
2187 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2190         macro.
2191         (rfc2104-hash): Use it.
2192
2193 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2194
2195         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2196         (gnus-summary-sort-by-most-recent-date): New commands.
2197         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2198         and menu entries.
2199
2200 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2203         don't redisplay article for raw contents; remove plural articles stuff.
2204
2205         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2206         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2207         on gnus-summary-save-article; display results properly.
2208
2209 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * lpath.el: No need to fbind ns-focus-frame.
2212
2213 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2216
2217 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2220         gnus-save-all-headers.
2221
2222 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2223
2224         * gnus-util.el (ns-focus-frame): Remove declaration.
2225         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2226         like x.
2227
2228 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2229
2230         * rfc2104.el (rfc2104-zero): Delete defconst.
2231         (rfc2104-hex-alist): Likewise.
2232         (rfc2104-hex-to-int): Delete func.
2233         (rfc2104-hexstring-to-bitstring): Likewise.
2234         (rfc2104-nybbles): New defconst.
2235         (rfc2104-hash): Rewrite for speed.
2236
2237 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * tls.el (open-tls-stream): Make it work with the 2nd argument
2240         BUFFER that is a string but does not exist as a buffer object, as
2241         mentioned in the doc-string.
2242
2243 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2246         SXEmacs.
2247
2248 2008-07-16  Glenn Morris  <rgm@gnu.org>
2249
2250         * gnus-util.el (ns-focus-frame): Declare for compiler.
2251
2252 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2255         set as a group parameter.
2256         (gnus-summary-save-in-pipe): Work when it is called independently.
2257         (gnus-summary-pipe-to-muttprint): Don't modify
2258         gnus-summary-pipe-output-default-command.
2259
2260 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2261
2262         * message.el (message-send-mail-with-sendmail):
2263         Display the error message.
2264
2265 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-art.el (gnus-default-article-saver):
2268         Add gnus-summary-save-in-pipe to choices.
2269         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2270         gnus-summary-pipe-output-default-command as the default command.
2271         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2272         instead of gnus-last-shell-command.
2273
2274         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2275         New user option.
2276         (gnus-summary-muttprint-program): Mention the value will be changed.
2277         (gnus-summary-save-article): Force showing of all headers.
2278         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2279
2280 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2281
2282         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2283
2284 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2285
2286         * nnimap.el (nnimap-id):
2287         * sieve-manage.el (sieve-manage-open): Doc fixes.
2288
2289 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2290
2291         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2292         if available.
2293
2294 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2295
2296         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2297
2298         * nnkiboze.el (nnkiboze-generate-group):
2299         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2300
2301         * nnmairix.el: Require CL.
2302
2303 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * dgnushack.el: Autoload get-display-table and put-display-table for
2306         XEmacs 21.5.
2307
2308         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2309         21.4 and SXEmacs.
2310
2311 2008-06-15  David Engster  <dengste@eml.cc>
2312
2313         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2314
2315 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2316
2317         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2318         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2319         runtime choice under XEmacs.
2320
2321         * gnus-sum.el (gnus-summary-set-display-table):
2322         Use `gnus-put-display-table', `gnus-get-display-table',
2323         `gnus-set-display-table' for the display table, instead of `aset'.
2324
2325         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2326         Use `gnus-put-display-table', `gnus-get-display-table',
2327         `gnus-set-display-table' for the display table.
2328
2329 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2330
2331         * nnmairix.el: Add autoloads.
2332
2333 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * nnmairix.el (nnmairix-delete-recreate-group)
2336         (nnmairix-update-and-clear-marks): Fix error messages.
2337
2338 2008-06-14  David Engster  <dengste@eml.cc>
2339
2340         * nnmairix.el: Upgrade to version 0.6.
2341         (nnmairix-group-toggle-propmarks-this-group)
2342         (nnmairix-group-toggle-readmarks-this-group)
2343         (nnmairix-group-delete-recreate-this-group)
2344         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2345         (nnmairix-remove-tick-mark-original-article): New commands.
2346         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2347         (nnmairix-propagate-marks-to-nnmairix-groups)
2348         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2349         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2350         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2351         functions needed for marks propagation and manipulation of read marks.
2352         (nnmairix-update-groups): New function.
2353         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2354         (nnmairix-determine-original-group-from-registry)
2355         (nnmairix-determine-original-group-from-path)
2356         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2357         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2358         New helper functions.
2359         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2360         keystrokes for new commands.
2361         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2362         (nnmairix-request-group): Check allow-fast group parameter.
2363         (nnmairix-request-create-group): Set allow-fast group parameter if
2364         nnmairix-allowfast-default is set.
2365         (nnmairix-close-group): Propagate marks upon closing if needed.
2366         (nnmairix-group-toggle-threads-this-group): Use new.
2367         nnmairix-group-toggle-parameter helper function.
2368         (nnmairix-search): Better check for empty search result.
2369         (nnmairix-goto-original-article): Use new helper functions for
2370         determining original article.
2371         (nnmairix-show-original-article): Make sure message-id is in brackets.
2372         (nnmairix-call-mairix-binary): Change variable name.
2373         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2374         helper function.
2375         (nnmairix-widget-toggle-activate): Fix doc string.
2376
2377 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * nnir.el: Require edmacro when compiling with XEmacs.
2380         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2381         available in Emacs 21.
2382
2383 2008-06-11  Glenn Morris  <rgm@gnu.org>
2384
2385         * gnus-util.el (x-focus-frame):
2386         * gnus.el (image-size):
2387         * mm-decode.el (image-size): Declare.
2388
2389         * gnus-picon.el (declare-function): Add compat definition.
2390         (image-size): Declare.
2391
2392         * gnus-group.el (tool-bar-map):
2393         * gnus-sum.el (tool-bar-map): Define for compiler.
2394
2395         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2396
2397         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2398
2399         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2400         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2401         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2402         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2403         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2404         * sieve-manage.el, spam-report.el, spam.el:
2405         Remove unnecessary eval-and-compile of autoloads.
2406
2407 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2408
2409         * auth-source.el: Precise Tramp doc.
2410
2411 2008-06-07  Glenn Morris  <rgm@gnu.org>
2412
2413         * nnmairix.el: Remove unnecessary eval-when-compile.
2414
2415 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * lpath.el: Fbind propertize for XEmacs 21.4.
2418
2419 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2420
2421         * nnir.el: Move here from ../contrib.
2422
2423 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2424
2425         * gnus-util.el (gnus-read-shell-command): New function.
2426         * mm-decode.el (mm-pipe-part):
2427         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2428
2429 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2432
2433 2008-06-03  Glenn Morris  <rgm@gnu.org>
2434
2435         * pop3.el (nnheader-accept-process-output): Autoload it.
2436
2437 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2440         are not 2-digit hexadecimal characters that follow `%'s.
2441
2442 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * message.el (message-bogus-recipient-p): Fix type in doc string.
2445         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2446         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2447         Improve custom options.
2448         (message-bogus-recipient-p): Adjust accordingly.
2449
2450 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2451
2452         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2453         long-form month and day names.
2454
2455 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * dgnushack.el: Autoload debug, eudc-expand-inline and
2458         pgg-snarf-keys-region for XEmacs.
2459
2460         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2461
2462         * nnmairix.el: Require edmacro when compiling with XEmacs.
2463
2464 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2465
2466         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2467         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2468
2469 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2470
2471         * auth-source.el: Add more docs.
2472
2473         * netrc.el (netrc-machine): Always match if the port is not given.
2474
2475 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2478         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2479         retrieval faster in some cases, but might make CPU usage larger.  If
2480         this has any bad side effects, we might revert this change.
2481
2482         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2483         seems to make mail retrieval much, much faster.
2484         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2485         unconditionally.
2486
2487         * gnus-draft.el (gnus-group-send-queue): Bind
2488         message-send-mail-partially-limit to nil to avoid being prompted.
2489
2490 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2493
2494         * message.el (message-bogus-address-regexp): Fix and improve custom
2495         type.
2496         (message-setup-hook): Add message-check-recipients as custom option.
2497
2498 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2499
2500         * message.el (message-cite-function): Remove bogus autoload which crept
2501         in during merge from v5-10.
2502
2503 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2504
2505         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2506
2507         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2508
2509         * auth-source.el: Preliminary Tramp docs.
2510         (auth-sources): Change the default auth-sources to use
2511         EPA .gpg files.
2512
2513 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * nntp.el: Autoload `auth-source-user-or-password'.
2516         (nntp-send-authinfo): Use it.
2517
2518         * nnimap.el: Autoload `auth-source-user-or-password'.
2519         (nnimap-open-connection): Use it.
2520
2521         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2522         for the gnus-message function.
2523         (auth-source-user-or-password): Use it.
2524
2525 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2526
2527         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2528         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2529         (rfc2104-hash): Use it.
2530
2531 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2532
2533         * gnus-art.el (gnus-article-toggle-truncate-lines):
2534         Don't use `iff' in docstring.
2535
2536 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2537
2538         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2539
2540         * gnus-util.el (gnus-extract-address-component-name)
2541         (gnus-extract-address-component-email): Convenience functions around
2542         `gnus-extract-address-components'.
2543
2544         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2545         Use `gnus-extract-address-component-email' to fix bug of comparing full
2546         sender name to `user-mail-address'.
2547
2548 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2551         catch/throw to optimize.
2552         (gnus-registry-find-keywords): Just use member to find a keyword.
2553
2554 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2555
2556         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2557         is current before calling gnus-server-prepare.
2558         (gnus-server-setup-buffer, gnus-server-update-server)
2559         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2560
2561 2008-05-04  Juri Linkov  <juri@jurta.org>
2562
2563         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2564         (mailcap-file-default-commands): Use mailcap-replace-in-string
2565         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2566         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2567
2568 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2569
2570         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2571
2572 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2573
2574         * gnus.el: Bump version to 0.11.
2575
2576 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2577
2578         * gnus.el: No Gnus v0.10 is released.
2579
2580 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2583         hooks.
2584         (gnus-update-read-articles): Speed up non-marks-using users.
2585         (gnus-use-marks): Define gnus-use-marks.
2586         (gnus-propagate-marks): Rename variable to something more sensible.
2587
2588 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2589
2590         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2591         (gmm-image-load-path-for-library): Fix typos in docstrings.
2592         (gmm-message): Reflow docstring.
2593
2594 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2595
2596         * mail-source.el (mail-source-set-1, mail-source-bind):
2597         Move auth-source code out of the macro to clean it up and fix bugs.
2598
2599 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2602         by sender if it's equal to user-mail-address, it's likely to be
2603         useless.
2604
2605         * mail-source.el (mail-source-bind): Don't use user or password if they
2606         are not bound.  Unintern them if they are nil.  Don't use server unless
2607         it's bound, and default it to empty string otherwise.
2608
2609 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2610
2611         * mail-source.el: Load auth-source.el.
2612         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2613         get user name or password, if auth-sources is set up.
2614
2615         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2616         strategy of splitting with parent.
2617         (gnus-registry-split-fancy-with-parent)
2618         (gnus-registry-post-process-groups): Use it and fix prior
2619         bug (returning a list as the split result).
2620
2621         * auth-source.el (auth-sources): Remove server parameter.
2622         (auth-source-pick, auth-source-user-or-password)
2623         (auth-source-user-or-password-imap)
2624         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2625         (auth-source-user-or-password-sftp)
2626         (auth-source-user-or-password-smtp): Remove server parameter.
2627
2628 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2629
2630         * smime.el (smime-sign-region, smime-encrypt-region)
2631         (smime-decrypt-region):
2632         Remove redundant calls to `generate-new-buffer-name'.
2633
2634 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2635
2636         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2637         Don't use QP for message/rfc822.
2638         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2639
2640 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2641
2642         * sieve-manage.el (sieve-string-bytes): Remove.
2643         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2644         correct byte-length only if the process's coding-system is the same as
2645         the one used internally by Emacs to represent strings.
2646
2647 2008-04-22  Juri Linkov  <juri@jurta.org>
2648
2649         * mailcap.el (mailcap-file-default-commands): New function.
2650
2651 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2652
2653         * message.el (message-signature-separator, message-cite-function):
2654         Change custom version.
2655
2656 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2657
2658         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2659         commands.
2660         (tls-checktrust): Ditto.
2661
2662 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2663
2664         * mm-decode.el (mm-display-external): Make temp file read-only.
2665
2666 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2667
2668         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2669         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2670         `C-c C-f d'.
2671
2672 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2673
2674         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2675
2676 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2677
2678         * gnus.el: Bump version to 0.9.
2679
2680 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * gnus.el: No Gnus v0.8 is released.
2683
2684 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2685
2686         * mail-source.el (mail-source-value):
2687         Prefer fboundp to functionp so it works with macros as well.
2688
2689 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2690
2691         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2692         Fix last change in case the element is not even a symbol.
2693
2694 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2695
2696         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2697         Prefer fboundp to functionp so it works with macros as well.
2698
2699 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * auth-source.el: Added docs.
2702         (auth-sources): Modify format to support server.
2703         (auth-source-pick, auth-source-user-or-password)
2704         (auth-source-user-or-password-imap)
2705         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2706         (auth-source-user-or-password-sftp)
2707         (auth-source-user-or-password-smtp): Add server parameter.
2708
2709 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * gnus-registry.el: Initialize the registry when gnus-registry-install
2712         is t.
2713
2714 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * compface.el (uncompface): Make buffer unibyte.
2717
2718 2008-04-05  Glenn Morris  <rgm@gnu.org>
2719
2720         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2721
2722 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2723
2724         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2725         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2726
2727         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2728         multibyteness after rather than before erasing it.
2729
2730         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2731         mm-with-multibyte.
2732         (gnus-request-article-this-buffer): Make sure the proper decoding is
2733         used if gnus-original-article-buffer happens to be unibyte.
2734
2735         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2736         default-enable-multibyte-characters.
2737
2738         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2739         default-enable-multibyte-characters.
2740
2741         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2742
2743         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2744
2745 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2746
2747         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2748         (imap-message-copyuid-1): Use it.
2749         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2750         J. Williams in
2751         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2752
2753         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2754         imap-enable-exchange-bug-workaround.
2755         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2756
2757 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2758
2759         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2760         a 100 byte status-checks into a 2-3MB transfer for each group.
2761         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2762         to enable bug workaround or not.
2763         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2764
2765 2008-03-31  Glenn Morris  <rgm@gnu.org>
2766
2767         * message.el (mml2015-use): Declare for compiler.
2768         (message-info): Require mml2015 when appropriate.
2769
2770 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2773         whitespace.
2774
2775 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2776
2777         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2778         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2779         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2780         (nntp-service-to-port): New function.
2781         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2782         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2783         (nntp-open-netcat-stream): New function.
2784         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2785
2786 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2787
2788         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2789
2790 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2791
2792         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2793
2794 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2795
2796         * dns.el (dns-write): Use set-buffer-multibyte.
2797
2798 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2799
2800         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2801
2802 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2803
2804         * message.el (message-signature-separator): Change default.
2805         Improve custom type.
2806         (message-cite-function): Change default to
2807         message-cite-original-without-signature.
2808
2809         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2810         toggle.
2811
2812         * message.el (message-check-news-body-syntax): Fix signature check.
2813         (message-setup-1): Mark buffer as unmodified _after_ running
2814         message-setup-hook and handling message-alternative-emails.
2815         (message-shorten-references): Be more strict when building list of
2816         valid references to comply with GNKSA.
2817
2818         * gnus-group.el (gnus-read-ephemeral-bug-group)
2819         (gnus-read-ephemeral-debian-bug-group)
2820         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2821
2822         * message.el (message-info): Don't use booleanp which isn't supported
2823         in Emacs 21 and XEmacs.
2824
2825 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2828         gnus-group-gmane-group-download-format.
2829         (gnus-group-read-ephemeral-gmane-group): Rename from
2830         gnus-group-read-ephemeral-gmane-group.
2831         (gnus-read-ephemeral-gmane-group-url): Rename from
2832         gnus-group-read-ephemeral-gmane-group-url.
2833         (gnus-bug-group-download-format-alist): New variable.
2834         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2835         (gnus-read-ephemeral-emacs-bug-group): New commands.
2836
2837 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2840         (gnus-visible-headers): Improve custom type.
2841
2842 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * mml.el (mml-menu): Add workarounds for XEmacs.
2845
2846         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2847         X-Boundary header.
2848
2849         * message.el (message-simplify-recipients): Fix previous commit.
2850
2851 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2852
2853         * mm-util.el (mm-set-buffer-multibyte): New function.
2854         * mm-decode.el (mm-copy-to-buffer): Use it.
2855
2856 2008-03-19  Glenn Morris  <rgm@gnu.org>
2857
2858         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2859         Accidentally removed in the sync process with Emacs.
2860
2861 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2862
2863         * message.el (message-alter-recipients-discard-bogus-full-name):
2864         New function.
2865         (message-alter-recipients-function): New variable.
2866         (message-get-reply-headers): Use it.
2867         (message-replace-header): New helper function.
2868         (message-recipients-without-full-name): New variable.
2869         (message-simplify-recipients): New command.
2870
2871         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2872
2873         * message.el (message-info): Handle EasyPG manual.
2874
2875         * mml.el (mml-menu): Add entry for EasyPG.
2876
2877 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2878
2879         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2880         parameter.
2881
2882         * message.el (message-disassociate-draft): Specify drafts group name
2883         fully.
2884
2885 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2888         unnecessary duplicates from the match list.
2889
2890 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2893
2894         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2895
2896         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2897         args of `how-many' of which the XEmacs version doesn't take; declare
2898         Info-index-next as function.
2899
2900 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2901
2902         * gnus-score.el (gnus-score-headers): Fix handling of
2903         gnus-inhibit-slow-scoring.
2904
2905         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2906         string.
2907         (gnus-button-url-regexp): Improve handling of parenthesis.
2908         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2909         (gnus-button-handle-info-keystrokes): Handle index entries.
2910
2911 2008-03-15  Glenn Morris  <rgm@gnu.org>
2912
2913         * parse-time.el (parse-time-string): Simplify.
2914
2915 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2918         Incoming* files.
2919
2920 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2923         (auth-source-pick): Use it.
2924
2925 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2926
2927         * binhex.el (binhex-decode-region-internal):
2928         * uudecode.el (uudecode-decode-region-internal):
2929         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2930         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2931         setting default-enable-multibyte-characters.
2932
2933 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * auth-source.el (auth-source-protocols)
2936         (auth-source-protocols-customize, auth-source-choices): Added and
2937         modified variable customizations and defaults.
2938         (auth-source-pick, auth-source-user-or-password)
2939         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2940         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2941         (auth-source-user-or-password-sftp)
2942         (auth-source-user-or-password-smtp): Use new variables and provide an
2943         interface to netrc.el.
2944
2945 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2948         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2949         Make sure the nntp port to specify is a string.
2950
2951 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2952
2953         * nntp.el: Use with-current-buffer.
2954         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2955         dubious mm-with-unibyte-current-buffer.
2956         (nntp-with-open-group-function): New function extracted from
2957         nntp-with-open-group macro.
2958         (nntp-with-open-group): Use the function, so it's easier to debug.
2959         Add indentation and debugging info.
2960         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2961         the use of the netcat alternatives.
2962
2963         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2964         Avoid mm-string-as-multibyte as well.
2965
2966         * nnweb.el (nnweb-insert-html):
2967         Remove use of nnheader-string-as-multibyte.
2968
2969         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2970         (nnheader-string-as-multibyte): Remove.
2971
2972         * mm-view.el: Use inhibit-read-only.
2973         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2974         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2975         or unibyte-string.
2976
2977         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2978         (mm-uu-yenc-extract): Use with-current-buffer.
2979
2980         * gnus-soup.el (gnus-soup-send-packet): Don't use
2981         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2982
2983         * nnmh.el: Use with-current-buffer.
2984         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2985         mm-string-as-multibyte on the output of mm-encode-coding-string.
2986
2987         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2988         (nnimap-request-move-article): Use with-current-buffer.
2989
2990         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2991         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2992         conversion uses string-make-unibyte rather than string-as-unibyte.
2993
2994         * gnus-msg.el: Use with-current-buffer.
2995
2996         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2997
2998 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2999
3000         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3001         string for caching if it is 'PIN.
3002
3003 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * lpath.el: Consider the case without Emacs/W3.
3006
3007 2008-03-08  Glenn Morris  <rgm@gnu.org>
3008
3009         * time-date.el (date-to-time, time-subtract, time-add)
3010         (safe-date-to-time): Doc fixes.
3011
3012 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * mail-source.el (mail-source-delete-old-incoming-confirm):
3015         Change default to nil.
3016         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3017
3018 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * lpath.el: Rearrange.
3021
3022         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3023         (gnus-article-goto-prev-page): Work for articles having ^L's.
3024
3025         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3026
3027         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3028
3029 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3030
3031         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3032         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3033         (gnus-bookmark-jump): Adjust some variable names.
3034
3035 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3036
3037         * auth-source.el: New package.
3038         (auth-source-choices): Add customization entry point variable.
3039
3040         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3041         bug.
3042
3043 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3046         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3047         (gnus-registry-install-shortcuts): Rename from
3048         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3049         the `gnus-registry-mark-map' keymap dynamically from
3050         `gnus-registry-marks'.  The generated functions update the summary line
3051         when a registry mark is added or deleted, and will call
3052         `gnus-registry-install-p' (see the comments in the code).
3053         (gnus-registry-user-format-function-M): Use concat intelligently.
3054
3055         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3056         the registry mark functions.
3057
3058 2008-03-05  Glenn Morris  <rgm@gnu.org>
3059
3060         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3061         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3062         gnus-art.
3063         (top-level): No need to load own source when compiling.
3064
3065 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3066
3067         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3068         Suggested by <chris.anderton@zetnet.co.uk>.
3069
3070 2008-03-04  Glenn Morris  <rgm@gnu.org>
3071
3072         * gnus-sum.el (top-level): No need to require gnus when compiling,
3073         since unconditionally required near start of file.
3074         (gnus-summary-display-while-building): Move definition before use.
3075
3076 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3077
3078         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3079         formatting function.
3080
3081 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3084         with plists.
3085         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3086         Use new format.
3087
3088 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3091         `where-is-internal' that returns a range of key sequences.
3092
3093 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3094
3095         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3096
3097         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3098         (gnus-summary-jump-to-group): Consider windows on other displayed
3099         frames as well.  Similar changes might be needed elsewhere, but that's
3100         the one I've bumped into during my use.
3101
3102         * nndoc.el (nndoc-oe-dbx-type-p):
3103         * gnus-msg.el (gnus-debug):
3104         * gnus-group.el (gnus-update-group-mark-positions):
3105         Use mm-string-to-multibyte.
3106
3107 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3110         doesn't handle NotDashEscaped.
3111
3112         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3113         (mml-dnd-attach-options): Fix typo in custom choice.
3114
3115         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3116         nndoc-article-type to mbox.
3117         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3118
3119         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3120         to nil, instead of html2text.
3121
3122         * imap.el (imap-debug): Add `imap-ping-server'.
3123
3124         * gnus-bookmark.el: Add FIXMEs.
3125
3126         * message.el (message-form-letter-separator)
3127         (message-send-form-letter-delay): New variables.
3128         (message-send-form-letter): Use them.  New command to send form
3129         letters.  Requested by Uwe Siart.
3130         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3131
3132 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3133
3134         * Update copyright years.
3135
3136 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         Sync from EMACS_22_BASE.
3139
3140         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3141
3142 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3143
3144         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3145         empty author.
3146
3147 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * gnus-registry.el (gnus-registry-marks): Add variable for
3150         customization of marks and their appearance.
3151         (gnus-registry-read-mark): Use it.
3152         (gnus-registry-do-marks): Add utility function to loop through
3153         `gnus-registry-marks'.
3154         (gnus-registry-install-shortcuts-and-menus): Add function to install
3155         shortcuts and menus.
3156         (gnus-registry-initialize): Use it.
3157         (gnus-registry-default-mark): Clarify documentation.
3158
3159 2008-02-29  Glenn Morris  <rgm@gnu.org>
3160
3161         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3162         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3163         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3164         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3165         Change defcustom :version from 23.0 to 23.1.
3166
3167 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3168
3169         * gnus-registry.el (gnus-registry-follow-group-p)
3170         (gnus-registry-post-process-groups): Add functions to aid registry
3171         splitting and improve logging.  Clarify behavior in function
3172         documentation.
3173         (gnus-registry-split-fancy-with-parent): Use them.
3174
3175 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3176
3177         * gnus-art.el: Use with-current-buffer.
3178
3179 2008-02-27  David Engster  <dengste@eml.cc>
3180
3181         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3182         Express real group name in the response.
3183
3184 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3187         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3188         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3189         autoload gnus-registry-fetch-group when compiling.
3190         (nnmairix-request-group-with-article-number-correction): Remove
3191         unreferenced argument passed to nnmairix-call-backend.
3192
3193 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3196         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3197         Wilde.
3198
3199 2008-02-27  Glenn Morris  <rgm@gnu.org>
3200
3201         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3202         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3203         variables to defconsts.  Convert comments to doc-strings.
3204         (nnmairix-last-server, nnmairix-current-server): Convert from free
3205         variables to defvars.  Convert comments to doc-strings.
3206         (gnus-registry-fetch-group): Autoload.
3207         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3208         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3209         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3210         caddr.
3211         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3212         nnmairix-request-group-with-article-number-correction call.
3213         (nnmairix-fast, nnmairix-group): New, less general names, for free
3214         variables passed from nnmairix-request-group to
3215         nnmairix-request-group-with-article-number-correction.  Declare.
3216         (nnmairix-request-group-with-article-number-correction):
3217         Use nnmairix-fast, nnmairix-group rather than fast, group.
3218
3219 2008-02-26  David Engster  <dengste@eml.cc>
3220
3221         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3222         version 0.5.
3223
3224 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3225
3226         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3227         instead of making an extra function call.  Don't add the current group
3228         to articles only when they have the group.  Use
3229         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3230         Reported by David <de_bb@arcor.de>.
3231
3232 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3235         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3236
3237 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * mail-source.el (mail-source-delete-incoming): Change default.
3240         Supplement doc string.
3241
3242         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3243
3244 2008-02-14  Glenn Morris  <rgm@gnu.org>
3245
3246         * time-date.el (format-seconds): New function.
3247
3248 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3249
3250         * nnmail.el (nnmail-message-id-cache-file): Derive from
3251         `gnus-home-directory'.
3252
3253 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3254
3255         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3256         Document negative prefix.
3257
3258         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3259
3260 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * message.el (message-unsent-separator): Add the Exim bounce
3263         separator.
3264
3265 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3266
3267         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3268         list.
3269         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3270         recipient/signer list.
3271
3272 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * Makefile.in (datarootdir): Define.
3275         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3276         name that might contain whitespace.
3277
3278 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3281         fbound (Emacs 23 unicode), signal an error.
3282
3283 2008-02-08  Glenn Morris  <rgm@gnu.org>
3284
3285         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3286
3287 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3288
3289         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3290         ports to the calls to `netrc-machine-user-or-password' in addition to
3291         "imap" and "imaps".
3292
3293 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3294
3295         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3296
3297         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3298
3299 2008-02-01  Kenichi Handa  <handa@m17n.org>
3300
3301         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3302         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3303         (rfc2104-hash): Convert the result of concat to unibyte string.
3304
3305 2008-02-01  Dave Love  <fx@gnu.org>
3306
3307         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3308         coding-system-for-read.
3309         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3310
3311 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3314         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3315         <hanche@math.ntnu.no>.
3316
3317 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3320
3321         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3322
3323 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3324
3325         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3326         * message.el (message-beginning-of-line): Use featurep instead of bound
3327         tests in order to resolve conditionals at compile time.
3328
3329 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3330
3331         * mail-source.el (mail-sources): Add `group' choice.
3332
3333         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3334         parameter `in-group' to control into which group the articles go.
3335         Add treatment of `group' mail-source.
3336
3337 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3340
3341         * mm-decode.el (mm-dissect-buffer): Decode description.
3342
3343         * mml.el (mml-to-mime): Encode message header first.
3344
3345 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3348         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3349
3350         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3351         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3352
3353 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3356
3357 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3360         prefix keys.
3361         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3362         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3363         gnus-xmas.el.
3364
3365         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3366         (gnus-xmas-article-describe-bindings): New function.
3367         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3368         gnus-xmas-article-describe-bindings.
3369
3370         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3371
3372 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3375         Add new variables for article mark management.
3376         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3377         list of extra data entries which, when present, will indicate that the
3378         article ID should not be trimmed from the registry.
3379         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3380         functions.
3381         (gnus-registry-read-mark): New function to read a mark name from the
3382         user.
3383         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3384         (gnus-registry-set-article-mark-internal): New functions to add and
3385         remove marks.
3386         (gnus-registry-get-article-marks): New function to show the marks for
3387         an article, or retrieve them for further use.
3388
3389 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3392         keys when no argument is given.
3393
3394 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * imap.el (imap-ping-server): New variable.
3397         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3398         (imap-ping-server): Minor doc string fixes.
3399
3400 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3401
3402         * imap.el (imap-ping-server): New function.
3403         (imap-opened): Call imap-ping-server.
3404
3405 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3406
3407         * gnus-sum.el (gnus-article-sort-by-random)
3408         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3409         jidanni@jidanni.org.
3410
3411 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-art.el (gnus-article-describe-bindings): New function.
3414         (gnus-article-read-summary-keys): Use it.
3415         (gnus-article-mode-map): Bind `C-h b' to it.
3416
3417 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3420         XEmacs.
3421         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3422         against non-character events.
3423
3424         * lpath.el: Fbind map-keymap for Emacs 21.
3425
3426 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3427
3428         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3429         command.
3430         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3431         instead of END.  Change name of the temp file.
3432         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3433         customizable.
3434
3435 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3438         bind `S W' to gnus-article-wide-reply-with-original; set default
3439         binding to gnus-article-read-summary-send-keys.
3440         (gnus-article-read-summary-keys): Fix the order of keys; display
3441         continuation keys correctly in the echo area; describe bindings
3442         correctly when keys end with `C-h'.
3443         (gnus-article-read-summary-send-keys): New function.
3444         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3445         for gnus-article-read-summary-send-keys; display continuation keys
3446         correctly in the echo area.
3447         (gnus-article-reply-with-original): Ignore prefix argument.
3448         (gnus-article-wide-reply-with-original): New function.
3449
3450         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3451         Emacs 21.
3452
3453 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3456         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3457
3458 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3459
3460         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3461         (gnus-group-read-ephemeral-gmane-group): New command.
3462
3463 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3464
3465         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3466
3467 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * message.el (message-send-mail-function): Increase custom version.
3470
3471         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3472         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3473
3474 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3477         for the cases where imap-authenticate is called with a nil buffer
3478         parameter.
3479
3480 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3483         html parts correctly; support forwarded messages.
3484         (gnus-article-browse-html-article): Remove work buffers.
3485
3486         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3487         compiling.
3488         (netrc-bound-and-true-p): New macro.
3489         (netrc-parse): Use it instead of bound-and-true-p that is not available
3490         in XEmacs 21.4.
3491
3492 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * gnus-registry.el (gnus-registry-mark-article)
3495         (gnus-registry-article-marks): Add functionality to mark articles
3496         through the Gnus registry.
3497
3498         * encrypt.el: Clarify documentation for the new pgg method.
3499         (encrypt-file-alist): Add PGG option.
3500         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3501         functionality.  Abstract password key and messaging to external
3502         functions.
3503         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3504         (encrypt-message-method-and-cipher): Add new convenience external
3505         functions.
3506         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3507         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3508
3509         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3510         (netrc-parse): Use encrypt-file-alist to determine if
3511         encrypt-find-model or encrypt-insert-file-contents should be used.
3512
3513         * encrypt.el: Clarify documentation.  Load password-cache or
3514         password, whichever one is found first, instead of autoloading.
3515
3516 2007-12-19  Glenn Morris  <rgm@gnu.org>
3517
3518         * mml.el (message-options-set, message-narrow-to-head)
3519         (message-in-body-p, message-mail-p, message-encode-message-body):
3520         Autoload.
3521         (message-remove-header, message-narrow-to-headers-or-head)
3522         (message-subscribed-p, message-make-mail-followup-to)
3523         (message-position-on-field, message-news-p)
3524         (message-options-set-recipient, message-generate-headers)
3525         (message-sort-headers): Declare as functions.
3526
3527 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3528
3529         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3530         convention in doc string.
3531
3532 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3535         title to html parts.
3536         (gnus-article-browse-html-article): Pass message header to it.
3537
3538         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3539
3540 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3541
3542         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3543         or password compatible with XEmacs.
3544
3545 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3546
3547         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3548         format document.
3549         (gnus-mime-delete-part): Don't write description line if empty.
3550         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3551
3552 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3553
3554         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3555         (gnus-summary-mark-read-and-unread-as-read)
3556         (gnus-summary-mark-current-read-and-unread-as-read)
3557         (gnus-summary-mark-unread-as-ticked): Doc fix.
3558         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3559
3560 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3561
3562         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3563         Christoph Conrad <christoph.conrad@gmx.de>.
3564
3565 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3568         yes-or-no-p.
3569
3570 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * mm-decode.el (mm-add-meta-html-tag): New function.
3573         (mm-save-part-to-file, mm-pipe-part): Use it.
3574
3575         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3576         gnus-y-or-n-p instead of y-or-n-p.
3577         (gnus-article-browse-html-parts): Work with message/external-body; use
3578         mm-add-meta-html-tag.
3579
3580 2007-12-11  Glenn Morris  <rgm@gnu.org>
3581
3582         * gnus-cache.el: Require gnus-sum not just when compiling.
3583
3584         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3585
3586         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3587         definitions before use.
3588
3589         * mm-decode.el: Require gnus-util.
3590         (mm-remove-part): Only call delete-annotation on XEmacs.
3591
3592         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3593
3594         * nnmail.el: Require gnus-int.
3595
3596         * spam.el: Move `require's before `eval-when-compile's.
3597
3598         * gnus-ems.el (gnus-alive-p):
3599         * gnus-fun.el (message-goto-eoh):
3600         * gnus-util.el (gnus-group-name-decode):
3601         * mail-source.el (gnus-compress-sequence):
3602         * message.el (Info-goto-node, format-spec):
3603         * mm-bodies.el (message-options-get):
3604         * mm-decode.el (mm-view-pkcs7):
3605         * mm-util.el (gmm-write-region):
3606         * mml-smime.el (mml-compute-boundary)
3607         (gnus-completing-read-with-default):
3608         * mml.el (widget-button-press, gnus-make-hashtable):
3609         * mml1991.el (mm-decode-content-transfer-encoding)
3610         (mm-encode-content-transfer-encoding)
3611         (message-options-get, message-options-set):
3612         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3613         * nnfolder.el (gnus-request-group):
3614         * nnheader.el (ietf-drums-unfold-fws):
3615         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3616         * smime.el (gnus-run-mode-hooks):
3617         * spam-stat.el (gnus-message): Autoload.
3618
3619         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3620         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3621         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3622         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3623         Add declare-function compatibility definition.
3624
3625         * gnus-cache.el (nnvirtual-find-group-art):
3626         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3627         (gnus-add-image, gnus-add-wash-type):
3628         * gnus-group.el (nnkiboze-score-file):
3629         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3630         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3631         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3632         (message-tokenize-header, gnus-get-buffer-create)
3633         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3634         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3635         * gnus.el (gnus-group-decoded-name):
3636         * mail-source.el (imap-capability):
3637         * mm-bodies.el (message-options-set):
3638         * mm-decode.el (gnus-configure-windows):
3639         * mm-extern.el (message-goto-body):
3640         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3641         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3642         (epg-sub-key-validity, message-options-set):
3643         * mml.el (widget-event-point, gnus-configure-windows):
3644         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3645         * mml2015.el (epg-check-configuration, epg-configuration)
3646         (message-options-set):
3647         * nndb.el (nndb-request-article):
3648         * nnfolder.el (gnus-request-create-group):
3649         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3650         * nnmaildir.el (gnus-group-mark-article-read):
3651         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3652         * rfc1843.el (message-fetch-field):
3653         * spam.el (gnus-extract-address-components):
3654         Declare as functions.
3655
3656 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3659
3660         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3661
3662         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3663         bind show-trailing-whitespace for XEmacs.
3664
3665 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3668         new no-op macro for backward compatibility.
3669
3670         * imap.el (imap-string-to-integer): New function.
3671
3672 2007-12-09  Glenn Morris  <rgm@gnu.org>
3673
3674         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3675
3676         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3677         * message.el, mm-view.el, sieve-manage.el, smime.el:
3678         Add declare-function compatibility definition.
3679
3680         * gnus-art.el (w3-region, w3m-region, Info-menu):
3681         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3682         * gnus-sum.el (gnus-get-predicate):
3683         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3684         * message.el (mail-abbrev-in-expansion-header-p):
3685         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3686         (w3m-detect-meta-charset, w3m-region):
3687         * sieve-manage.el (password-read, password-cache-add)
3688         (password-cache-remove):
3689         * smime.el (password-read-and-add): Declare as functions.
3690
3691 2007-12-08  David Kastrup  <dak@gnu.org>
3692
3693         * gnus-sum.el (gnus-summary-simplify-subject-query):
3694         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3695         `message'.
3696
3697 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3700         it to bind idna-program, installation-directory, defined-colors, and
3701         face-attribute for XEmacs of the version that compiles defcustom forms.
3702
3703 2007-12-07  Glenn Morris  <rgm@gnu.org>
3704
3705         * gnus-art.el (article-make-date-line): Revert previous change.
3706
3707 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3710
3711 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3712
3713         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3714         Call gnus-add-to-range ranges only once with a prepared article-list.
3715
3716 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3717
3718         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3719         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3720         group names with backslashes.  Reported by Tassilo Horn
3721         <tassilo@member.fsf.org>.
3722
3723 2007-12-06  Deepak Goel  <deego3@gmail.com>
3724
3725         * gnus-art.el (article-make-date-line):
3726         * gnus-start.el (gnus-load):
3727         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3728
3729 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-art.el (gnus-use-idna)
3732         * gnus-start.el (gnus-site-init-file)
3733         * message.el (message-use-idna)
3734         * mm-uu.el (mm-uu-hide-markers)
3735         * smiley.el (smiley-style): Revert changes that suppress warnings.
3736
3737 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3740         specify charset to html source.  Reported by Christoph Conrad
3741         <christoph.conrad@gmx.de>.
3742
3743 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3746         idna-program in order to suppress byte compile warning issued by XEmacs
3747         that came to byte compile the default value section of defcustom forms
3748         recently.
3749
3750         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3751         value of installation-directory.
3752
3753         * message.el (message-use-idna): Don't directly refer to the value of
3754         idna-program.
3755
3756         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3757
3758         * smiley.el (smiley-style): Don't directly call face-attribute.
3759
3760 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3763
3764         * gnus-dired.el: Reduce Gnus dependencies.
3765         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3766         require.  Use autoloads instead.
3767         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3768         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3769         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3770         (gnus-dired-mode): Adjust doc string.
3771         (gnus-dired-mail-mode): New variable.
3772         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3773         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3774         (gnus-dired-mail-buffers): New function.  Return mail or message
3775         composition buffers.
3776         (gnus-dired-attach): Use it.
3777         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3778         NO-DECODE.
3779         (gnus-dired-print): Use `gnus-print-buffer' depending on
3780         `gnus-dired-mail-mode'.
3781
3782 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * rfc2047.el (rfc2047-encoded-word-regexp)
3785         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3786         explaining what regexp patterns are for.
3787
3788 2007-12-04  Glenn Morris  <rgm@gnu.org>
3789
3790         * password.el: Move to password-cache.el.
3791
3792         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3793         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3794         * mml-smime.el (password-read, password-cache-add)
3795         (password-cache-remove):
3796         No need to autoload, since mml-sec requires password.
3797
3798         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3799         * message.el (gnus-extract-address-components):
3800         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3801
3802         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3803         password.
3804
3805 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3806
3807         * mailcap.el: Reduce dependencies.
3808         (mail-header-parse-content-type): Autoload.
3809         (mailcap-delete-duplicates): New alias.
3810         (mailcap-mime-info): Add optional argument NO-DECODE.
3811         (mailcap-mime-types): Use mailcap-delete-duplicates.
3812
3813         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3814
3815 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3816
3817         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3818         (imap-parse-status): Upcase status-att for servers that sends them
3819         lower-case (e.g., MS Exchange 2007).
3820
3821 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3824         function.
3825
3826         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3827         (gnus-uu-yenc-article): New function.
3828
3829         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3830
3831         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3832         buffer.
3833
3834 2007-12-02  Glenn Morris  <rgm@gnu.org>
3835
3836         * binhex.el (binhex): New custom group.
3837         (binhex-decoder-program, binhex-decoder-switches)
3838         (binhex-use-external): Move to the binhex custom group.
3839
3840         * uudecode.el (uudecode): New custom group.
3841         (uudecode-decoder-program, uudecode-decoder-switches)
3842         (uudecode-use-external): Move to the uudecode custom group.
3843
3844         * netrc.el (top-level): Don't load `encrypt' features.
3845         (netrc-parse): Don't use encrypt.
3846         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3847
3848         * encrypt.el: Remove file.
3849
3850 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3851
3852         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3853         matches on patches.
3854
3855         * gnus-art.el (gnus-article-browse-html-article): Mention
3856         `mm-text-html-renderer' in the doc string.
3857
3858         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3859         string.  Add comments.
3860
3861         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3862         if rhs is ASCII.
3863
3864 2007-12-01  Glenn Morris  <rgm@gnu.org>
3865
3866         * mail-source.el (top-level): Require format-spec before
3867         eval-when-compile.
3868
3869 2007-11-30  Glenn Morris  <rgm@gnu.org>
3870
3871         * encrypt.el: Require password, rather than autoloading password-read.
3872
3873 2007-11-29  Glenn Morris  <rgm@gnu.org>
3874
3875         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3876         (sasl-make-client, sasl-next-step, sasl-step-data)
3877         (sasl-step-set-data): Declare as functions.
3878
3879 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3882
3883 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3884
3885         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3886         certs should be verified and what is to be done in the event of a
3887         verification failure.
3888
3889         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3890         caller can indicate whether the cache should be disregarded for this
3891         call.  This way the result of the call is reproducible at all times and
3892         can be considered a canonical server name for the supplied method.
3893         (gnus-agent-method-p): Canonicalize server names by pushing their
3894         method through `gnus-method-to-server' using the no-cache argument.
3895
3896         * gnus-srvr.el (gnus-server-insert-server-line): Call
3897         `gnus-method-to-server' with `no-cache' argument.
3898
3899         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3900         gnus-agent-possibly-synchronize-flags as this should be called when the
3901         server is actually being opened.
3902         (gnus-agent-possibly-synchronize-flags)
3903         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3904         flags file of an agentized server to the latter function.
3905
3906         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3907         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3908         after a connection has been established successfully.
3909
3910 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-art.el (article-display-face): Force to display face if called
3913         interactively; check if gnus-article-x-face-too-ugly matches author.
3914         (article-display-x-face): Display face even if From header is missing
3915         as article-display-face does.
3916
3917 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3918
3919         * hashcash.el (message-narrow-to-headers-or-head)
3920         (message-fetch-field, message-goto-eoh)
3921         (message-narrow-to-headers): Declare as functions.
3922
3923 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3924
3925         * mail-source.el (mail-sources): Default to fetch from file for
3926         compatibility with default of nnmail-spool-file.
3927
3928 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3931         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3932         to look for encoded word that should be encoded again.
3933         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3934         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3935         encoding pattern.
3936         (rfc2047-decode-region): Switch strict regexp and loose one according
3937         to rfc2047-allow-irregular-q-encoded-words.
3938
3939 2007-11-25  Romain Francoise  <romain@orebokech.com>
3940
3941         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3942
3943 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3944
3945         * tls.el (tls-program): Provide more custom choices from
3946         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3947         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3948
3949 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3952         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3953
3954         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3955         `nnmail-spool-file'.
3956
3957         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3958         `nnmail-spool-file'.
3959
3960         * gnus-move.el (gnus-change-server): Ditto.
3961
3962         * gnus-kill.el (gnus-batch-score): Ditto.
3963
3964         * gnus-cache.el (gnus-jog-cache): Ditto.
3965
3966         * gnus-msg.el (gnus-summary-reply):
3967         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3968
3969 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3972         version.  Minor improvement to doc strings.
3973         (tls-program): Add comment.
3974
3975 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3976
3977         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3978         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3979         mismatch between the hostname provided in the certificate and the name
3980         of the host connnecting to.
3981         (open-tls-stream): Use them.  Check certificates against trusted root
3982         certificates.
3983
3984 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * gnus-cache.el (gnus-cache-generate-nov-databases):
3987         Use nnml-generate-nov-databases-directory instead of
3988         nnml-generate-nov-databases-1.
3989
3990 2007-11-24  Glenn Morris  <rgm@gnu.org>
3991
3992         * message.el (message-tool-bar-retro): Update for rename
3993         mail_send.xpm->mail-send.xpm.
3994
3995 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3996
3997         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3998         `smime-ldap-search' for Emacs 22 and up.
3999
4000 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4001
4002         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4003
4004         * message.el (message-send-mail-function): Fix error convention.
4005         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4006         (message-widen-reply, message-send-mail, message-talkative-question)
4007         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4008         (message-clone-locals, message-send-news): Use with-current-buffer.
4009         (message-insert-or-toggle-importance): Remove unused var `valid'.
4010         (message-make-references): Remove unused var `new-references'.
4011         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4012
4013 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4014
4015         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4016         (spam-split-symbolic-return-positive): Reflow docstring.
4017         (spam-backends, spam-summary-exit-behavior)
4018         (spam-mark-ham-unread-before-move-from-spam-group)
4019         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4020         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4021         (spam-clear-cache, spam-backend-check, spam-install-backend)
4022         (spam-install-statistical-backend, spam-list-of-processors)
4023         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4024         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4025         (spam-check-crm114, spam-initialize, spam-unload-hook):
4026         Fix typos in docstrings.
4027
4028 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4031         been checked if they have never been read and those group levels are
4032         higher than the one that a user specified.
4033
4034 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4037         foreign groups unless a group level is specified by a user.
4038         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4039
4040 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * message.el (message-send-mail-function): Require sendmail.
4043
4044 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * message.el (message-send-mail-function): Check for smtpmail too.
4047
4048         * utf7.el (utf7-encode, utf7-decode): Use coding system
4049         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4050
4051         * message.el (message-send-mail-function): New function.
4052         (message-send-mail-function): Set default using
4053         message-send-mail-function.  Adjust doc string.
4054         (message-send-mail-with-mailclient): New function.
4055
4056 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4057
4058         * smime.el (from):
4059         * rfc2047.el (message-posting-charset):
4060         * qp.el (mm-use-ultra-safe-encoding):
4061         * pop3.el (parse-time-months):
4062         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4063         * nnml.el (files):
4064         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4065         (jka-compr-compression-info-list, ange-ftp-path-format)
4066         (efs-path-regexp):
4067         * nndiary.el (files):
4068         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4069         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4070         (epg-digest-algorithm-alist, inhibit-redisplay)
4071         (password-cache-expiry):
4072         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4073         (pgg-output-buffer, password-cache-expiry):
4074         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4075         (efs-path-regexp):
4076         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4077         (inhibit-redisplay):
4078         * mm-uu.el (file-name, start-point, end-point, entry)
4079         (gnus-newsgroup-name, gnus-newsgroup-charset):
4080         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4081         (latin-unity-ucs-list):
4082         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4083         (mm-uu-binhex-decode-function):
4084         * message.el (gnus-message-group-art, gnus-list-identifiers)
4085         (rmail-enable-mime-composing, gnus-local-organization)
4086         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4087         (gnus-read-active-file, facemenu-add-face-function)
4088         (facemenu-remove-face-function, gnus-article-decoded-p)
4089         (tool-bar-mode):
4090         * mail-source.el (display-time-mail-function):
4091         * gnus-util.el (nnmail-pathname-coding-system)
4092         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4093         (gnus-original-article-buffer, gnus-user-agent)
4094         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4095         (xemacs-codename, sxemacs-codename, emacs-program-version):
4096         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4097         * gnus-start.el (gnus-agent-covered-methods)
4098         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4099         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4100         (gnus-newsgroup-headers, gnus-group-list-mode)
4101         (gnus-group-mark-positions, gnus-newsgroup-data)
4102         (gnus-newsgroup-unreads, nnoo-state-alist)
4103         (gnus-current-select-method, mail-sources)
4104         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4105         (nnmail-spool-file, gnus-cache-active-hashtb):
4106         * gnus-mh.el (mh-lib-progs):
4107         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4108         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4109         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4110         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4111         (gnus-group-buffer):
4112         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4113         (font-lock-set-defaults):
4114         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4115         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4116         (gnus-summary-post-menu, total-parts, type, condition, length):
4117         * gnus-agent.el (gnus-agent-read-agentview):
4118         * flow-fill.el (show-trailing-whitespace):
4119         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4120         eval-and-compile wrappers for byte compiler pacifiers.
4121
4122         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4123         (mm-display-inline-fontify): Check for featurep 'xemacs not
4124         extent-list.
4125
4126         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4127         itimer-list.
4128         (mm-create-image-xemacs): Only do something for XEmacs.
4129         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4130
4131         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4132
4133         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4134         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4135
4136 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4137
4138         * nnimap.el (nnimap-split-download-body):
4139         * gnus-demon.el (gnus-demon):
4140         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4141
4142 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4145         macros.
4146         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4147         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4148         copy data from unibyte buffer to multibyte current buffer.
4149         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4150         to copy data from unibyte current buffer to multibyte buffer.
4151         (nntp-make-process-buffer): Make process buffer unibyte.
4152
4153         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4154
4155 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4156
4157         * pop3.el (pop3-open-server): Accept and process data more robustly at
4158         connexion start to avoid spurious "POP SSL connexion failed" errors.
4159
4160 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4163         read group names.
4164
4165 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4166
4167         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4168
4169 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4172         (nnmail-save-active): Use a unibyte buffer when saving active file,
4173         which may contain non-ASCII group names.
4174
4175         * nnml.el (nnml-request-group): Decode group names in messages.
4176
4177 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * message.el (message-citation-line-function)
4180         (message-insert-formatted-citation-line): Fix spelling of
4181         `message-insert-formated-citation-line'.
4182
4183 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4186
4187 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4190         nnmail-pathname-coding-system.
4191
4192         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4193         that a user enters; decode group names in messages.
4194
4195         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4196
4197 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4198
4199         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4200
4201         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4202
4203         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4204         risky local variable.
4205
4206         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4207
4208 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * encrypt.el: Improve documentation to fix function name typo.
4211         Reported by Daiki Ueno <ueno@unixuser.org>.
4212
4213 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4216         even if the point is not in the last page of an article.
4217         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4218         back to the previous page.
4219
4220 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4223
4224 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4227
4228 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * message.el (message-check-news-body-syntax): Avoid
4231         mm-string-as-multibyte.
4232         (message-hide-headers): Don't assume (point-min)==1.
4233
4234 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * message.el (message-remove-blank-cited-lines): Fix if remove is
4237         given.
4238         (message-bogus-address-regexp): New variable.
4239         (message-bogus-recipient-p): New function.
4240         (message-check-recipients): New command.
4241         (message-syntax-checks): Add `bogus-recipient'.
4242         (message-fix-before-sending): Add `bogus-recipient'.
4243
4244         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4245         (gnus-treat-body-boundary): Don't test window-system.
4246
4247 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4248
4249         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4250
4251 2007-10-28  Miles Bader  <miles@gnu.org>
4252
4253         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4254         at compile-time too.
4255
4256 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4257
4258         * gnus-msg.el (gnus-message-setup-hook): Add
4259         `message-remove-blank-cited-lines' to options.
4260
4261 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * message.el (message-remove-blank-cited-lines): New function.
4264         Suggested by Karl Plästerer.
4265
4266 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4269         mapc.
4270
4271         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4272         (top-level): Use mapc to set functions to be traced for debugging.
4273
4274         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4275         called for effect with while loop.
4276
4277         * message.el (message-talkative-question): Replace mapcar called for
4278         effect with mapc.
4279
4280         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4281         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4282         called for effect with dolist.
4283
4284         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4285
4286         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4287         gnus-extra-headers and nnmail-extra-headers.
4288
4289         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4290         called for effect with dolist.
4291         (top-level): Use mapc to set functions to be traced for debugging.
4292
4293         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4294         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4295         dolist.
4296
4297         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4298         Replace mapcar called for effect with mapc.
4299         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4300         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4301         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4302         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4303
4304         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4305         remove-if that's a cl function.
4306
4307         * webmail.el (webmail-debug): Replace mapcar called for effect with
4308         dolist.
4309
4310         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4311         with mapc.
4312
4313 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4316         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4317         with while loop.
4318
4319         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4320         functions from article-* functions.
4321         (gnus-multi-decode-header): Replace mapcar called for effect with
4322         dolist.
4323
4324         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4325         (gnus-bookmark-show-details): Replace mapcar called for effect with
4326         while loop.
4327
4328         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4329         called for effect with while loop.
4330
4331         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4332         with dolist.
4333
4334         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4335         mapcar called for effect with dolist.
4336
4337         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4338
4339         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4340         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4341         Replace mapcar called for effect with dolist.
4342         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4343         mapc.
4344
4345         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4346         Replace mapcar called for effect with dolist.
4347         (gnus-topic-list): Replace mapcar called for effect with mapc.
4348
4349         * gnus.el: Use mapc instead of mapcar to add autoloads.
4350
4351 2007-10-23  Richard Stallman  <rms@gnu.org>
4352
4353         * gnus-group.el (gnus-group-highlight): Mark as risky.
4354
4355 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus.el (gnus-server-to-method): Return method found first in
4358         gnus-newsrc-alist.
4359
4360         * gnus-art.el (gnus-article-highlight-signature)
4361         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4362         button overlay without the front stickiness.
4363
4364 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4365
4366         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4367         overview buffer needed a catch to receive its throw.
4368         (gnus-agent-flush-cache): Declared as interactive to make this function
4369         easier to use.
4370
4371 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4374         `next-line'.
4375
4376 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4379         exclude address matching message-dont-reply-to-names.
4380
4381 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-util.el (gnus-string<): New function.
4384
4385         * gnus-sum.el (gnus-article-sort-by-author)
4386         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4387
4388 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4391         the frame-focus tag is set in gnus-buffer-configuration.
4392
4393 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4396         the front stickiness.
4397
4398 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4401         url pattern; remove duplicate one.
4402         (gnus-article-extend-url-button): New function.
4403         (gnus-article-add-buttons): Use it.
4404         (gnus-button-push): Use concatenated url that it makes.
4405
4406 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4407
4408         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4409
4410 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4411
4412         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4413         Don't hardcode point-min==1.
4414
4415 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4418         Fix comment about "iso8859-1".
4419
4420 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4421
4422         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4423         ones returned from the verify-function.
4424
4425         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4426         mml2015-extract-cleartext-signature if extraction failed.
4427
4428 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4429
4430         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4431         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4432         failed.
4433
4434 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4437
4438 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4441         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4442         recommends to use EasyPG instead of PGG.
4443
4444         * pgg.el: Revert to revision 6.23.2.16.
4445
4446         * pgg-def.el: Revert to revision 6.6.2.14.
4447
4448         * pgg-gpg.el: Revert to revision 6.23.2.34.
4449
4450 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4451
4452         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4453         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4454         thread for both the null and zero (kill/expire thread) universal prefix
4455         cases.
4456         (gnus-summary-expire-thread): Add new function to expire a thread,
4457         using gnus-summary-kill-thread.
4458         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4459         shortcuts for gnus-summary-expire-thread.
4460         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4461         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4462
4463 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4466         extras value, so an extras entry can be deleted.
4467         (gnus-registry-delete-extra-entry): Use it.
4468         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4469         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4470         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4471         storage through the gnus-registry, and provide an appropriate API for
4472         it.
4473
4474 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4477         Suggested by Leo <sdl.web@gmail.com>.
4478
4479         * gnus.el: Do.
4480
4481 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4484         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4485
4486         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4487
4488         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4489         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4490
4491 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4494         newline.
4495         (nnmbox-request-accept-article): Don't change article in source buffer;
4496         narrow to header to use message-fetch-field rather than
4497         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4498         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4499         as delimiters; make sure article ends with newline.
4500         (nnmbox-delete-mail): Correct last position of article to be deleted;
4501         ignore X-Gnus-Newsgroup header in article body.
4502         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4503         positions; make sure article ends with newline.
4504
4505         * message.el (message-display-abbrev): Don't infloop when a user
4506         inserts SPC in the beginning of header.
4507
4508         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4509         coding-system-for-read and coding-system-for-write for XEmacs having no
4510         file-coding feature.
4511
4512         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4513
4514 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4517         list of groups not followed by default.  Fix type to be regexp.
4518         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4519
4520 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4521
4522         * hmac-def.el (define-hmac-function): Switch from old-style to
4523         new-style backquotes.
4524
4525         * md4.el (md4-make-step): Likewise.
4526
4527 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4530         raw-text coding system when saving .newsrc file, which may contain
4531         non-ASCII group names.
4532
4533 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-cus.el (gnus-score-extra): New widget.
4536         (gnus-score-extra-convert): New function.
4537         (gnus-score-customize): Use it for Extra.
4538
4539 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4540
4541         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4542         (mml2015-mailcrypt-clear-verify): Use it.
4543         (mml2015-gpg-clear-verify): Use it.
4544         (mml2015-pgg-clear-verify): Use it.
4545         (mml2015-epg-clear-verify): Replace the current part with the output
4546         from GnuPG; don't extract the plaintext by itself.
4547
4548         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4549         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4550         mml2015-clear-verify-function; don't touch the armor headers or
4551         dash-escaped text here.
4552
4553 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4556         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4557         parts, or application/octet-stream as a last resort.
4558         (gnus-mime-view-part-as-type): Don't toggle display.
4559         (gnus-mime-view-part-as-charset): Don't turn off display before
4560         querying charset.
4561
4562         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4563         stuff to undisplayer function in Emacs.
4564         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4565
4566         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4567         text/calendar parts.
4568
4569 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4572         decoding text/calendar parts.
4573
4574         * message.el (message-forward-make-body-mime): Always mark body as
4575         having no illegible text; remove signed-or-encrypted argument.
4576         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4577
4578         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4579         (mml-generate-mime-1): Don't encode body if it is specified to be in
4580         raw form; don't make buffer be unibyte when inserting multibyte string.
4581
4582 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4583
4584         * sha1.el: Fix up comment style.
4585         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4586         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4587
4588         * hex-util.el: Fix up comment style.
4589         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4590
4591         * gnus-salt.el: Use with-current-buffer.
4592         (gnus-pick-setup-message): Fix long-standing typo.
4593
4594 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * imap.el (imap-logout-timeout): New variable.
4597         (imap-logout, imap-logout-wait): New functions.
4598         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4599
4600         * nnimap.el (nnimap-logout-timeout): New server variable.
4601         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4602         nnimap-logout-timeout.
4603
4604         * gnus-art.el (gnus-article-summary-command-nosave)
4605         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4606
4607 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus.el (gnus-maximum-newsgroup): New variable.
4610
4611         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4612         according to gnus-maximum-newsgroup.
4613
4614         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4615         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4616         Limit the range of articles according to gnus-maximum-newsgroup.
4617
4618 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4619
4620         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4621         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4622         Don't perform gnus-configure-windows here; reuse existing sticky
4623         article buffer.
4624
4625         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4626         it doesn't exist in gnus-article-mode.
4627
4628 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4631         (gnus-agent-decoded-group-name): New function.
4632         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4633         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4634
4635 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4636
4637         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4638         Add binding for gnus-sticky-article.
4639         (gnus-summary-exit): Don't kill sticky article buffers.
4640
4641         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4642         article buffer.
4643         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4644         (gnus-kill-sticky-article-buffers): New commands.
4645
4646 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * nntp.el (nntp-xref-number-is-evil): New server variable.
4649         (nntp-find-group-and-number): If it is non-nil, don't trust article
4650         numbers in the Xref header.
4651
4652 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-agent.el (gnus-agent-read-group): New function.
4655         (gnus-agent-flush-group, gnus-agent-expire-group)
4656         (gnus-agent-regenerate-group): Use it.
4657         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4658         nnmail-pathname-coding-system.
4659
4660 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4663
4664         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4665         that are unread as unread, and also as selected so that information of
4666         marks having been changed by a user may be updated when exiting group.
4667
4668 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4671         calculated ignoring signature parts to gnus-treat-article.
4672
4673 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4676         a point here in order to keep the window start.
4677         (gnus-insert-mime-security-button): Make a button overlay without the
4678         front stickiness.
4679         (gnus-mime-display-security): Goto the end of a button.
4680
4681         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4682
4683 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4686         group-name-at-point.
4687         (gnus-group-completing-read): New function that offers decoded
4688         non-ASCII group names for completion.
4689         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4690         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4691         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4692         (gnus-group-fetch-control): Use it.
4693         (gnus-fetch-group): Use group-name-at-point for the initial value
4694         rather than the default value; use gnus-alive-p.
4695
4696         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4697         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4698         (gnus-summary-post-news): Use gnus-group-completing-read.
4699
4700         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4701         (gnus-read-move-group-name): Decode group name for completion.
4702
4703 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4706         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4707         Yamaoka slightly modified the code).
4708
4709 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4712         (nnmail-split-incoming): Bind it.
4713
4714         * nnml.el (nnml-group-name-charset): New function.
4715         (nnml-decoded-group-name): Use it; don't decode group name if
4716         nnmail-group-names-not-encoded-p is non-nil.
4717         (nnml-encoded-group-name): New function.
4718         (nnml-group-pathname): Inline nnml-decoded-group-name.
4719         (nnml-request-expire-articles): Decode group name in message.
4720         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4721         nnmail-pathname-coding-system.
4722         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4723         not decoded ones according to nnmail-group-names-not-encoded-p.
4724         (nnml-generate-active-info): Use nnml-encoded-group-name.
4725
4726 2007-08-08  Glenn Morris  <rgm@gnu.org>
4727
4728         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4729         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4730         doc-strings and comments.
4731
4732 2007-07-25  Glenn Morris  <rgm@gnu.org>
4733
4734         * Relicense all FSF files to GPLv3 or later.
4735
4736 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-sum.el (gnus-summary-move-article): Make
4739         gnus-summary-respool-article work.
4740
4741 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4744         string.
4745
4746 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4747
4748         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4749         that should be ignored when comparing distant RSS articles with local
4750         ones.
4751         (nnrss-make-hash-index): New function.  Create a hash index according
4752         to the ignored fields.
4753         (nnrss-check-group): Use it.
4754
4755 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4758
4759         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4760
4761         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4762         the new optional argument ENCODED is non-nil.
4763         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4764         coding system for encoding group name.
4765         (gnus-group-make-rss-group): Pass un-encoded group name to
4766         gnus-group-make-group.
4767         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4768         encoded.
4769
4770         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4771         Encode group name to which articles are moved or copied.
4772         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4773         coding system for encoding Newsgroup, Followup-To and Xref headers.
4774
4775         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4776         marks; use nnheader-file-coding-system to write a file.
4777         (nnagent-retrieve-headers): Bind file-name-coding-system to
4778         nnmail-pathname-coding-system.
4779
4780         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4781
4782         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4783         (nnml-request-article, nnml-request-create-group)
4784         (nnml-request-rename-group, nnml-find-id)
4785         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4786         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4787         (nnml-save-marks): Use nnml-group-pathname instead of
4788         nnmail-group-pathname.
4789
4790         (nnml-request-create-group, nnml-request-expire-articles)
4791         (nnml-request-move-article, nnml-request-delete-group)
4792         (nnml-deletable-article-p, nnml-possibly-create-directory)
4793         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4794         (nnml-open-marks): Bind file-name-coding-system to
4795         nnmail-pathname-coding-system.
4796
4797         (nnml-request-article): Pass server argument to nnml-find-group-number.
4798         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4799         server argument to nnml-possibly-create-directory.
4800         (nnml-request-accept-article): Pass server argument to
4801         nnml-active-number and nnml-save-mail.
4802         (nnml-find-group-number): Pass server argument to nnml-find-id.
4803         (nnml-request-update-info): Pass server argument to
4804         nnml-marks-changed-p.
4805
4806         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4807         (nnml-save-mail, nnml-active-number): Add server argument.
4808
4809         (nnml-request-delete-group): Warn if group is missing.
4810         (nnml-get-nov-buffer): Decode group name.
4811         (nnml-generate-active-info): Encode group name.
4812         (nnml-open-marks): Decode group name in messages.
4813
4814 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4817         if it is not specified.
4818         (gnus-article-pipe-part, gnus-article-save-part)
4819         (gnus-article-interactively-view-part, gnus-article-copy-part)
4820         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4821         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4822         (gnus-article-replace-part, gnus-article-delete-part)
4823         (gnus-article-view-part-as-type): Pass raw prefix argument to
4824         gnus-article-part-wrapper.
4825
4826 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-agent.el (gnus-agent-save-active): Bind
4829         nnheader-file-coding-system to gnus-agent-file-coding-system.
4830
4831         * gnus-cache.el (gnus-cache-save-buffers)
4832         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4833         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4834         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4835         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4836         (gnus-cache-generate-active, gnus-cache-rename-group)
4837         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4838         (gnus-cache-update-overview-total-fetched-for): Bind
4839         file-name-coding-system to nnmail-pathname-coding-system.
4840         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4841         variables.
4842         (gnus-cache-decoded-group-name): New function.
4843         (gnus-cache-file-name): Use it.
4844         (gnus-cache-generate-active): Use non-decoded group name for active.
4845
4846         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4847         right place.
4848         (gnus-write-active-file): Don't break non-ASCII group names.
4849
4850         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4851         nnmail-pathname-coding-system.
4852
4853         * lpath.el: Bind default-file-name-coding-system,
4854         file-name-coding-system and language-info-alist for XEmacs.
4855
4856         * gnus-uu.el (gnus-uu-decode-save): Typo.
4857
4858 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4861
4862 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4865         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4866         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4867         (gnus-agent-flush-group, gnus-agent-flush-cache)
4868         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4869         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4870         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4871         (gnus-agent-regenerate-group)
4872         (gnus-agent-update-files-total-fetched-for)
4873         (gnus-agent-update-view-total-fetched-for): Bind
4874         file-name-coding-system to nnmail-pathname-coding-system.
4875         (gnus-agent-group-pathname): Don't encode file names by
4876         nnmail-pathname-coding-system.
4877         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4878         coding-system-for-write instead of buffer-file-coding-system to
4879         gnus-agent-file-coding-system.
4880
4881         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4882         Decode group name.
4883
4884         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4885
4886         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4887         (gnus-read-newsrc-el-file): Make group names unibyte.
4888
4889         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4890         nnmail-pathname-coding-system.
4891
4892         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4893         (nnrss-request-delete-group): Bind file-name-coding-system to
4894         nnmail-pathname-coding-system.
4895         (nnrss-read-server-data, nnrss-read-group-data): Bind
4896         file-name-coding-system correctly.
4897         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4898
4899         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4900         (nntp-server-to-method-cache): New variable.
4901         (nntp-group-pathname): New function that decodes non-ASCII group names.
4902         (nntp-possibly-create-directory, nntp-marks-changed-p)
4903         (nntp-save-marks, nntp-open-marks): Use it.
4904         (nntp-possibly-create-directory, nntp-open-marks):
4905         Bind file-name-coding-system to nnmail-pathname-coding-system.
4906         (nntp-open-marks): Decode group names when bootstrapping marks.
4907
4908         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4909         Newsgroups and Folowup-To headers.
4910
4911 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4914         (gnus-server-closed-face, gnus-server-denied-face)
4915         (gnus-server-offline-face): Remove variable.
4916         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4917
4918         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4919         of modifying message-stack directly for XEmacs.
4920
4921         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4922         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4923         if the coding-system argument is nil for XEmacs.
4924
4925         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4926         mm-charset-override-alist.
4927
4928         * rfc2047.el: Don't require base64; require rfc2045 for the function
4929         rfc2045-encode-string.
4930         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4931         to quote the parameter value.
4932
4933 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4936         form in gnus-group-name-charset-method-alist.
4937
4938         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4939         overrides the default layout edit-form.
4940
4941         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4942
4943         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4944
4945 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4948         as unfetched articles.
4949
4950 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4953
4954 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4957         original back end that keeps marks in the local system.
4958
4959 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4962         arg of pop-to-buffer for XEmacs.
4963         (gnus-article-read-summary-keys): Ditto; don't restore window
4964         configuration if summary command ends up with neither article buffer
4965         nor summary buffer; describe bindings if summary keys end with C-h.
4966
4967 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * message.el (message-fix-before-sending): Skip raw message part to be
4970         forwarded while checking illegible text.
4971         (message-forward-make-body-mime, message-forward-make-body): Mark
4972         signed or encrypted raw message as having no illegible text.
4973
4974 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4977         (gnus-message-with-timestamp-1): New macro.
4978         (gnus-message-with-timestamp): New function.
4979         (gnus-message): Use them.
4980
4981         * nnheader.el (nnheader-message): Use them.
4982
4983 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4986         .newsrc.eld file.
4987
4988 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-agent.el (gnus-agent-fetch-headers)
4991         (gnus-agent-retrieve-headers): Bind
4992         gnus-decode-encoded-address-function to identity.
4993
4994         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4995         available also when the server returns simply a dot.
4996
4997         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4998
4999 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5002
5003 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-ems.el (gnus-x-splash): Make it work.
5006
5007         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5008         from being used.
5009
5010         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5011
5012 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5015         4th and the 5th arguments.
5016
5017         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5018         the front stickiness.
5019         (gnus-article-summary-command-nosave): Correct the order of the
5020         arguments passed to pop-to-buffer.
5021         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5022         summary command ends up with the article buffer.
5023
5024         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5025         the same faces.
5026
5027 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5030
5031 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5032
5033         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5034         * gnus-sum.el (gnus-summary-highlight):
5035         * pgg.el (pgg-sign-region, pgg-sign):
5036         * mail-source.el (mail-source-delete-old-incoming-confirm):
5037         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5038
5039 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-art.el (gnus-mime-view-part-externally)
5042         (gnus-mime-view-part-internally): Fix predicate function passed to
5043         completing-read.
5044
5045         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5046
5047         * gnus.el (gnus-update-message-archive-method): Add :version.
5048
5049 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus.el (gnus-update-message-archive-method): New variable.
5052
5053         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5054         according to gnus-message-archive-method if
5055         gnus-update-message-archive-method is non-nil.
5056
5057 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5060         by Loic Dachary <loic@dachary.org>.
5061         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5062
5063 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * message.el (message-pop-to-buffer): Add switch-function argument.
5066         (message-mail): Pass switch-function argument to it.
5067
5068 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5071         Improve doc string.
5072
5073 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5076         (gnus-header-content)
5077         * gnus-cite.el (gnus-cite-10)
5078         * gnus-srvr.el (gnus-server-closed)
5079         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5080         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5081         (gnus-group-mail-3-empty, gnus-group-mail-low)
5082         (gnus-group-mail-low-empty, gnus-splash)
5083         * message.el (message-header-to, message-header-cc)
5084         (message-header-subject, message-header-other, message-header-name)
5085         (message-header-xheader, message-separator, message-cited-text)
5086         (message-mml): Lighten colors of faces used for dark background.
5087
5088 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5089
5090         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5091         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5092
5093 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * message.el (message-narrow-to-headers-or-head):
5096         Ignore mail-header-separator in the body.
5097
5098 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5101         same as window size.
5102
5103 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5104
5105         * message.el (message-font-lock-keywords): Use message-header-xheader
5106         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5107         ahead of the anything pattern, to get it recognised.
5108
5109 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5112         spam.el loads uses it in the compiled defadvice form.
5113
5114 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5115
5116         * gnus-sum.el (gnus-articles-to-read)
5117         (gnus-summary-insert-old-articles): Don't truncate group name for
5118         `read-string'.
5119
5120         * gnus-util.el (gnus-limit-string): Delete this function.
5121
5122         * gnus-sum.el (gnus-simplify-subject-fully): Use
5123         `truncate-string-to-width' instead.
5124
5125 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5126
5127         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5128         if, on summary exit, the next group has to be selected.
5129         (gnus-summary-exit): Use it.
5130
5131 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5134         non-break space.
5135
5136 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5139         Check if group is not a directory.
5140         (nnfolder-request-expire-articles): Don't delete articles if the target
5141         group is not available.
5142
5143         * nnml.el (nnml-request-create-group): Properly check if group is not a
5144         file.
5145         (nnml-request-expire-articles): Don't delete articles if the target
5146         group is not available.
5147
5148         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5149         Don't quote characters that are within parentheses.
5150
5151 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5154         (gnus-handle-ephemeral-exit): Select article according to it.
5155
5156 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * message.el (message-insert-formated-citation-line): Remove newline.
5159         (message-citation-line-format): Add final \n here so that the user can
5160         avoid a blank line.
5161
5162 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5163
5164         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5165         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5166         Update lanl/arXiv support.
5167
5168 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * gnus.el: Bump version number.
5171
5172 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gnus.el (gnus-version-number): Bump version.
5175
5176 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5177
5178         * gnus.el: No Gnus v0.6 is released.
5179
5180 2007-04-27  Didier Verna  <didier@xemacs.org>
5181
5182         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5183         * gmm-utils.el (gmm-regexp-concat): here.
5184         * message.el: Don't require 'gnus-util.
5185         (message-dont-reply-to-names): Handle name change above.
5186         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5187
5188 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5191         since the initial value varies according to the system.
5192
5193 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5196
5197 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5198
5199         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5200
5201 2007-04-24  Didier Verna  <didier@xemacs.org>
5202
5203         Improve the type of gnus-ignored-from-addresses.
5204         * gnus-util.el (gnus-orify-regexp): New function.
5205         * message.el (gnus-util): Require it.
5206         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5207         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5208         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5209
5210 2007-04-24  Didier Verna  <didier@xemacs.org>
5211
5212         * gnus-sum.el:
5213         * gnus-utils.el: Fix some trailing whitespaces.
5214
5215 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5218         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5219         article's Message-ID; refer parent article in summary buffer.
5220
5221         * message.el (message-bounce): Call mime-to-mml.
5222
5223         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5224         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5225         optimize and/or forms properly.
5226
5227 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5230         URL.
5231
5232 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5235
5236 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5239         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5240         displayed of multipart/alternative part if it is invoked from summary
5241         buffer.
5242
5243         * mm-view.el (mm-inline-text-html-render-with-w3m)
5244         (mm-inline-text-html-render-with-w3m-standalone)
5245         (mm-inline-render-with-function): Use mail-parse-charset by default.
5246
5247 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5248
5249         * parse-time.el (parse-time-string-chars): Check if CHAR
5250         is less than the length of parse-time-syntax.
5251
5252 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5255         from gnus-newsgroup-processable.
5256
5257 2007-04-16  Didier Verna  <didier@xemacs.org>
5258
5259         * gnus-msg.el (gnus-configure-posting-styles): Handle
5260         message-signature-directory properly with :file syntax.  Reported by
5261         "Leo".
5262
5263 2007-04-11  Didier Verna  <didier@xemacs.org>
5264
5265         New user option: message-signature-directory.
5266         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5267         * message.el (message-insert-signature): Ditto.
5268         * message.el (message-signature-file): Doc update.
5269         * message.el (message-signature-directory): New.
5270
5271 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-msg.el (gnus-inews-yank-articles): Use
5274         message-exchange-point-and-mark instead of exchange-point-and-mark.
5275
5276 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * message.el (message-yank-original): Make sure cited text ends with
5279         newline; don't exchange point and mark.
5280
5281 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5282
5283         * tls.el (open-tls-stream): Properly handle case where there
5284         is no associated buffer.
5285
5286 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5287
5288         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5289         message-yank-original, make sure (< mark TEXT point).
5290
5291 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * message.el (message-fill-column): New variable.
5294         (message-mode): Use it.  Add comment on a possible new hook.
5295
5296         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5297         (nnmail-get-new-mail): Reformat.
5298
5299         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5300
5301         * gmm-utils.el: Fix Commentary.
5302         (gmm-tool-bar-from-list): Fix typo in doc string.
5303
5304 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5305
5306         * message.el (message-yank-original): Don't switch point and mark
5307         unnecessarily to put point and mark as documented.
5308
5309 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5312         from the message heads.
5313
5314 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5315
5316         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5317         article buffer does not have a window.  This may not be the best
5318         solution but is certainly better than setting the start of the null,
5319         that is the current, window.
5320
5321 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5324         (gnus-draft-setup): Run it.
5325
5326         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5327         gnus-score-fast-scoring.  Allow regexp.
5328         (gnus-score-headers): Use it.
5329
5330         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5331         XEmacs.
5332
5333         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5334         string.
5335         (gnus-button-alist): Also catch `<f1> k ...'.
5336         (gnus-treat-display-x-face): Fix doc string.
5337
5338 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5339
5340         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5341         evaluation of gnus-extended-version to ensure correct generation of the
5342         User-Agent header when message-generate-headers-first is used.
5343
5344 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5345
5346         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5347         hashcash-path is nil.  Don't call callback with incorrect number of
5348         parameters if val is 0.
5349
5350 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5351
5352         * message.el (message-required-news-headers):
5353         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5354
5355 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5356
5357         * tls.el (open-tls-stream): In handshake-waiting loop,
5358         don't wait more if there is output available to process.
5359
5360 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5361
5362         * tls.el (tls-program): Doc fix.
5363
5364 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * message.el (message-generate-new-buffers): Change the meaning of the
5367         nil value; add `standard' to the choices; treat t as `unique'; improve
5368         doc string.
5369         (gnus-select-frame-set-input-focus): Autoload.
5370         (message-buffer-name): Search for the existing message buffer if
5371         message-generate-new-buffers is nil or `standard'; treat the value t of
5372         message-generate-new-buffers as `unique'.
5373         (message-pop-to-buffer): Raise the frame already displaying the message
5374         buffer; clear the echo area after querying.
5375         (message-setup): Pass the `continue' argument to compose-mail.
5376         (message-mail): Prefer `switch-function' if it is given; search for the
5377         existing message buffer if the `continue' argument is non-nil; pass
5378         continue and switch-function arguments to compose-mail by way of
5379         message-setup.
5380         (message-mail-other-window): Adjust argument of message-setup.
5381         (message-mail-other-frame): Ditto.
5382
5383 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5386         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5387         to turn font-lock on when turning gnus-message-citation-mode on.
5388
5389 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5390
5391         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5392         (mml-smime-function-alist): New variable; add epg as the backend.
5393         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5394         mml-smime- functions instead.
5395         * mm-view.el: Require smime.
5396
5397 2007-03-05  Didier Verna  <didier@xemacs.org>
5398
5399         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5400         instead of just inheritance for posting styles.
5401         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5402
5403 2007-02-24  Chris Moore  <dooglus@gmail.com>
5404
5405         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5406         * pgg-pgp.el (pgg-pgp-encrypt-region):
5407         * pgg-gpg.el (pgg-gpg-encrypt-region):
5408         Check pgg-encrypt-for-me if no other recipients.
5409
5410 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5411
5412         * tls.el (tls-certtool-program): Fix custom type.
5413
5414 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5417         and point-at-eol instead of line-(beginning|end)-position.
5418
5419         * assistant.el (assistant-parse-buffer): Ditto.
5420
5421         * netrc.el (netrc-parse-services): Ditto.
5422
5423 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5424
5425         * mml2015.el (mml2015-epg-find-usable-key): New function.
5426         (mml2015-epg-sign): Use it.
5427         (mml2015-epg-encrypt): Use it.
5428
5429 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * message.el (message-make-in-reply-to): Quote name containing
5432         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5433         if there are special characters.  Reported by NAKAJI Hiroyuki
5434         <nakaji@jp.freebsd.org>.
5435
5436 2007-02-27  Didier Verna  <didier@xemacs.org>
5437
5438         Include the group parameters as well as the topic ones in the
5439         inheritance filter process.
5440         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5441         argument GROUP-PARAMS-LIST.
5442         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5443
5444 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * nntp.el (nntp-never-echoes-commands)
5447         (nntp-open-connection-functions-never-echo-commands): New variables.
5448         (nntp-send-command): Use them.
5449
5450 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5451
5452         * mml2015.el (mml2015-epg-verify): Simplified.
5453
5454 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * mml.el (mml-content-disposition-alist): New user option.
5457         (mml-content-disposition): New function.
5458         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5459         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5460
5461 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5462
5463         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5464         verification.
5465
5466 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5467
5468         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5469         articles posted in the last 24 hours.
5470
5471 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5472
5473         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5474
5475 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5476
5477         * nntp.el (nntp-send-command): Don't wait for echoes when
5478         nntp-open-ssl-stream is used.
5479
5480 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5483         (gnus-message-add-citation-keywords)
5484         (gnus-message-remove-citation-keywords): Remove.
5485         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5486         directly, make the variables in font-lock-defaults buffer-local, add
5487         gnus-message-citation-keywords to them and then update the value of
5488         font-lock-keywords.
5489
5490 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * message.el (message-cite-original-1): Don't call
5493         gnus-article-highlight-citation.
5494
5495         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5496         citations; fix line count.
5497
5498 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5501         (gnus-message-add-citation-keywords)
5502         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5503         versions of font-lock-add-keywords and font-lock-remove-keywords to
5504         work with XEmacs correctly.
5505
5506 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-cite.el (gnus-cite-face-list): Set the values of
5509         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5510         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5511         (gnus-message-cite-prefix-regexp): New variable.
5512         (gnus-message-search-citation-line): Use it; protect against long
5513         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5514         the 0th match data for Emacs.
5515         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5516         (gnus-message-add-citation-keywords): Append keywords rather than
5517         prepending; emulate font-lock-add-keywords if it is not available.
5518         (gnus-message-remove-citation-keywords): Emulate
5519         font-lock-remove-keywords if it is not available.
5520
5521         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5522
5523         * message.el (message-cite-prefix-regexp): Set the value of
5524         gnus-message-cite-prefix-regexp.
5525
5526 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5527
5528         * nnweb.el (nnweb-google-parse-1): Update parser.
5529
5530 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5531
5532         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5533
5534 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5535
5536         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5537         regexp.
5538
5539 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5542         string-to-multibyte.
5543         (uudecode-decode-region-internal): Use it.
5544
5545         * lpath.el: Fbind string-as-multibyte for XEmacs.
5546
5547 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5550         custom choice.
5551
5552         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5553
5554 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5555
5556         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5557
5558         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5559         `write-region' to respect `mm-inhibit-file-name-handlers'.
5560
5561 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5564         Use gnus-home-directory instead of "~/" or "$HOME".
5565
5566 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5569         to mention filename.
5570         Add comments at beginning regarding usage.
5571         (encrypt-write-file-contents): Change interactive so a string is
5572         acceptable.  If the file has no associated model, show an error instead
5573         of a nonsense prompt.
5574
5575 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5576
5577         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5578         Thanks to Yoshihiko Yamada for kind notification of this typo.
5579
5580 2007-01-12  Kenichi Handa  <handa@m17n.org>
5581
5582         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5583         multibyte buffer.
5584
5585 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * gnus-score.el (gnus-score-fast-scoring): New variable.
5588         (gnus-score-headers): Use it.
5589
5590         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5591
5592         * message.el (message-cite-original-1): Call
5593         gnus-article-highlight-citation if requested.
5594         (message-make-from): Allow name and address as optional arguments.
5595
5596         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5597
5598         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5599         bugs to doc string.
5600         (gnus-button-alist): Add mid\\|message-id.
5601         (gnus-button-fetch-group): Extend for use in
5602         `browse-url-browser-function'.
5603         (gnus-button-url-regexp): Try to catch paired parentheses like in
5604         Wikipedia URLs.
5605
5606         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5607         Suggested by Simon Krahnke <overlord@gmx.li>.
5608
5609 2007-01-13  Romain Francoise  <romain@orebokech.com>
5610
5611         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5612         Update copyright.
5613
5614 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5615
5616         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5617
5618 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * gnus-registry.el (gnus-registry-unfollowed-groups)
5621         (gnus-registry-split-fancy-with-parent): Fix documentation.
5622
5623 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5626         from nnweb groups.
5627
5628 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5631         Xref urls.  Erase buffer before requesting head.
5632
5633 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5636         customizable.
5637
5638 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5639
5640         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5641         no signing key is found.
5642         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5643         no encrypting and/or signing key is found.
5644
5645 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5648
5649 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5650
5651         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5652         headers read from disk with the ones newly found in the current search.
5653         This should no longer cause problems, because the article numbers in
5654         Gmane's `nov.php' output are ignored since the previous change.
5655
5656 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5657
5658         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5659
5660 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5663         replace-regexp-in-string; bind url-version; fbind display-images-p and
5664         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5665         find-face and set-itimer-function for Emacs; bind itimer-list for
5666         Emacs.
5667
5668         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5669
5670 2007-01-01  Romain Francoise  <romain@orebokech.com>
5671
5672         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5673
5674 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5675
5676         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5677         `define-minor-mode' macro definition expanded properly.
5678         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5679         exclude it there.
5680
5681         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5682         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5683         `fboundp' test.
5684         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5685         This is OK to autoload in (S)XEmacs now.
5686
5687 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5690         keystroke.
5691         (gnus-summary-limit-to-singletons): Fix typo.
5692
5693         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5694         else fails.
5695
5696 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5697
5698         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5699         docstring.
5700
5701         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5702         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5703         (gnus-summary-insert-dormant-articles): Fix typo in message.
5704
5705 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5708         nil for XEmacs.
5709         (gnus-message-citation-mode): Don't autoload in XEmacs.
5710
5711         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5712
5713 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5714
5715         * nnimap.el (nnimap-expunge-search-string): Mention
5716         nnimap-search-uids-not-since-is-evil in docstring.
5717
5718 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * spam.el: Revert to make-obsolete-variable because
5721         define-obsolete-variable-alias is not supported in Emacs 21.
5722
5723         * spam.el (spam-ifile-path, spam-ifile-database-path)
5724         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5725         make-obsolete-variable.
5726         (spam-bsfilter-path, spam-bsfilter-program)
5727         (spam-spamassassin-path, spam-spamassassin-program)
5728         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5729         use "path" inappropriately.
5730         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5731         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5732         variable names.
5733
5734 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5735
5736         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5737         summary buffer.
5738
5739         * password.el (password-cache-remove): Use clear-string to burn
5740         password, if available.
5741
5742 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5745
5746         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5747
5748         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5749         (gnus-message-highlight-citation): Move defcustom here from
5750         gnus-cite.el.
5751         (gnus-message-citation-mode): Autoload.
5752
5753         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5754         checks to make it compile with XEmacs.
5755         (gnus-message-citation-mode): New minor mode.
5756         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5757         (gnus-message-highlight-citation): New variables.
5758         (gnus-message-search-citation-line)
5759         (gnus-message-add-citation-keywords)
5760         (gnus-message-remove-citation-keywords)
5761         (turn-on-gnus-message-citation-mode)
5762         (turn-off-gnus-message-citation-mode): New functions.
5763
5764 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5765
5766         * gnus-cite.el: Enable highlighting of different citation levels in
5767         message-mode.
5768
5769 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * message.el (message-make-fqdn): Fix comment.
5772         (message-bogus-system-names): Add ".local".
5773
5774         * spam.el (spam-ifile-path, spam-ifile-program)
5775         (spam-ifile-database-path, spam-ifile-database)
5776         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5777         Don't use "path" inappropriately.
5778         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5779         strings.
5780         (spam-check-ifile, spam-ifile-register-with-ifile)
5781         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5782         new variable names.
5783
5784         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5785         (gnus-treat-display-smileys): Simplify using
5786         gnus-image-type-available-p.
5787
5788         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5789         available.
5790
5791         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5792         `display-images-p' if available.
5793
5794 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5797         one after turning on the buffer's multibyteness instead of decoding
5798         them directly in the unibyte buffer that causes unexpected conversion
5799         in Emacs 23 (unicode).
5800
5801 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5802
5803         * message.el (message-generate-hashcash): Fix custom type.
5804
5805 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5808
5809 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5810
5811         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5812         disconnect icons.  Add help text.
5813
5814 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5815
5816         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5817         negated to be consistent with the others we handle.
5818
5819 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820
5821         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5822         version of gnus-summary-buffer to something, so that we can use two
5823         article buffers at the same time.
5824
5825 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5828         trigger all the extra headers.
5829         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5830         sorting.
5831
5832 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5833
5834         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5835         solid groups.
5836
5837 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5838
5839         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5840
5841 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * legacy-gnus-agent.el: Add Copyright notice.
5844
5845 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5846
5847         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5848
5849 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5852
5853         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5854         to make it work reliably in CVS Emacs.
5855         (gnus-summary-limit-strange-charsets-predicate)
5856         (gnus-summary-limit-to-predicate): New functions.
5857
5858 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5859
5860         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5861         specifying array size.
5862         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5863         array if it is too small.
5864         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5865         (gnus-sort-threads-loop): New function.
5866
5867 2006-12-06  Chris Moore  <dooglus@gmail.com>
5868
5869         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5870         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5871
5872 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5873
5874         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5875         options.
5876
5877 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5880         DOS-ing the recipient.
5881
5882         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5883         the headers when creating the mapping to avoid mismappings.
5884         (nnweb-gmane-create-mapping): Always nix out old mapping.
5885
5886 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5889         and mm-verify-option to never.
5890
5891 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * message.el (message-signed-or-encrypted-p): New function.
5894         (message-forward-make-body): Use it.
5895
5896         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5897         Replace encode-coding-string with mm-encode-coding-string.
5898
5899 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * nneething.el (nneething-decode-file-name): Replace
5902         decode-coding-string with mm-decode-coding-string.
5903
5904         * gnus-int.el (gnus-open-server): Say failed server's name.
5905
5906 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5907
5908         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5909         strings to a single string.  Quote `errors-file-name'.
5910         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5911         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5912         Adjust calls.  Use `shell-quote-argument'.
5913
5914 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5915
5916         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5917         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5918
5919         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5920         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5921         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5922         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5923         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5924         (gnus-subscribe-newsgroup, gnus-1):
5925         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5926         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5927         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5928         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5929
5930 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5933         keystroke.
5934         (gnus-summary-limit-to-bodies): Implement headersp.
5935
5936 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937
5938         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5939
5940 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5943
5944 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * message.el (message-generate-hashcash): Expand range of values to
5947         include `opportunistic'.
5948         (message-send-mail): Use it.
5949
5950 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5951
5952         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5953         and comment it.
5954
5955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5956
5957 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus-util.el (gnus-extract-address-components): Improve comment.
5960
5961 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-util.el (gnus-extract-address-components): Work with address in
5964         which the name portion contains @.
5965
5966         * lpath.el: Fbind custom-autoload.
5967
5968 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * gnus.el (gnus-start): Move custom group up.
5971         (gnus-select-method): Don't autoload, but make it available for
5972         `customize-variable'.
5973         (gnus-getenv-nntpserver): Don't autoload.
5974
5975 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5978
5979 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * message.el (message-sendmail-extra-arguments): New variable.
5982         (message-send-mail-with-sendmail): Use it.
5983
5984 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5987         mm-with-unibyte-current-buffer to make string unibyte.
5988
5989         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5990         mm-string-as-multibyte.
5991
5992 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5993
5994         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5995         Reported by Werner Koch <wk@gnupg.org>.
5996
5997 2006-11-14  Daiki Ueno  <ueno@p360>
5998
5999         * mml2015.el: Autoload epa-select-keys when compiling.
6000
6001 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6002
6003         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6004         message-options.
6005         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6006
6007 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6008
6009         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6010         EasyPG (< 0.0.6).
6011         (mml2015-always-trust): New user option.
6012         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6013         prompt.
6014
6015 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * nntp.el (nntp-authinfo-force): New variable.
6018         (nntp-send-authinfo): Use it.
6019
6020 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6023         decode encoded words.  Improve prompt.  Add comment about forwarding.
6024         (message-replacement-char): Move up.
6025
6026 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6027
6028         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6029         instead of gnus-intersection because arguments of gnus-sorted-nunion
6030         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6031
6032 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6035         (message-simplify-subject-functions): Enable
6036         message-strip-subject-encoded-words by default.
6037
6038 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * message.el (message-strip-subject-encoded-words): New function.
6041         (message-simplify-subject-functions): New variable.
6042         (message-simplify-subject): Use it.  Fix typo in doc string.
6043         Support message-strip-subject-encoded-words.
6044
6045 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6046
6047         * gnus-diary.el (gnus-diary-delay-format-function):
6048         * nndiary.el (nndiary-reminders):
6049         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6050
6051 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * gnus-art.el (article-hide-boring-headers): Fetch date from
6054         gnus-original-article-buffer to avoid problems with localized date
6055         strings.
6056
6057 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6060
6061 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6064         New variables.
6065         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6066         (mm-charset-synonym-alist): Move some entries to
6067         mm-codepage-iso-8859-list.
6068         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6069         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6070
6071 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6074
6075 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6078         with Emacs 21 and XEmacs.
6079
6080 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * spam.el (spam-parse-address): New function for better parsing,
6083         catching errors, etc.
6084         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6085
6086 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * mm-view.el: Add interactive arg to html2text autoload.
6089
6090 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6093
6094 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6097         variables.
6098         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6099         (mm-charset-synonym-alist): Move some entries to
6100         mm-codepage-iso-8859-list.
6101
6102         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6103
6104 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * message.el (message-citation-line-format)
6107         (message-insert-formated-citation-line): Fix implementation of %E, %N
6108         and %n according to the doc string.
6109
6110 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6113         car-safe to avoid bad parses.
6114
6115 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6118         names.
6119
6120         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6121
6122 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6125         header.
6126
6127         * message.el (message-draft-headers): Add Date.
6128         (message-headers-to-generate): Fix typo in docstring.
6129
6130         * nndraft.el (nndraft-required-headers): New variable.
6131         (nndraft-generate-headers): Use it.
6132
6133         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6134
6135 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * gnus-registry.el (gnus-registry-wash-for-keywords)
6138         (gnus-registry-find-keywords): New functions to allow easy searching of
6139         articles that are in the registry.
6140
6141 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6144         ietf-drums-parse-address instead of gnus-extract-address-components.
6145         Reported by Damien Elmes <damien@repose.cx>.
6146
6147 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * gnus.el (gnus-mime): Remove unused custom group.
6150
6151 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6152
6153         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6154         "blank line" when searching for end of armor headers.
6155
6156 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gmm-utils.el (gmm-write-region): Fix variable name.
6159
6160 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * gmm-utils.el (gmm-write-region): New function based on compatibility
6163         code from `mm-make-temp-file'.
6164
6165         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6166
6167         * nnmaildir.el (nnmaildir--update-nov)
6168         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6169         Use `gmm-write-region'.
6170
6171 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6174         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6175
6176         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6177
6178         * message.el (message-replacement-char): New variable.
6179         (message-fix-before-sending): Use it.
6180         (message-simplify-subject): New function to remove duplicate code.
6181         (message-reply, message-followup): Use it.
6182
6183         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6184         gnus-summary-limit-to-articles.
6185
6186 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-util.el (gnus-with-local-quit): New macro.
6189
6190         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6191
6192 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6193
6194         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6195         ignore non-string data.
6196
6197 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6200         non-string data (needs to be done in the registry too).
6201
6202 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6205         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6206         (gnus-registry-split-fancy-with-parent)
6207         (gnus-registry-fetch-simplified-message-subject-fast)
6208         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6209         Remove text properties on ingress into the registry and when it's saved.
6210         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6211         registry from entries with no groups.
6212
6213 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6214
6215         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6216         function to remove string properties.
6217
6218 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * gmm-utils.el (gmm): Adjust custom version.
6221
6222         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6223         custom version.
6224
6225         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6226
6227 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * gnus-art.el (gnus-insert-prev-page-button)
6230         (gnus-insert-next-page-button): Simplify.  Reformat.
6231
6232 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6233
6234         * gnus-art.el (gnus-insert-prev-page-button)
6235         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6236
6237 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6238
6239         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6240
6241 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6242
6243         * gnus-art.el (gnus-insert-mime-button)
6244         (gnus-insert-mime-security-button):
6245         Apply gnus-article-button-face to MIME and security buttons.
6246
6247 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6250         readable.
6251
6252 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6255
6256 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6257
6258         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6259         `browse-url-of-file' instead of `browse-url'.
6260
6261 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6262
6263         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6264         regexp.  Articles containing quotation were cut prematurely.
6265
6266 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * message.el (message-cite-original-1): Use nobody by default for the
6269         value of From header.
6270         (message-reply): Ditto.
6271
6272 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6273
6274         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6275         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6276         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6277
6278 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6281         mails in the doc string.  Add some URLs in comment.
6282         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6283
6284 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6287         backslashes handling and the way to find boundaries of quoted strings.
6288
6289 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6290
6291         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6292         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6293         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6294         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6295
6296 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6299         doc string.
6300         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6301
6302 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * lpath.el: Fbind epg-check-configuration.
6305
6306 2006-09-06  Simon Josefsson  <jas@extundo.com>
6307
6308         * mml2015.el (mml2015-use): Doc fix, mention epg.
6309
6310 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6311
6312         * mml2015.el (mml2015-use): Default to epg, if available.
6313
6314 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6315
6316         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6317         message-sender.
6318         (mml1991-epg-encrypt): Ditto.
6319         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6320         message-sender.
6321         (mml2015-epg-encrypt): Ditto.
6322
6323 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6324
6325         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6326         several common directories.
6327
6328 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6329
6330         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6331         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6332
6333 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-art.el (article-decode-encoded-words): Make it fast.
6336
6337 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6340
6341         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6342         in quoted string into `\'.
6343
6344 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6347         Use standard-syntax-table.
6348
6349 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus-art.el (gnus-decode-address-function): New variable.
6352         (article-decode-encoded-words): Use it to decode headers which are
6353         assumed to contain addresses.
6354         (gnus-mime-delete-part): Remove useless `or'.
6355
6356         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6357         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6358         (gnus-nov-parse-line): Use it to decode From header.
6359         (gnus-get-newsgroup-headers): Ditto.
6360         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6361
6362         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6363         (mail-decode-encoded-address-string): New alias.
6364
6365         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6366         New function.
6367         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6368         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6369         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6370         (rfc2047-decode-string): Ditto.
6371         (rfc2047-decode-address-region): New function.
6372         (rfc2047-decode-address-string): New function.
6373
6374 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * message.el (message-caesar-buffer-body): Allow rotating headers.
6377
6378         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6379
6380         * message.el (message-insert-formated-citation-line): Fix %f.
6381         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6382
6383 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6386         (gnus-bookmark-mouse-available-p): New macro.
6387         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6388         (gnus-bookmark-bmenu-show-infos): Use it.
6389         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6390         (gnus-bookmark-bmenu-hide-infos): Ditto.
6391         (gnus-bookmark-remove-properties): New function.
6392         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6393         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6394         (gnus-bookmark-write-file): Bind coding-system-for-write.
6395         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6396         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6397         group before selecting it.
6398         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6399         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6400         quit-window if it is not available; use gnus-mouse-2 and bind it to
6401         gnus-bookmark-bmenu-select-by-mouse.
6402         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6403         (gnus-bookmark-bmenu-select-by-mouse): New function.
6404
6405 2006-08-13  Romain Francoise  <romain@orebokech.com>
6406
6407         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6408         space.
6409
6410 2006-08-10  Romain Francoise  <romain@orebokech.com>
6411
6412         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6413         (dns-mode-soa-auto-increment-serial): New user option.
6414         (dns-mode-soa-maybe-increment-serial): New function.
6415         (dns-mode): Add the latter to `write-contents-functions'.
6416
6417 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * compface.el (uncompface): Use binary rather than raw-text-unix.
6420
6421 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * compface.el (uncompface): Make sure the eol conversion doesn't take
6424         place when communicating with the external programs.  Reported by
6425         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6426
6427 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6430
6431 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6432
6433         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6434         Make it more robust by parsing author and date independently.
6435
6436 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6439
6440 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6441
6442         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6443         first matching secret key.
6444         (mml2015-epg-encrypt): Ditto.
6445
6446         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6447         first matching secret key.
6448         (mml1991-epg-encrypt): Ditto.
6449
6450         * mml2015.el (mml2015-encrypt-to-self): New user option.
6451         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6452         mml2015-epg-encrypt-to-self is set.
6453
6454         * mml1991.el (mml1991-encrypt-to-self): New variable.
6455         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6456         mml1991-epg-encrypt-to-self is set.
6457
6458         * mml2015.el (mml2015-signers): New user option.
6459         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6460         (mml2015-epg-encrypt): Allow to select signing keys.
6461
6462         * mml1991.el (mml1991-signers): New variable.
6463         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6464         (mml1991-epg-encrypt): Allow to select signing keys.
6465
6466 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * nnheader.el (nnheader-insert-head): Make it work even if the file
6469         uses CRLF for the line-break code.
6470
6471 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6472
6473         * mml2015.el: Require mml-sec instead of password.
6474         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6475         (mml2015-cache-passphrase): Inherit the default value from
6476         mml-secure-cache-passphrase.
6477         (mml2015-passphrase-cache-expiry): Inherit the default value from
6478         mml-secure-passphrase-cache-expiry.
6479
6480         * mml1991.el: Require mml-sec instead of password.
6481         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6482         (mml1991-cache-passphrase): Inherit the default value from
6483         mml-secure-cache-passphrase.
6484         (mml1991-passphrase-cache-expiry): Inherit the default value from
6485         mml-secure-passphrase-cache-expiry.
6486
6487         * mml-sec.el: Require password.
6488         (mml-secure-verbose): New user option.
6489         (mml-secure-cache-passphrase): New user option.
6490         (mml-secure-passphrase-cache-expiry): New user option.
6491
6492 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6493
6494         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6495         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6496         andreas@altroot.de (Andreas Vögele).
6497
6498         FIXME: Use `tiny change'?
6499
6500 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6501
6502         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6503         workaround for the url package included with Emacs.
6504
6505         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6506
6507 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6510         correctly.  This fixes a bug caused by the 2006-05-12 change.
6511
6512 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6513
6514         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6515         some information about the error when saying that the `bogus' mail
6516         group will be used.
6517
6518 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6521         string.
6522
6523 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6524
6525         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6526
6527 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6528
6529         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6530
6531 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6532
6533         * mml1991.el (mml1991-function-alist): Add epg.
6534         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6535         (mml1991-epg-encrypt): New functions.
6536
6537 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6538
6539         * mml2015.el (mml2015-verbose): New variable.
6540         (mml2015-cache-passphrase): Ditto.
6541         (mml2015-passphrase-cache-expiry): Ditto.
6542         (mml2015-function-alist): Add epg.
6543         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6544         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6545         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6546         functions.
6547
6548 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6549
6550         * message.el (message-cite-original-1): Preserve region when removing
6551         quoted text due to X-No-Archive in order to avoid bogus attribution
6552         when citing multiple messages.
6553
6554 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6555
6556         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6557         Kenneth Jacker <khj@be.cs.appstate.edu>.
6558
6559 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * gnus-diary.el (gnus-user-format-function-d)
6562         (gnus-user-format-function-D): Autoload.
6563
6564         * imap.el (Commentary): Fix typo.
6565
6566         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6567         2006-04-22 contribution.
6568
6569 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6570
6571         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6572         It didn't really fix the bogosity I'm seeing with solid web groups.
6573
6574 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6575
6576         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6577         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6578         created using server names.  If we use the feature without declaring
6579         it, Gnus does not properly manage server and group state.
6580
6581         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6582         bound.
6583
6584 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6585
6586         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6587         looking up the method using GROUP's prefix before inventing a new one.
6588         It is used on killed/unknown groups in various places where returning
6589         an all-new method isn't expected by the caller.
6590
6591         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6592         and match semantics of gnus-group-real-prefix.
6593
6594 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * nnmail.el (nnmail-broken-references-mailers): New variable.
6597         (nnmail-ignore-broken-references): New function generalizing
6598         nnmail-fix-eudora-headers.
6599         (nnmail-fix-eudora-headers): Now obsolete.
6600
6601         * gnus-art.el (gnus-button-handle-custom): Support
6602         `customize-apropos*'.
6603
6604 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6607
6608         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6609         articles.
6610
6611 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * message.el (message-cite-reply-above): New variable.
6614         (message-yank-original): Use it.
6615
6616 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6619
6620 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6623         as read.
6624
6625         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6626
6627 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6630         (gnus-bookmark-default-file): Use gnus-directory.
6631         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6632         Remove "*" in doc string.
6633         (gnus-bookmark-write-file): Simplify.
6634         (gnus-bookmark-maybe-sort-alist): Use `when'.
6635         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6636         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6637         FIXME about Emacs 21 and XEmacs compatibility.
6638         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6639         compatibility.
6640         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6641         compatibility.
6642         (gnus-bookmark-menu-heading): Fix version.
6643
6644 2006-06-19  Bastien Guerry  <bzg@altern.org>
6645
6646         * gnus-bookmark.el: New file.
6647
6648 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * message.el (message-syntax-checks): Doc fix.
6651
6652 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6653
6654         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6655         unsubscribed groups as if they were killed ones.  It causes duplicate
6656         entries in gnus-newsrc-alist.
6657
6658 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * message.el (message-syntax-checks): Doc fix.
6661         (message-send-mail): Add check for continuation headers.
6662         (message-check-news-header-syntax): Fix regexp used to check for
6663         continuation headers.
6664
6665 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6668
6669 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6672
6673 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6676         default-truncate-lines.
6677
6678 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6681         to fill the utf-8 entry.
6682
6683         * lpath.el: Fbind unicode-precedence-list.
6684
6685 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6686
6687         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6688
6689 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6690
6691         * gnus-agent.el (directory-files-and-attributes): Move all the way
6692         forward (the third and final move).
6693         (gnus-agent-read-agentview): Trap reconstruction errors due to
6694         nonexistant directory.  Handle by returning nil.
6695
6696 2006-05-30  Didier Verna  <didier@xemacs.org>
6697
6698         * message.el (message-dont-reply-to-names): Update the custom type.
6699         * message.el (message-dont-reply-to-names): New defsubst: potentially
6700         convert a list of regexps into a single one.
6701         * message.el (message-get-reply-headers): Use it.
6702         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6703
6704 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * gnus-agent.el (directory-files-and-attributes): Move forward.
6707
6708 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * gnus-ml.el (gnus-mailing-list-subscribe)
6711         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6712         (gnus-mailing-list-message): Fix doc strings.
6713
6714 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6715
6716         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6717         of doing it manually.
6718
6719 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6722         comment.
6723
6724 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6725
6726         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6727         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6728         (gnus-agent-read-local): All symbols allocated in my-obarray.
6729         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6730         (gnus-agent-regenerate-group): Check numeric names to see if they are
6731         messages or groups.
6732         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6733         better way of do this...)
6734
6735         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6736         'dummy.group' (there should be a better way of do this...)
6737
6738 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6741         (gnus-saved-headers): Ditto.
6742         (gnus-default-article-saver): Mention functions may have properties.
6743         (gnus-article-save): Override gnus-save-all-headers and
6744         gnus-saved-headers by :headers property which saver function may have.
6745         (gnus-summary-save-in-file): Add :headers property.
6746         (gnus-summary-write-to-file): Ditto.
6747
6748         * gnus-sum.el (gnus-summary-save-article): Bind
6749         gnus-prompt-before-saving to t when saving many articles in a file;
6750         always show all headers.
6751
6752         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6753
6754 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6757         marks.
6758
6759         * message.el (message-indent-citation): Add optional arguments to allow
6760         using it outside of message buffers.
6761
6762         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6763         (gnus-article-treat-unfold-headers): Use it.
6764         (gnus-article-truncate-lines): New variable.
6765         (gnus-article-mode): Use it.
6766         (gnus-article-toggle-truncate-lines): New function.
6767
6768         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6769         gnus-article-toggle-truncate-lines.
6770
6771         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6772         coding system in XEmacs, use binary.
6773
6774 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6777         after-load-alist.
6778
6779         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6780         this function should save decoded articles.
6781         (gnus-summary-write-to-file): Use property to specify this function
6782         should save decoded articles and specify gnus-summary-save-in-file
6783         should be used to save articles other than the first one when saving
6784         many articles.
6785         (gnus-summary-save-body-in-file): Use property to specify this
6786         function should save decoded articles.
6787         (gnus-summary-write-body-to-file): Use property to specify this
6788         function should save decoded articles and specify
6789         gnus-summary-save-body-in-file should be used to save articles other
6790         than the first one when saving many articles.
6791
6792         * gnus-sum.el (gnus-summary-save-article): Simplify.
6793
6794 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-art.el (gnus-default-article-saver): Add
6797         gnus-summary-write-body-to-file.
6798         (gnus-article-save-coding-system): Don't use coding system object
6799         in XEmacs.
6800         (gnus-read-save-file-name): Add optional `dir-var' argument which
6801         specifies directory in which files are saved; work even if optional
6802         `variable' argument is not specified.
6803         (gnus-summary-write-to-file): Read file name.
6804         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6805         (gnus-summary-write-body-to-file): New function.
6806
6807         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6808         (gnus-summary-local-variables): Add it.
6809         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6810         (gnus-summary-save-article): Remove optional `decode' argument;
6811         determine whether to decode articles by the value of
6812         gnus-default-article-saver; when saving many files using
6813         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6814         it first and use gnus-summary-save-in-file or
6815         gnus-summary-save-body-in-file thereafter unless
6816         gnus-prompt-before-saving is always; move point to article which
6817         will be saved.
6818         (gnus-summary-save-article-file): Revert.
6819         (gnus-summary-write-article-file): Revert.
6820         (gnus-summary-save-article-body-file): Revert.
6821         (gnus-summary-write-article-body-file): New function.
6822
6823 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (gnus-default-article-saver): Doc fix.
6826         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6827         from gnus-summary-save-article-coding-system, and default to a
6828         certain coding system.
6829         (gnus-output-to-file): Add coding cookie and encode text according
6830         to gnus-article-save-coding-system; don't use mm-append-to-file.
6831
6832         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6833         gnus-art.el and rename to gnus-article-save-coding-system.
6834         (gnus-summary-save-article): Require gnus-art; don't show all
6835         headers if it decodes articles; don't add coding cookie here;
6836         don't bind mm-text-coding-system-for-write.
6837         (gnus-summary-save-article-file): Save decoded articles.
6838         (gnus-summary-write-article-file): When saving many files, use
6839         gnus-summary-write-to-file first and gnus-summary-save-in-file
6840         thereafter unless gnus-prompt-before-saving is always.
6841         (gnus-summary-save-article-body-file): Save decoded articles.
6842
6843         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6844
6845 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * nnrss.el (nnrss-check-group): Bind hash-index.
6848
6849 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6850
6851         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6852         its hash index.  Store this hash in `nnrss-group-data'.
6853         (nnrss-read-group-data): Update accordingly.
6854
6855 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6858         entry.
6859
6860         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6861         gnus-article-browse-html-article.
6862
6863 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6864
6865         * gnus-sum.el (gnus-summary-mime-map): Add
6866         gnus-article-browse-html-article.
6867
6868         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6869
6870 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6873         suitable coding systems in customize.
6874
6875 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * mail-source.el (mail-sources): Fix custom type.
6878
6879 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6882         (gnus-summary-expire-articles-now): Shorten prompt.
6883
6884         * gmm-utils.el (wid-edit): Require.
6885         (defun-gmm): Renamed from `gmm-defun-compat'.
6886         (gmm-image-search-load-path): Use it.
6887         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6888
6889 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6892         variable.
6893         (gnus-summary-save-article): Add optional `decode' argument.  If
6894         it is set and gnus-summary-save-article-coding-system is non-nil,
6895         save decoded article.
6896         (gnus-summary-write-article-file): Save decoded article if
6897         gnus-summary-save-article-coding-system is non-nil.
6898
6899         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6900         type.
6901
6902 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6905
6906 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6909         first to test gnus-single-article-buffer which may be buffer-local.
6910
6911         * gnus-sum.el (gnus-summary-setup-buffer): Make
6912         gnus-single-article-buffer buffer-local and nil in ephemeral
6913         group; make gnus-article-buffer, gnus-article-current, and
6914         gnus-original-article-buffer always buffer-local.
6915         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6916         group.
6917         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6918
6919 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * nnml.el (nnml-request-compact-group): Compressed files might not
6922         have .gz extension.
6923
6924 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6925
6926         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6927         (mm-copy-to-buffer): Use with-current-buffer.
6928         (mm-display-part): Simplify.
6929         (mm-inlinable-p): Add optional arg `type'.
6930
6931 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6932
6933         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6934         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6935         Try harder to show the attachment internally or externally using
6936         gnus-mime-view-part-as-type.
6937
6938 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * message.el (message-from-style, message-signature-separator)
6941         (message-user-organization-file, message-send-mail-function)
6942         (message-citation-line-function, message-yank-prefix)
6943         (message-indent-citation-function, message-signature)
6944         (message-signature-file, message-signature-insert-empty-line):
6945         Remove autoloads.
6946
6947         * gnus-art.el (gnus-buttonized-mime-types): Remove
6948         "multipart/signed".  Revert 2006-04-26 change.
6949
6950 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus.el (gnus-version-number): Bump version.
6953
6954 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6955
6956         * gnus.el: No Gnus v0.5 is released.
6957
6958 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6959
6960         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6961         fetching articles by message-id.
6962
6963 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * message.el (hashcash): Require hashcash as normal.
6966
6967         * ecomplete.el (ecomplete-highlight-match-line): Use
6968         point-at-eol.
6969         (ecomplete-highlight-match-line): Use `highlight', because that
6970         face exists in both Emacs and XEmacs.
6971
6972         * message.el (message-display-abbrev): Use point-at-bol.
6973
6974         * mail-source.el: Don't require timer/timer-funcs.
6975
6976         * gnus-async.el: Ditto.
6977
6978         * password.el: Ditto.
6979
6980         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6981
6982         * mm-url.el: Ditto.
6983
6984         * gnus-xmas.el: Don't require timer-funcs.
6985
6986         * mm-util.el: Require timer/timer-funcs.
6987
6988 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6989
6990         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6991         Close.
6992
6993 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6996         unibyte after clear-decrypt function runs.
6997
6998         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6999         returns as a unibyte string.
7000
7001 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * lpath.el: Revert.
7004
7005         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7006         (pgg-gpg-process-sentinel): Revert.
7007
7008         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7009         (pgg-pgp-lookup-key): Revert.
7010
7011         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7012         (pgg-pgp5-lookup-key): Revert.
7013
7014         * pgg.el (pgg-fetch-key): Revert.
7015
7016 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * lpath.el: Fbind string-as-multibyte for XEmacs.
7019
7020         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7021         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7022         (mml1991-pgg-encrypt): Ditto.
7023
7024         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7025         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7026         a multibyte buffer.
7027
7028         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7029         (pgg-pgp-lookup-key): Ditto.
7030
7031         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7032         (pgg-pgp5-lookup-key): Ditto.
7033
7034         * pgg.el (pgg-fetch-key): Ditto.
7035
7036 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * message.el (message-user-organization-file): Check several
7039         locations of the organization file.
7040
7041         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7042         Add gnus-article-view-part-as-type.
7043
7044         * gnus-art.el (gnus-article-view-part-as-type): New function.
7045
7046         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7047         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7048
7049         * mml.el: Simplify autoload.
7050         (mml-mode): defvar dnd-protocol-alist instead of using
7051         symbol-value.
7052         (mml-default-directory): New variable.
7053         (mml-minibuffer-read-file): Use it.
7054         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7055
7056         * message.el (message-citation-line-format): New variable.
7057         (message-insert-formated-citation-line): New function.
7058         (message-citation-line-function): Add
7059         `message-insert-formated-citation-line' to custom type.
7060
7061         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7062         to doc string.
7063
7064         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7065         depending on mm-verify-option.
7066
7067 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7070         binding pgg-* variables; reimplement the section which prevents
7071         MIME header from being signed.
7072         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7073         pgg-text-mode; remove a blank line at the top of body.
7074
7075         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7076         lines at the top of body; use gnus-newsgroup-charset if there's no
7077         Charset header.
7078
7079 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * message.el (message-self-insert-commands): Doc fix.
7082
7083         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7084         (mm-uu-pgp-encrypted-test): Ditto.
7085         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7086         between header and body; return application/pgp-encrypted handle
7087         if decryption failed; decode decrypted body by charset.
7088
7089         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7090         element match to application/pgp-*.
7091
7092 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7093
7094         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7095         HTML.
7096
7097 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * mail-source.el (mail-source-call-script): Message the error
7100         string.
7101
7102 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-util.el (gnus-byte-compile): Use it.
7105
7106 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7107
7108         * gnus-util.el (kill-empty-logs): New function.
7109
7110 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * message.el (message-mail-alias-type): Doc fix.
7113         (message-mail-alias-type-p): New function.
7114         (message-send): Use it.
7115         (message-mode): Ditto.
7116         (message-strip-forbidden-properties): Ditto.
7117
7118         * ecomplete.el (ecomplete-database-file-coding-system): New
7119         variable.
7120         (ecomplete-save): Use it.
7121         (ecomplete-setup): Use it.
7122
7123 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * message.el (message-self-insert-commands): New variable.
7126         (message-strip-forbidden-properties): Use it.
7127
7128 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7131         that doesn't make XEmacs choke.
7132
7133 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * gnus-util.el (gnus-replace-in-string):
7136         Prefer replace-regexp-in-string over of replace-in-string.
7137
7138 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-util.el (gnus-select-frame-set-input-focus):
7141         Use select-frame-set-input-focus if it is available in XEmacs; use
7142         definition defined in Emacs 22 for old Emacsen.
7143
7144         * dgnushack.el: Autoload unmorse-region for XEmacs.
7145
7146         * lpath.el: Bind cursor-in-non-selected-windows and
7147         select-frame-set-input-focus for XEmacs.
7148
7149 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7152
7153 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-registry.el (gnus-registry-cache-save): Remove text
7156         properties when saving via the temp buffer.
7157
7158 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * message.el (message-generate-hashcash): Honor custom type.
7161
7162 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * message.el (message-generate-hashcash): Default to non-nil when
7165         hashcash is found.
7166
7167         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7168         (gnus-refer-thread-limit): Increase default to 500.
7169
7170         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7171
7172         * flow-fill.el (fill-flowed): Allow delete-space.
7173
7174 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7177         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7178         Remove autoloads.
7179
7180 2006-04-18  Simon Josefsson  <jas@extundo.com>
7181
7182         * message.el (message-generate-hashcash): Default to.
7183
7184 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7187         concatenating segments rather than before concatenating them.
7188
7189 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7192
7193 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7196
7197         * message.el (message-forward-make-body-plain): Allow
7198         message-forward-ignored-headers to be a list.
7199         (message-remove-ignored-headers): Factor out into function.
7200         (message-forward-make-body-mml): Use it.
7201
7202         * imap.el (imap-quote-specials): New function.
7203         (imap-login-auth): Quote specials.
7204
7205         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7206         (rfc2231-parse-string): Allow concatanation of parameters that
7207         aren't contiguous.  The test case is
7208           (mail-header-parse-content-type "message/external-body;
7209             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7210             access-type=LOCAL-FILE;
7211             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7212
7213 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7214
7215         * nntp.el (nntp-accept-process-output): Return the value of
7216         `nnheader-accept-process-output'.
7217
7218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7221         (gnus-button-alist): Recognize more diff formats.
7222         (gnus-button-patch): Strip directory.
7223
7224 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7227         Emacs 22 when setting focus.
7228
7229 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * gnus-art.el (gnus-article-treat-types): Do treatment of
7232         text/x-verbatim parts.
7233         (gnus-button-patch): New command.
7234
7235         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7236         addresses that contain invalid characters.
7237
7238 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * message.el (message-put-addresses-in-ecomplete): Use
7241         gnus-replace-in-string.
7242         (message-is-yours-p): Use the more correct
7243         mail-header-parse-address instead of
7244         mail-extract-address-components.
7245         (message-put-addresses-in-ecomplete): Fix typo.
7246
7247         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7248         keystroke.
7249
7250         * gnus-art.el (gnus-treatment-function-alist): Change order of
7251         newsgroups/generic header folding to avoid double-folding.
7252
7253         * message.el (message-hidden-headers): Add X-Draft-From.
7254
7255         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7256         command.
7257         (gnus-summary-repeat-search-article-backward): New command.
7258
7259         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7260         groups in the parent topic.
7261
7262 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7263
7264         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7265         (spam-extra-header-to-number): Return the CRM114 number as a
7266         number instead of a string.
7267
7268 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * gnus-art.el (gnus-face-properties-alist): Moved here from
7271         gnus-fun.
7272
7273         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7274
7275 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * message.el (message-strip-forbidden-properties): Only display on
7278         self-insert-command.
7279
7280         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7281         reindent.
7282         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7283
7284 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7285
7286         * smiley.el (smiley-style): Fix typo.
7287
7288 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * hashcash.el (hashcash-insert-payment-async-2): Use
7291         message-goto-eoh instead of doing it manually.
7292         (mail-add-payment): Use message-narrow-to-header instead of trying
7293         to do the same itself.
7294
7295         * message.el (message-hidden-headers): Add Face.
7296
7297         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7298         reparenting code.
7299         (gnus-summary-reparent-children): Refactored out code.
7300         (gnus-summary-thread-map): New keystroke.
7301         (gnus-summary-reparent-children): Make into command.
7302
7303         * smiley.el (smiley-style): Default to `medium' if using a large
7304         font.
7305
7306         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7307         does it itself.
7308
7309         * message.el (message-point-in-header-p): Simplify definition.
7310
7311 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * nnagent.el (nnagent-request-set-mark): Silence log file
7314         writing.
7315         (nnagent-request-set-mark): Use write-region instead of
7316         append-to-file.
7317
7318         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7319         strange select method.
7320
7321         * ecomplete.el (ecomplete-display-matches): Get highlightling
7322         right.
7323         (ecomplete-display-matches): Use literals.
7324         (ecomplete-display-matches): Disable message logging.
7325
7326         * message.el (message-display-abbrev): Small optimization.
7327
7328         * ecomplete.el (ecomplete-display-matches): Allow automatic
7329         display.
7330
7331         * message.el (message-strip-forbidden-properties): Display
7332         abbrevs.
7333         (message-display-abbrev): Get automatic display right.
7334
7335         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7336         keystrokes.
7337
7338 2006-04-13  Romain Francoise  <romain@orebokech.com>
7339
7340         TODO: Backport to v5-10!
7341
7342         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7343         Moved here (and renamed) from gnus-registry.el.
7344
7345         * gnus-registry.el: Require gnus-util.
7346         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7347
7348 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-group.el (gnus-group-catchup-current): Change
7351         if-then-else-if-then-else into cond.
7352         (gnus-group-catchup): Indent.
7353         (group-name-at-point): New function.
7354         (gnus-fetch-group): Provide default from thing at point.
7355
7356 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7357
7358         * message.el (message-display-abbrev): Fix regexp.
7359
7360         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7361         choosing.
7362         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7363         dead variables.
7364
7365         * message.el (message-newline-and-indent): Remove debugging.
7366         (message-display-abbrev): Use new implementation.
7367
7368 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-art.el (gnus-article-mode): Set
7371         cursor-in-non-selected-windows to nil.
7372
7373         * smiley.el: Revert previous change.
7374         (smiley-data-directory): defvar it before using it in the
7375         defcustom of `smiley-style'.
7376
7377 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * message.el (message-newline-and-indent): New function.
7380
7381         * ecomplete.el: Implement more bits.
7382
7383         * message.el (message-put-addresses-in-ecomplete): Clean up the
7384         string.
7385
7386         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7387
7388         * gnus-sum.el (gnus-summary-save-parts): Bind
7389         gnus-summary-save-parts-counter and use it to make unique file
7390         names.
7391
7392         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7393
7394         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7395         parameter to say whether to actually parse the individual
7396         addresses.
7397
7398         * message.el (message-put-addresses-in-ecomplete): New function.
7399         (ecomplete): Require.
7400         (message-mail-alias-type): Add ecomplete as an option.
7401
7402 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7403
7404         * flow-fill.el (fill-flowed): Remove trailing space from blank
7405         quoted lines.
7406
7407 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * smiley.el (smiley-style): Move definition later to avoid a
7410         compilation warning.
7411
7412 2006-04-12  Kenichi Handa  <handa@m17n.org>
7413
7414         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7415         buffer and then decode the buffer text if necessary.
7416         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7417         first, and after mm-encode-body, change the buffer to unibyte.
7418         Use mm-disable-multibyte instead of set-buffer-multibyte.
7419
7420 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7423         Content-Type header instead of Content-Disposition header.
7424         (gnus-mime-inline-part): Ditto.
7425         (gnus-mime-view-part-as-charset): Ignore charset that the part
7426         specifies.
7427
7428         * mm-decode.el (mm-display-part): Work with external parts and
7429         usual parts similarly.
7430
7431         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7432         instead of gnus-display-mime.
7433
7434         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7435         instead of with-temp-buffer.
7436
7437         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7438         tag to summarized topics part in order to encode non-ASCII text.
7439
7440 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * smiley.el (smiley-style): New variable.
7443         (smiley-directory): New function.
7444         (smiley-data-directory): Derive from `smiley-style' using
7445         `smiley-directory'.
7446         (smiley-regexp-alist): Add new entries.
7447
7448         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7449         (gnus-article-browse-delete-temp): Add :version.
7450
7451 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7452
7453         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7454         the sieve region.
7455
7456 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus.el (gnus-version-number): Bump version.
7459
7460 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gnus.el: No Gnus v0.4 is released.
7463
7464 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7467         layout.
7468
7469         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7470         unknown charset.
7471
7472         * message.el (message-header-synonyms): Add Original-To to the
7473         default.
7474
7475         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7476         optional parameter.
7477
7478 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * gnus-fun.el (gnus): Require it for gnus-directory.
7481
7482 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7485
7486 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7487
7488         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7489
7490 2006-04-05  Simon Josefsson  <jas@extundo.com>
7491
7492         * password.el (password-reset): New function.
7493
7494 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7495
7496         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7497         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7498
7499 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7500
7501         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7502         Some whitespace was matched into the url, which broke browsing hits
7503         > 100 when mm-url-use-external was nil.
7504
7505 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7508         gnus-extra-headers for 'Newsgroups.
7509
7510         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7511         bound.
7512
7513 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7514
7515         * pgg-gpg.el: Clean up process buffers every time gpg processes
7516         complete.
7517
7518 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7521         doc string.
7522
7523 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7524
7525         * pgg-gpg.el (pgg-gpg-process-filter)
7526         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7527
7528         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7529         lines, temporary fix.
7530
7531 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7534
7535 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7536
7537         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7538         default-enable-multibyte-characters.  This reverts the change from
7539         revision 6.17 which is no longer necessary because the passphrase
7540         is sent separately now.  GnuPG messages are unreadable under
7541         multibyte locales with default-enable-multibyte-characters set to
7542         nil.
7543
7544 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * message.el (message-tool-bar-gnome): Move "spell".
7547
7548 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7551         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7552         instead.
7553
7554 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7555
7556         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7557         newsgroups handling for NNTP overviews which don't include
7558         Newsgroups.
7559
7560 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7561
7562         * message.el (message-resend): Bind message-generate-hashcash to nil.
7563
7564 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7565
7566         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7567         when searching for already-paid recipients.
7568
7569 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7570
7571         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7572         passphrases when it is not needed.
7573         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7574         passphrase stuff from gpg, should only be necessary when you use
7575         gpg with a smartcard.
7576
7577 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * mml.el (mml-insert-mime): Ignore cached contents of
7580         message/external-body part.
7581
7582         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7583         (mm-insert-part): Ditto.
7584
7585 2006-03-23  Simon Josefsson  <jas@extundo.com>
7586
7587         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7588         Reiner.
7589         (pgg-gpg-use-agent-p): Use it again.
7590
7591 2006-03-23  Simon Josefsson  <jas@extundo.com>
7592
7593         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7594         older emacsen.
7595         (pgg-gpg-use-agent-p): Don't use it.
7596
7597 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7600         if we can.
7601
7602 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7603
7604         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7605         (pgg-gpg-update-agent): New function.
7606         (pgg-gpg-use-agent-p): New function.
7607         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7608         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7609         (pgg-gpg-sign-region): Use it.
7610
7611 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7614         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7615
7616 2006-03-21  Simon Josefsson  <jas@extundo.com>
7617
7618         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7619         <wilde@sha-bang.de>.
7620         (pgg-gpg-use-agent): New variable.
7621         (pgg-gpg-process-region): Use it.
7622         (pgg-gpg-encrypt-region): Likewise.
7623         (pgg-gpg-encrypt-symmetric-region): Likewise.
7624         (pgg-gpg-decrypt-region): Likewise.
7625         (pgg-gpg-sign-region): Likewise.
7626         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7627
7628 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7631
7632         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7633         Add comment on version.
7634
7635 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * smiley.el: Add missing test smiley.
7638
7639 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * mm-decode.el (mm-with-part): New macro.
7642         (mm-get-part): Use it; work with message/external-body as well.
7643         (mm-save-part): Treat name and filename equally.
7644
7645         * mm-extern.el (mm-extern-cache-contents): New function.
7646         (mm-inline-external-body): Use it; force the part to be displayed;
7647         move undisplayer added to the cached handle to the parent.
7648
7649         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7650         (gnus-mime-view-part-as-type): Work with message/external-body.
7651
7652         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7653
7654 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7657         images in image-load-path.  [Sync with image.el, revision 1.60, in
7658         Emacs.]
7659
7660 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7663         path rather than symbol.  Always return list of directories.
7664         Guarantee that image directory comes first.  [Sync with image.el,
7665         revision 1.59, in Emacs.]
7666
7667         * message.el (message-make-tool-bar): Adjust to new API of
7668         `gmm-image-load-path-for-library'.
7669
7670         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7671
7672         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7673
7674 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7675
7676         * gnus-art.el (gnus-article-only-boring-p):
7677         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7678         intangible text.
7679         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7680
7681 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7684         `defun' instead of `gmm-defun-compat'.
7685
7686 2006-03-14  Simon Josefsson  <jas@extundo.com>
7687
7688         * message.el (message-unique-id): Don't use message-number-base36
7689         if (user-uid) is a float.
7690         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7691
7692 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7695
7696         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7697         empty line between a part and a message part.
7698
7699 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * smiley.el: Add more test smileys.
7702         (smiley-data-directory, smiley-regexp-alist)
7703         (gnus-smiley-file-types): Fix doc strings.
7704         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7705         adding new elements.
7706         (smiley-mouse-map): Unused code.  Make it a comment.
7707
7708 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7711         scan latest NoCeM messages instead of old ones.
7712         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7713         delimiters that are recently used.
7714         (gnus-nocem-load-cache): Add autoload cookie.
7715
7716         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7717
7718         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7719         level which is larger than gnus-use-nocem is specified.
7720
7721         * gnus-group.el (gnus-group-get-new-news): Ditto.
7722
7723 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gnus-util.el (gnus-tool-bar-update): New function.
7726
7727         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7728         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7729
7730         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7731
7732         * gnus-group.el (gnus-group-redraw-when-idle)
7733         (gnus-group-redraw-check): Remove.
7734         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7735
7736 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7739         if optional last element is specified in splits (FIELD VALUE...).
7740
7741 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7744         to gmm-image-load-path-for-library.  Call with no-error argument.
7745         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7746
7747         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7748
7749         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7750
7751         * gmm-utils.el (gmm-image-load-path): Remove alias.
7752
7753 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gmm-utils.el (gmm-image-load-path): Add alias.
7756
7757         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7758         nnml-generate-nov-databases-1.
7759         (nnml-generate-nov-databases): Use it.
7760         (nnml-generate-nov-databases-directory): Document no-active
7761         argument.
7762
7763         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7764         directory if path is t.  Add no-error.
7765
7766         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7767         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7768
7769         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7770         resetting gnus-article-browse-html-temp-list.
7771
7772         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7773         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7774         Add example to docstring.  Rename local variables.  Move error
7775         checks to default case in cond and simplify.
7776
7777 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7780         handle is multipart when calling it recursively.
7781         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7782
7783 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7784
7785         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7786         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7787
7788 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7791         is loaded.
7792
7793         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7794         loaded.
7795
7796 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7797
7798         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7799         to "Emacs 23 (unicode)" in doc string.
7800
7801         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7802         "Emacs 23 (unicode)" in comment.
7803
7804 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7807
7808         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7809         characters 160 through 255 in Emacs 23.
7810
7811 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7814         gnus-article-browse-html-temp.
7815         (gnus-article-browse-delete-temp): Make it customizable.  Add
7816         `file'.  Adjust doc string.
7817         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7818         query for each file.  Adjust doc string.
7819         (gnus-article-browse-html-parts): Add
7820         `gnus-article-browse-delete-temp-files' to
7821         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7822
7823 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7824
7825         * gnus-art.el (gnus-article-browse-html-temp)
7826         (gnus-article-browse-delete-temp): New variables.
7827         (gnus-article-browse-delete-temp-files): New function.
7828         (gnus-article-browse-html-parts): Use it.
7829
7830 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7833
7834         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7835         string.
7836
7837         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7838         gnus-summary-insert-new-articles when unplugged.  Remove
7839         gnus-summary-search-article-forward.
7840
7841         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7842         display-visual-class instead of display-color-cells.
7843
7844 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * dgnushack.el: Autoload customize-group for XEmacs.
7847
7848         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7849         message/* containing non-ASCII text properly.
7850
7851 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * message.el: Require gmm-utils, remove autoloads.
7854         (message-tool-bar): Set default based on
7855         gmm-tool-bar-style.
7856         (message-tool-bar-gnome): Add gmm-customize-mode.
7857
7858         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7859         gmm-tool-bar-style.
7860         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7861
7862         * gnus-group.el (gnus-group-tool-bar): Set default based on
7863         gmm-tool-bar-style.
7864         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7865
7866         * gmm-utils.el (gmm-image-directory): Rename variable from
7867         gmm-image-load-path.
7868         (gmm-image-load-path): Use gmm-image-directory.
7869         (gmm-customize-mode): New function.
7870         (gmm-tool-bar-style): New variable.
7871
7872         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7873         gnus-group-redraw-line-number.
7874         (gnus-group-redraw-check): Simplify.
7875         (gnus-group-tool-bar-update): Remove redraw check.
7876         (gnus-group-make-tool-bar): Add redraw check.
7877
7878 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7879
7880         * gnus-art.el (gnus-button): Add missing parentheses.
7881
7882 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * lpath.el: Fbind line-number-at-pos.
7885
7886 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7889
7890 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * gnus-art.el (gnus-button): New face.
7893         (gnus-article-button-face): Use it.
7894
7895         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7896         gnus-summary-next-page.  Re-order.
7897
7898         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7899         next-node are now included.
7900         (gnus-group-redraw-line-number): New internal variable.
7901         (gnus-group-redraw-check): Helper function for updating the tool
7902         bar.
7903         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7904
7905         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7906
7907         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7908         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7909         Use it to match format of Spamassassin 3.0 and later.  Reported by
7910         IRIE Tetsuya <irie@t.email.ne.jp>.
7911         (spam-check-bogofilter)
7912         (spam-bogofilter-register-with-bogofilter): Fix args of
7913         `gnus-error' calls.
7914
7915 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7918         unnecessary interaction when sending queued mails.  Reported by
7919         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7920
7921 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7924         first or last are nil.
7925
7926 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7927
7928         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7929
7930 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7933
7934 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * dns.el (query-dns): Protect more against buggy tcp output.
7937
7938 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7941         nov.php.
7942
7943 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7944
7945         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7946         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7947         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7948         output on the server side.
7949         (nnweb-google-create-mapping): Update regexps and add some
7950         progress indication.
7951
7952 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7955         gnus-agent-toggle-plugged.  Re-order icons.
7956         (gnus-group-tool-bar-gnome): Add
7957         gnus-group-{prev,next}-unread-group.
7958         (gnus-group-tool-bar-gnome): Re-order icons.
7959
7960         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7961         gnus-summary-insert-new-articles.
7962
7963         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7964         comments.
7965
7966         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7967         also available in Emacs 21.3.
7968
7969         * message.el (message-fix-before-sending): Change "Emacs 22" to
7970         "Emacs 23 (unicode)" in comment.
7971
7972         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7973         "Emacs 23 (unicode)" in comment.
7974
7975         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7976         comment.
7977         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7978
7979         * mm-view.el (mm-fill-flowed): Add :version.
7980
7981 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7984         and load-path.
7985
7986 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * message.el: Autoload gmm-image-load-path.
7989         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7990         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7991         consitency.
7992
7993         * gmm-utils.el (gmm-image-load-path): Also search in
7994         "../etc/images".  Don't set gmm-image-load-path if we don't find
7995         the image.
7996
7997 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gmm-utils.el (gmm-image-load-path): Don't make
8000         `gmm-image-load-path' include subdirectories which the second arg
8001         `image' might specify.
8002
8003         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8004         subdirectory to icon file names.
8005
8006         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8007
8008 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8011         gmm-image-load-path calls.
8012
8013         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8014
8015         * message.el (message-make-tool-bar): Ditto.
8016
8017         * mml.el (mml-preview): Added comment concerning tool bar icons.
8018
8019         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8020         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8021
8022         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8023         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8024
8025         * message.el (message-tool-bar-gnome): Use new icon names.
8026         (message-make-tool-bar): Use `gmm-image-load-path'.
8027
8028         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8029         functions from MH-E.
8030         (gmm-image-load-path): New variable from MH-E.
8031         (gmm-image-load-path): New function from MH-E.  Added arguments
8032         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8033         *-image-load-path-called-flag.
8034
8035 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8036
8037         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8038
8039 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8040
8041         * nnimap.el (nnimap-request-move-article): Change folder back to
8042         source group before deleting.
8043
8044 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8047
8048         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8049         mm-url.
8050
8051         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8052
8053 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8056         coding system which mm-charset-to-coding-system returns for a
8057         given charset is valid.
8058
8059 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8060
8061         * html2text.el (html2text-remove-tag-list):
8062         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8063
8064 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8065
8066         * gnus-cus.el: Revert 2005-10-17 change.
8067
8068 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-art.el (article-strip-banner): Call
8071         article-really-strip-banner only when the regexp match is made.
8072
8073 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-art.el (article-strip-banner): Use
8076         gnus-extract-address-components instead of
8077         mail-header-parse-addresses to make it work with non-ASCII text;
8078         remove mail-encode-encoded-word-string.
8079
8080         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8081         values which are surrounded with \"...\"; make it never cause a
8082         Lisp error; give up parsing of parameters if it failed in
8083         extracting type.
8084
8085 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8086
8087         * smime.el (smime-cert-by-ldap-1): Fix bug where
8088         `smime-ldap-search' returns results without userCertificates.
8089
8090 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8093
8094 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * spam.el (spam-check-spamassassin-headers): Adapt format for
8097         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8098         <ari@mbf.ocn.ne.jp>.
8099         (spam-list-of-processors): Add spam-use-gmane.
8100
8101 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8104         make-temp-file; make it work with XEmacs as well.
8105
8106         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8107         mm-make-temp-file.
8108
8109         * mm-decode.el (mm-display-external): Use the 3rd arg of
8110         mm-make-temp-file.
8111         (mm-create-image-xemacs): Ditto.
8112
8113 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8116         with message-narrow-to-headers.
8117         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8118         (gnus-draft-check-draft-articles): New function.
8119         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8120
8121 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * gnus-art.el (gnus-article-browse-html-parts):
8124         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8125         Don't use suffix argument for mm-make-temp-file for Emacs 21
8126         compatibility.  Remove useless `format'.
8127
8128 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8129
8130         * nnweb.el (nnweb-google-wash-article): Update regexps.
8131         (nnweb-group-alist): Use defvoo instead of defvar.
8132
8133 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8136         re-loading nn* modules.
8137
8138 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8141         for `tool-bar-mode' and don't check it's default-value.
8142
8143         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8144
8145         * message.el (message-make-tool-bar): Ditto.
8146
8147         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8148         `substring'.  Shorten tmp-file name.
8149
8150         * gnus.el: Remove bogus comment.
8151
8152 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8153
8154         * gnus-art.el (gnus-article-browse-html-parts): New function.
8155         (gnus-article-browse-html-article): New function for viewing html
8156         articles with a browser.
8157
8158 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8159
8160         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8161         in elisp.
8162         (pgg-gpg-encrypt-symmetric-region): Ditto.
8163         (pgg-gpg-sign-region): Ditto.
8164
8165         * pgg-def.el (pgg-text-mode): New variable.
8166
8167         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8168         (mml2015-pgg-encrypt): Ditto.
8169
8170         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8171         (mml1991-pgg-encrypt): Ditto.
8172
8173 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8176         message-make-date instead of current-time-string.
8177
8178         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8179         to gnus-decoded which mm-uu might set.
8180
8181 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8184         don't decode quoted parameters; remove misimported Emacs code.
8185         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8186         (rfc2231-decode-encoded-string): Don't use split-string which
8187         behaves differently according to Emacs version; use
8188         mm-decode-coding-region to convert charset to coding-system.
8189         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8190         (rfc2231-encode-string): Remove misimported Emacs code.
8191
8192 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8195         when calling mail-header-parse-content-type.
8196         (article-de-quoted-unreadable): Ditto.
8197         (article-de-base64-unreadable): Ditto.
8198         (article-wash-html): Ditto.
8199
8200         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8201         calling mail-header-parse-content-type and
8202         mail-header-parse-content-disposition.
8203         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8204         mail-header-parse-content-type.
8205
8206         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8207         insert charset and format parameters; encode description after
8208         inserting it to buffer.
8209         (mml-insert-parameter): Fold lines properly even if a parameter is
8210         segmented into two or more lines; change the max column to 76.
8211
8212         * rfc1843.el (rfc1843-decode-article-body): Don't use
8213         ignore-errors when calling mail-header-parse-content-type.
8214
8215         * rfc2231.el (rfc2231-parse-string): Return at least type if
8216         possible; don't cause an error even if it fails in parsing of
8217         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8218         (rfc2231-encode-string): Don't break lines at the beginning, leave
8219         it to mml-insert-parameter.
8220
8221         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8222         calling mail-header-parse-content-type.
8223
8224 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * spam-report.el (spam-report-gmane-use-article-number):
8227         Improve doc string.
8228         (spam-report-gmane-internal): Check if a suitable header was found
8229         in the article.
8230
8231 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8234         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8235
8236 2006-02-05  Romain Francoise  <romain@orebokech.com>
8237
8238         Update copyright notices of all files in the gnus directory.
8239
8240 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8241
8242         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8243
8244 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8247         segmented lines of parameter value to cope with Thunderbird 1.5
8248         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8250         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8251
8252 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8253
8254         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8255         parts.
8256
8257 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8258
8259         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8260         there's only one active file for all servers.
8261         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8262         solid groups.  Gnus might have used a FAST request to select the group.
8263         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8264         and nnweb-search redundantly in the active file.
8265         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8266         (nnweb-request-create-group): Don't use ARGS.
8267         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8268         initialisations.  Let nnoo do the work.
8269
8270 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8273         Say the part has been decoded.
8274
8275         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8276
8277 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8278
8279         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8280         mailcap-viewer-test-cache when there's no 'test clause, since that
8281         will invert the meaning of a "nil" test previously determined by
8282         mailcap-mailcap-entry-passes-test.
8283
8284 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8287         compiling.
8288
8289         * gnus-sum.el: Ditto.
8290
8291         * message.el: Don't bind tool-bar-map when compiling.
8292
8293 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8296
8297 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8298
8299         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8300         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8301         current Google Groups.
8302
8303 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8306         and tool-bar-mode.
8307
8308         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8309         and tool-bar-mode.
8310
8311         * message.el (message-tool-bar-update): Simplify.
8312         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8313
8314         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8315         gnus-summary-buffer.
8316         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8317         gnus-summary-reply.
8318
8319         * gmm-utils.el (gmm): Add :version.
8320
8321 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * Makefile.in (clean): New rule.
8324         (distclean): Use it.
8325
8326 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8327
8328         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8329         autoload.
8330
8331 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gmm-utils.el (gmm-verbose): Add :group.
8334
8335 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * message.el: Change some comments WRT tool-bars.
8338
8339         * gnus-sum.el (gnus-summary-tool-bar)
8340         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8341         (gnus-summary-tool-bar-zap-list): New variables.
8342         (gnus-summary-make-tool-bar): Complete rewrite using
8343         `gmm-tool-bar-from-list'.
8344
8345         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8346         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8347         variables.
8348         (gnus-group-make-tool-bar): Complete rewrite using
8349         `gmm-tool-bar-from-list'.
8350         (gnus-group-tool-bar-update): New function.
8351
8352         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8353
8354 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8357         is dissected into a single part of which the type is the same as
8358         the given one; decode charset.
8359
8360 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8361
8362         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8363         into alists as symbol not string, since that's what
8364         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8365         look for.
8366
8367 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8370         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8371
8372         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8373
8374 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8377         (gnus-xmas-mime-security-button-menu): New function.
8378
8379         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8380         (gnus-mime-security-button-menu): New definition.
8381         (gnus-mime-security-button-map): Use them.
8382         (gnus-mime-security-button-menu): New function.
8383         (gnus-insert-mime-security-button): Addition to help echo.
8384         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8385         (gnus-mime-security-pipe-part): New functions.
8386
8387         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8388         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8389
8390         * mm-decode.el (mm-handle-set-disposition): Remove.
8391         (mm-handle-set-description): Remove.
8392
8393 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8396         (mm-w3m-standalone-supports-m17n-p): New function.
8397         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8398         w3m usage.
8399
8400         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8401         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8402
8403 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * message.el (message-tool-bar-zap-list): Use
8406         gmm-tool-bar-zap-list as custom type.
8407         (message-tool-bar-update): New function.
8408         (message-tool-bar, message-tool-bar-gnome)
8409         (message-tool-bar-retro): Add message-tool-bar-update.
8410         (message-tool-bar-gnome): Add flyspell-buffer.
8411
8412         * gnus-util.el (gnus-error): Describe `args'.
8413
8414         * gmm-utils.el (gmm-error): Describe `args'.
8415         (gmm-tool-bar-zap-list): New widget.
8416         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8417
8418 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8421         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8422         the number of recursive calls.
8423
8424         * mm-decode.el (mm-handle-set-disposition): New macro.
8425         (mm-handle-set-description): New macro.
8426
8427 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8430         encoding.
8431
8432 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * message.el (message-tool-bar-zap-list, message-tool-bar)
8435         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8436         (message-tool-bar-local-item-from-menu): Remove.
8437         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8438         (message-make-tool-bar): New function.
8439         (message-mode): Use `message-make-tool-bar'.
8440
8441         * gmm-utils.el: New file.
8442         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8443         (gmm-lazy): New widget copied from `nnmail.el'.
8444         (gmm-tool-bar-from-list): New function for creating customizable
8445         tool bars.
8446         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8447         output.
8448         (gmm): Add :prefix to defgroup.
8449
8450 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8451
8452         * gmm-utils.el (gmm-widget-p): New function.
8453
8454 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * mml.el (mml-attach-file): Describe `description' in doc string.
8457         (mml-menu): Add Emacs MIME manual and PGG manual.
8458
8459 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8460
8461         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8462
8463 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8464
8465         * nntp.el (nntp-end-of-line): Doc fix.
8466
8467 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8468
8469         * imap.el (imap-open): Handle case where buffer is a buffer
8470         object.
8471
8472 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8473
8474         * gnus-delay.el (gnus-delay): Don't autoload.
8475         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8476         to be re-loaded when customizing the `gnus-delay' group.
8477
8478 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8479
8480         * message.el (message-insert-citation-line): Use newlines.
8481
8482 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8483
8484         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8485         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8486         these routines, so the passphrase can be managed externally and
8487         passed in to the system.
8488         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8489         pgg-add-passphrase-to-cache function.
8490
8491         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8492         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8493         these routines, so the passphrase can be managed externally and
8494         passed in to the system.
8495         (pgg-pgp5-sign-region): Use new name of
8496         pgg-add-passphrase-to-cache function.
8497
8498 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8499
8500         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8501         part of the decoded armor to find the key-identifier.
8502         (pgg-gpg-lookup-key-owner): New function to return the
8503         human-readable identifier of a key owner.
8504         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8505         itself.
8506         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8507         the key value) if we have a key and can match it against a secret
8508         key.  Also, added a note pointing out fact that the prompt only
8509         indicates the first matching key.
8510
8511         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8512         pgg-decrypt-region.
8513         (pgg-add-passphrase-to-cache): Rename from
8514         `pgg-add-passphrase-cache' to reduce confusion (all callers
8515         changed).
8516         (pgg-remove-passphrase-from-cache): Rename from
8517         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8518         changed).
8519         (pgg-read-passphrase, pgg-add-passphrase-cache)
8520         (pgg-remove-passphrase-cache): Add informative docstrings.
8521         (pgg-decrypt): Convey provided passphrase in subordinate call to
8522         pgg-decrypt-region.
8523
8524 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8525
8526         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8527         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8528         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8529         'passphrase' argument, so the passphrase can be managed externally
8530         and then passed in to the system.
8531
8532         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8533         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8534         so the passphrase cache can be used reliably with identifiers
8535         besides a pgp packet's key id.
8536
8537         * pgg-gpg.el (pgg-gpg-encrypt-region)
8538         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8539         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8540         these routines, so the passphrase can be managed externally and
8541         passed in to the system.
8542
8543         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8544         'notruncate' argument, so the passphrase cache can be used
8545         reliably with identifiers besides a pgp packet's key id.
8546
8547 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8548
8549         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8550         symmetric encryption.
8551         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8552         encrypted session key.
8553         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8554         message ask for the passphrase in a proper way.
8555
8556         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8557         New user commands for symmetric encryption.
8558
8559 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8562
8563         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8564
8565 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8566
8567         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8568
8569 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * mm-decode.el (mm-inlined-types): Add application/pgp.
8572         (mm-automatic-display): Ditto.
8573
8574         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8575         part as text.
8576
8577 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * nnrss.el: Update copyright.
8580         (nnrss-opml-import): Query whether to subscribe to each entry.
8581
8582         * gnus-art.el:
8583         * gnus-sum.el:
8584         * gnus-xmas.el:
8585         * messagexmas.el:
8586         * mm-uu.el:
8587         * mm-view.el: Update copyright.
8588
8589 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * message.el (message-info): New function.
8592         (message-mode-menu): Add it.
8593         Update copyright.
8594
8595         * ChangeLog: Fix and update copyright.
8596
8597 2006-01-13  Romain Francoise  <romain@orebokech.com>
8598
8599         * message.el (message-forward-subject-name-subject): Prefer the
8600         address to 'nowhere' if the sender has no name.
8601         Fix typo.  Update copyright year.
8602
8603 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-art.el (article-wash-html): Use
8606         gnus-summary-show-article-charset-alist if a numeric arg is given.
8607         (gnus-article-wash-html-with-w3m-standalone): New function.
8608
8609         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8610         mm-inline-text-html-render-with-w3m-standalone.
8611         (mm-text-html-washer-alist): Map w3m-standalone to
8612         gnus-article-wash-html-with-w3m-standalone.
8613         (mm-inline-text-html-render-with-w3m-standalone): New function.
8614
8615 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8618         Improve LaTeX.
8619
8620 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8623         (nnrss-request-article): Render text/plain parts as HTML.
8624
8625         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8626         the buffer.
8627
8628 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8631         custom definition of `gnus-posting-styles'.
8632
8633         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8634         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8635
8636 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8639         Use nntp for bug archive.
8640
8641 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8644         parts.
8645         (nnrss-normalize-date): New function converts ISO 8601 date into
8646         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8647         (nnrss-check-group): Use it.
8648
8649 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8652
8653         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8654         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8655         (nnrss-insert-w3): Ditto.
8656
8657 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8660         the articles to be forwarded including the case where neither a
8661         number of articles nor a region is specified.
8662
8663 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * nnrss.el (nnrss-request-article): Fix last change; fill
8666         text/plain parts.
8667
8668 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8671         in text/plain part.
8672         (nnrss-check-group): Don't add excessive newline to dc:subject.
8673
8674 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8675
8676         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8677         article.
8678
8679 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8682         (nnml-use-compressed-files, nnml-save-mail): Support other
8683         comression programs such as bzip2.
8684
8685 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * dns.el (query-dns): Make sure we check the buffer size before
8688         removing tcp headers.
8689
8690 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8693         remove MIME buttons associated with multipart/alternative parts.
8694         (gnus-mime-display-alternative): Tag buttons using `article-type'
8695         text property.
8696
8697         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8698         associated with multipart/alternative parts.
8699
8700         * gnus-art.el (gnus-signature-separator): Fix custom type.
8701
8702         * mm-decode.el (mm-inlined-types): Fix custom type.
8703         (mm-keep-viewer-alive-types): Ditto.
8704         (mm-automatic-display): Ditto.
8705         (mm-attachment-override-types): Ditto.
8706         (mm-inline-override-types): Ditto.
8707         (mm-automatic-external-display): Ditto.
8708
8709 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * spam-report.el (spam-report-user-mail-address)
8712         (spam-report-user-agent): New variables.
8713         (spam-report-url-ping-plain): Use spam-report-user-agent.
8714
8715 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8716
8717         * gnus-art.el (gnus-button-handle-custom): Do not just use
8718         `customize-apropos' for any "M-x customize-*" button but the
8719         function called for.  Accept both the function name and its
8720         argument in order to achieve this.
8721         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8722         function name to `gnus-button-handle-custom' in case of "M-x
8723         customize-*" buttons.
8724
8725 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8728         multipart/alternative and add xref to mm-discouraged-alternatives
8729         in doc string.
8730
8731         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8732         gnus-buttonized-mime-types in doc string.
8733
8734 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8737         Suggest image/.* in the doc string.
8738
8739 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8742         message-marks (Debian bug #342521).
8743
8744 2005-12-12  Simon Josefsson  <jas@extundo.com>
8745
8746         * password.el (password-read-from-cache): Add.
8747         (password-read): Use it.
8748
8749 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8752         us-ascii as a MIME charset.
8753
8754         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8755         against the case where the 2nd arg TYPE is nil.
8756
8757 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * pop3.el (pop3-stream-type): Fix custom version.
8760
8761         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8762
8763 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8764
8765         * mm-decode.el (mm-display-external): Add missing cdr.
8766
8767 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8770         RFC1524) if it is in mailcap or add a suffix according to
8771         mailcap-mime-extensions when generating a temp filename; postpone
8772         deleting a temp file for 2 seconds for some wrappers, shell
8773         scripts, and so on, which might exit right after having started a
8774         viewer command as a background job.
8775
8776 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * nntp.el (nntp-marks-directory): Fix custom group.
8779
8780         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8781         steps when < 10.
8782
8783         * gnus-start.el (gnus-no-server-1): Mention
8784         `gnus-level-default-subscribed' in doc string.
8785
8786 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8787
8788         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8789         parens.
8790
8791 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-xmas.el (gnus-use-toolbar): Revert.
8794         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8795         gnus-use-toolbar is default.
8796
8797         * messagexmas.el (message-use-toolbar): Revert.
8798         (message-setup-toolbar): Use global default-toolbar if
8799         message-use-toolbar is default.
8800
8801 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8804         according to default-toolbar-visible-p.
8805
8806         * messagexmas.el (message-use-toolbar): Ditto.
8807
8808 2005-11-26  Dave Love  <fx@gnu.org>
8809
8810         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8811         (tls-program, tls-success): Provide openssl alternative.
8812
8813         * starttls.el: Doc fixes.
8814         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8815         SERVICE to PORT.
8816
8817         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8818         port null or service name.
8819         (starttls-negotiate): Autoload.
8820
8821 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * message.el (message-kill-to-signature): Fix interactive spec.
8824
8825 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * pop3.el (pop3-open-server): Recognize a string as a service name.
8828
8829 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8830
8831         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8832
8833 2005-11-23  Dave Love  <fx@gnu.org>
8834
8835         Add pop3s, pop3/starttls.
8836
8837         * pop3.el (pop3-authentication-scheme): Clarify doc.
8838         (open-tls-stream, starttls-open-stream): Autoload.
8839         (pop3-stream-type): New.
8840         (pop3-open-server): Use it.
8841
8842         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8843         for POP.
8844         (mail-source-keyword-map): Add :stream for POP.
8845         (mail-source-fetch-pop): Use pop3-stream-type.
8846
8847 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8850         of current-time-string.
8851
8852 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8853
8854         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8855         date header.
8856
8857 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8858
8859         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8860         it can seriously impact performance as it bypasses the agent's
8861         local caches.
8862
8863 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8864
8865         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8866         must be explicitly online rather than "not explicitly offline" for
8867         its flags to be synchronized.
8868
8869         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8870         that gnus-uu-unmark-thread will function correctly.
8871
8872         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8873         1024K is instead displayed as 1M.
8874
8875 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8878
8879 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8880
8881         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8882
8883 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8884
8885         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8886         error message to display actual error condition.
8887         (gnus-agent-save-local): Avoid saving symbols that are bound to
8888         nil as they simply result in a warning message in
8889         gnus-agent-read-local.
8890
8891 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8894         rather than make-variable-buffer-local for file-precious-flag.
8895
8896 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8897
8898         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8899         for duplicates which are removed.  The invalid sort check then
8900         triggers a rescan after the sort as sorting may have moved
8901         duplicate entries such that they can be cheaply detected.
8902
8903 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8906
8907 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8908
8909         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8910         internal variable to a custom variable.  Changed default value
8911         from compressed(2) to uncompressed(1).
8912         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8913         support for uncompressed agentview files.  Taken together, reading
8914         the agentview file should now be 6-7 times faster.
8915
8916 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8917
8918         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8919         as a buffer-local variable.  This avoids creating truncated
8920         dribble files as a result of a hang up, eg.
8921
8922 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8923
8924         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8925         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8926         XEmacs.
8927
8928 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gnus-start.el (gnus-start-draft-setup): Enforce
8931         `gnus-draft-mode' for nndraft:drafts at startup.
8932
8933         * gnus.el (gnus-splash): Change custom group.
8934         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8935         allow-list argument.
8936
8937         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8938         string.
8939
8940 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-art.el (gnus-default-article-saver): Add user-defined
8943         `function' to custom type.
8944
8945 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8946
8947         * imap.el (imap-open): Handle case where buffer is a buffer
8948         object.
8949
8950 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8953         long lines.
8954         (gnus-cache-delete-group): Wrap doc strings.
8955
8956         * gnus-agent.el (gnus-agent-rename-group)
8957         (gnus-agent-delete-group): Wrap doc strings.
8958
8959 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * messagexmas.el (message-use-toolbar): Change the valid values
8962         into default, top, bottom, left, and right.
8963         (message-toolbar-thickness): New variable.
8964         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8965         well.
8966         (message-setup-toolbar): Make it work.
8967
8968         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8969         (gnus-use-toolbar): Change the valid values into default, top,
8970         bottom, left, and right.
8971         (gnus-toolbar-thickness): New variable.
8972         (gnus-xmas-setup-toolbar): New function.
8973         (gnus-xmas-setup-group-toolbar): Use it.
8974         (gnus-xmas-setup-summary-toolbar): Use it.
8975
8976 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * gnus-start.el (gnus-1): Add "native" to
8979         gnus-predefined-server-alist.
8980
8981         * gnus.el (gnus-method-to-server): Don't add "native" to the
8982         lists here, because that leads to problems when
8983         gnus-select-method is bound.
8984
8985 2005-11-09  Simon Josefsson  <jas@extundo.com>
8986
8987         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8988         use (not sort-by-date) instead.
8989
8990 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8991
8992         * gnus-delay.el (gnus-delay-group): Don't autoload.
8993         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8994         to be re-loaded when customizing the `gnus-delay' group.
8995
8996 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8997
8998         * message.el: Revert last changes.
8999         (message-insert-citation-line): Use newlines.
9000
9001 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9002
9003         * message.el (message-courtesy-message)
9004         (message-mark-insert-begin, message-mark-insert-end)
9005         (message-elide-ellipsis, message-cancel-message)
9006         (message-add-header, message-change-subject)
9007         (message-cross-post-followup-to-header)
9008         (message-cross-post-insert-note, message-reduce-to-to-cc)
9009         (message-widen-reply, message-delete-not-region)
9010         (message-kill-to-signature, message-insert-signature)
9011         (message-insert-importance-high, message-insert-importance-low)
9012         (message-insert-or-toggle-importance)
9013         (message-insert-disposition-notification-to)
9014         (message-indent-citation, message-yank-original)
9015         (message-cite-original-without-signature, message-cite-original)
9016         (message-insert-citation-line, message-position-on-field)
9017         (message-fix-before-sending, message-send-mail-partially)
9018         (message-send-mail, message-send-mail-with-sendmail)
9019         (message-send-mail-with-qmail, message-send-news)
9020         (message-check-news-header-syntax, message-generate-headers)
9021         (message-insert-courtesy-copy, message-fill-address)
9022         (message-fill-header, message-shorten-references)
9023         (message-setup-1, message-cancel-news)
9024         (message-forward-make-body-plain, message-forward-make-body-mime)
9025         (message-forward-make-body-mml, message-encode-message-body)
9026         (message-forward-make-body-digest-plain)
9027         (message-forward-make-body-digest-mime)
9028         (message-use-alternative-email-as-from): Insert `hard-newline'
9029         instead of ordinary newlines.
9030
9031 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * message.el (message-generate-headers): Downcase the argument
9034         given to message-check-element.
9035
9036 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9037
9038         * nntp.el (nntp-authinfo-rejected): New error condition.
9039         (nntp-wait-for): Use new error condition to signal authentication
9040         error.
9041         (nntp-retrieve-data): Rethrow new error condition to break out of
9042         recursive call to nntp-send-authinfo.
9043
9044 2005-11-08  Romain Francoise  <romain@orebokech.com>
9045
9046         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9047         (gnus-summary-exit-map): Bind to `Z p'.
9048         (gnus-summary-make-menu-bar): Add menu item.
9049
9050 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9053         (gnus-treat-*): Add `first' in all doc strings.
9054
9055         * gnus-group.el (gnus-group-compact-group): Fix typo.
9056
9057 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus.el (gnus-parameters-case-fold-search): New variable.
9060         (gnus-parameters-get-parameter): Use it.
9061
9062         * gnus-score.el (gnus-home-score-file): Doc fix.
9063
9064 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9065
9066         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9067
9068 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * mm-util.el (mm-special-display-p): New function.
9071
9072         * mml.el (mml-preview): Use it; doc fix.
9073
9074 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9075
9076         * imap.el (imap-open): Handle case where buffer is a buffer object.
9077
9078 2005-10-29  Romain Francoise  <romain@orebokech.com>
9079
9080         * message.el (message-fix-before-sending): Fix comment.
9081
9082 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9083
9084         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9085
9086 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9087
9088         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9089         Used in gnus-score.el.
9090
9091 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9094
9095 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9098         whitespace removed in revision 7.8.  Use concatenated string to
9099         protect trailing whitespace.
9100
9101 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9102
9103         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9104         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9105         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9106         Courier IMAP ("some version from 2004").  Mostly based on similar
9107         code in the same function.
9108
9109 2005-10-26  Didier Verna  <didier@xemacs.org>
9110
9111         * gnus-group.el (gnus-group-compact-group): Invalidate original
9112         article buffer.
9113         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9114         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9115         NOV database and in article itself.
9116         Invalidate article backlog.
9117
9118 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9121
9122 2005-10-26  Simon Josefsson  <jas@extundo.com>
9123
9124         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9125         part of 2004-07-25 change.
9126
9127 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * message.el (message-display-completion-list): New function.
9130         (message-expand-group): Use it; make sure the Completions buffer
9131         is modifiable.
9132 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9133
9134         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9135         user-mail-name is an empty string.
9136
9137 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9140         depending on gnus-score-decay-constant.
9141
9142         * encrypt.el (encrypt-insert-file-contents)
9143         (encrypt-write-file-contents): Don't use `gnus-message'.
9144
9145         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9146         arguments.
9147         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9148         arguments to mm-uu-verbatim-marks-extract.
9149         (mm-uu-hide-markers): New variable.
9150         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9151
9152         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9153         (gnus-convert-image-to-face-command): Use "convert" by default to
9154         allow other input image formats.
9155         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9156         accordingly.
9157
9158 2005-10-23  Simon Josefsson  <jas@extundo.com>
9159
9160         * imap.el (imap-gssapi-program): Align command line parameters
9161         with latest GNU SASL.
9162         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9163
9164 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9167         HTML.
9168         (nnslashdot-request-article): Ditto.
9169
9170         * lpath.el (featurep): Add nobreak-char-display.
9171
9172 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9173
9174         * mail-source.el (mail-source-fetch-pop): Require pop3.
9175         (mail-source-check-pop): Ditto.
9176
9177 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9180         errors.
9181
9182 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9185         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9186
9187         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9188
9189         * mm-bodies.el (mm-decode-string): Call
9190         `mm-charset-to-coding-system' with allow-override argument.
9191
9192 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9195         (rfc2047-charset-to-coding-system): New function.
9196         (rfc2047-decode-encoded-words): New function.
9197         (rfc2047-decode-region): Use them.
9198         (rfc2047-decode-cte): Remove.
9199         (rfc2047-parse-and-decode): Remove.
9200         (rfc2047-decode): Remove.
9201
9202 2005-10-15  Kenichi Handa  <handa@m17n.org>
9203
9204         * rfc2047.el (rfc2047-decode-cte): New function.
9205         (rfc2047-decode-region): Change the way to decode successive
9206         encoded-words: decode B- or Q-encoding in each encoded-word,
9207         concatenate them, and decode it as charset.
9208
9209 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * lpath.el: Fbind codepage-setup for XEmacs.
9212
9213 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9214
9215         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9216         widget-move-and-invoke.
9217         (gnus-custom-mode): Use gnus-custom-map.
9218
9219 2005-10-15  Bill Wohler  <wohler@newt.com>
9220
9221         * message.el (message-tool-bar-map): Renamed image file from
9222         mail_send to mail/send.
9223
9224 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9225
9226         * message.el (message-expand-group): Pass the common
9227         prefix substring of completion to `display-completion-list'.
9228
9229 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * mml-sec.el (mml-secure-method): New internal variable.
9232         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9233         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9234         functions using mml-secure-method.
9235
9236         * mml.el (mml-mode-map): Add key bindings for those functions.
9237         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9238         Harder <harder@myrealbox.com>.
9239         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9240         end of message if point is the headers of the message.
9241
9242         * message.el (message-in-body-p): New function.
9243
9244         * assistant.el: Autoload gnus-util and netrc.
9245
9246         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9247         Use `mm-charset-override-alist' only when decoding.
9248
9249         * mm-bodies.el (mm-decode-body): Call
9250         `mm-charset-to-coding-system' with allow-override argument.
9251
9252         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9253         `filename' from Content-Disposition if Content-Type doesn't
9254         provide `name'.
9255         (gnus-mime-view-part-as-type): Set default instead of
9256         initial-input.
9257
9258 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9259
9260         * format-spec.el (format-spec): Propagate text properties of % spec.
9261
9262 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * gnus-art.el (gnus-treat-predicate): Add `first'.
9265
9266 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9269         (mm-charset-override-alist): New variable.
9270         (mm-charset-to-coding-system): Use it.
9271         (mm-codepage-setup): New helper function.
9272         (mm-charset-eval-alist): New variable.
9273         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9274         about unknown charsets.
9275
9276         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9277
9278 2005-10-04  David Hansen  <david.hansen@gmx.net>
9279
9280         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9281         (nnrss-check-group): Ditto.
9282
9283 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9286         Rename x-gnus-verbatim to x-verbatim.
9287         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9288
9289         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9290         x-verbatim.
9291
9292         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9293
9294         * gnus-util.el (gnus-remove-duplicates): Remove.
9295
9296         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9297         instead of gnus-remove-duplicates.
9298
9299         * message.el (message-remove-duplicates): Remove.
9300         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9301         message-remove-duplicates.
9302
9303         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9304         available, else use implementation from `delete-dups'.
9305
9306         * message.el (message-insert-expires): New function.
9307         (message-mode-map): Add key binding.
9308         (message-mode-field-menu): Add menu entry.
9309         (message-mode): Document it.
9310         (message-make-expires-date): Use `message-make-date'.
9311
9312 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9313
9314         * message.el (message-make-expires-date): New function.
9315
9316 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * Makefile.in (list-installed-shadows): New entry.
9319         (install): Use it.
9320         (remove-installed-shadows): New entry.
9321
9322         * dgnushack.el (dgnushack-default-load-path): New variable.
9323         (dgnushack-find-lisp-shadows): New function.
9324         (dgnushack-remove-lisp-shadows): New function.
9325
9326 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * Makefile.in (install-el-elc): New entry.
9329         (install): Use it so that .el files are necessarily installed.
9330
9331 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9334
9335 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9336
9337         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9338         function rather than the diff-mode.el package.
9339         (mm-display-external): Use with-current-buffer.
9340         (mm-viewer-completion-map, mm-viewer-completion-map):
9341         Move initialization inside declaration.
9342
9343 2005-09-29  Simon Josefsson  <jas@extundo.com>
9344
9345         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9346         autoload mail-check-payment.
9347         (spam-check-hashcash): Define unconditionally, since hashcash.el
9348         is part of Gnus now.  Ignore errors from payment checking.
9349
9350 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * message.el (message-bold-region, message-unbold-region): Rename
9353         from `bold-region' and `unbold-region'.
9354
9355         * message.el: Remove useless autoloads.
9356
9357 2005-09-28  Simon Josefsson  <jas@extundo.com>
9358
9359         * message.el (message-use-idna): Default to t.
9360         (message-use-idna): Test whether encoding works too.  Doc fix.
9361
9362 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * nntp.el (nntp-warn-about-losing-connection): Remove.
9365
9366 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9369         customizable.  Change default value.
9370         (mm-uu-diff-groups-regexp): Change default value.
9371         (mm-uu-type-alist): Add doc string.
9372         (mm-uu-configure): Add doc string.  Make it interactive.
9373         (mm-uu-tex-groups-regexp): New variable.
9374         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9375         (mm-uu-type-alist): Add LaTeX documents.
9376         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9377         of "text/verbatim".
9378         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9379
9380         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9381         instead of "text/verbatim".
9382
9383         * message.el (message-mark-inserted-region)
9384         (message-mark-insert-file): Use slrn style marks when called with
9385         prefix argument.
9386
9387 2005-09-27  Simon Josefsson  <jas@extundo.com>
9388
9389         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9390
9391 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9392
9393         * message.el (message-remove-duplicates): New function.
9394         Implementation borrowed from `gnus-remove-duplicates'.
9395         (message-idna-to-ascii-rhs): Also encode idna addresses in
9396         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9397         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9398         only ask about the same idna domain once per header and also tell
9399         in what header to replace the idna domain.
9400
9401         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9402         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9403         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9404         a header is decoded and not just the last one.
9405
9406 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9409         has been decoded.
9410
9411         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9412         (mm-insert-part): Don't modify text if it has been decoded.
9413
9414         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9415         decoded.
9416
9417         * mm-view.el (mm-inline-text): Don't strip text props unless
9418         decoding enriched or richtext parts.
9419
9420 2005-09-25  Romain Francoise  <romain@orebokech.com>
9421
9422         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9423         * gnus-start.el (gnus-subscribe-interactively):
9424         * gnus-uu.el (gnus-uu-grab-articles):
9425         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9426         space.
9427
9428 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9429
9430         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9431         * mm-view.el (mm-view-pkcs7-decrypt):
9432         * gnus-sum.el (gnus-summary-limit-to-extra)
9433         (gnus-summary-respool-article, gnus-read-move-group-name):
9434         * gnus-score.el (gnus-summary-increase-score):
9435         * gnus-util.el (gnus-completing-read-with-default):
9436         * gnus-art.el (gnus-read-save-file-name)
9437         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9438         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9439         * message.el (message-check-news-header-syntax):
9440         Follow convention for reading with the minibuffer.
9441
9442 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * spam-report.el (spam-report-url-ping-plain):
9445         Use gnus-extended-version as User-Agent.
9446
9447         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9448         default value is nil.
9449
9450         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9451         (mm-uu-verbatim-marks-extract): New function.
9452         (mm-uu-extract): New face.
9453         (mm-uu-copy-to-buffer): Use it.
9454
9455         * spam-report.el (spam-report-gmane-ham): Renamed from
9456         `spam-report-gmane-unspam'.
9457         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9458         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9459
9460         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9461         Autoload.
9462         (spam-report-gmane-unregister-routine): Renamed
9463         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9464
9465 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9466
9467         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9468         (spam-report-gmane-unregister-routine): Add support for gmane
9469         unregistration.
9470
9471         * spam-report.el (spam-report-gmane-unspam)
9472         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9473         (spam-report-gmane): Change to take a single article and do unspam
9474         registration.
9475
9476 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * mm-url.el (mm-url-decode-entities): Fix regexp.
9479
9480 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9483         default to nil, to be able to use Gnus at all.  If the default
9484         switches to something else, then the function should be fixed not
9485         be exceedingly slow.
9486
9487 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9488
9489         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9490         fail hard.
9491
9492         * spam-report.el: Add better Keywords line.
9493
9494         * spam.el: Add Maintainer and better Keywords line.
9495
9496 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-art.el (gnus-article-replace-part)
9499         (gnus-mime-replace-part): New functions.
9500         (gnus-mime-action-alist, gnus-mime-button-commands)
9501         (gnus-mime-save-part-and-strip): Added file argument.
9502         (gnus-article-part-wrapper): Added interactive argument.
9503
9504         * gnus-sum.el (gnus-summary-mime-map): Add
9505         `gnus-article-replace-part'.
9506
9507 2005-09-19  Didier Verna  <didier@xemacs.org>
9508
9509         The nnml compaction feature:
9510         * nnml.el (nnml-request-compact-group): New function.
9511         * nnml.el (nnml-request-compact): New function.
9512         * gnus-int.el (gnus-request-compact-group): New function.
9513         * gnus-int.el (gnus-request-compact): New function.
9514         * gnus-group.el (gnus-group-compact-group): New function.
9515         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9516         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9517         * gnus-srvr.el (gnus-server-compact-server): New function.
9518         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9519         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9520
9521 2005-09-18  Deepak Goel  <deego@gnufans.org>
9522
9523         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9524         format spec.
9525
9526 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9529
9530 2005-09-15  Romain Francoise  <romain@orebokech.com>
9531
9532         * message.el (message-fill-paragraph): Clarify docstring.
9533
9534 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-art.el (gnus-mime-display-part): Protect against broken
9537         MIME messages.
9538
9539 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9542         before parsing header.
9543
9544 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9545
9546         * html2text.el (html2text-replace-list): Add new entities.
9547
9548 2005-09-11  Romain Francoise  <romain@orebokech.com>
9549
9550         * message.el (message-alternative-emails): Improve docstring.
9551         (message-setup-1): Call `message-use-alternative-email-as-from'
9552         after `message-setup-hook' to give it precedence over posting
9553         styles, etc.
9554         (message-use-alternative-email-as-from): Add docstring.  Remove
9555         the original From header if present.
9556
9557         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9558         (nnml-save-mail): Use it.
9559
9560         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9561         articles.  Add new argument `silent'.
9562         (gnus-uu-mark-all): Report the total number of marked articles.
9563
9564 2005-09-10  Romain Francoise  <romain@orebokech.com>
9565
9566         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9567         (gnus-uu-mark-series): Likewise.
9568
9569 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * spam-report.el (spam-report-gmane): Fix generation of spam
9572         report URL.
9573
9574 2005-09-10  Simon Josefsson  <jas@extundo.com>
9575
9576         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9577         t, based on discussion on the ding list with Robert Epprecht
9578         <epprecht@solnet.ch>.
9579
9580 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * spam-report.el (spam-report-gmane): Make it work without
9583         X-Report-Spam header.  Gmane now only provides Archived-At.
9584         This is only used if `spam-report-gmane-use-article-number' is nil.
9585         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9586
9587         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9588         make `gnus-summary-sort-by-recipient' work with threading.
9589
9590         * nnweb.el (nnweb-google-wash-article): Print a message if article
9591         is not available.
9592
9593 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9594
9595         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9596         change.  Decode text/* parts content before displaying.
9597
9598 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9601
9602 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9605
9606         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9607         url-package-name, url-package-version,
9608         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9609         w3m-display-inline-images, and w3m-minor-mode-map.
9610
9611 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * message.el (message-tab-body-function): Fix mismatched custom type.
9614
9615         * gnus.el (gnus-group-change-level-function): Ditto.
9616
9617         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9618
9619         * gnus-art.el (gnus-signature-limit)
9620         (gnus-article-mime-part-function): Ditto.
9621
9622 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * mml.el (mml-mode): Silence the byte compiler.
9625
9626         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9627         using `(sit-for 0)' before moving the point to the specified part;
9628         skip unbuttonized parts.
9629         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9630         return to the summary window if gnus-auto-select-part is non-nil.
9631
9632 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9635         variables.
9636         (mml-dnd-attach-file, mml-mode): Use them.
9637
9638         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9639         Make fetching article by MID work again for Google Groups.  Added
9640         FIXME concerning gnus-group-make-web-group.
9641
9642         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9643         Don't depend on Gnus by using mail-extract-address-components if
9644         gnus-extract-address-components is not bound.
9645
9646 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-art.el (gnus-mime-display-security): Don't display the
9649         signature, but only the signed part.
9650
9651 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9654
9655         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9656         list, not listp.
9657
9658 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9659
9660         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9661         when encoding.
9662
9663         * mm-bodies.el (mm-decode-content-transfer-encoding):
9664         De-canonicalize CRLF for all text content types, not just
9665         text/plain.
9666
9667 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9670         valid article; point arrow and cursor at the MIME button.
9671
9672 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9675         Suggested by Dan Christensen <jdc@uwo.ca>.
9676
9677         * mm-decode.el (mm-save-part): Enable change of prompt.
9678
9679 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9680
9681         * gnus-msg.el (gnus-inews-add-send-actions): Made
9682         `message-post-method' lambda parameter ARG `&optional'.
9683
9684 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gnus-sum.el (gnus-summary-mime-map): Added
9687         gnus-article-save-part-and-strip, gnus-article-delete-part and
9688         gnus-article-jump-to-part.
9689
9690         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9691         (gnus-article-edit-part): Use it.
9692         (gnus-article-part-wrapper): Added no-handle argument.
9693         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9694         functions.
9695
9696 2005-08-29  Romain Francoise  <romain@orebokech.com>
9697
9698         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9699         docstring.
9700         (gnus-face-from-file): Likewise.
9701
9702 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9705         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9706         non-nil.
9707         (gnus-auto-select-part): New variable.
9708         (gnus-article-jump-to-part): New function.
9709         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9710         (gnus-mime-delete-part): Allow selecting specified part after
9711         deleting or stripping parts.
9712         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9713         part if argument is bogus.
9714
9715 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9716
9717         * gnus-art.el (w3m-minor-mode-map):
9718         * gnus-spec.el (gnus-newsrc-file-version):
9719         * gnus-util.el (nnmail-active-file-coding-system)
9720         (gnus-original-article-buffer, gnus-user-agent):
9721         * gnus.el (gnus-ham-process-destinations)
9722         (gnus-parameter-ham-marks-alist)
9723         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9724         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9725         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9726         * mm-decode.el (gnus-current-window-configuration):
9727         * mm-extern.el (gnus-article-mime-handles):
9728         * mm-url.el (url-current-object, url-package-name)
9729         (url-package-version):
9730         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9731         (smime-keys, w3m-cid-retrieve-function-alist)
9732         (w3m-current-buffer, w3m-display-inline-images)
9733         (w3m-minor-mode-map):
9734         * mml-smime.el (gnus-extract-address-components):
9735         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9736         (gnus-newsrc-hashtb, message-default-charset)
9737         (message-deletable-headers, message-options)
9738         (message-posting-charset, message-required-mail-headers)
9739         (message-required-news-headers):
9740         * mml1991.el (mc-pgp-always-sign):
9741         * mml2015.el (mc-pgp-always-sign):
9742         * nnheader.el (nnmail-extra-headers):
9743         * rfc1843.el (gnus-decode-encoded-word-function)
9744         (gnus-decode-header-function, gnus-newsgroup-name):
9745         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9746
9747 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9748
9749         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9750         the end of the date treatments.
9751
9752 2005-08-15  Simon Josefsson  <jas@extundo.com>
9753
9754         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9755         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9756         Capello and Romain Francoise.
9757         (pgg-fetch-key-function): Removed, not used?
9758         (pgg-insert-url-with-w3): Require url, to get
9759         url-insert-file-contents regardless of where it is defined.
9760
9761 2005-08-13  Romain Francoise  <romain@orebokech.com>
9762
9763         * message.el (message-cite-original-1): New function.
9764         (message-cite-original): Use it.
9765         (message-cite-original-without-signature): Ditto.
9766
9767 2005-08-08  Romain Francoise  <romain@orebokech.com>
9768
9769         * message.el (message-yank-empty-prefix): New variable.
9770         (message-indent-citation): Use it.
9771         (message-cite-original-without-signature): Respect X-No-Archive.
9772
9773 2005-08-08  Simon Josefsson  <jas@extundo.com>
9774
9775         * pgg.el: Autoload url-insert-file-contents instead of loading
9776         w3/url.
9777         (pgg-insert-url-with-w3): Don't load url here.
9778
9779 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9780
9781         * message.el (message-kill-to-signature): Don't insert newline at
9782         bol.
9783         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9784
9785 2005-08-06  Romain Francoise  <romain@orebokech.com>
9786
9787         * message.el (message-user-fqdn): Fix typo in docstring.
9788
9789 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9790
9791         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9792
9793         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9794
9795 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * mm-bodies.el (mm-encode-body): Use coding system rather than
9798         charset to encode text.
9799
9800         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9801         number of charsets if utf-8 is available (XEmacs).
9802
9803 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9806         taken from `gnus-button-mid-or-mail-regexp'.
9807         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9808         (gnus-button-alist): Improve regexp for domain part of the MIDs
9809         for news:localpart@domain buttons.
9810         (gnus-button-ctan-directory-regexp): Update.
9811
9812 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * sieve-manage.el (sieve-manage-interactive-login): Use
9815         make-local-variable rather than make-variable-buffer-local.
9816         (sieve-manage-open): Ditto.
9817         (sieve-manage-authenticate): Ditto.
9818
9819         * mml.el (mml-generate-mime-1): Make the content type default to
9820         text/plain if the filename is not specified.
9821
9822 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9825         instead of insert-buffer.
9826
9827         * message.el (message-yank-original): Ditto; set the mark at the
9828         end of the yanked message.
9829
9830 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9833         lines to scroll rather than to stop it.
9834
9835         * mml.el (mml-generate-default-type): Add doc string.
9836         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9837         default to application/octet-stream when determining the content
9838         type if it is not specified for the part or the mml contents; add
9839         a comment about mml-generate-default-type.
9840
9841 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9844         make it default to application/octet-stream when determining the
9845         content type if it is not specified for the external contents.
9846
9847 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9850         segmented parameter but also other parameters might be there.
9851
9852 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * mm-decode.el (mm-display-external): Delete temp file, directory
9855         and buffer immediately if the external process is exited.
9856
9857 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9860         fewer lines than that of scroll-margin.
9861         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9862
9863 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-art.el (gnus-article-next-page): Revert.
9866         (gnus-article-beginning-of-window): New macro.
9867         (gnus-article-next-page-1): Use it.
9868         (gnus-article-prev-page): Ditto.
9869         (gnus-article-edit-part): Use insert-buffer-substring instead of
9870         insert-buffer.
9871         (gnus-article-edit-exit): Ditto.
9872
9873         * gnus-util.el (gnus-beginning-of-window): Remove.
9874         (gnus-end-of-window): Remove.
9875
9876         * lpath.el: Don't bind header-line-format and scroll-margin.
9877
9878 2005-07-25  Simon Josefsson  <jas@extundo.com>
9879
9880         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9881         to have the url package without w3.  Reported by Daiki Ueno
9882         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9883
9884 2005-07-20  Didier Verna  <didier@xemacs.org>
9885
9886         * gnus-diary.el: Remove the description comment (nndiary is now
9887         properly documented in the Gnus manual).
9888         Fix the spelling of "Back End".
9889         * nndiary.el: Ditto.
9890         Fix the copyright notice.
9891
9892 2005-07-18  Romain Francoise  <romain@orebokech.com>
9893
9894         * gnus-sum.el (gnus-summary-to-prefix)
9895         (gnus-summary-newsgroup-prefix): New variables.
9896         (gnus-summary-from-or-to-or-newsgroups): Use them.
9897
9898 2005-07-17  Romain Francoise  <romain@orebokech.com>
9899
9900         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9901         space as it's generally not especially interesting to the user.
9902
9903 2005-07-16  Romain Francoise  <romain@orebokech.com>
9904
9905         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9906         nil to avoid prompting and file modification if one of the
9907         messages at the top of the nnfolder file contains a copyright
9908         notice.
9909         Update copyright notice.
9910
9911         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9912         instead of `current-time-string' as the latter creates a time
9913         string that is not RFC 2822 compliant (it lacks the zone).
9914         Update copyright notice.
9915
9916 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9917
9918         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9919         for text/rtf.  Display default in prompt.  Pass default for M-n.
9920
9921         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9922
9923 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus-msg.el (gnus-button-mailto): Remove
9926         save-selected-window-window hackery because it relies on
9927         save-selected-window internals.
9928
9929 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9932         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9933         (gnus-article-prev-page): Ditto.
9934
9935         * gnus-util.el (gnus-beginning-of-window): New function.
9936         (gnus-end-of-window): New function.
9937
9938         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9939
9940 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9941
9942         * gnus-score.el (gnus-score-edit-all-score): Set
9943         gnus-score-edit-exit-function to gnus-score-edit-done and call
9944         gnus-message.
9945
9946 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * gnus-msg.el (gnus-button-mailto): Remove
9949         save-selected-window-window hackery because it relies on
9950         save-selected-window internals.
9951
9952 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9955         add-minor-mode.
9956         (gnus-binary-mode): Ditto.
9957
9958         * gnus-topic.el (gnus-topic-mode): Ditto.
9959
9960 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9961
9962         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9963         (gnus-article-prev-page): Take scroll-margin into consideration.
9964
9965 2005-07-04  Lute Kamstra  <lute@gnu.org>
9966
9967         Update FSF's address in GPL notices.
9968
9969 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9970
9971         * gnus.el (gnus-exit):
9972         * gnus-group.el (gnus-group-icons):
9973         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9974
9975         * gnus-nocem.el (gnus-nocem):
9976         * message.el (message-various, message-buffers, message-sending)
9977         (message-interface, message-forwarding, message-insertion)
9978         (message-headers, message-news, message-mail):
9979         * pgg-gpg.el (pgg-gpg):
9980         * pgg-parse.el (pgg-parse):
9981         * pgg-pgp.el (pgg-pgp):
9982         * pgg-pgp5.el (pgg-pgp5):
9983         * pop3.el (pop3): Finish `defgroup' description with period.
9984
9985 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-art.el (article-display-face): Improve the efficiency.
9988         (article-display-x-face): Ditto; remove grey x-face stuff.
9989
9990 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-art.el (article-display-face): Correct the position in
9993         which Faces are inserted.
9994
9995 2005-06-29  Didier Verna  <didier@xemacs.org>
9996
9997         * gnus-art.el (article-display-face): Display faces in correct
9998         order.
9999
10000 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10003         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10004         (gnus-nocem-check-article): Fetch the Type header.
10005         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10006         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10007         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10008         make sure gnus-nocem-hashtb is initialized.
10009         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10010         (gnus-nocem-unwanted-article-p): Ditto.
10011
10012         * pgg.el (pgg-verify): Return the verification result.
10013
10014 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10017         is ascii.
10018
10019 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10020
10021         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10022         `show-nonbreak-escape'.
10023
10024 2005-06-23  Lute Kamstra  <lute@gnu.org>
10025
10026         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10027
10028         * dig.el (dig-mode):
10029         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10030
10031 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10032
10033         * nnimap.el (nnimap-split-download-body): Fix spellings.
10034
10035 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10036
10037         * gnus-art.el (gnus-article-encrypt-body):
10038         * gnus-cus.el (gnus-score-customize):
10039         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10040         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10041
10042 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10043
10044         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10045         header by looking for magic "MII" at the beginnig.
10046
10047 2005-06-16  Miles Bader  <miles@gnu.org>
10048
10049         * gnus-xmas.el (gnus-xmas-group-startup-message):
10050         Use renamed gnus-splash face.
10051
10052         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10053         (assistant-field-face): New backward-compatibility alias for renamed
10054         face.
10055         (assistant-render-text): Use renamed assistant-field face.
10056
10057         * spam.el (spam): Remove "-face" suffix from face name.
10058         (spam-face): New backward-compatibility alias for renamed face.
10059         (spam-face, spam-initialize): Use renamed spam face.
10060
10061         * message.el (message-header-to, message-header-cc)
10062         (message-header-subject, message-header-newsgroups)
10063         (message-header-other, message-header-name)
10064         (message-header-xheader, message-separator, message-cited-text)
10065         (message-mml): Remove "-face" suffix from face names.
10066         (message-header-to-face, message-header-cc-face)
10067         (message-header-subject-face, message-header-newsgroups-face)
10068         (message-header-other-face, message-header-name-face)
10069         (message-header-xheader-face, message-separator-face)
10070         (message-cited-text-face, message-mml-face):
10071         New backward-compatibility aliases for renamed faces.
10072         (message-font-lock-keywords): Use renamed message faces.
10073
10074         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10075         (sieve-test-commands, sieve-tagged-arguments):
10076         Remove "-face" suffix from face names.
10077         (sieve-control-commands-face, sieve-action-commands-face)
10078         (sieve-test-commands-face, sieve-tagged-arguments-face):
10079         New backward-compatibility aliases for renamed faces.
10080         (sieve-control-commands-face, sieve-action-commands-face)
10081         (sieve-test-commands-face, sieve-tagged-arguments-face):
10082         Use renamed sieve faces.
10083
10084         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10085         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10086         (gnus-group-news-3-empty, gnus-group-news-4)
10087         (gnus-group-news-4-empty, gnus-group-news-5)
10088         (gnus-group-news-5-empty, gnus-group-news-6)
10089         (gnus-group-news-6-empty, gnus-group-news-low)
10090         (gnus-group-news-low-empty, gnus-group-mail-1)
10091         (gnus-group-mail-1-empty, gnus-group-mail-2)
10092         (gnus-group-mail-2-empty, gnus-group-mail-3)
10093         (gnus-group-mail-3-empty, gnus-group-mail-low)
10094         (gnus-group-mail-low-empty, gnus-summary-selected)
10095         (gnus-summary-cancelled, gnus-summary-high-ticked)
10096         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10097         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10098         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10099         (gnus-summary-low-undownloaded)
10100         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10101         (gnus-summary-low-unread, gnus-summary-normal-unread)
10102         (gnus-summary-high-read, gnus-summary-low-read)
10103         (gnus-summary-normal-read, gnus-splash):
10104         Remove "-face" suffix from face names.
10105         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10106         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10107         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10108         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10109         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10110         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10111         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10112         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10113         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10114         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10115         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10116         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10117         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10118         (gnus-summary-normal-ticked-face)
10119         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10120         (gnus-summary-normal-ancient-face)
10121         (gnus-summary-high-undownloaded-face)
10122         (gnus-summary-low-undownloaded-face)
10123         (gnus-summary-normal-undownloaded-face)
10124         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10125         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10126         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10127         (gnus-splash-face):
10128         New backward-compatibility aliases for renamed faces.
10129         (gnus-group-startup-message): Use renamed gnus faces.
10130
10131         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10132         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10133         (gnus-server-agent): Remove "-face" suffix from face names.
10134         (gnus-server-agent-face, gnus-server-opened-face)
10135         (gnus-server-closed-face, gnus-server-denied-face)
10136         (gnus-server-offline-face):
10137         New backward-compatibility aliases for renamed faces.
10138         (gnus-server-agent-face, gnus-server-opened-face)
10139         (gnus-server-closed-face, gnus-server-denied-face)
10140         (gnus-server-offline-face): Use renamed gnus faces.
10141
10142         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10143         Remove "-face" suffix from face names.
10144         (gnus-picon-xbm-face, gnus-picon-face):
10145         New backward-compatibility aliases for renamed faces.
10146
10147         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10148         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10149         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10150         (gnus-cite-11): Remove "-face" suffix from face names.
10151         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10152         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10153         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10154         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10155         New backward-compatibility aliases for renamed faces.
10156         (gnus-cite-attribution-face, gnus-cite-face-list)
10157         (gnus-article-boring-faces): Use renamed gnus faces.
10158
10159         * gnus-art.el (gnus-signature, gnus-header-from)
10160         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10161         (gnus-header-content): Remove "-face" suffix from face names.
10162         (gnus-signature-face, gnus-header-from-face)
10163         (gnus-header-subject-face, gnus-header-newsgroups-face)
10164         (gnus-header-name-face, gnus-header-content-face):
10165         New backward-compatibility aliases for renamed faces.
10166         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10167
10168         * gnus-sum.el (gnus-summary-selected-face)
10169         (gnus-summary-highlight): Use renamed gnus faces.
10170         * gnus-group.el (gnus-group-highlight): Likewise.
10171
10172 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10173
10174         * gnus-sieve.el (gnus-sieve-article-add-rule):
10175         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10176         * spam-stat.el (spam-stat-buffer-change-to-spam)
10177         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10178
10179         * message.el (message-is-yours-p):
10180         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10181
10182 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * mm-view.el (mm-inline-text): Withdraw the last change.
10185
10186 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10189         executing enriched-decode.
10190
10191 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10194         charset of tar files.
10195
10196 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10197
10198         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10199
10200 2005-06-04  Lute Kamstra  <lute@gnu.org>
10201
10202         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10203         information is never recorded.
10204
10205 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10206
10207         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10208
10209 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * pop3.el (pop3-apop): Run md5 in the binary mode.
10212
10213         * starttls.el (starttls-set-process-query-on-exit-flag):
10214         Use eval-and-compile.
10215
10216 2005-05-31  Simon Josefsson  <jas@extundo.com>
10217
10218         * smime.el (smime-replace-in-string): Define.
10219         (smime-cert-by-ldap-1): Use it.
10220
10221 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-art.el (article-display-x-face): Replace
10224         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10225
10226         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10227         set-process-query-on-exit-flag or process-kill-without-query.
10228
10229         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10230         loop instead of replace-regexp.
10231
10232         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10233         instead of process-kill-without-query if it is available.
10234
10235         * lpath.el: Fbind ldap-search-entries.
10236
10237         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10238         instead of find-file-hooks if it is available.
10239
10240         * mml1991.el: Bind pgg-default-user-id when compiling.
10241
10242         * mml2015.el: Bind pgg-default-user-id when compiling.
10243
10244         * nndraft.el (nndraft-request-associate-buffer):
10245         Use write-contents-functions instead of write-contents-hooks if it is
10246         available.
10247
10248         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10249         instead of find-file-hooks if it is available.
10250
10251         * nntp.el (nntp-open-connection): Replace
10252         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10253         (nntp-open-ssl-stream): Ditto.
10254         (nntp-open-tls-stream): Ditto.
10255
10256         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10257         set-process-query-on-exit-flag or process-kill-without-query.
10258         (starttls-open-stream-gnutls): Use it instead of
10259         process-kill-without-query.
10260         (starttls-open-stream): Ditto.
10261
10262 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10263
10264         * smime.el (smime-cert-by-ldap-1): Don't use
10265         replace-regexp-in-string.
10266
10267 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10268
10269         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10270
10271         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10272         in PEM format.  Adjust to the XEmacs compability.
10273
10274 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10277         by `string-to-number'.
10278         * gnus-agent.el (gnus-agent-regenerate-group)
10279         (gnus-agent-fetch-articles): Ditto.
10280         * gnus-art.el (gnus-button-fetch-group): Ditto.
10281         * gnus-cache.el (gnus-cache-generate-active)
10282         (gnus-cache-articles-in-group): Ditto.
10283         * gnus-group.el (gnus-group-set-current-level)
10284         (gnus-group-insert-group-line): Ditto.
10285         * gnus-score.el (gnus-score-set-expunge-below)
10286         (gnus-score-set-mark-below, gnus-summary-score-effect)
10287         (gnus-summary-score-entry): Ditto.
10288         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10289         (gnus-soup-pack): Ditto.
10290         * gnus-spec.el (gnus-xmas-format): Ditto.
10291         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10292         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10293         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10294         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10295         * nndb.el (nndb-get-remote-expire-response): Ditto.
10296         * nndiary.el (nndiary-parse-schedule-value)
10297         (nndiary-string-to-number, nndiary-request-replace-article)
10298         (nndiary-request-article): Ditto.
10299         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10300         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10301         * nneething.el (nneething-make-head): Ditto.
10302         * nnfolder.el (nnfolder-request-article)
10303         (nnfolder-retrieve-headers): Ditto.
10304         * nnheader.el (nnheader-file-to-number): Ditto.
10305         * nnkiboze.el (nnkiboze-request-article): Ditto.
10306         * nnmail.el (nnmail-process-unix-mail-format)
10307         (nnmail-process-babyl-mail-format): Ditto.
10308         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10309         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10310         (nnmh-request-create-group, nnmh-request-list-1)
10311         (nnmh-request-group, nnmh-request-article): Ditto.
10312         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10313         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10314         * nnsoup.el (nnsoup-make-active): Ditto.
10315         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10316         * nntp.el (nntp-find-group-and-number)
10317         (nntp-retrieve-headers-with-xover): Ditto.
10318         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10319         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10320         (pgg-format-key-identifier): Ditto.
10321         * pop3.el (pop3-last, pop3-stat): Ditto.
10322         * qp.el (quoted-printable-decode-region): Ditto.
10323
10324         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10325         of concat.
10326
10327 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10330
10331         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10332
10333         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10334
10335         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10336
10337         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10338
10339         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10340
10341         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10342         (gnus-carpal-mode): Ditto.
10343
10344         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10345         (gnus-browse-mode): Ditto.
10346
10347         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10348
10349         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10350
10351 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10352
10353         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10354
10355 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-util.el (gnus-run-mode-hooks): New function.
10358
10359         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10360
10361         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10362         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10363
10364 2005-05-27  Lute Kamstra  <lute@gnu.org>
10365
10366         * dns-mode.el (dns-mode): Specify customization group.
10367
10368 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10369
10370         * gnus-agent.el (gnus-agent-make-mode-line-string):
10371         Use mode-line-highlight as mouse-face.
10372
10373 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * canlock.el (canlock): Change the parent group to news.
10376
10377         * deuglify.el (gnus-outlook-deuglify): Add :group.
10378
10379         * dig.el (dig): Add :group.
10380
10381         * dns-mode.el (dns-mode): Add :group.
10382
10383         * encrypt.el (encrypt): Add :group.
10384
10385         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10386         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10387         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10388         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10389         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10390
10391         * gnus-diary.el (gnus-diary): Add :group.
10392
10393         * gnus.el (gnus-group-news-1-face): Add :group.
10394         (gnus-group-news-1-empty-face): Ditto.
10395         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10396         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10397         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10398         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10399         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10400         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10401         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10402         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10403         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10404         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10405         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10406         (gnus-summary-high-ticked-face): Ditto.
10407         (gnus-summary-low-ticked-face): Ditto.
10408         (gnus-summary-normal-ticked-face): Ditto.
10409         (gnus-summary-high-ancient-face): Ditto.
10410         (gnus-summary-low-ancient-face): Ditto.
10411         (gnus-summary-normal-ancient-face): Ditto.
10412         (gnus-summary-high-undownloaded-face): Ditto.
10413         (gnus-summary-low-undownloaded-face): Ditto.
10414         (gnus-summary-normal-undownloaded-face): Ditto.
10415         (gnus-summary-high-unread-face): Ditto.
10416         (gnus-summary-low-unread-face): Ditto.
10417         (gnus-summary-normal-unread-face): Ditto.
10418         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10419         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10420
10421         * hashcash.el (hashcash): New custom group.
10422         (hashcash-default-payment): Add :group.
10423         (hashcash-payment-alist): Ditto.
10424         (hashcash-default-accept-payment): Ditto.
10425         (hashcash-accept-resources): Ditto.
10426         (hashcash-path): Ditto.
10427         (hashcash-extra-generate-parameters): Ditto.
10428         (hashcash-double-spend-database): Ditto.
10429         (hashcash-in-news): Ditto.
10430
10431         * message.el (message-minibuffer-local-map): Add :group.
10432
10433         * netrc.el (netrc): Add :group.
10434
10435         * sieve-manage.el (sieve-manage-log): Add :group.
10436         (sieve-manage-default-user): Diito.
10437         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10438         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10439         (sieve-manage-authenticators): Ditto.
10440         (sieve-manage-authenticator-alist): Ditto.
10441         (sieve-manage-default-port): Ditto.
10442
10443         * sieve-mode.el (sieve-control-commands-face): Add :group.
10444         (sieve-action-commands-face): Ditto.
10445         (sieve-test-commands-face): Ditto.
10446         (sieve-tagged-arguments-face): Ditto.
10447
10448         * smime.el (smime): Add :group.
10449
10450         * spam-report.el (spam-report): Add :group.
10451
10452         * spam.el (spam, spam-face): Add :group.
10453
10454 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10457         return \n.\n.\n at the end of articles.  Protect against that.
10458         (nntp-with-open-group): Allow debugging.
10459
10460         * nnheader.el (mail-header-set-extra): Make into a function
10461         because I just could't understand how to quote the list properly.
10462
10463         * dns.el (query-dns-cached): New function.
10464
10465 2005-05-26  Lute Kamstra  <lute@gnu.org>
10466
10467         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10468
10469 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10472
10473         * gnus-art.el: Don't autoload mail-extract-address-components.
10474
10475         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10476         eval-and-compile to evaluate it.
10477
10478         * hashcash.el: Don't autoload executable-find.
10479
10480         * nndb.el: Don't declare the nndb back end two or more times; don't
10481         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10482
10483         * nntp.el: Autoload format-spec instead of format; use
10484         eval-and-compile to evaluate autoload forms.
10485
10486 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10487
10488         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10489
10490 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * gnus.el (gnus-version-number): Bump version.
10493
10494 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10495
10496         * gnus.el: No Gnus v0.3 is released.
10497
10498 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499
10500         * lpath.el (featurep): Bind show-nonbreak-escape.
10501
10502 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-art.el (gnus-article-edit-part): Disable undo.
10505
10506 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10509         gnus-article-date-lapsed-new-header is t if date timer is active;
10510         skip headers in which the original date value is empty.
10511         (gnus-article-save-original-date): Redefine it as a macro.
10512         (gnus-display-mime): Use it.
10513
10514 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (article-date-ut): Support converting date in
10517         forwarded parts as well.
10518         (gnus-article-save-original-date): New function.
10519         (gnus-display-mime): Use it.
10520
10521 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10522
10523         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10524         enclosure element of <item>.
10525
10526 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * message.el (message-kill-buffer-query): Renamed from
10529         `message-kill-buffer-query-if-modified'.  Added :version.
10530
10531 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10534         window layout.
10535
10536 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * mml.el: Autoload dnd when compiling.
10539
10540 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10543         x-dnd-*.
10544
10545 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * qp.el (quoted-printable-encode-region): Save excursion.
10548
10549 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10550
10551         * message.el (message-kill-buffer-query-if-modified): Add new variable
10552         so the user can kill a modified message buffer quickly.
10553         (message-kill-buffer): Use it.
10554
10555 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * lpath.el: Fbind display-time-event-handler; don't fbind
10558         string-to-multibyte.
10559
10560         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10561
10562 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10565         contained in text because xml.el decodes entities) with LFs.
10566
10567 2005-04-11  Lute Kamstra  <lute@gnu.org>
10568
10569         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10570         differently.
10571
10572 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10573
10574         * mm-util.el (mm-detect-coding-region): Typo.
10575
10576 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10579
10580 2005-04-06  Deepak Goel  <deego@gnufans.org>
10581
10582         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10583         user-function allow user modifications of the scores.
10584         (spam-stat-score-buffer-user): New function, to allow
10585         user-computed modifications to the score.
10586         (spam-stat-score-buffer-user-functions): List of additional
10587         scoring functions.
10588         (spam-stat-error-holder): Global temporary error holder.
10589         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10590         variable.
10591
10592 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10593
10594         * gnus-registry.el (gnus-registry-clean-empty-function)
10595         (gnus-registry-trim, gnus-registry-fetch-groups)
10596         (gnus-registry-delete-group): Groups that match
10597         `gnus-registry-ignored-groups' are removed from the registry
10598         entries, not just ignored for splitting.  This helps clean up the
10599         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10600         to get all the groups a message ID is in.
10601
10602         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10603         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10604         (spam-stat-score-buffer-user-functions): Add :number custom type.
10605
10606 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10609         argument in XEmacs.
10610
10611         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10612         (nnrss-request-group): Decode group name first.
10613         (nnrss-request-article): Make a text/plain article if mml-to-mime
10614         failed.
10615         (nnrss-get-encoding): Return a compatible encoding according to
10616         nnrss-compatible-encoding-alist.
10617         (nnrss-find-el): Use consp instead of listp.
10618         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10619
10620 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10623         which Emacs 20 doesn't support.
10624         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10625
10626 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10629         silence the byte compiler inside the defun.
10630
10631         * gnus-demon.el (parse-time-string): Add autoload.
10632
10633         * gnus-delay.el (parse-time-string): Add autoload.
10634
10635         * gnus-art.el (parse-time-string): Add autoload.
10636
10637         * nnultimate.el (parse-time): Require for `parse-time-string'.
10638
10639 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10642
10643         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10644
10645         * smime.el (smime-ldap-host-list): Add :version.
10646
10647 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10650         pass it to `gnus-browse-read-group'.
10651         (gnus-browse-read-group): Add NUMBER argument and pass it to
10652         `gnus-group-read-ephemeral-group'.
10653
10654         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10655         argument and pass it to `gnus-group-read-group'.
10656
10657 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10658
10659         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10660         mm-xemacs-find-mime-charset-1 if we have the mule feature
10661         available at runtime.
10662
10663 2005-03-25  Werner Lemberg  <wl@gnu.org>
10664
10665         * nnmaildir.el: Replace `illegal' with `invalid'.
10666
10667 2005-03-23  Lute Kamstra  <lute@gnu.org>
10668
10669         * time-date.el: Add comment on time value formats.
10670         Don't require parse-time.
10671         (with-decoded-time-value): New macro.
10672         (encode-time-value): New function.
10673         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10674         (days-to-time): Return a valid time value when arg is huge.
10675         (time-since): Use time-subtract.
10676         (time-to-number-of-days): Use time-to-seconds.
10677
10678 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10679
10680         * gnus-start.el (gnus-display-time-event-handler):
10681         Check display-time-timer at runtime rather than only at load time
10682         in case display-time-mode is turned off in the mean time.
10683
10684 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10687         used.
10688
10689         * nneething.el (nneething-map-file-directory): Derive from
10690         `gnus-directory'.
10691
10692         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10693         the To/Cc button.
10694
10695 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * nnmaildir.el (nnmaildir-request-accept-article):
10698         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10699
10700 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10701
10702         * gnus-async.el: Require timer-funcs at compile time when in
10703         XEmacs for `run-with-idle-timer'.
10704
10705 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10706
10707         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10708         autoloaded function.
10709
10710 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10711
10712         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10713
10714 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10715
10716         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10717
10718 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10721         gnus-expert-user to default.
10722
10723 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10724
10725         * nnimap.el (nnimap-open-server): Ditto.
10726
10727         * imap.el (imap-authenticate): Fix typo.
10728
10729 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10730
10731         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10732         buffer (since IMAP server might return FETCH response out of
10733         order, and the nntp buffer must be sorted).
10734
10735 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10736
10737         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10738         comparison on string.
10739
10740         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10741         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10742         (gnus-agent-summary-fetch-series): Modified to protect against
10743         gnus-agent-summary-fetch-group clearing processable flags.
10744         (gnus-agent-synchronize-group-flags): Update live group buffer as
10745         synchronization may occur due to the user toggle the plugged
10746         status.
10747         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10748         successfully downloaded.
10749         (gnus-agent-expire-group-1): Avoid using markers when the overview
10750         is in ascending order; greatly improves performance.
10751         (gnus-agent-regenerate-group): Use
10752         gnus-agent-synchronize-group-flags to reset read status in both
10753         gnus and server.
10754         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10755
10756 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * message.el: Don't autoload former message-utils variables.
10759         (message-strip-subject-trailing-was): Change doc string.
10760
10761         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10762         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10763         (nnweb-google-search): Add "hl=en" here.
10764         (nnweb-google-parse-1, nnweb-google-create-mapping):
10765         Don't hardcode URL.
10766
10767 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * message.el (message-get-reply-headers, message-followup):
10770         Mention related variables `message-use-followup-to' and
10771         `message-use-mail-followup-to', in the information buffer.
10772
10773         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10774         of broken groups(-beta).google.com.
10775
10776 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10777
10778         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10779         parameter to invoked gnus-request-move-article; remove the
10780         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10781         all at once instead of once per article.
10782         (gnus-summary-remove-process-mark): Accept a list of articles as
10783         well as a single article for processing.
10784
10785         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10786         parameter.
10787
10788         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10789
10790         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10791
10792         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10793         parameter.
10794
10795         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10796         parameter.
10797
10798         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10799         parameter and remove the gnus-sum-hint-move-is-internal variable.
10800
10801         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10802         parameter.
10803
10804         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10805         parameter.
10806
10807         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10808         parameter.
10809
10810         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10811
10812         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10813         parameter.
10814
10815         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10816         parameter.
10817
10818 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10819
10820         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10821         a more conservative way.
10822
10823 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10824
10825         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10826         buffer, so it moves the window's cursor.
10827
10828 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10829
10830         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10831         `mm-dissect-multipart' and receive the from field as an (optional)
10832         argument from `mm-dissect-multipart'.
10833         (mm-dissect-multipart): Receive the from field as an argument and
10834         pass it on when we call `mm-dissect-buffer' on MIME parts.
10835         Fixes verification/decryption of signed/encrypted MIME parts.
10836
10837 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10838
10839         * gnus-sum.el (gnus-summary-move-article): Set
10840         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10841         whatever it calls (right now, only nnimap-request-move article
10842         respects it).
10843
10844         * nnimap.el (nnimap-request-move-article): When
10845         gnus-sum-hint-move-is-internal is set, don't do the extra
10846         nnimap-request-article.
10847
10848 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10851
10852         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10853         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10854
10855         * gnus-sum.el (gnus-summary-caesar-message):
10856         Apply `gnus-treat-article' after rotation.
10857
10858         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10859         doc string.
10860
10861 2005-02-22  Simon Josefsson  <jas@extundo.com>
10862
10863         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10864         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10865         <arne@arnested.dk>.
10866         (encrypt): Add password-cache and password-cache-expiry as group
10867         members.
10868
10869 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10870
10871         * smime.el (smime-ldap-host-list): Doc fix.
10872         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10873         cache) password.
10874         (smime-sign-region): Use it.
10875         (smime-decrypt-region): Use it.
10876         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10877         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10878         fails.
10879         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10880         certificate from DER to PEM format rather than calling openssl.
10881
10882         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10883
10884         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10885         for signing/encryption.
10886
10887         * mml.el (mml-parse-1): Use them.
10888
10889 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10890
10891         * nnrss.el (nnrss-verbose): Removed.
10892         (nnrss-request-group): Use `nnheader-message' instead.
10893
10894 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10895
10896         * nnrss.el (nnrss-verbose): New variable.
10897         (nnrss-request-group): Make it say nnrss is requesting a group.
10898
10899 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10902         Handle news URL with given port correctly.
10903
10904 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10907         containing special characters.
10908
10909         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10910
10911         * mml.el (mime-to-mml): Ditto.
10912
10913         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10914         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10915         (rfc2047-decode-region): Quote decoded words containing special
10916         characters when rfc2047-quote-decoded-words-containing-tspecials
10917         is non-nil.
10918
10919 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10922
10923         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10924
10925 2005-02-15  Simon Josefsson  <jas@extundo.com>
10926
10927         * nnimap.el (nnimap-debug): Doc fix.
10928
10929         * imap.el (imap-debug): Doc fix.
10930
10931 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10934
10935 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * gnus.el (spam-contents): Improve docs for spam-contents
10938         parameter in its variable incarnation.
10939
10940 2005-02-14  Simon Josefsson  <jas@extundo.com>
10941
10942         * smime-ldap.el: Use require instead of load-library for ldap.
10943         (smime-ldap-search): Indent.
10944         (smime-ldap-search-internal): Shorten line.
10945
10946         * smime.el (smime-cert-by-dns): Add doc-string.
10947         (smime-cert-by-ldap-1): Indent.
10948
10949         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10950         mml-smime-get-dns-ldap.
10951         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10952
10953 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10954
10955         * smime.el: Require smime-ldap.
10956         (smime-ldap-host-list): New variable.
10957         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10958
10959         * mml-smime.el (mml-smime-encrypt-query): New function.
10960         (mml-smime-encrypt-query): Use it.
10961
10962         * smime-ldap.el: New file.
10963
10964 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10967
10968 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10971         argument in doc string.  Make query for type more clear.
10972
10973 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * gnus.el (gnus-group-startup-message): Search for gnus images in
10976         etc/images/gnus.
10977         * mm-util.el (mm-image-load-path): Likewise.
10978         * smiley.el (smiley-data-directory): Search for smilies in
10979         etc/images/smilies.
10980
10981 2005-02-09  Kim F. Storm  <storm@cua.dk>
10982
10983         Change Emacs release version from 21.4 to 22.1 throughout.
10984         Change Emacs development version from 21.3.50 to 22.0.50.
10985
10986 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10989
10990         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10991         non-Mule XEmacs as well.
10992         (mm-decompress-buffer): Signal an error intentionally if it does
10993         not decompress compressed data because auto-compression-mode is
10994         disabled.
10995
10996 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10997
10998         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10999         an ID in the registry even if it has no groups.
11000
11001 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11004         merge it into mm-decompress-buffer.
11005         (gnus-mime-copy-part): Use the MIME part charset, the value which
11006         a user specified or gnus-newsgroup-charset for decoding, like
11007         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11008         save-buffer what was used.  Suggested by Kevin Ryde
11009         <user42@zip.com.au>.
11010         (gnus-mime-inline-part): Allow the name parameter as well as the
11011         filename parameter; force decompressing of compressed data; always
11012         display contents being not decoded as unibyte.
11013
11014         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11015         as well as the filename parameter.
11016
11017         * mm-util.el (mm-decompress-buffer): Merge
11018         gnus-mime-jka-compr-maybe-uncompress.
11019         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11020         of compressed data.
11021
11022 2005-02-08  Simon Josefsson  <jas@extundo.com>
11023
11024         * imap.el (imap-log): Doc fix.
11025
11026 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11029         the coding cookies; decompress compressed parts.
11030
11031         * mml.el (mml-generate-mime-1): Add the charset parameter according
11032         to the value which a user specified manually or the coding cookie.
11033
11034         * mm-util.el (mm-string-to-multibyte): New function.
11035         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11036         (mm-coding-system-to-mime-charset): New function.
11037         (mm-decompress-buffer): New function.
11038         (mm-find-buffer-file-coding-system): New function.
11039
11040         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11041         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11042         parts.
11043
11044 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11045
11046         * mm-view.el (mm-display-inline-fontify): Decode a part according
11047         to the charset parameter.
11048
11049 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11052         prefix arg is neither nil nor a number, as info specifies.
11053
11054 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11057         timestamps.
11058
11059 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11060
11061         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11062         groups error checking and notify user.
11063
11064 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11065
11066         * message.el (message-send-mail-function): Check existence of
11067         sendmail-program first before using default value
11068         `message-send-mail-with-sendmail'.  Otherwise use more generic
11069         `smtpmail-send-it'.
11070
11071 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * nntp.el (nntp-request-update-info): Always return nil.
11074
11075 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11076
11077         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11078
11079 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11080
11081         * message.el (message-beginning-of-line): Change the behavior when
11082         invoked between BOL and : so that it first moves backward.
11083
11084 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11087         article buffer when editing of the article is discarded.
11088         (gnus-article-prepare): Revert.
11089
11090 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-art.el (gnus-article-prepare):
11093         Remove message-strip-forbidden-properties from the local hook.
11094
11095 2005-01-27  Simon Josefsson  <jas@extundo.com>
11096
11097         * password.el (password-cache-add): Only start one timer per key.
11098         Reported by Derek Atkins <warlord@MIT.EDU>.
11099
11100 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11101
11102         * run-at-time.el: Removed.  It is no longer needed as
11103         timer-funcs.el in the xemacs-base package has a working version of
11104         `run-at-time'.
11105
11106         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11107
11108         * password.el: Require timer-funcs instead of run-at-time in
11109         XEmacs.
11110         Remove `password-run-at-time' macro.
11111         (password-cache-add): Use `run-at-time' instead of
11112         `password-run-at-time'.
11113
11114         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11115         Remove `nnheader-cancel-function-timers' alias,
11116         `cancel-function-timers' exists in XEmacs in timer-funcs.
11117
11118         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11119         for `run-with-idle-timer'.
11120
11121         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11122         for `run-at-time'.
11123
11124         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11125         for `with-timeout'.
11126
11127         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11128         the same as for XEmacs 21.4.
11129         No need to ignore `run-with-idle-timer', this function exists in
11130         XEmacs now in timer-funcs.el in the xemacs-base package.
11131         (dgnushack-compile): No need to delete
11132         run-at-time.el from the list of files to compile because it
11133         doesn't exist anymore.
11134
11135 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11138         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11139
11140 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11141
11142         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11143         sensitively.
11144
11145 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11146
11147         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11148
11149 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11152         which will be inserted according to the multibyteness of a buffer
11153         rather than the type of contents.  Suggested by ARISAWA Akihiro
11154         <ari@mbf.ocn.ne.jp>.
11155
11156         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11157         of string which old xml.el may return rather than a string.
11158
11159 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11162
11163 2005-01-16  Simon Josefsson  <jas@extundo.com>
11164
11165         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11166         idn/idna.el isn't available.
11167         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11168         <michael@waxrat.com>.
11169
11170         * hashcash.el: Remove non-FSF copyright header.
11171
11172         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11173         (hashcash-generate-payment): Use it.
11174         (hashcash-generate-payment-async): Use it.
11175
11176 2005-01-15  Simon Josefsson  <jas@extundo.com>
11177
11178         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11179         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11180
11181         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11182         gnus-summary-idna-message.
11183         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11184         (gnus-summary-idna-message): New function.
11185
11186 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11189         gnus-novice-user.
11190
11191 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * nnrss.el (nnrss-request-delete-group): Delete entries in
11194         nnrss-group-alist as well.
11195         (nnrss-save-server-data): Insert newline.
11196
11197 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus.el (gnus-user-agent): Use list of symbols instead of
11200         symbols.  Display full version number for (S)XEmacs.  Optionally
11201         display (S)XEmacs codename.
11202
11203         * gnus-util.el (gnus-emacs-version): Update for new
11204         `gnus-user-agent'.
11205
11206         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11207         Gnus version.
11208
11209 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11212         which is unreadable in some setups.
11213
11214 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-spec.el (gnus-update-format-specifications): Flush the
11217         group format spec cache if it doesn't support decoded group names.
11218
11219 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11222         Allow to apply decay on score files matching a regexp.
11223
11224 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11227         compatibility in %g and %c.
11228
11229 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11232         name for only %g and %c.
11233         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11234         of gnus-tmp-group to decoded group name.
11235         (gnus-group-make-rss-group): Exclude `/'s from group names.
11236
11237 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * nnrss.el (nnrss-get-encoding): Fix regexp.
11240
11241 2004-12-27  Simon Josefsson  <jas@extundo.com>
11242
11243         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11244         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11245         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11246
11247 2004-12-17  Kim F. Storm  <storm@cua.dk>
11248
11249         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11250
11251         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11252
11253 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11254
11255         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11256
11257 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * nnrss.el: Require rfc2047 and mml.
11260         (nnrss-file-coding-system): New variable.
11261         (nnrss-format-string): Redefine it as an inline function.
11262         (nnrss-decode-group-name): New function.
11263         (nnrss-string-as-multibyte): Remove.
11264         (nnrss-retrieve-headers): Decode group name; don't use
11265         nnrss-format-string.
11266         (nnrss-request-group): Decode group name.
11267         (nnrss-request-article): Decode group name; allow a Message-ID as
11268         well as an article number; don't use nnrss-format-string; encode a
11269         Message-ID string which may contain non-ASCII characters; use
11270         mml-to-mime to compose a MIME article.
11271         (nnrss-request-expire-articles): Decode group name.
11272         (nnrss-request-delete-group): Decode group name.
11273         (nnrss-fetch): Clarify error message.
11274         (nnrss-read-server-data): Use insert-file-contents instead of load;
11275         bind file-name-coding-system; use multibyte buffer.
11276         (nnrss-save-server-data): Bind coding-system-for-write to the
11277         value of nnrss-file-coding-system; bind file-name-coding-system;
11278         add coding cookie.
11279         (nnrss-read-group-data): Use insert-file-contents instead of load;
11280         bind file-name-coding-system; use multibyte buffer.
11281         (nnrss-save-group-data): Bind coding-system-for-write to the
11282         value of nnrss-file-coding-system; bind file-name-coding-system.
11283         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11284         make it work with non-ASCII text.
11285         (nnrss-find-el): Make it work with old xml.el as well.
11286
11287 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11288
11289         * nnrss.el (nnrss-get-encoding): New function.
11290         (nnrss-fetch): Use unibyte buffer initially; bind
11291         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11292         decode contents according to the encoding attribute.
11293         (nnrss-save-group-data): Add coding cookie.
11294         (nnrss-mime-encode-string): New function.
11295         (nnrss-check-group): Use it to encode subject and author.
11296
11297 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11298
11299         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11300         imaginary variable.
11301
11302 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11305         correctly even if there are wide characters.
11306
11307 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11308
11309         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11310         downcased symbol names; make a new cache instead of reusing
11311         bbdb-hashtable.
11312
11313 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11316         concatenating segments rather than before concatenating them.
11317         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11318
11319         * message.el (message-get-reply-headers): Bind `extra'.
11320
11321 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * message.el (message-extra-wide-headers): New variable.
11324         (message-get-reply-headers): Use it.
11325
11326 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11329         (gnus-agent-group-pathname): Ditto.
11330
11331         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11332
11333         * gnus-group.el (gnus-group-make-group): Decode group name.
11334         (gnus-group-make-rss-group): Register the group data after opening
11335         the nnrss group.
11336
11337 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11338
11339         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11340         by expiry now get marked as read.
11341
11342 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11345
11346 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11347
11348         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11349         unify Latin characters in XEmacs.
11350         (mm-find-mime-charset-region): Use it.
11351
11352 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-util.el (gnus-delete-directory): New function.
11355
11356         * gnus-agent.el (gnus-agent-delete-group): Use it.
11357
11358         * gnus-cache.el (gnus-cache-delete-group): Use it.
11359
11360 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11363         names.
11364
11365 2004-12-16  Simon Josefsson  <jas@extundo.com>
11366
11367         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11368
11369 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11372
11373         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11374         (gnus-group-set-current-level): Decode group name.
11375
11376 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11377
11378         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11379         failed.
11380
11381 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-group.el (gnus-group-delete-group): Decode group name.
11384         (gnus-group-make-rss-group): Encode group name.
11385         (gnus-group-catchup-current): Decode group name.
11386         (gnus-group-kill-group): Decode group name.
11387
11388 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11389
11390         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11391
11392 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-group.el (gnus-group-make-rss-group):
11395         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11396
11397         * gnus-start.el (gnus-setup-news): Honor user's setting to
11398         gnus-message-archive-method.  Suggested by Lute Kamstra
11399         <lute@gnu.org>.
11400
11401 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11402
11403         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11404         global counterparts of the buffer-local variables.
11405
11406 2004-11-16  Romain Francoise  <romain@orebokech.com>
11407
11408         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11409         counterparts of the buffer-local variables.
11410
11411 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * message.el (message-forbidden-properties): Fixed typo in doc
11414         string.
11415
11416 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gnus-util.el (gnus-replace-in-string): Added doc string.
11419
11420         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11421         to avoid problems when splitting mails with many recipients.
11422
11423 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11424
11425         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11426         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11427
11428 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11429
11430         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11431         if there is no hashtable in memory or file modification time is
11432         newer than cached timestamp.
11433
11434 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11437         not-matching option.
11438
11439 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11442         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11443         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11444         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11445         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11446         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11447
11448 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * message.el (message-forward-make-body-mml): Remove headers
11451         according to message-forward-ignored-headers if a message is decoded.
11452
11453 2004-12-02  Romain Francoise  <romain@orebokech.com>
11454
11455         * message.el (message-forward-make-body-plain): Always remove
11456         headers according to message-forward-ignored-headers.
11457
11458 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11459
11460         * spam.el (spam-summary-prepare-exit): Remove the
11461         gnus-summary-limit pop for now, it has problems with ham marks for
11462         me.
11463
11464 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11465
11466         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11467         correctly.
11468
11469 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11470
11471         * format-spec.el (format-spec): Message the char.
11472
11473 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11474
11475         * gnus-art.el (gnus-split-methods): Reformat comments.
11476
11477         * spam.el (spam-summary-prepare-exit): Remove article limits
11478         before exiting the summary buffer.
11479
11480 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11483         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11484
11485         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11486         order to silence the byte compiler.
11487
11488         * spam.el: Fix the way to silence the byte compiler, which
11489         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11490         bbdb-search-simple, spam-BBDB-register-routine,
11491         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11492         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11493         spam-stat-buffer-is-spam, spam-stat-load,
11494         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11495         spam-stat-save and spam-stat-split-fancy.
11496
11497 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11500         which may confuse users.
11501         (canlock-password-for-verify): Ditto.
11502
11503         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11504
11505         * gnus-art.el (gnus-emphasis-alist): Ditto.
11506
11507         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11508
11509         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11510
11511         * gnus-start.el (gnus-save-killed-list): Ditto.
11512
11513         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11514         (gnus-sum-thread-tree-root): Ditto.
11515         (gnus-sum-thread-tree-false-root): Ditto.
11516         (gnus-sum-thread-tree-single-indent): Ditto.
11517
11518         * message.el (message-courtesy-message): Ditto.
11519         (message-archive-note): Ditto.
11520         (message-subscribed-address-file): Ditto.
11521         (message-user-fqdn): Ditto.
11522
11523         * spam-report.el (spam-report-gmane-regex): Ditto.
11524
11525         * spam.el (spam-blackhole-good-server-regex): Ditto.
11526
11527 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * mml.el (mml-preview): Widen the message buffer before copying
11530         the contents to the preview buffer; sort headers before previewing.
11531
11532         * message.el (message-hidden-headers): Fix the way to avoid a bug
11533         in the `repeat' widget in Emacs 21.3 or earlier.
11534
11535 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * message.el (message-hidden-headers): Default to "^References:".
11538         Improve customization type.  Suggested by Reiner Steib
11539         <Reiner.Steib@gmx.de>.
11540
11541 2004-11-25  Romain Francoise  <romain@orebokech.com>
11542
11543         * message.el (message-strip-forbidden-properties): Remove check for
11544         obsolete `message-hidden' text property, hidden headers are not
11545         accessible in the buffer anymore.
11546
11547 2004-11-22  Romain Francoise  <romain@orebokech.com>
11548
11549         * message.el (message-header-format-alist): Add `From' in list
11550         so that it can be sorted.
11551         (message-fix-before-sending): Widen and sort headers before
11552         sending.
11553         (message-hide-headers): Use narrowing to hide headers by moving
11554         them to the top of the buffer and narrowing to the region
11555         underneath.
11556
11557 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * message.el (message-strip-forbidden-properties): Bind
11560         buffer-read-only (etc) to nil.
11561
11562 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11565         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11566
11567 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11568
11569         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11570
11571 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * dns.el (query-dns): Use sit-for to time instead of
11574         accept-process-output, since that doesn't seem to work on udp
11575         sockets.
11576
11577 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11580
11581 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11582
11583         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11584         doc string.  Improve doc string.
11585
11586 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * nntp.el (nntp-request-update-info): Return nil if
11589         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11590         may not call gnus-activate-group which uselessly issues the GROUP
11591         commands for all nntp groups and wastes time.  Reported by Romain
11592         Francoise <romain@orebokech.com>.
11593
11594         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11595
11596 2004-11-15  Simon Josefsson  <jas@extundo.com>
11597
11598         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11599         headers separately.
11600         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11601         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11602
11603 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * gnus-start.el (gnus-convert-old-newsrc):
11606         Assign legacy-gnus-agent to 5.10.7.
11607
11608 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11611         start of the lines.
11612
11613 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11614
11615         * hashcash.el (hashcash-default-payment): Change default to 20.
11616         (hashcash-default-accept-payment): Change default to 20.
11617         (hashcash-process-alist): New variable.
11618         (hashcash-generate-payment-async): Add.
11619         (hashcash-already-paid-p): Add.
11620         (hashcash-insert-payment): Don't generate payments twice.
11621         (hashcash-insert-payment-async): Add.
11622         (hashcash-insert-payment-async-2): Add.
11623         (hashcash-cancel-async): Add.
11624         (hashcash-wait-async): Add.
11625         (hashcash-processes-running-p): Add.
11626         (hashcash-wait-or-cancel): Add.
11627         (mail-add-payment): New optional argument.  Conditionally start
11628         asynchronous calculation.
11629         (mail-add-payment-async): Add.
11630
11631         * message.el (message-send-mail): Wait for asynchronous hashcash
11632         results.  Don't clobber existing X-Hashcash headers.
11633         (message-setup-1): Call mail-add-payment-async when
11634         message-generate-hashcash is non-nil.
11635
11636 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11637
11638         * message.el (message-use-alternative-email-as-from): Examine the
11639         From header as well; use message-make-from in order to include a
11640         user's full name.
11641
11642 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11645         default; improve customization type.
11646         (gnus-emphasis-custom-with-format): New macro.
11647         (gnus-emphasis-custom-value-to-external): New function.
11648         (gnus-emphasis-custom-value-to-internal): New function.
11649
11650 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * dns.el (query-dns): Resolve reverse addresses.
11653
11654 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-group.el (gnus-group-get-new-news): Use it.
11657
11658         * gnus-start.el (gnus-check-reasonable-setup): New function.
11659
11660 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11663         "Args out of range" error.  Reported by Arnaud Giersch
11664         <arnaud.giersch@free.fr>.
11665
11666 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11667
11668         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11669
11670 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11671
11672         * spam.el (spam group): Add :version.
11673
11674         * pgg-def.el (pgg group): Add :version.
11675
11676 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (gnus-article-edit-article): Don't associate the
11679         article buffer with a draft file.  This is a temporary measure
11680         against the 2004-08-22 change to gnus-article-edit-mode.
11681
11682 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11685         (html2text-format-tags): Remove unused variable `attr'.
11686
11687 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11690
11691         * tls.el (tls-process-connection-type, tls-success)
11692         (tls-certtool-program): Add :version.
11693
11694         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11695         (starttls-extra-arguments, starttls-process-connection-type)
11696         (starttls-connect, starttls-failure, starttls-success): Add :version.
11697
11698         * spam-stat.el (spam-stat): Add :version.
11699
11700         * sieve.el (sieve): Add :version.
11701
11702         * sha1.el (sha1): Add :version.
11703         (sha1-use-external): Remove redundant version.
11704
11705         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11706         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11707         (nnmail-split-fancy-match-partial-words)
11708         (nnmail-split-lowercase-expanded): Add :version.
11709
11710         * nndiary.el (nndiary): Add :version.
11711
11712         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11713
11714         * mml-sec.el (mml-default-sign-method)
11715         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11716         Add :version.
11717
11718         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11719
11720         * mm-url.el (mm-url-use-external, mm-url-program)
11721         (mm-url-arguments): Add :version.
11722
11723         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11724         (mm-attachment-file-modes, mm-decrypt-option)
11725         (mm-w3m-safe-url-regexp): Add :version.
11726
11727         * message.el (message-cite-prefix-regexp)
11728         (message-sendmail-envelope-from, message-minibuffer-local-map)
11729         (message-user-fqdn, message-completion-alist): Add :version.
11730
11731         * gnus-win.el (gnus-configure-windows-hook)
11732         (gnus-use-frames-on-any-display): Add :version.
11733
11734         * gnus-art.el (gnus-article-address-banner-alist)
11735         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11736         (gnus-treat-from-picon, gnus-treat-mail-picon)
11737         (gnus-treat-x-pgp-sig): Add :version.
11738
11739         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11740         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11741         (gnus-summary-article-delete-hook)
11742         (gnus-summary-display-while-building): Add :version.
11743
11744         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11745         (gnus-get-top-new-news-hook): Add :version.
11746
11747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11748         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11749
11750         * gnus-registry.el (gnus-registry): Add :version.
11751
11752         * gnus-spec.el (gnus-use-correct-string-widths)
11753         (gnus-make-format-preserve-properties): Add :version.
11754
11755         * gnus.el (gnus-group-charter-alist)
11756         (gnus-group-fetch-control-use-browse-url)
11757         (gnus-install-group-spam-parameters): Add :version.
11758
11759         * gnus-diary.el (gnus-diary): Add :version.
11760
11761         * gnus-delay.el (gnus-delay): Add :version.
11762
11763         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11764         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11765         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11766         Add :version.
11767
11768         * gnus-agent.el (gnus-agent-max-fetch-size)
11769         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11770         (gnus-agent-prompt-send-queue): Add :version.
11771
11772         * deuglify.el (gnus-outlook-deuglify): Add :version.
11773
11774         * html2text.el: Beautify code.  Improve doc strings.  Some
11775         checkdoc cleanup.
11776         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11777
11778 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11779
11780         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11781
11782 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11783
11784         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11785         when package is loaded.
11786
11787         * spam.el (spam-summary-score-preferred-header): Add global preference
11788         for people who want to override the default SpamAssassin over
11789         Bogofilter preference (when both are set).
11790         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11791         (spam-user-format-function-S): Check
11792         spam-summary-score-preferred-header.
11793         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11794         (spam-user-format-function-S): Format the score correctly.
11795
11796 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11799         signature file.  Suggested by Manoj Srivastava
11800         <srivasta@golden-gryphon.com>.
11801
11802         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11803         iso-2022-jp even in the Japanese language environment.
11804         Suggested by Jason Rumney <jasonr@gnu.org>.
11805
11806 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11809         use the same characters as the dummy marks; make it free from
11810         getting affected by the language environment.
11811         (gnus-summary-read-group-1): Update mark positions only when the
11812         format spec is updated.
11813
11814         * gnus-spec.el (gnus-update-format-specifications): Return a list
11815         of updated types.
11816
11817 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11820         of boundp to check if display-warning is available.
11821
11822 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11825
11826 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * nnspool.el (nnspool-spool-directory): Use news-path if the
11829         news-directory variable is not bound.
11830
11831         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11832         function instead of display-warning if it is not available.
11833
11834 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11837         v5-10: Use `point-at-bol'.
11838
11839 2004-10-26  Simon Josefsson  <jas@extundo.com>
11840
11841         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11842         <chenggao@gmail.com>.
11843
11844 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11847         instead.
11848
11849 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11850
11851         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11852         to remove a server from the nnimap-server-buffer-alist.
11853         (nnimap-open-connection, nnimap-close-server): Use it.
11854
11855         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11856
11857 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11860         running the major-mode function.
11861
11862 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11865         dummy marks in the right way.
11866
11867 2004-10-18  David Edmondson  <dme@dme.org>
11868
11869         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11870         excessively.
11871
11872 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * gnus-util.el (gnus-split-references): Accept a nil references
11875         string and go on blissfully.
11876
11877         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11878         cases where the references string is non-nil but has no references.
11879
11880         * encrypt.el: Add autoload tags.
11881
11882         * spam.el (spam-resolve-registrations-routine): Remove article
11883         from unregistration list too.  Reported by David Hanak
11884         <dhanak@isis.vanderbilt.edu>
11885
11886 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11889         nil.  Changed custom type.
11890
11891 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11894
11895         * gnus-sum.el (gnus-summary-move-article): Use it.
11896
11897 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11898
11899         * encrypt.el: Add autoload cookies.
11900
11901         * spam.el (spam-backend-article-list-property)
11902         (spam-backend-get-article-todo-list)
11903         (spam-backend-put-article-todo-list)
11904         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11905         Resolve registrations separately.
11906         (spam-register-routine): Format comments.
11907         (spam-unregister-routine, spam-register-routine): Always call with
11908         specific-articles, no default list.
11909         (spam-summary-prepare-exit): Use the spam-classifications function.
11910
11911         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11912         gnus-encrypt.el.
11913
11914         * encrypt.el: Copied from gnus-encrypt.el.
11915
11916         * gnus-encrypt.el: Commented that it's obsolete.
11917
11918 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11921         (gnus-score-save): Use it.
11922
11923         * message.el (message-bury): Use `window-dedicated-p'.
11924
11925 2004-10-15  Simon Josefsson  <jas@extundo.com>
11926
11927         * pop3.el (top-level): Don't require nnheader.
11928         (pop3-read-timeout): Add.
11929         (pop3-accept-process-output): Add.
11930         (pop3-read-response, pop3-retr): Use it.
11931
11932 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11933
11934         * spam.el (spam-register-routine): Move comment.
11935         (spam-verify-bogofilter): Use 'unknown for the initial
11936         spam-bogofilter-valid state, not 'never.
11937
11938         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11939         for netrc-machine.
11940
11941         * nnimap.el (nnimap-open-connection): Use
11942         netrc-machine-user-or-password.
11943
11944 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11945
11946         * gnus-registry.el (gnus-registry-unload-hook):
11947         Set as a variable with add-hook.
11948
11949         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11950         of news-path.
11951
11952         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11953
11954         * spam.el: Delete duplicate `provide'.
11955         (spam-unload-hook): Set as a variable with add-hook.
11956
11957 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11960         in the doc string.
11961
11962         * message.el (message-ignored-news-headers)
11963         (message-ignored-supersedes-headers)
11964         (message-ignored-resent-headers)
11965         (message-forward-ignored-headers): Improve custom type.
11966
11967 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * message.el (message-tokenize-header): Fix 2004-09-06 change
11970         which used point-min in the wrong place.
11971
11972 2004-10-12  Simon Josefsson  <jas@extundo.com>
11973
11974         * tls.el (tls-certtool-program): New variable.
11975         (tls-certificate-information): New function, based on
11976         ssl-certificate-information.
11977
11978 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * compface.el: Move the version of ELisp-based uncompface program
11981         to the contrib directory because of the copyright problem.
11982
11983 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * message.el (message-kill-buffer): Raise the current frame.
11986
11987 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11990
11991         * gnus.el (message-y-or-n-p): Autoload.
11992
11993         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11994         (pop3-password-required, pop3-authentication-scheme)
11995         (pop3-leave-mail-on-server): Made customizable.
11996         (pop3): New custom group.
11997         (pop3-retr): Remove `sleep-for' statements.
11998         Suggested by Dave Love <fx@gnu.org>.
11999
12000         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12001         Windows/DOS.
12002
12003         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12004         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12005         Dave Love <fx@gnu.org>.
12006
12007         * mml.el (mml-minibuffer-read-disposition): Require match.
12008         Suggested by Dave Love <fx@gnu.org>.
12009
12010 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12013         doc string.
12014
12015 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12018
12019 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12020
12021         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12022         instead of calling `mm-insert-inline', to decode text/* parts
12023         before displaying them.
12024
12025 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * mm-uu.el (mm-uu-text-plain-type): New variable.
12028         (mm-uu-pgp-signed-extract-1): Use it.
12029         (mm-uu-pgp-encrypted-extract-1): Use it.
12030         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12031         bind mm-uu-text-plain-type with that value.
12032         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12033         mm-uu-dissect.
12034
12035 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-group.el (gnus-update-group-mark-positions):
12038         * gnus-sum.el (gnus-update-summary-mark-positions):
12039         * message.el (message-check-news-body-syntax):
12040         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12041         of string-as-multibyte.
12042
12043 2004-10-05  Juri Linkov  <juri@jurta.org>
12044
12045         * gnus-group.el (gnus-update-group-mark-positions):
12046         * gnus-sum.el (gnus-update-summary-mark-positions):
12047         * message.el (message-check-news-body-syntax):
12048         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12049         8-bit unibyte values to a multibyte string for search functions.
12050
12051 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12054         (mm-uu-dissect-text-parts): New function.
12055
12056         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12057         dissect text parts.
12058
12059         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12060         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12061
12062         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12063
12064         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12065         gnus-current-topics instead of gnus-current-topic.
12066
12067 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12068
12069         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12070
12071 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12072
12073         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12074         where approriate.
12075
12076         * nnml.el (nnml-generate-active-info): do.
12077
12078         * nndiary.el (nndiary-generate-active-info): do.
12079
12080         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12081         (gnus-topic-move): do.
12082
12083         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12084         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12085
12086         * gnus-srvr.el (gnus-server-prepare)
12087         (gnus-server-open-all-servers): do.
12088
12089         * gnus-msg.el (gnus-summary-cancel-article)
12090         (gnus-summary-resend-message)
12091         (gnus-summary-mail-crosspost-complaint): do.
12092
12093         * gnus-move.el (gnus-change-server): do.
12094
12095         * gnus-group.el (gnus-group-unmark-all-groups)
12096         (gnus-group-set-current-level): do.
12097
12098 2004-10-04  Simon Josefsson  <jas@extundo.com>
12099
12100         * message.el (message-generate-hashcash): Doc fix.
12101
12102 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12103
12104         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12105         avoid infinite recursion via gnus-get-function.
12106
12107 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12108
12109         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12110
12111         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12112
12113         * nnmail.el (nnmail-split-history): do.
12114
12115         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12116         (nnml-request-delete-group): do.
12117
12118         * nnslashdot.el (nnslashdot-read-groups): do.
12119
12120         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12121         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12122
12123         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12124         (nnspool-sift-nov-with-sed): Use last.
12125         (nnspool-retrieve-headers-with-nov): Use mapc.
12126         (nnspool-request-newgroups): Use dolist.
12127         (nnspool-request-group): Use last.
12128
12129         * nntp.el (nntp-read-server-type): Use dolist.
12130
12131         * nnvirtual.el (nnvirtual-create-mapping)
12132         (nnvirtual-update-read-and-marked): Use dolist.
12133         (nnvirtual-convert-headers): Simplify.
12134
12135 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12136
12137         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12138         support for sync'ing tick marks.
12139
12140 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12143         there's no visible header.
12144
12145 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12146
12147         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12148         necessary, pass full group name to gnus-request-set-marks.
12149
12150 2004-10-01  Simon Josefsson  <jas@extundo.com>
12151
12152         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12153         acroread.
12154
12155 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * spam-report.el (spam-report-gmane): Fix interactive.
12158
12159         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12160
12161         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12162         when writing file.
12163         (gnus-agent-synchronize-flags): Don't default to being
12164         interactive.
12165
12166 2004-09-30  Simon Josefsson  <jas@extundo.com>
12167
12168         * message.el (message-generate-hashcash): Add.
12169         (message-send-mail): Use it, call mail-add-payment.
12170
12171 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12172
12173         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12174
12175 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12176
12177         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12178         gnus-requst-update-info with explicit code to sync the in-memory
12179         info read flags with the marks being sync'd to the backend.
12180
12181         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12182
12183 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12184
12185         * spam.el (spam-verify-bogofilter): Add new function.
12186         (spam-check-bogofilter)
12187         (spam-bogofilter-register-with-bogofilter): Use it.
12188         (spam-verify-bogofilter): Add small fixes.
12189
12190 2004-09-28  Simon Josefsson  <jas@extundo.com>
12191
12192         * hashcash.el (hashcash-generate-payment): Revert.
12193
12194 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12195
12196         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12197         gnus-extract-references instead of gnus-split-references.
12198
12199         * gnus-util.el (gnus-extract-references): Add new function, analogous
12200         to gnus-split-references but extracts only the message-ID without
12201         anything extra.
12202
12203         * hashcash.el (hashcash-generate-payment)
12204         (hashcash-check-payment): Do the right thing if hashcash-path is
12205         nil (because the hashcash program could not be found).
12206
12207         * spam.el (spam-use-hashcash): Remove comment.
12208
12209 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12210
12211         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12212         (gnus-cache-enter-article, gnus-cache-remove-article)
12213         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12214
12215         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12216
12217         * gnus-art.el (article-hide-boring-headers)
12218         (article-translate-strings, article-display-face)
12219         (gnus-article-mime-match-handle-first)
12220         (gnus-article-highlight-headers)
12221         (gnus-article-add-buttons-to-head): do.
12222
12223 2004-09-27  Simon Josefsson  <jas@extundo.com>
12224
12225         * hashcash.el: New version, from
12226         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12227         ../contrib/.
12228
12229 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12232
12233 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12234
12235         * gnus-dup.el (gnus-dup-open): Use mapc.
12236         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12237
12238         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12239         Reported by Stefan Wiens <s.wi@gmx.net>.
12240
12241         * gnus.el (gnus-shutdown): Use dolist.
12242
12243         * gnus-undo.el (gnus-undo): Use mapc.
12244
12245         * nnrss.el (nnrss-generate-active): do.
12246
12247         * message.el (message-cite-original-without-signature)
12248         (message-cite-original): Use mapc.
12249         (message-do-actions, message-make-forward-subject): Use dolist.
12250
12251 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12252
12253         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12254         deletion to remove entire duplicate line.  Fixes merged article
12255         number bug.
12256
12257 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12258
12259         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12260         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12261         first ask if you want to open a server and then, even when you
12262         responded with no, asking if you want to synchronize the server's
12263         flags.
12264         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12265         multi-line expressions.
12266         (gnus-agent-synchronize-group-flags): New internal function.
12267         Updates marks in memory (in the info structure) AND in the
12268         backend.
12269
12270         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12271
12272         * nnagent.el (nnagent-request-set-mark): Use
12273         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12274         method, to ensure that synchronization updates marks in the
12275         backend and in the info (in memory) structure.
12276
12277 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12280         convention fully; don't miss the root article of a thread; make
12281         the X-Draft-From header with correct article numbers.
12282
12283 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12284
12285         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12286         unless plugged.  Disable the agent so that an open failure causes
12287         an error.
12288
12289         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12290         Reverted 2004-09-21 change.  The backend must be opened while
12291         synchronizing flags even when the backend stores the flags
12292         locally.
12293
12294 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12297         in `header' match.  Reported by Svend Tollak Munkejord.
12298
12299         * message.el (message-cite-original): Fix use of
12300         `message-cite-articles-with-x-no-archive'.
12301
12302 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12305         (gnus-window-to-buffer): Ditto.
12306
12307         * mml.el (mml-preview-buffer): New variable.
12308         (mml-preview): Manage window layout with gnus-buffer-configuration.
12309
12310         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12311         X-Draft-From header even if those articles aren't quoted.
12312
12313 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12314
12315         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12316         (gnus-request-set-mark, gnus-request-update-mark): Use new
12317         g-s-t-u-l-m to decide to use backend even when unplugged.
12318
12319 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12322         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12323
12324 2004-09-20  Simon Josefsson  <jas@extundo.com>
12325
12326         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12327         "utf-16-le".
12328
12329 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12330
12331         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12332
12333 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * uudecode.el (uudecode-use-external): Add :version.
12336
12337         * smime.el (smime-CA-file, smime-encrypt-cipher)
12338         (smime-dns-server): Add :version.
12339
12340         * smiley.el (gnus-smiley-file-types): Add :version.
12341
12342         * sha1.el (sha1-use-external): Add :version.
12343
12344         * pgg-def.el (pgg-query-keyserver): Add :version.
12345
12346         * nnmail.el (nnmail-fancy-expiry-targets)
12347         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12348         Add :version.
12349
12350         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12351         (nnimap-retrieve-groups-asynchronous): Add :version.
12352         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12353
12354         * mml.el (mml-content-disposition-parameters)
12355         (mml-insert-mime-headers-always): Add :version.
12356
12357         * mm-util.el (mm-coding-system-priorities): Add :version.
12358
12359         * mm-decode.el (mm-inline-text-html-with-images)
12360         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12361         (mm-verify-option): Add :version.
12362         (mm-text-html-renderer): Change :version.
12363
12364         * message.el (message-fcc-externalize-attachments)
12365         (message-required-headers, message-draft-headers)
12366         (message-subject-trailing-was-query)
12367         (message-subject-trailing-was-ask-regexp)
12368         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12369         (message-mark-insert-end, message-archive-header)
12370         (message-archive-note, message-cross-post-default)
12371         (message-cross-post-note, message-followup-to-note)
12372         (message-cross-post-note-function, message-use-mail-followup-to)
12373         (message-subscribed-address-functions)
12374         (message-subscribed-address-file, message-subscribed-addresses)
12375         (message-subscribed-regexps, message-allow-no-recipients)
12376         (message-yank-cited-prefix, message-signature-insert-empty-line)
12377         (message-hidden-headers, message-hierarchical-addresses)
12378         (message-mail-user-agent, message-use-idna)
12379         (message-valid-fqdn-regexp)
12380         (message-strip-special-text-properties, message-header-synonyms)
12381         (message-beginning-of-line, message-tab-body-function): Add :version.
12382         (message-insert-canlock, message-wide-reply-confirm-recipients):
12383         Change :version.
12384
12385         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12386         and :version.
12387         (mail-source-delete-old-incoming-confirm)
12388         (mail-source-movemail-program): Add :version.
12389
12390         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12391         (gnus-agent-cache, gnus-agent): Change :version.
12392
12393         * gnus-util.el (gnus-use-byte-compile): Change :version.
12394
12395         * gnus-sum.el (gnus-summary-make-false-root-always)
12396         (gnus-summary-default-high-score)
12397         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12398         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12399         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12400         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12401         (gnus-sum-thread-tree-single-indent)
12402         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12403         (gnus-sum-thread-tree-leaf-with-other)
12404         (gnus-sum-thread-tree-single-leaf): Add :version.
12405         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12406         (gnus-article-loose-mime): Change :version.
12407
12408         * gnus-start.el (gnus-backup-startup-file)
12409         (gnus-save-startup-file-via-temp-buffer): Add :version.
12410
12411         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12412         (gnus-server-offline-face): Add :version.
12413
12414         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12415
12416         * gnus-msg.el (gnus-gcc-externalize-attachments)
12417         (gnus-debug-files, gnus-debug-exclude-variables)
12418         (gnus-discouraged-post-methods): Change :version.
12419         (gnus-confirm-mail-reply-to-news)
12420         (gnus-confirm-treat-mail-like-news): Add :version.
12421
12422         * gnus-int.el (gnus-server-unopen-status): Add :version.
12423
12424         * gnus-group.el (gnus-group-jump-to-group-prompt)
12425         (gnus-large-ephemeral-newsgroup)
12426         (gnus-fetch-old-ephemeral-headers): Add :version.
12427
12428         * gnus-fun.el (gnus-x-face-directory)
12429         (gnus-convert-pbm-to-x-face-command)
12430         (gnus-convert-image-to-x-face-command)
12431         (gnus-convert-image-to-face-command): Add :version.
12432
12433         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12434
12435         * gnus-cite.el (gnus-cite-blank-line-after-header)
12436         (gnus-article-boring-faces): Add :version.
12437
12438         * gnus-art.el (gnus-buttonized-mime-types)
12439         (gnus-inhibit-mime-unbuttonizing)
12440         (gnus-treat-display-face)
12441         (gnus-treat-body-boundary): Change :version.
12442         (gnus-body-boundary-delimiter, gnus-picon-databases)
12443         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12444         (gnus-treat-date-english, gnus-treat-fold-headers)
12445         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12446         (gnus-treat-mail-picon, gnus-treat-wash-html)
12447         (gnus-article-encrypt-protocol)
12448         (gnus-use-idna, gnus-article-over-scroll)
12449         (gnus-mime-display-multipart-alternative-as-mixed)
12450         (gnus-mime-display-multipart-related-as-mixed)
12451         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12452         (gnus-ctan-url, gnus-button-ctan-handler)
12453         (gnus-button-handle-ctan-bogus-regexp)
12454         (gnus-button-ctan-directory-regexp)
12455         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12456         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12457         (gnus-button-man-level, gnus-button-emacs-level)
12458         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12459
12460         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12461         (gnus-agent-go-online): Change :version.
12462         (gnus-agent-expire-unagentized-dirs)
12463         (gnus-agent-auto-agentize-methods): Add :version.
12464
12465         * flow-fill.el (fill-flowed-display-column)
12466         (fill-flowed-encode-column): Add :version.
12467
12468         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12469         (gnus-outlook-deuglify-unwrap-max)
12470         (gnus-outlook-deuglify-cite-marks)
12471         (gnus-outlook-deuglify-unwrap-stop-chars)
12472         (gnus-outlook-deuglify-no-wrap-chars)
12473         (gnus-outlook-deuglify-attrib-cut-regexp)
12474         (gnus-outlook-deuglify-attrib-verb-regexp)
12475         (gnus-outlook-deuglify-attrib-end-regexp)
12476         (gnus-outlook-display-hook): Add :version.
12477
12478         * binhex.el (binhex-use-external): Add :version.
12479
12480 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12483         and `invisible'.
12484
12485 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12486
12487         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12488         in gnus-registry-trim.
12489
12490 2004-09-13  Simon Josefsson  <jas@extundo.com>
12491
12492         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12493
12494         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12495
12496         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12497         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12498         <yamaoka@jpl.org>.
12499         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12500         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12501         <yamaoka@jpl.org>.
12502
12503         * sieve.el (sieve-manage-mode): Ditto.
12504
12505 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12508
12509 2004-09-11  Simon Josefsson  <jas@extundo.com>
12510
12511         * dns-mode.el: Add.
12512
12513         * mm-view.el (mm-display-dns-inline): Add.
12514
12515         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12516         (mm-automatic-display): Ditto.
12517
12518         * mailcap.el (mailcap-mime-data): Add text/dns.
12519         (mailcap-mime-extensions): Map .soa to text/dns.
12520
12521 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12522
12523         * gnus-art.el (article-decode-mime-words, article-babel)
12524         (gnus-article-highlight-signature, gnus-article-add-buttons)
12525         (gnus-signature-toggle): Remove unnecessary bindings of
12526         `inhibit-read-only' inherited from v5.10 merge.
12527
12528 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * nntp.el (nntp): New customization group.
12531         (nntp-authinfo-file): Add customization group.
12532
12533         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12534
12535         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12536
12537         * gnus.el (to-address, to-list, subscribed)
12538         (large-newsgroup-initial): Ditto.
12539
12540         * flow-fill.el (fill-flowed-display-column)
12541         (fill-flowed-encode-column): Ditto.
12542
12543 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12544
12545         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12546         Use point-min rather than 1.
12547         (message-send-mail): Use buffer-size rather than point-max.
12548
12549         * gnus-sum.el (gnus-summary-search-article-forward):
12550         Signal a specific `search-failed' rather than a generic `error'.
12551
12552         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12553         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12554         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12555
12556 2004-09-10  Simon Josefsson  <jas@extundo.com>
12557
12558         * nndb.el (require): Remove tcp and duplicate cl.
12559
12560 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-agent.el (directory-files-and-attributes): Move forward.
12563
12564 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12565
12566         * gnus-agent.el (directory-files-and-attributes): Optionally
12567         defined to support XEmacs.
12568
12569 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12570
12571         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12572         to avoid run-time CL dependencies.
12573         (gnus-agent-unfetch-articles): New function.
12574         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12575         article numbers even when local .overview file is missing.
12576         (gnus-agent-read-article-number): New function.  Only accepts
12577         27-bit article numbers.
12578         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12579         gnus-agent-read-article-number.
12580         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12581         from backend while recognizing that article numbers in .overview
12582         must be valid.
12583         (gnus-agent-update-files-total-fetched-for): Use
12584         directory-files-and-attributes to improve performance.
12585         * gnus-int.el (gnus-request-move-article): Use
12586         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12587         improve performance.
12588
12589         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12590         some users confused by references to .newsrc when they only have a
12591         .newsrc.eld file.
12592         (gnus-convert-mark-converter-prompt)
12593         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12594         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12595         New function.  Used internally to only display 'gnus converting
12596         files' message when actually necessary.
12597
12598         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12599         methods now autoloaded.
12600
12601 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12604         identifiers.
12605
12606 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * gnus-picon.el: Fix indentation and closing parenthesis.
12609
12610 2004-09-01  Simon Josefsson  <jas@extundo.com>
12611
12612         * message.el (message-canlock-generate): Require sha1, not
12613         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12614         to require within a function.  Sadly, if sha1.el isn't loaded, the
12615         let binding in m-c-g will hide the defcustom definition, which is
12616         bad.)
12617
12618         * canlock.el: Require sha1, not sha1-el.
12619
12620         * message.el: Don't autoload sha1 (there is a autoload cookie in
12621         sha1.el).
12622
12623         * sha1-el.el: Renamed to sha1.el.
12624
12625 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12626
12627         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12628
12629 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12630
12631         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12632
12633 2004-08-30  Kim F. Storm  <storm@cua.dk>
12634
12635         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12636
12637         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12638         Add :group 'nnimap.
12639
12640 2004-08-30  Andreas Schwab  <schwab@suse.de>
12641
12642         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12643         ?* and ?\;.
12644
12645         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12646         and ?\' to symbol instead of whitespace.
12647
12648 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12651
12652         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12653         instead of re-search-forward.
12654
12655         * gnus-uu.el (gnus-uu-save-article): Ditto.
12656         (gnus-uu-post-encode-uuencode): Ditto.
12657
12658         * html2text.el (html2text-clean-list-items): Ditto.
12659         (html2text-clean-dtdd): Ditto.
12660         (html2text-format-tags): Ditto.
12661
12662         * message.el (message-send-mail-with-sendmail): Fix regexp.
12663         (message-fill-field-general): Use search-forward instead of
12664         re-search-forward.
12665         (unbold-region): Ditto.
12666
12667         * nnrss.el (nnrss-request-article): Ditto.
12668
12669         * nnslashdot.el (nnslashdot-request-article): Ditto.
12670
12671         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12672
12673         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12674         "Unrecognized menu descriptor" error in XEmacs.
12675
12676 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12677
12678         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12679         parent article of a sparse article in the thread hashtb.
12680
12681 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12682
12683         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12684         (nnmail-expand-newtext): Lowercase expanded entries if
12685         nnmail-split-lowercase-expanded is non-nil.
12686
12687 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12690
12691         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12692         of gnus-tmp-news-method into string under XEmacs.  It will be
12693         passed to gnus-correct-length which takes only a string argument.
12694
12695 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * gnus-util.el (gnus-bind-print-variables): New macro.
12698         (gnus-prin1): Use it.
12699         (gnus-prin1-to-string): Use it.
12700         (gnus-pp): New function.
12701         (gnus-pp-to-string): New function.
12702
12703         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12704         Replace pp-to-string with gnus-pp-to-string.
12705         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12706         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12707         * gnus-msg.el (gnus-debug): Ditto.
12708         * gnus-score.el (gnus-score-save): Ditto.
12709         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12710         gnus-pp-to-string.
12711         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12712         with gnus-pp.
12713         * score-mode.el (gnus-score-pretty-print): Ditto.
12714         * webmail.el (webmail-debug): Ditto.
12715
12716 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus-art.el (article-display-face, article-display-x-face):
12719         Use buffer-read-only.
12720
12721 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-art.el (article-hide-list-identifiers):
12724         Bind inhibit-read-only as t.
12725
12726 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12729
12730 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12731
12732         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12733         (gnus-narrow-to-page): Don't assume point-min == 1.
12734         (gnus-article-edit-mode): Derive from message-mode.
12735
12736         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12737         point-min == 1.
12738
12739         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12740         Disable incorrect use of `assert'.
12741
12742         * message.el (message-mode): Set comment-start-skip.
12743
12744
12745 2004-08-22  Sam Steingold  <sds@gnu.org>
12746
12747         * pop3.el (pop3-leave-mail-on-server): New user variable.
12748         (pop3-movemail): Delete mail only when it is nil.
12749
12750 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12753
12754         * mml.el (mml-preview): Use `pop-to-buffer'.
12755
12756         * message.el (message-goto-mail-followup-to): Insert after "To".
12757         (message-carefully-insert-headers): Add comment.
12758
12759         * gnus.el: Remove unused variable `gnus-article-check-size'.
12760
12761         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12762
12763         * gnus-art.el (gnus-button-alist): Improve
12764         `gnus-button-handle-library' entry.
12765
12766 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12767
12768         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12769         downcase, since XEmacs capitalizes error messages differently.
12770
12771 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12772
12773         * nntp.el: Add (require 'gnus) due to reference to
12774         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12775
12776 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12777
12778         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12779         `mm-fill-flowed'.
12780
12781         * mm-decode.el (mm-dissect-singlepart): Check it.
12782
12783 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12786         'imap' for netrc parsing.
12787
12788 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * mailcap.el (mailcap-mime-data): Mark as risky.
12791
12792 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12795         may be included in the encoded word.
12796         (rfc2047-encode): Don't append a space if the encoded word
12797         includes close parenthesis.
12798
12799 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12802         of text within parentheses.
12803
12804 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12805
12806         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12807         (gnus-encrypt-write-file-contents): Make the password key the file
12808         name PLUS the cipher, not just the cipher.  Also remove failed
12809         passwords from the cache.
12810
12811 2004-08-06  Simon Josefsson  <jas@extundo.com>
12812
12813         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12814         fix.
12815
12816 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12819         LWSP.
12820
12821 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12822
12823         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12824         to append in-reply-to: data to the references: header.
12825
12826         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12827         (netrc-parse): Use gnus-encrypt.el functions.
12828
12829         * gnus-encrypt.el: Add new file for encryption support; currently
12830         does only a few GPG ciphers and an internal XOR cipher.
12831
12832         * password.el: Add comments on using password-read-and-add.
12833         (password-read-and-add): Add function to read and add the
12834         password to the cache at once.
12835
12836 2004-07-28  Simon Josefsson  <jas@extundo.com>
12837
12838         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12839         parameter (but don't use it, for now).
12840
12841         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12842         instead of hard coding to nil.
12843
12844 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12847         as mm-inline-image-xemacs does.
12848
12849 2004-07-26  Simon Josefsson  <jas@extundo.com>
12850
12851         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12852         Revert part of 2004-07-17 change below.
12853
12854 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12857         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12858
12859 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12860
12861         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12862         quotes that actually start with ">" at the beginning of the
12863         lines.
12864
12865 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * rfc2047.el (rfc2047-encode-region): Fix last change.
12868         (rfc2047-encode-parameter): Remove useless concat.
12869
12870 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12873         encode special characters; fix some kind of misconfigured headers;
12874         signal a real error if debug-on-quit or debug-on-error is non-nil.
12875         (rfc2047-encode-max-chars): New variable.
12876         (rfc2047-encode-1): Use it.
12877         (rfc2047-encode-parameter): New function.
12878
12879         * mml.el (mml-insert-parameter): Remove an excessive space.
12880
12881 2004-07-17  Simon Josefsson  <jas@extundo.com>
12882
12883         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12884         Kai Grossjohann <kai@emptydomain.de>.
12885         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12886         (gnus-group-make-menu-bar): Ditto.
12887
12888         * gnus-util.el (gnus-group-server): Add.
12889
12890 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12891
12892         * message.el (message-clone-locals): Clone sendmail and smtp
12893         variables.
12894
12895 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * rfc2047.el (rfc2047-encode-region): Fix last change.
12898
12899 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12902         characters as non-special.
12903
12904 2004-07-09  Simon Josefsson  <jas@extundo.com>
12905
12906         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12907         Users will lose all flag changes made while unplugged with
12908         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12909         good default.  See numerous reports on ding mailing list.
12910
12911 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12914         add generate-head-function and generate-article-function to the
12915         rfc822-forward entry.
12916         (nndoc-rfc822-forward-generate-article): New function.
12917         (nndoc-rfc822-forward-generate-head): New function.
12918
12919         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12920
12921 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12922
12923         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12924         respect display group parameter and gnus-summary-expunge-below.
12925         (gnus-articles-to-read): Remove unused reference to display group
12926         parameter.
12927
12928 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * nnheader.el (nnheader-uniquify-message-id): New experimental
12931         variable.
12932         (nnheader-nov-read-message-id): Use it.
12933
12934         * spam-report.el (spam-report-gmane): Add interactive.
12935
12936 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12939         qp-or-base64 for the application/* types.
12940
12941 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12942
12943         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12944
12945 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12946
12947         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12948         trim value.
12949
12950 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12951
12952         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12953         New macro and function.
12954         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12955
12956 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12959         after-load-alist.
12960
12961 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12962
12963         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12964         update info that isn't there.
12965
12966 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12967
12968         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12969         entry.
12970
12971 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * mm-view.el (mm-inline-render-with-function): Use multibyte
12974         buffer; decode html source by charset.
12975
12976         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12977
12978         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12979         Mule-UCS is loaded under XEmacs.
12980         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12981
12982 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12983
12984         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12985
12986 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * mm-util.el (mm-coding-system-p): Return a coding-system.
12989         (mm-mime-mule-charset-alist): Use shift_jis instead of
12990         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12991         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12992         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12993         instead of japanese-shift-jis and iso-latin-1 respectively in
12994         order to share the default value with both Emacs and XEmacs-mule.
12995         (mm-mule-charset-to-mime-charset): Make
12996         mm-coding-system-priorities effective.
12997         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12998         while predicating of candidates upon the priorities.
12999
13000 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13001
13002         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13003         gnus-uu-invert-processable.
13004
13005         * gnus.el: Autoload gnus-uu-invert-processable.
13006
13007 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * mm-util.el (mm-with-multibyte-buffer): New macro.
13010
13011         * rfc2047.el (rfc2047-encode-string): Use it.
13012         (rfc2047-encode-region): Move point to the end of the region after
13013         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13014
13015 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13018         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13019
13020 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13023         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13024         Karl Chen <quarl@nospam.quarl.org>.
13025
13026 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13027
13028         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13029         invalid addresses.
13030
13031 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13032
13033         * spam.el: Change section markers, revise TODO list.
13034         (spam-backends): Make new master list of all installed backends.
13035         (spam-summary-exit-behavior): Add new variable to determine how
13036         messages moves are done at summary exit.
13037         (spam-move-spam-nonspam-groups-only)
13038         (spam-process-ham-in-nonham-groups)
13039         (spam-process-ham-in-spam-groups): Remove variables, the
13040         spam-summary-exit-behavior variable should be used to manage this
13041         behavior.
13042         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13043         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13044         and spam-old-spam-articles.
13045         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13046         Add empty variables, placeholders for the backends they represent.
13047         (spam-set-difference): Move, unchanged.
13048         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13049         unless the user has a processor variable.
13050         (spam-classifications, spam-classification-valid-p)
13051         (spam-backend-properties, spam-backend-property-valid-p)
13052         (spam-backend-function-type-valid-p)
13053         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13054         (spam-report-articles-gmane, spam-report-articles-resend):
13055         Remove functions, they are not needed.
13056         (spam-install-backend-super, spam-backend-list)
13057         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13058         (spam-backend-function, spam-backend-ham-registration-function)
13059         (spam-backend-spam-registration-function)
13060         (spam-backend-ham-unregistration-function)
13061         (spam-backend-spam-unregistration-function)
13062         (spam-backend-statistical-p, spam-backend-mover-p)
13063         (spam-install-backend-alias, spam-install-checkonly-backend)
13064         (spam-install-mover-backend, spam-install-nocheck-backend)
13065         (spam-install-backend, spam-install-statistical-backend)
13066         (spam-install-statistical-checkonly-backend): Add backend installation
13067         support.
13068         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13069         (spam-group-processor-p): Use the new backend code and respect the
13070         summary exit behavior.
13071         (spam-mark-spam-as-expired-and-move-routine): Remove.
13072         (spam-summary-prepare): Change to use the new spam-old-articles
13073         variable.
13074         (spam-copy-or-move-routine, spam-copy-spam-routine)
13075         (spam-move-spam-routine, spam-copy-ham-routine)
13076         (spam-move-ham-routine): Add code to copy/move ham or spam.
13077         (spam-fetch-field-fast): Improve doc and code, plus allow the
13078         'number request.
13079         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13080         variables.
13081         (spam-split, spam-find-spam): Use the new backend code.
13082         (spam-registration-functions): Remove variable.
13083         (spam-unregister-routine): Add convenience wrapper.
13084         (spam-log-undo-registration, spam-register-routine)
13085         (spam-log-processing-to-registry)
13086         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13087         where possible.
13088         (spam-check-gmane-xref, spam-check-regex-headers)
13089         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13090         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13091         (spam-check-bogofilter-headers, spam-check-spamoracle)
13092         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13093         (spam-check-crm114-headers): Use the spam-split-group that
13094         spam-split prepares, no need to determine it every time.
13095
13096         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13097         to the nnheader-parse-naked-head call.
13098
13099         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13100
13101         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13102         the nnheader-nov-read-message-id call.
13103
13104 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13107         gnus-activate-group twice.  Suggested by Markus Peter
13108         <warp@spin.de>.
13109
13110 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-art.el (gnus-article-time-format): Exchange the order of
13113         day and month in the default value; fix customization type.
13114         (article-date-ut): Use add-text-properties.
13115         (article-make-date-line): Use message-make-date instead of
13116         current-time-string.
13117
13118         * message.el (message-fetch-field): Don't use set-text-properties.
13119         (message-make-date): Simplify.
13120
13121         * messagexmas.el (message-xmas-make-date): New function.
13122         (message-xmas-redefine): Defalias message-make-date to it.
13123
13124 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13127         (rfc2047-encode-region): Treat text within parentheses as special;
13128         show the original text when error has occurred.
13129
13130         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13131         already-computed method to gnus-activate-group.
13132
13133         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13134         same select-methods identical Lisp objects.
13135
13136         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13137         object when modifying the info.
13138
13139 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13142         gnus-opened-servers since it has never been opened with the new
13143         configuration yet.
13144
13145 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13148         arg to nnheader-generate-fake-message-id.
13149
13150 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13151
13152         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13153         number and build a fake message ID localized to a group and
13154         article number (so it's repeatable from that point on).
13155         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13156         ID format.
13157
13158         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13159         nnheader-generate-fake-message-id with the article number.
13160
13161 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13162
13163         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13164         end-of-buffer.
13165
13166 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13167
13168         * message.el (message-ignored-supersedes-headers): Add Approved.
13169
13170 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13173         goto-char.
13174         (rfc2047-encode): Fold the line before encoding.
13175
13176 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177
13178         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13179         folding -- not all headers can be folded, and this should be done
13180         by the message composition mode.  Probably.  I think.
13181
13182 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13185         fast.
13186
13187         * gnus-ems.el (gnus-remove-image): Don't use
13188         message-text-with-property; remove only the image found first.
13189
13190         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13191         found first.
13192
13193 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13194
13195         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13196
13197 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * message.el (message-text-with-property): Make it fast and accept
13200         optional arguments.
13201         (message-strip-forbidden-properties): Use it.
13202         (message-fix-before-sending): Follow the m-t-w-p change.
13203
13204         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13205
13206 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-art.el (article-hide-headers): Don't change the buffer
13209         mistakenly when performing mml-preview even if
13210         gnus-single-article-buffer is nil.
13211
13212 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13213
13214         * message.el (message-expand-name-databases): New user option.
13215         (message-expand-name): Use it.
13216
13217 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13218
13219         * spam.el (spam-report-articles-resend)
13220         (spam-report-resend-register-routine): Allow ham reporting.
13221         (spam-report-resend-register-ham-routine): Add wrapper.
13222         (spam-registration-functions): Add ham resending functions.
13223         (spam-list-of-processors): Add ham resend processor.
13224
13225         * gnus.el (ham-resend-to): Add new group parameter.
13226         (spam-process): Add ham resend option.
13227
13228         * spam-report.el (spam-report-resend): Allow reporting ham.
13229         (spam-report-resend-ham): Add wrapper.
13230
13231 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13232
13233         * message.el (message-cite-articles-with-x-no-archive): New
13234         variable.
13235         (message-cite-original): Use it.
13236
13237 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * message.el (message-cite-original): Respect X-No-Archive.
13240
13241 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-art.el (article-hide-headers): Refer to the values for
13244         gnus-ignored-headers and gnus-visible-headers in the summary
13245         buffer since a user may have set them as group parameters.
13246
13247 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * assistant.el (assistant-node-name): Add convenience function.
13250         (assistant-render-text, assistant-render-node): Add error handling,
13251         plus handle multiple next nodes.
13252         (assistant-find-next-node): Comment out for now.
13253         (assistant-find-next-nodes): Add function, returns list of next
13254         nodes.
13255
13256 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * mail-source.el (mail-source-directory): Fix doc-string.
13259
13260 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13261
13262         * assistant.el (assistant-render-text, assistant-eval): Add :set
13263         widget type, which is different because it takes and returns a
13264         list.  Much hilarity ensues.
13265
13266 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13269
13270         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13271         doc-string.
13272
13273         * gnus-start.el (gnus-activate-group): Added doc-string.
13274
13275 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13278
13279 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * assistant.el (assistant-render-text): Try to add a :set
13282         widget, more to come.
13283
13284         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13285         strings.
13286         (spam-report-articles-resend)
13287         (spam-register-routine): Do registration iff any articles warrant
13288         it.
13289         (spam-summary-prepare-exit): Change log message for nil group
13290         destinations.
13291
13292 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13293
13294         * spam.el (spam-report-resend-register-routine): Allow
13295         spam-report-resend-to to be a group parameter or a global value.
13296
13297 2004-05-26  Simon Josefsson  <jas@extundo.com>
13298
13299         * starttls.el: Merge with my GNUTLS based starttls.el.
13300         (starttls-gnutls-program, starttls-use-gnutls)
13301         (starttls-extra-arguments, starttls-process-connection-type)
13302         (starttls-connect, starttls-failure, starttls-success): New
13303         variables.
13304         (starttls-program, starttls-extra-args): Doc fix.
13305         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13306         functions.
13307         (starttls-negotiate, starttls-open-stream): Check
13308         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13309         function if it is set.
13310
13311 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13314         structured fields.
13315
13316 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13319
13320 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13321
13322         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13323         variable.
13324         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13325         assigning the spam-mark to new messages.
13326
13327 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13328
13329         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13330
13331 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13334
13335         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13336         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13337         default.
13338
13339 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13340
13341         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13342         correct data.
13343
13344 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13345
13346         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13347         (spam-group-processor-p): Fix function.
13348         (spam-group-processor-multiple-p)
13349         (spam-group-spam-processor-report-gmane-p)
13350         (spam-group-spam-processor-report-resend-p)
13351         (spam-group-spam-processor-bogofilter-p)
13352         (spam-group-spam-processor-blacklist-p)
13353         (spam-group-spam-processor-ifile-p)
13354         (spam-group-ham-processor-ifile-p)
13355         (spam-group-spam-processor-spamoracle-p)
13356         (spam-group-spam-processor-crm114-p)
13357         (spam-group-ham-processor-bogofilter-p)
13358         (spam-group-spam-processor-stat-p)
13359         (spam-group-ham-processor-stat-p)
13360         (spam-group-ham-processor-whitelist-p)
13361         (spam-group-ham-processor-BBDB-p)
13362         (spam-group-ham-processor-spamoracle-p)
13363         (spam-group-ham-processor-copy-p): Remove functions with some
13364         prejudice against unneeded code.
13365         (spam-report-articles-resend)
13366         (spam-report-resend-register-routine): Allow the group/topic
13367         spam-resend-to value to override spam-report-resend-to.
13368         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13369         properly now.
13370
13371         * gnus.el (spam-resend-to): Add group/topic parameter.
13372         (spam-process): Move the OBSOLETE processors to the end of the
13373         choices.
13374
13375 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13376
13377         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13378         with resend-to set to nil, and then ask the user if necessary.
13379         (spam-report-resend): spam-report-resend takes a list of articles, not
13380         separate article numbers.
13381
13382 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13385         addition to emacs-w3m.
13386
13387 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * assistant.el (assistant-authinfo-data): New function.
13390         (assistant-eval): Eval for entire assistant.
13391
13392         * netrc.el (netrc-services-file): New variable.
13393         (netrc-parse-services): New function.
13394         (netrc-find-service-name): New function.
13395         (netrc-find-service-number): New function.
13396         (netrc-port-equal): New function.
13397         (netrc-machine): Use it.
13398
13399         * nnimap.el (nnimap-open-connection): Use netrc.
13400
13401         * gnus-util.el (gnus-netrc-get): Remove aliases.
13402
13403         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13404
13405         * assistant.el (wid-edit): Fix compilation.
13406
13407         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13408
13409 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13410
13411         * gnus-util.el (gnus-set-file-modes): New function.  (small
13412         patch).
13413
13414 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13415
13416         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13417
13418         * assistant.el (assistant-render-node): Fix up rendering and
13419         read-only text.
13420         (assistant-render-node): Reset.
13421         (assistant-make-read-only): Not sticky.
13422
13423 2004-05-20  Danny Siu  <dsiu@adobe.com>
13424
13425         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13426         centered even when gnus-auto-center-summary is t.
13427
13428 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13429
13430         * dns.el (dns-get-txt-answer): New function.
13431         (dns-read-txt): Ditto.
13432         (query-dns): Use it.
13433
13434 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13437         active for foreign groups even if the group level is higher than
13438         the specified value.
13439
13440 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13441
13442         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13443         non-active groups.
13444
13445         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13446
13447 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13448
13449         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13450
13451 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13452
13453         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13454         (spam-crm114-header, spam-crm114-spam-switch)
13455         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13456         (spam-crm114-positive-spam-header)
13457         (spam-crm114-database-directory, spam-list-of-processors)
13458         (spam-group-spam-processor-crm114-p)
13459         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13460         (spam-generic-score, spam-list-of-checks)
13461         (spam-list-of-statistical-checks, spam-registration-functions)
13462         (spam-check-crm114-headers, spam-crm114-score)
13463         (spam-check-crm114, spam-crm114-register-with-crm114)
13464         (spam-crm114-register-spam-routine)
13465         (spam-crm114-unregister-spam-routine)
13466         (spam-crm114-register-ham-routine)
13467         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13468         asjo@koldfront.dk (Adam Sjøgren).
13469
13470         * gnus.el: Add spam-use-crm114.
13471
13472         * spam.el (spam-list-of-processors, spam-registration-functions):
13473         Add spam-use-resend.
13474         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13475         (spam-report-articles-gmane): Add doc fix.
13476         (spam-report-articles-resend, spam-report-resend-register-routine):
13477         Add wrappers around spam-report-resend-to.
13478
13479         * spam-report.el (spam-report-resend-to, spam-report-resend):
13480         Add support for resending spam.
13481         (spam-report-gmane): Fix line length >80.
13482
13483         * gnus.el (spam-process): Add spam-use-resend.
13484
13485 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13486
13487         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13488         number of processed spam messages.
13489         (spam-ham-copy-or-move-routine): Return the number of processed
13490         ham messages.
13491         (spam-summary-prepare-exit): Use the above values to decide
13492         whether status messages shouled be displayed.
13493
13494 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13497         `rfc2047-encoding-function-alist' in order to avoid conflicting
13498         with the old version.
13499         (rfc2047-encode-region): Concatenate words containing non-ASCII
13500         characters in structured fields; don't encode space-delimited
13501         ASCII words even in unstructured fields; don't break words at
13502         char-category boundaries.
13503         (rfc2047-encode-1): New function.
13504         (rfc2047-encode): Use it; encode text so that it occupies the
13505         maximum width within 76-column; work correctly on Q encoding for
13506         iso-2022-* charsets.
13507         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13508         sure not to break a line just after the header name.
13509         (rfc2047-b-encode-region): Removed.
13510         (rfc2047-b-encode-string): New function.
13511         (rfc2047-q-encode-region): Removed.
13512         (rfc2047-q-encode-string): New function.
13513
13514         * mm-util.el (mm-replace-in-string): New function.
13515
13516 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13517
13518         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13519         get it right.
13520         (gnus-inews-make-draft): Really.
13521
13522 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13523
13524         * nnmh.el (nnmh-request-list-1): Don't check the link count
13525         before descending.  (small patch)
13526
13527 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13528
13529         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13530         stuff.
13531
13532         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13533         on real group name.
13534
13535         * gnus-art.el (gnus-signature-limit): Doc fix.
13536
13537         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13538
13539         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13540
13541 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13542
13543         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13544         isn't a string.
13545
13546 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13547
13548         * gnus-draft.el (gnus-draft-send): Bind
13549         rfc2047-encode-encoded-words.
13550
13551         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13552         (rfc2047-encodable-p): Say that =? needs encoding.
13553         (rfc2047-encode-encoded-words): New variable.
13554
13555         * gnus-group.el (gnus-group-select-group): Doc fix.
13556
13557         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13558
13559         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13560         to nil.
13561
13562         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13563
13564         * nnheader.el (nnheader-get-lines-and-char): New function.
13565
13566 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * gnus-msg.el (gnus-summary-followup-with-original): Document
13569         yanking of region when active.
13570
13571 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13574         groups if the group level is higher than the specified value.
13575
13576 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13579         (gnus-group-jump-to-group): Added prefix argument using
13580         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13581         non-active group.
13582
13583         * compface.el (uncompface): Be verbose when changing
13584         `uncompface-use-external'.
13585
13586         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13587         handle manual section.
13588
13589 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * gnus-art.el (gnus-button-alist): Revert previous change.
13592
13593 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13596
13597 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13598
13599         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13600         whether backend can accept message.
13601
13602         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13603
13604 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13605
13606         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13607         Avoid creating directory when nntp-marks-is-evil is true.
13608         Reported by Reiner Steib.
13609
13610 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-picon.el (gnus-picon-style): New variable.
13613         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13614         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13615         Jesper Harder <harder@ifa.au.dk>.
13616
13617 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13618
13619         * message.el (message-fill-field): Return point.
13620         (message-generate-headers): Go to end of field.
13621
13622         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13623         stuff for non-living groups.
13624
13625 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13626
13627         * gnus-art.el (gnus-article-followup-with-original)
13628         (gnus-article-reply-with-original): gnus-mark-active-p ->
13629         gnus-region-active-p.
13630
13631 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13632
13633         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13634         only when there is spam or ham to be processed.
13635
13636 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13637
13638         * mail-source.el (mail-source-delete-crash-box): Refactor.
13639         (mail-source-fetch): Use it.
13640         (mail-source-fetch-file): Ditto.
13641         (mail-source-fetch-directory): Run postscript in loop.
13642         (mail-source-fetch-pop): Delete.
13643         (mail-source-fetch-maildir): Ditto.
13644         (mail-source-fetch-imap): Ditto.
13645
13646         * imap.el (imap-authenticators): Comment out sasl.
13647
13648         * message.el (message-skip-to-next-address): New function.
13649         (message-fill-header-address): Refactor.
13650         (message-fill-address): Use it.
13651         (message-delete-address): Use it.
13652         (message-fill-header-general): Refactor.
13653         (message-fill-field-address): Rename.
13654         (message-narrow-to-field): Find the start of the header.
13655         (message-header-format-alist): Don't pre-fill.
13656         (message-fill-header): Removed.
13657         (message-insert-header): New function.
13658         (message-shorten-references): Use it.
13659
13660         * rfc2047.el (rfc2047-field-value): Strip props.
13661
13662         * mail-parse.el (mail-header-make-address): New alias.
13663
13664         * ietf-drums.el (ietf-drums-make-address): New function.
13665
13666         * imap.el: Add compiler directives.
13667
13668         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13669
13670         * gnus-art.el (article-decode-idna-rhs): Don't use
13671         message-idna-inside-rhs-p.
13672
13673 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674
13675         * message.el (message-idna-inside-rhs-p): Removed.
13676         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13677
13678         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13679         false positives.
13680
13681 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13682
13683         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13684
13685 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13686
13687         * nneething.el (nneething-file-name): Don't create spurious
13688         files.
13689
13690         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13691         (gnus-inews-do-gcc): Remove sleep.
13692
13693         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13694         part under point.
13695
13696         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13697         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13698
13699 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13700
13701         * spam.el (spam-summary-prepare-exit): Fixed (length).
13702
13703 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13704
13705         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13706         as expired without moving it" message when there are spam
13707         messages left.
13708
13709 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13710
13711         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13712         header is not nil.
13713
13714 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13715
13716         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13717         nntp-possibly-create-directory, not nntp-possibly-change-group.
13718         (nntp-marks-changed-p): New arg SERVER.
13719         (nntp-request-update-info): Adjust caller.
13720
13721 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13722
13723         * nntp.el (nntp-save-marks): Pass missing arg.
13724
13725 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13726
13727         * nntp.el: Support marks.
13728         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13729         (nntp-marks-modtime, nntp-marks-directory): New variables.
13730         (nntp-request-set-mark, nntp-request-update-info)
13731         (nntp-possibly-create-directory, nntp-marks-changed-p)
13732         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13733         functions.
13734
13735 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13736
13737         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13738         (gnus-xmas-redefine): Rename.
13739
13740         * gnus-score.el (gnus-score-insert-help): Use
13741         gnus-select-lowest-window.
13742
13743         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13744         appt-select-lowest-window and rename to gnus-select-lowest-window.
13745
13746         * gnus.el: do.
13747
13748 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13749
13750         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13751         encodings of MIME-encoded words, in order to improve
13752         interoperability with several broken MUAs.
13753
13754 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13755
13756         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13757         tags, only when charsets are not specified in headers.
13758         (mm-inline-text-html-render-with-w3m): Ditto.
13759
13760         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13761         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13762
13763 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13764
13765         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13766         instead of MIME-decoded from fields when checking
13767         `gnus-article-address-banner-alist'.
13768
13769 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13770
13771         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13772         description rather than subject.
13773
13774 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13775
13776         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13777
13778 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779
13780         * gnus.el (gnus-version-number): Bump.
13781
13782 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13783
13784         * gnus.el: No Gnus v0.2 is released.
13785
13786 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13787
13788         * gnus-agent.el (gnus-agent-read-agentview): Inline
13789         gnus-uncompress-range.
13790
13791 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13792
13793         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13794         `exec-installed-p'.
13795
13796 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13797
13798         * gnus.el (spam-process, spam-autodetect-methods): Add
13799         bsfilter and bsfilter-headers.
13800
13801         * spam.el (spam-bsfilter): New customize group.
13802         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13803         (spam-bsfilter-header, spam-bsfilter-probability-header)
13804         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13805         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13806         (spam-bsfilter-database-directory): New options.
13807         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13808         (spam-list-of-statistical-checks, spam-registration-functions):
13809         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13810         (spam-bsfilter-score): New command.
13811         (spam-check-bsfilter-headers, spam-check-bsfilter)
13812         (spam-bsfilter-register-with-bsfilter)
13813         (spam-bsfilter-register-spam-routine)
13814         (spam-bsfilter-unregister-spam-routine)
13815         (spam-bsfilter-register-ham-routine)
13816         (spam-bsfilter-unregister-ham-routine): New functions.
13817         (spam-generic-score): Support bsfilter; Accept an optional argument
13818         to recalcurate spam score even if scoring header has already been
13819         added.
13820         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13821         optional argument to recalcurate spam score even if scoring header
13822         has already been added.
13823
13824 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13825
13826         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13827         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13828         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13829         link is missing.
13830
13831 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13832
13833         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13834         (html2text-get-attr): Rewrite.
13835
13836         * message.el (message-setup-1): Remove redundant put-text-property
13837         on mail-header-separator.
13838
13839 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * gnus-registry.el (gnus-registry-cache-whitespace)
13842         (gnus-registry-action, gnus-registry-spool-action)
13843         (gnus-registry-split-fancy-with-parent): Change message levels
13844         from 5 to 3 or 7, as needed.
13845
13846         * spam.el (spam-summary-prepare-exit)
13847         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13848         (spam-split, spam-find-spam, spam-log-undo-registration)
13849         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13850         level from 5 to 6.
13851
13852 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13855         2004-03-04 change).
13856
13857 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13858
13859         * sieve-manage.el (sieve-manage-open):
13860         * nnweb.el (nnweb-insert-html):
13861         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13862         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13863         * nnspool.el (nnspool-request-group):
13864         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13865         * nnml.el (nnml-request-update-info):
13866         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13867         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13868         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13869         (nnimap-request-set-mark):
13870         * nnfolder.el (nnfolder-request-update-info):
13871         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13872         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13873         * gnus-uu.el (gnus-uu-find-articles-matching):
13874         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13875         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13876         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13877         * gnus-nocem.el (gnus-nocem-scan-groups):
13878         * gnus-int.el (gnus-start-news-server):
13879         * gnus-group.el (gnus-group-make-kiboze-group)
13880         (gnus-group-browse-foreign-server):
13881         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13882         Use mapc when appropriate.
13883
13884 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13885
13886         FIXME: Make separate entries for each person.
13887
13888         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13889         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13890         <shields@msrl.com>:
13891
13892         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13893         may need for spam sorting and scoring.
13894         (spam-user-format-function-S): Add user format function suitable for
13895         general use.
13896         (spam-article-sort-by-spam-status): Add sorting function for summary
13897         sorting.
13898         (spam-extra-header-to-number): Add function to get a score from a
13899         header.
13900         (spam-summary-score): Add function to get a numeric score from the
13901         headers.
13902         (spam-generic-score): Fix function doc, was in wrong place.
13903         (spam-initialize): Take symbols when it's run, and install the
13904         extra headers that spam-necessary-extra-headers thinks we need.
13905
13906 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13909         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13910
13911 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13912
13913         * gnus-sum.el (gnus-set-global-variables)
13914         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13915         (gnus-article-get-xrefs, gnus-summary-best-group)
13916         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13917         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13918         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13919         Use with-current-buffer.
13920
13921 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13922
13923         * spam.el (spam-summary-prepare-exit): Simplify logic.
13924         (spam-fetch-article-header): Read the article header if it's not
13925         available.
13926         (spam-list-articles): Simplify logic.
13927         (spam-filelist-register-routine): Fix bug with unregister-list.
13928
13929         * gnus-registry.el: Fix comments at beginning.
13930
13931 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * message.el (message-cater-to-broken-inn): Remove.
13934         (message-shorten-references): Make sure the total folded length of
13935         References is shorter than 998 characters to cater to a bug in INN
13936         2.3.  Also, don't pretend that references aren't folded -- this
13937         hasn't worked for a while.
13938
13939 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13940
13941         * gnus-agent.el (gnus-agentize):
13942         gnus-agent-send-mail-real-function no longer set to current value
13943         of message-send-mail-function but rather a lambda that calls
13944         message-send-mail-function.  The change makes the agent real-time
13945         responsive to user changes to message-send-mail-function.
13946
13947 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13948
13949         * legacy-gnus-agent.el
13950         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13951         help from Florian Weimer <fw@deneb.enyo.de>
13952
13953 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * nnmail.el (nnmail-cache-insert): Revert last change.
13956
13957 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * nnmail.el (nnmail-cache-insert): Always check whether
13960         nnmail-cache-ignore-groups matches a group name.
13961
13962 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13963
13964         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13965         (spam-find-spam, spam-log-processing-to-registry)
13966         (spam-log-registered-p, spam-log-unregistration-needed-p)
13967         (spam-log-undo-registration): Use gnus-message instead of
13968         gnus-error, none of these errors are fatal.
13969
13970         * gnus-registry.el (gnus-registry-clean-empty-function)
13971         (gnus-registry-clean-empty): Remove only empty entries without
13972         extra data.
13973
13974 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13975
13976         * spam-stat.el (spam-stat-buffer-change-to-spam)
13977         (spam-stat-buffer-change-to-non-spam): Change (error) to
13978         (gnus-message 8) invocation.
13979
13980 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * nntp.el (nntp-via-netcat-command): New variable.
13983         (nntp-via-netcat-switches): New variable.
13984         (nntp-open-via-rlogin-and-netcat): New function.
13985         (nntp-open-connection-function): Doc fix.
13986         (nntp-telnet-command): Doc fix.
13987         (nntp-end-of-line): Doc fix.
13988         (nntp-via-rlogin-command): Doc fix.
13989         (nntp-via-user-name): Doc fix.
13990         (nntp-via-address): Doc fix.
13991
13992 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13995         error in Emacs 21.1.
13996
13997 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14000
14001 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14002
14003         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14004         (gnus-agent-with-refreshed-group): New macro.
14005         (gnus-agent-rename-group): New function.
14006         (gnus-agent-delete-group): New function.
14007         (gnus-agent-save-group-info): Use gnus-command-method when
14008         `method' parameter is nil.  Don't write nil entries into the
14009         active file.
14010         (gnus-agent-get-group-info): New function.
14011         (gnus-agent-fetch-articles): Use
14012         gnus-agent-update-files-total-fetched-for to increment disk space
14013         used.
14014         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14015         gnus-agent-update-view-total-fetched-for to increment disk space
14016         used.
14017         (gnus-agent-get-local): Added optional parameters to avoid calling
14018         gnus-group-real-name and gnus-find-method-for-group.
14019         (gnus-agent-set-local): Delete stored entry if either min, or max,
14020         are nil.
14021         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14022         quit, use gnus-agent-regenerate-group to record existance of any
14023         articles fetched to disk before the quit occurred.
14024         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14025         gnus-agent-update-view-total-fetched-for, and
14026         gnus-agent-update-files-total-fetched-for to decrement disk space
14027         used.
14028         (gnus-agent-retrieve-headers): Use
14029         gnus-agent-update-view-total-fetched-for to increment disk space
14030         used.
14031         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14032         with gnus-agent-update-files-total-fetched-for to decrement disk
14033         space and fresh group buffer.
14034         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14035         (gnus-agent-need-update-total-fetched-for): New variable.
14036         (gnus-agent-update-files-total-fetched-for): New function.
14037         (gnus-agent-update-view-total-fetched-for): New function.
14038         (gnus-agent-total-fetched-for): New function.
14039
14040         * gnus-cache.el (gnus-cache-save-buffers): Use
14041         gnus-cache-update-overview-total-fetched-for to change disk space
14042         used by this group.
14043         (gnus-cache-possibly-enter-article): Use
14044         gnus-cache-update-file-total-fetched-for to increment disk space
14045         used by this group.
14046         (gnus-cache-possibly-remove-article): Use
14047         gnus-cache-update-file-total-fetched-for to decrement disk space
14048         used by this group.
14049         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14050         (gnus-cache-rename-group): New function.
14051         (gnus-cache-delete-group): New function.
14052         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14053         (gnus-cache-need-update-total-fetched-for): New variable.
14054         (gnus-cache-with-refreshed-group): New macro.
14055         (gnus-cache-update-file-total-fetched-for): New function.
14056         (gnus-cache-update-overview-total-fetched-for): New function.
14057         (gnus-cache-rename-group-total-fetched-for): New function.
14058         (gnus-cache-delete-group-total-fetched-for): New function.
14059         (gnus-cache-total-fetched-for): New function.
14060
14061         * gnus-group.el: Require gnus-sum and autoload functions to
14062         resolve warnings when gnus-group.el compiled alone.
14063         (gnus-group-line-format): Documented new %F.
14064         (size of Fetched data) group line format; identifies disk space
14065         used by agent and cache.
14066         (gnus-group-line-format-alist): Defined new F format.
14067         (gnus-total-fetched-for): New function.
14068         (gnus-group-delete-group): No longer update
14069         gnus-cache-active-altered as gnus-request-delete-group now keeps
14070         the cache in sync.
14071         (gnus-group-list-active): Let the agent store a server's active
14072         list if currently plugged.
14073
14074         * gnus-int.el (gnus-request-delete-group):
14075         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14076         local disk in sync with the server.
14077         (gnus-request-rename-group):
14078         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14079         local disk in sync with the server.
14080
14081         * gnus-start.el (gnus-get-unread-articles):
14082         Cosmetic simplification to logic.
14083
14084         * gnus-util.el (gnus-rename-file): New function.
14085
14086 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14087
14088         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14089
14090 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14091
14092         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14093         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14094
14095 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14096
14097         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14098         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14099
14100 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14101
14102         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14103
14104 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14105
14106         * spam.el (spam-set-difference): Add function to replace
14107         gnus-set-difference in spam.el.
14108         (spam-summary-prepare-exit): Use spam-set-difference.
14109
14110 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14111
14112         * gnus-registry.el (gnus-registry-cache-file): Update to use
14113         gnus-dribble-directory OR gnus-home-directory OR ~.
14114         (gnus-registry-split-fancy-with-parent): Fix doc.
14115
14116 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * message.el (message-exchange-point-and-mark): Use
14119         message-mark-active-p.  Suggested by Jesper Harder
14120         <harder@ifa.au.dk>.
14121
14122 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * message.el (message-exchange-point-and-mark): Don't activate
14125         region if it was inactive.  Suggested by Hiroshi Fujishima
14126         <pooh@nature.tsukuba.ac.jp>.
14127
14128 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-art.el (article-display-face): Display Faces in the same
14131         order as X-Faces.
14132
14133 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14136
14137 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14140         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14141         (gnus-article-mime-hierarchy): Remove.
14142         (gnus-article-mime-hierarchy-next): Remove.
14143         (gnus-article-mode): Revert 2004-03-19 change.
14144         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14145         (gnus-insert-mime-button): Revert 2004-03-19 change.
14146         (gnus-mime-accumulate-hierarchy): Remove.
14147         (gnus-mime-enter-multipart): Remove.
14148         (gnus-mime-leave-multipart): Remove.
14149         (gnus-mime-display-part): Revert 2004-03-19 change.
14150         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14151
14152         * mml.el (mml-preview): Revert 2004-03-19 change.
14153
14154 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14155
14156         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14157
14158 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14161         t while entering a file name using the mm-with-multibyte macro.
14162         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14163
14164         * mm-util.el (mm-with-multibyte): New macro.
14165
14166 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14169         user option.
14170         (gnus-mime-multipart-functions): Doc and customization fix.
14171         (gnus-article-mime-hierarchy): New variable.
14172         (gnus-article-mime-hierarchy-next): New variable.
14173         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14174         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14175         gnus-article-mime-hierarchy-next to nil.
14176         (gnus-insert-mime-button): Show hierarchy numbers.
14177         (gnus-mime-accumulate-hierarchy): New function.
14178         (gnus-mime-enter-multipart): New function.
14179         (gnus-mime-leave-multipart): New function.
14180         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14181         (gnus-mime-display-alternative): Show hierarchy numbers.
14182
14183         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14184         gnus-article-mime-hierarchy-next to nil.
14185
14186 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14187
14188         * dns.el: Don't require gnus-xmas.
14189
14190 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14191
14192         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14193         inline PGP.
14194         (mml-menu): Disable mml-quote-region if mark is inactive.
14195
14196 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14199         when the group's active is not available.
14200
14201 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14204         error.
14205
14206 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * imap.el (imap-store-password): New variable.
14209         (imap-interactive-login): Use it.
14210         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14211
14212 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14215         window-start and hscroll to summary window.
14216
14217 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14218
14219         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14220         conversion message to newsrc-dribble when an actual conversion is
14221         performed.
14222
14223 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14224
14225         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14226
14227 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * mm-decode.el (mm-complicated-handles): New function reviving
14230         former definition of mm-multiple-handles.
14231
14232         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14233         (gnus-mime-delete-part): Use it.
14234
14235 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14236
14237         * gnus-agent.el (gnus-agent-read-local): Bind
14238         nnheader-file-coding-system to gnus-agent-file-coding-system to
14239         avoid the implicit assumption that they will always be equal.
14240         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14241         coding-system-for-write, as the with-temp-file macro first prints
14242         to a buffer then saves the buffer.
14243
14244 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-article-edit-part): New function.
14247         (gnus-mime-save-part-and-strip): Use it; do query instead of
14248         signaling an error; don't use mm-multiple-handles.
14249         (gnus-mime-delete-part): Ditto.
14250
14251 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14252
14253         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14254         old file versions.
14255         (gnus-group-prepare-hook): Removed function that converted list
14256         form of gnus-agent-expire-days to group properties.
14257
14258         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14259         (gnus-request-accept-article): Re-indented.
14260
14261         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14262         converters to handle old agent file formats.  Added logic for a
14263         "backup before upgrading warning".
14264         (gnus-convert-mark-converter-prompt): Developers can mark
14265         functions as needing (default), or not needing,
14266         gnus-convert-old-newsrc's "backup before upgrading warning".
14267         (gnus-convert-converter-needs-prompt): Tests whether the user
14268         should be protected from potentially irreversable changes by the
14269         function.
14270
14271         * legacy-gnus-agent.el: New.  Provides converters that are only
14272         loaded when gnus-convert-old-newsrc needs to call them.
14273
14274 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mail-source.el (mail-source-touch-pop): Doc fix.
14277
14278         * message.el (message-smtpmail-send-it): Doc fix.
14279
14280 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14281
14282         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14283
14284         * nnmail.el (nnmail-split-fancy): do.
14285
14286         * gnus-kill.el (gnus-kill, gnus-execute): do.
14287
14288 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14289
14290         * gnus-sum.el (gnus-widget-reversible-match)
14291         (gnus-widget-reversible-to-internal)
14292         (gnus-widget-reversible-to-external): New functions.
14293         (gnus-widget-reversible): New widget.
14294         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14295
14296 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14297
14298         * gnus-sum.el (gnus-thread-sort-functions)
14299         (gnus-article-sort-functions): Document `(not F)' items.
14300
14301 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14302
14303         * spam.el (spam-use-gmane-xref): Add new backend.
14304         (spam-gmane-xref-spam-group): Add variable to control the name of the
14305         Gmane spam group.
14306         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14307         (spam-regex-headers-spam, spam-regex-headers-ham)
14308         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14309         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14310         backends and checks.
14311         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14312
14313         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14314         an autodetect method.
14315
14316 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14317
14318         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14319         articles are being added to a group.
14320         (gnus-request-replace-article): Inform the agent that articles
14321         need to be uncached as the cached contents are no longer valid.
14322
14323 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * binhex.el: Don't autoload executable-find.
14326
14327         * canlock.el: Don't autoload mail-fetch-field.
14328
14329         * dgnushack.el: Autoload c-mode for XEmacs.
14330
14331         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14332
14333         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14334         rmail-dont-reply-to and rmail-output.
14335
14336         * gnus-score.el: Don't autoload ffap-string-at-point.
14337
14338         * gnus-setup.el: Don't autoload sc-cite-original.
14339
14340         * imap.el: Don't autoload base64-decode-string,
14341         base64-encode-string and md5.
14342
14343         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14344         and rmail-msg-restore-non-pruned-header.
14345
14346         * mm-decode.el: Don't autoload executable-find.
14347
14348         * mm-url.el: Don't autoload executable-find.
14349
14350         * mm-view.el: Don't autoload diff-mode.
14351
14352         * nndb.el: Don't autoload news-reply-mode, news-setup,
14353         cancel-timer and telnet.
14354
14355         * password.el: Don't autoload run-at-time for Emacs.
14356
14357         * sha1-el.el: Don't autoload executable-find.
14358
14359         * sieve-mode.el: Don't autoload c-mode.
14360
14361         * uudecode.el: Don't autoload executable-find.
14362
14363 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14364
14365         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14366         (gnus-agent-possibly-alter-active): Avoid null in numeric
14367         comparison.
14368         (gnus-agent-set-local): Refuse to save null in local object table.
14369         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14370         list of articles that will be marked as unread.
14371
14372 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14375
14376 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14377
14378         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14379         language tags.
14380
14381 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14382
14383         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14384         Don't bind "obarray".
14385
14386         * gnus-sum.el (gnus-thread-sort-functions): Added
14387         `gnus-thread-sort-by-most-recent-number' and
14388         `gnus-thread-sort-by-most-recent-date'.
14389         Reported by Kai Grossjohann <kai@emptydomain.de>.
14390
14391 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14394
14395 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14396
14397         * gnus-cus.el (gnus-agent-customize-category): Removed
14398         ignore-errors macro reference that required cl to be loaded at
14399         run-time.
14400
14401         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14402         single-interval range of the form (min . max).  Previously the
14403         range had to look like ((min . max)).  Likewise, return
14404         (min . max) rather than ((min . max)).
14405         (gnus-range-map): Use gnus-range-normalize to accept
14406         single-interval range.
14407
14408         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14409         the cache, but not the agent, now appear with their usual face.
14410
14411         * dgnushack.el (loaddir): New variable that is bound to the
14412         directory containing the dgnushack.el file. Use loaddir, rather
14413         than srcdir, to update load-path. Change lets dgnushack compile
14414         code in directories other than GNUS/lisp.
14415
14416 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * lpath.el: Don't bind w3m-safe-url-regexp.
14419
14420         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14421         w3m-safe-url-regexp variable buffer-local.
14422
14423         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14424
14425 2004-02-27  Simon Josefsson  <jas@extundo.com>
14426
14427         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14428         gnus-group-real-prefix.
14429         (gnus-summary-move-article): Use it, instead of
14430         gnus-group-real-prefix.
14431
14432 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * lpath.el: Bind w3m-safe-url-regexp.
14435
14436         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14437         w3m-safe-url-regexp variable buffer-local and set it as the value
14438         of mm-w3m-safe-url-regexp.
14439
14440         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14441
14442         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14443         parsing gnus-posting-styles when the message is not for replying.
14444
14445         * dgnushack.el: Autoload sgml-mode for XEmacs.
14446
14447         * nnrss.el (nnrss-opml-export): Use
14448         mm-set-buffer-file-coding-system instead of
14449         set-buffer-file-coding-system.
14450
14451 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14452
14453         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14454         of checkdoc.el).
14455         * nnrss.el: do.
14456         * gnus-mlspl.el: do.
14457         * gnus-ml.el: do.
14458         * gnus-srvr.el: do.
14459
14460         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14461
14462 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14463
14464         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14465         Corrections to custom-manual links.
14466
14467         * gnus-art.el (gnus-article): Ditto.
14468
14469         * mm-decode.el (mime-display, mime-security): Ditto.
14470
14471 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14472
14473         * flow-fill.el: Typo.
14474
14475 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14476
14477         * spam-wash.el: New file.
14478
14479 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14480
14481         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14482
14483 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14484
14485         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14486         to be run with new-articles as LIST1, not LIST2.
14487         (spam-registration-functions): Add spam-use-ham-copy as a nil
14488         registration backend.
14489
14490 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14491
14492         * spam-stat.el (spam-stat-washing-hook): New option.
14493         (spam-stat-buffer-words): Use it.
14494         (spam-stat-process-directory, spam-stat-test-directory): Use
14495         insert-file-contents-literally.
14496         (spam-stat-coding-system): New variable.
14497         (spam-stat-load, spam-stat-save): Use it.
14498
14499 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * spam-report.el (spam-report-plug-agent): Quote
14502         spam-report-url-to-file and spam-report-url-ping-plain.
14503
14504 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14507         / in mailto URLs.
14508
14509 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * spam-report.el (spam-report-process-queue): Fix interactive use.
14512         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14513         (spam-report-unplug-agent): Doc fixes.
14514         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14515         (spam-report-agentize, spam-report-deagentize): Autoload.
14516
14517 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14520
14521         * message.el (message-setup-fill-variables): Add mml tags to
14522         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14523         <ajk@iu.edu>.
14524         (message-mode): Don't modify paragraph-separate there.
14525
14526 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * compface.el (uncompface-use-external): Default to undecided.
14529         (uncompface-use-external-threshold): New variable.
14530         (uncompface-float-time): New macro.
14531         (uncompface): Determine whether to use the external decoder if
14532         uncompface-use-external is undecided.
14533
14534 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14535
14536         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14537         after images.
14538
14539         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14540
14541 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14542
14543         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14544
14545         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14546
14547         * gnus-sum.el (gnus-summary-limit-to-age)
14548         (gnus-summary-limit-children): do.
14549
14550         * gnus-int.el (gnus-request-scan): do.
14551
14552         * gnus-group.el (gnus-group-suspend): do.
14553
14554         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14555
14556         * gnus-cite.el (gnus-cite-parse-attributions): do.
14557
14558         * gnus-agent.el (gnus-summary-set-agent-mark)
14559         (gnus-agent-regenerate-group): do.
14560
14561         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14562
14563         * binhex.el (binhex-decode-region-internal): do.
14564
14565 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-fun.el (gnus-face-properties-alist): New user option.
14568         (gnus-display-x-face-in-from): Use it.
14569
14570         * gnus-art.el (article-display-face): Ditto.
14571
14572         * compface.el (uncompface-use-external): Default to nil.
14573
14574 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14575
14576         * nntp.el (nntp-erase-buffer): New function.
14577         (nntp-retrieve-data, nntp-send-command)
14578         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14579         (nntp-possibly-change-group): Use it.
14580
14581         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14582         with-current-buffer.
14583
14584 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14585
14586         * compface.el: Merge the ELisp-based uncompface program.
14587         (compface): New customization group.
14588         (uncompface-use-external): New user option.
14589         (uncompface): Call uncompface-internal if uncompface-use-external
14590         is nil.
14591         (uncompface-internal): New function.  Note that there are also
14592         some other functions and variables added for this function.
14593
14594 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14595
14596         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14597         if necessary.
14598
14599 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * spam-report.el (spam-report-unplug-agent)
14602         (spam-report-plug-agent, spam-report-deagentize)
14603         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14604         Add support for the Agent in spam-report: when unplugged, report to a
14605         file; when plugged, submit all the requests.
14606
14607         * spam.el (spam-register-routine): Fix message about
14608         registration.
14609
14610 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14611
14612         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14613         dependencies.
14614         (rfc2047-encode): Use it.
14615
14616         * gnus-art.el (gnus-button-marker-list): Move before first
14617         reference.
14618
14619         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14620         (imap-parse-body): Fix format string mismatch.
14621
14622         * gnus-score.el (gnus-summary-increase-score): do.
14623
14624         * nnrss.el (nnrss-close): New function.
14625
14626 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14627
14628         * nnrss.el (nnrss-make-filename): New function.
14629         (nnrss-request-delete-group, nnrss-read-server-data)
14630         (nnrss-save-server-data, nnrss-read-group-data)
14631         (nnrss-save-group-data): Use it.
14632         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14633         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14634         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14635
14636 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14637
14638         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14639
14640 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14641
14642         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14643         files.
14644
14645         * message.el (message-generate-headers-first): Don't quote nil
14646         and t in docstrings.
14647
14648         * imap.el (imap-id): do.
14649
14650         * gnus-agent.el (gnus-agent-consider-all-articles)
14651         (gnus-agent-queue-mail): do.
14652
14653 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * spam-report.el (spam-report-process-queue): New function.
14656         Process requests from `spam-report-requests-file'.
14657         (spam-report-process-queue): Doc fix.
14658
14659 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14660
14661         * spam.el (spam-register-routine)
14662         (spam-log-processing-to-registry, spam-log-registered-p)
14663         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14664         Change "check" to "spam-check" for semi-clarity.
14665
14666 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14667
14668         * pop3.el: Require nnheader.
14669
14670         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14671
14672         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14673
14674         * gnus-picon.el: Require cl.
14675
14676         * gnus-fun.el: Require gnus-ems and gnus-util.
14677
14678         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14679
14680         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14681
14682         * gnus-art.el (gnus-article-edit-mode): Define before first
14683         reference.
14684
14685 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14686
14687         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14688         (gnus-uu-post-encoded): Use point-at-bol.
14689
14690         * gnus-topic.el (gnus-group-active-topic-p): do.
14691
14692         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14693
14694         * gnus-group.el (gnus-group-kill-region): do.
14695
14696         * gnus-art.el (article-date-ut): do.
14697
14698         * message.el (message-fetch-field): Remove redundant
14699         case-fold-search binding.
14700         (message-narrow-to-field): Simplify.
14701
14702 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * spam.el (spam-directory): Derive from `gnus-directory'.
14705
14706         * spam-report.el (spam-report-url-to-file)
14707         (spam-report-requests-file): New function and variable for offline
14708         reporting.
14709         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14710         and user defined function.
14711         (spam-report-url-ping-mm-url): Remove doubled slash.
14712
14713 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14714
14715         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14716
14717 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14718
14719         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14720         format string mismatch.
14721
14722         * sieve.el (sieve-deactivate-all): do.
14723
14724         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14725
14726         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14727
14728         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14729
14730         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14731
14732 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14733
14734         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14735         the list of checks.
14736
14737 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14738
14739         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14740         padding.
14741
14742 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14743
14744         * mm-view.el (mm-fill-flowed): New variable.
14745         (mm-inline-text): Use it.
14746
14747 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14748
14749         * spam.el (spam-spamassassin-register-ham-routine)
14750         (spam-spamassassin-register-spam-routine): Fix function names.
14751
14752 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gnus.el (gnus-tmp-grouplens): Remove.
14755         (gnus-summary-line-format): Remove grouplens.
14756
14757         * gnus-group.el (gnus-group-line-format): Ditto.
14758
14759         * gnus-spec.el (gnus-format-specs): Ditto.
14760         (gnus-update-format-specifications): Flush the group format spec
14761         cache if there's the grouplens stuff.
14762         (gnus-parse-simple-format): Replace %l with the empty string.
14763
14764 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14765
14766         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14767         omission.
14768
14769 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14772         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14773
14774 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14775
14776         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14777         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14778         New macros and functions.
14779         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14780         Handle > NLINK_MAX messages.
14781         * nnmaildir.el (nnmaildir-request-set-mark): Use
14782         nnmaildir--emlink-p and nnmaildir--eexist-p.
14783
14784 2004-01-25  Alex Schroeder  <alex@gnu.org>
14785
14786         * spam-stat.el (spam-stat-process-directory-age): New option.
14787         (spam-stat-process-directory): Use it.
14788
14789 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14790
14791         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14792         (spam-stat-save): Accept prefix argument.
14793
14794 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14795
14796         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14797         links" error.
14798
14799 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14802         the rest of the and/or forms.
14803
14804 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14805
14806         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14807         compatibility with old .newsrc.eld files.
14808
14809         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14810
14811         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14812
14813         * gnus-start.el (gnus-1): do.
14814
14815         * gnus-group.el (gnus-group-line-format-alist): do.
14816
14817         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14818
14819         * gnus-gl.el: Remove.
14820
14821 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14822
14823         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14824         marks consisting of a single range {for example, (3 . 5)} rather
14825         than a list of a single range { ((3 . 5)) }.
14826
14827 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14828
14829         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14830         with-current-buffer.
14831         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14832         avoid consing a string.
14833
14834         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14835         Remove obsolete entries for big5 and gb2312.
14836
14837 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14838
14839         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14840         uncompressed list.
14841
14842 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14843
14844         * spam-stat.el (spam-stat-strip-xref): New function.
14845         (spam-stat-process-directory): Use it.
14846
14847         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14848         here -- it's done in message-fetch-field.
14849
14850 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14851
14852         * gnus-agent.el (gnus-agent-queue-mail)
14853         (gnus-agent-prompt-send-queue): New variables.
14854         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14855         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14856         "nndraft:queue" along to gnus-draft-send.  Use
14857         gnus-agent-prompt-send-queue.
14858         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14859         is "nndraft:queue".  Suggested by Gaute Strokkenes
14860         <gs234@srcf.ucam.org>
14861
14862         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14863         (agent-enable-undownloaded-faces): Added.
14864         (gnus-agent-cat-groups): Use eval-and-compile, not
14865         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14866         method of gnus-agent-cat-groups even when the buffer has been
14867         evaled.
14868         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14869         delete gnus-agent-save-active-1.
14870         (gnus-agent-save-groups): Deleted.  Identical to
14871         gnus-agent-save-active.
14872         (gnus-agent-write-active): No longer adjust agent's copy of active
14873         file as agent's adjustments are now stored in their own
14874         file.  Removed optional parameter.
14875         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14876         servers.  Add use of min/max range limits from server's local
14877         file.
14878         (gnus-agent-save-alist): Removed unused optional argument.
14879         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14880         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14881         (gnus-agent-set-local): A per-server file that keeps min/max range
14882         limits for articles known to the agent.  Provides a fast mechanism
14883         for altering many active ranges.
14884         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14885         active file (local makes it unnecessary).
14886         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14887
14888         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14889         (agent-enable-undownloaded-faces): Added.
14890
14891         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14892         disable it when sending to "nndraft:queue".
14893         (gnus-group-send-queue): Add safety check to avoid sending queue
14894         when unplugged.
14895
14896         * gnus-group.el (gnus-group-catchup): Use new
14897         gnus-sequence-of-unread-articles, not
14898         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14899         numbers of articles.  Use gnus-range-map to avoid having to
14900         uncompress the unread list.
14901         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14902         Fixed invalid ange-ftp reference.
14903
14904         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14905         (gnus-sorted-range-intersection): Intersection of two ranges
14906         without requiring that they first be uncompressed.
14907
14908         * gnus-start.el (gnus-activate-group): Unless blocked by the
14909         caller, possibly expand the active range to include both cached
14910         and agentized articles.
14911         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14912         multiple version-dependent converters.
14913         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14914         gnus-agent-save-active.
14915         (gnus-save-newsrc-file): Save dirty agent range limits.
14916
14917         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14918         gnus-agent-possibly-alter-active.
14919         (gnus-adjust-marked-articles): Faster handling of simple lists.
14920
14921 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14922
14923         * spam-stat.el (spam-stat-test-directory): New optional argument
14924         displays a list of files detected.  Suggested by Andrew Cohen
14925         <cohen@andy.bu.edu>.
14926         (spam-stat-buffer-words-with-scores): Don't narrow and change
14927         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14928
14929 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14930
14931         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14932         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14933         (spam-spamassassin-arguments)
14934         (spam-spamassassin-spam-flag-header)
14935         (spam-spamassassin-positive-spam-flag-header)
14936         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14937         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14938         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14939         (spam-list-of-processors, spam-list-of-checks)
14940         (spam-list-of-statistical-checks, spam-registration-functions)
14941         (spam-check-spamassassin-headers, spam-check-spamassassin)
14942         (spam-spamassassin-score)
14943         (spam-spamassassin-register-with-sa-learn)
14944         (spam-spamassassin-register-spam-routine)
14945         (spam-spamassassin-register-ham-routine)
14946         (spam-assassin-register-spam-routine)
14947         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14948         (spam-bogofilter-score): Fix to show article before scoring.
14949
14950 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14951
14952         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14953         default scoring function.
14954         (spam-generic-score): Call spam-spamassassin-score if
14955         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14956         spam-bogofilter-score otherwise.
14957
14958         * gnus.el (spam-process, spam-autodetect-methods): Add
14959         spamassassin and spamassassin-headers.
14960
14961 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14962
14963         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14964         Suppress unnecessary messages.
14965
14966 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14967
14968         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14969         make-hash-table.
14970
14971 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * canlock.el (base64-encode-string): Don't autoload it.
14974
14975 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * run-at-time.el: Remove useless (require 'itimer),
14978         eval-and-compile and (featurep 'xemacs).
14979
14980 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14983         GROUP is a virtual group.
14984
14985 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14986
14987         * gnus.el: Autoload `message-y-or-n-p'.
14988
14989 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14990
14991         * pgg-parse.el: Remove unnecessary (require 'custom).
14992
14993         * pgg-def.el: do.
14994
14995         * nnmail.el: do.
14996
14997         * gnus-undo.el: do.
14998
14999         * gnus-picon.el: do.
15000
15001         * gnus-util.el: do.
15002
15003 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15006
15007 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15010         handle, as well as a list.
15011
15012         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15013         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15014         (mm-w3m-cid-retrieve): Simplify.
15015
15016 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15017
15018         * message.el (message-kill-to-signature): Allow prefix arg to
15019         specify number of lines to keep before signature.
15020
15021 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15022
15023         * message.el (message-kill-to-signature): Change docstring.
15024
15025 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * canlock.el: Always require sha1-el.
15028         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15029
15030         * message.el: Autoload sha1 only when compiling.
15031
15032         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15033         eudc-expand-inline for XEmacs.
15034
15035 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * message.el (message-canlock-generate): Require sha1-el.
15038
15039 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15040
15041         * message.el (message-expand-name): Silence the byte compiler.
15042
15043         * lpath.el: Add detect-coding-system.
15044
15045         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15046         cus-edit.
15047
15048 2004-01-13  Simon Josefsson  <jas@extundo.com>
15049
15050         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15051         Invoke gnus-score-mode.  Reported by
15052         bojohan+news@dd.chalmers.se (Johan Bockgård).
15053
15054         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15055         Jim Blandy <jimb@redhat.com> (tiny change).
15056
15057 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15058
15059         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15060
15061 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15062
15063         * spam.el (spam-get-article-as-string): Update to use
15064         gnus-request-article-this-buffer, much simpler.
15065         (spam-get-article-as-buffer): Remove.
15066
15067 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15068
15069         * message.el (message-expand-name): Use EUDC if the user uses that.
15070
15071 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15072
15073         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15074         character for the encoding to avoid consing a string.
15075
15076         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15077         unnecessarily.
15078
15079         * mm-util.el (mm-replace-chars-in-string): Remove.
15080
15081         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15082         of mm-replace-chars-in-string.
15083
15084 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15085
15086         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15087
15088         * mm-util.el (mm-subst-char-in-string): Support inplace.
15089
15090         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15091         a new string in every iteration.  Use shy groups.
15092
15093 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15094
15095         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15096         * gnus-soup.el (gnus-soup-group-brew):
15097         * gnus-msg.el (gnus-put-message):
15098         * gnus-move.el (gnus-group-move-group-to-server):
15099         * gnus-kill.el (gnus-batch-score):
15100         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15101         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15102         (gnus-group-update-group, gnus-group-read-group)
15103         (gnus-group-make-group, gnus-group-make-help-group)
15104         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15105         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15106         (gnus-group-sort-by-unread, gnus-group-catchup)
15107         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15108         (gnus-group-yank-group, gnus-group-set-info)
15109         (gnus-group-list-groups):
15110         * gnus.el (gnus-generate-new-group-name):
15111         * gnus-delay.el (gnus-delay-send-queue):
15112         * nnvirtual.el (nnvirtual-catchup-group):
15113         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15114         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15115         (gnus-group-prepare-topics, gnus-topic-check-topology):
15116         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15117         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15118         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15119         (gnus-group-make-articles-read):
15120         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15121         (gnus-group-change-level, gnus-kill-newsgroup)
15122         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15123         (gnus-get-unread-articles, gnus-make-articles-unread)
15124         (gnus-make-ascending-articles-unread): Use accessor
15125         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15126         to get group information for improved readability.
15127
15128
15129 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15130
15131         * gnus-art.el (article-decode-mime-words, article-babel)
15132         (gnus-article-highlight-signature, gnus-article-add-buttons)
15133         (gnus-signature-toggle): Use gnus-with-article-buffer.
15134
15135         * gnus-art.el (gnus-article-highlight-headers)
15136         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15137
15138         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15139         (gnus-article-set-globals, gnus-request-article-this-buffer)
15140         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15141         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15142         (gnus-mime-display-alternative): Use with-current-buffer.
15143
15144 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15145
15146         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15147         also under 80 char limit, and call gnus-error if needed.
15148         (spam-fetch-article-header): Fix - it was a
15149         buffer-local variable (gnus-newsgroup-data).
15150         (spam-find-spam): Use spam-generate-fake-headers, forget about
15151         spam-insert-fake-headers.
15152         (spam-insert-fake-headers): Remove.
15153
15154 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15155
15156         * deuglify.el (gnus-article-outlook-unwrap-lines)
15157         (gnus-outlook-rearrange-article)
15158         (gnus-outlook-repair-attribution-outlook)
15159         (gnus-outlook-repair-attribution-block)
15160         (gnus-outlook-repair-attribution-other): Remove redundant
15161         save-excursion.
15162
15163 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15166         (spam-fetch-field-subject-fast)
15167         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15168         (spam-fetch-article-header): Add functions to deal with Gnus
15169         internals for fast retrieval of article header data.
15170         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15171
15172 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15173
15174         * pop3.el (pop3-md5): Remove.
15175         (pop3-apop): Replace pop3-md5 with md5.
15176
15177         * mm-bodies.el: base64 is always built-in.
15178
15179         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15180         with-current-buffer.
15181
15182 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * canlock.el (canlock-insert-header): Remove excessive grouping in
15185         regexp.
15186
15187         * gnus-sum.el (gnus-summary-read-document): Ditto.
15188
15189         * gnus-uu.el (gnus-uu-part-number): Ditto.
15190
15191         * html2text.el (html2text-remove-tags): Ditto.
15192         (html2text-format-tags): Ditto.
15193         (html2text-format-single-elements): Ditto.
15194
15195         * mml.el (mml-parse-1): Ditto.
15196
15197 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15198
15199         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15200
15201         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15202
15203         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15204
15205         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15206
15207 2003-11-15  Simon Josefsson  <jas@extundo.com>
15208
15209         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15210         (pgg-gpg-lookup-key): Use regexp match instead of
15211         split-string (split-string is different between emacs 21.2 and
15212         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15213
15214 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15215
15216         * gnus-art.el (gnus-mime-view-all-parts)
15217         (gnus-article-part-wrapper, gnus-article-view-part): Use
15218         with-current-buffer.
15219
15220 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * spam.el (spam-disable-spam-split-during-ham-respool)
15223         (spam-spamoracle-database, spam-cache-lookups)
15224         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15225         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15226         (spam-group-ham-marks, spam-group-spam-marks)
15227         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15228         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15229         also add spam-use-blackholes to the statistical checks.
15230         (spam-fetch-field-fast): Add interface to fetching fields, may
15231         become a macro.
15232         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15233         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15234         (spam-insert-fake-headers): Fake an article when needed.
15235         (spam-find-spam): Fake article when possible.
15236         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15237         (spam-check-bogofilter-headers): Use message-fetch-field instead
15238         of nnmail-fetch-field.
15239
15240 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15243
15244 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15245
15246         * spam.el (spam-split): Do not require spam-use-CHECK to be
15247         enabled if that check is passed to spam-split explicitly; also
15248         fix so 'spam doesn't get converted to spam-split-group when
15249         spam-split-symbolic-return is t.
15250         (spam-find-spam): Find registrations of the article and use those
15251         instead of re-running spam-split to find the spam/ham
15252         classification of the article.
15253         (spam-log-processing-to-registry, spam-log-registered-p)
15254         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15255         Use gnus-error instead of gnus-message.
15256         (spam-log-registration-type): Add function to determine the
15257         classification of a message based on registry entries; will
15258         return nil if both 'spam and 'ham are found.
15259         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15260         a reasonably fast local cache without the loading errors.
15261         (spam-cache-lookups): Set to t by default.
15262         (spam-find-spam): Don't try to guess spam-cache-lookups.
15263         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15264         spam-caches entry.
15265         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15266         caching of whitelist/blacklist entries.
15267         (spam-check-whitelist, spam-check-blacklist): Invoke
15268         spam-from-listed-p with a type, not a cache variable.
15269         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15270
15271 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15272
15273         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15274
15275         * nnmail.el (nnmail-split-fancy): do.
15276
15277         * mml.el (mml-parse): do.
15278
15279         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15280         (gnus-score-adaptive): do.
15281
15282 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15285         (gnus-mime-button-map): Don't set keymap parent.
15286         (gnus-button-ctan-directory-regexp): Use shy grouping.
15287         (gnus-prev-page-map): Don't set keymap parent.
15288         (gnus-prev-page-map): Remove duplicated one.
15289         (gnus-next-page-map): Don't set keymap parent.
15290         (gnus-mime-security-button-map): Ditto.
15291
15292         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15293         version number.
15294
15295         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15296
15297 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * canlock.el (canlock-sha1-function): Remove.
15300         (canlock-sha1-function-for-verify): Remove.
15301         (canlock-openssl-program): Remove.
15302         (canlock-openssl-args): Remove.
15303         (canlock-ignore-errors): Remove.
15304         (canlock-sha1-with-openssl): Remove.
15305         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15306         (canlock-verify): Don't use canlock-ignore-errors.
15307
15308         * sha1-el.el (sha1-string-external): Make it can return a string
15309         in binary form.
15310         (sha1-region-external): Ditto.
15311         (sha1-string-internal): Ditto.
15312         (sha1-region-internal): Ditto.
15313         (sha1-region): Ditto.
15314         (sha1-string): Ditto.
15315         (sha1): Ditto.
15316
15317 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15318
15319         * spam.el (spam-report-articles-gmane): New command.
15320
15321 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15324
15325         * run-at-time.el (run-at-time-saved): Remove.
15326         (run-at-time): Doc fix.
15327
15328 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15329
15330         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15331         (gnus-summary-limit-map): Add it.
15332         (gnus-summary-make-menu-bar): do.
15333
15334 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15335
15336         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15337         Make attempt at some caching support (done for BBDB only now).
15338         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15339         addresses to be checked.
15340         (spam-clear-cache-BBDB): Add function, to be invoked by
15341         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15342         (spam-check-BBDB): Check and use the caches, if
15343         spam-cache-lookups is on, remove superfluous (provide).
15344
15345 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15348
15349 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15350
15351         * run-at-time.el (run-at-time-saved): Move to after the definition
15352         of `run-at-time'.
15353
15354         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15355
15356 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15359         mm-w3m-local-map-property.
15360
15361         * mm-view.el (mm-w3m-mode-map): Remove.
15362         (mm-w3m-local-map-property): Remove.
15363         (mm-inline-text-html-render-with-w3m): Don't use
15364         mm-w3m-local-map-property.
15365
15366 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * run-at-time.el: New file.
15369
15370         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15371         under Emacs.
15372
15373         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15374         of gnus-set-text-properties.
15375
15376         * gnus-uu.el (gnus-uu-save-article): Ditto.
15377
15378         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15379
15380         * gnus-cite.el (gnus-cite-parse): Ditto.
15381
15382         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15383         of gnus-.
15384
15385         * gnus-xmas.el (run-at-time): Require run-at-time.
15386
15387         * gnus.el: Changed calls to nnheader-run-at-time and
15388         password-run-at-time throughout to use run-at-time directly.
15389
15390         * password.el: Removed definition of run-at-time.
15391
15392         * nnheaderxm.el: Remove definition of run-at-time.
15393
15394 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15395
15396         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15397         in prompt.
15398
15399 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15400
15401         * messagexmas.el (message-xmas-redefine): Alias
15402         `message-make-caesar-translation-table' to
15403         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15404         version.
15405
15406         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15407         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15408         `gnus-xmas-set-text-properties'.
15409         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15410         `gnus-xmas-completing-read'.
15411         (gnus-xmas-completing-read): Removed.
15412         (gnus-xmas-open-network-stream): Removed.
15413
15414         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15415         XEmacs version.
15416
15417         * dns.el (dns-make-network-process): Use `open-network-stream'
15418         instead of `gnus-xmas-open-network-stream'.
15419
15420         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15421
15422         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15423
15424 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15425
15426         * gnus-art.el (gnus-mime-display-alternative)
15427         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15428         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15429         Don't use gnus-local-map-property.
15430
15431         * gnus-util.el (gnus-local-map-property): Remove.
15432
15433         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15434         gnus-completing-read-maybe-default with completing-read.
15435
15436         * gnus-util.el (gnus-completing-read): do.
15437         (gnus-completing-read-maybe-default): Remove.
15438
15439 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15440
15441         * password.el: Only autoload `run-at-time' if not XEmacs.
15442         Only autoload the itimer functions if XEmacs.
15443
15444 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15447         XEmacsen.
15448
15449         * dgnushack.el: Autoload executable-find for XEmacs.
15450
15451 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15452
15453         * gnus-art.el (gnus-read-string): Remove.
15454         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15455         read-string.
15456
15457 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15458
15459         * netrc.el: Autoload password-read.
15460         (netrc): Add configuration group.
15461         (netrc-encoding-method, netrc-openssl-path): Add
15462         variables for encoding and decoding of files with symmetric
15463         ciphers.
15464         (netrc-encode): Add assistant function to encode a file with
15465         netrc-encoding-method.
15466         (netrc-parse): Add interactive parameter, added optional
15467         decoding if netrc-encoding-method is non-nil but otherwise
15468         behavior is standard.
15469         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15470         Do s/encode/encrypt/ everywhere.
15471
15472         * spam.el: Remove executable-find autoload.
15473
15474 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15475
15476         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15477
15478         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15479
15480 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-art.el (gnus-treat-ansi-sequences)
15483         (article-treat-ansi-sequences): New variable and function.
15484         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15485
15486         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15487         Use it.
15488
15489 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * mm-util.el (mm-quote-arg): Remove.
15492
15493         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15494         shell-quote-argument.
15495
15496         * gnus-uu.el (gnus-uu-command): do.
15497
15498         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15499
15500         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15501         with make-char.
15502
15503         * mm-util.el (mm-make-char): Remove.
15504
15505         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15506         add-minor-mode.
15507
15508         * gnus-undo.el (gnus-undo-mode): do.
15509
15510         * gnus-topic.el (gnus-topic-mode): do.
15511
15512         * gnus-sum.el (gnus-dead-summary-mode): do.
15513
15514         * gnus-start.el (gnus-slave-mode): do.
15515
15516         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15517
15518         * gnus-ml.el (gnus-mailing-list-mode): do.
15519
15520         * gnus-gl.el (gnus-grouplens-mode): do.
15521
15522         * gnus-draft.el (gnus-draft-mode): do.
15523
15524         * gnus-dired.el (gnus-dired-mode): do.
15525
15526         * gnus-ems.el (gnus-add-minor-mode): Remove.
15527
15528         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15529         Replace gnus-char-width with char-width.
15530
15531         * gnus-ems.el (gnus-char-width): Remove.
15532
15533         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15534         Replace gnus-char-width with char-width.
15535
15536         * gnus-ems.el (gnus-char-width): Remove.
15537
15538         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15539         definition.
15540         Remove Emacs 20 hash table compatibility code.
15541
15542         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15543         20 compatibility code.
15544
15545         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15546
15547         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15548
15549         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15550         with point-at-{eol,bol}.
15551
15552         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15553
15554         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15555
15556         * flow-fill.el (fill-flowed-point-at-bol)
15557         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15558
15559         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15560         Replace with point-at-{eol,bol} throughout all files.
15561
15562 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * ntlm.el (ntlm-string-as-unibyte): New macro.
15565         (ntlm-build-auth-response): Use it.
15566
15567         Remove Emacs 20 stuff:
15568         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15569         (butlast, mapc, remove): Remove the compiler macros.
15570         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15571         of delq and copy-sequence.
15572         * gnus-art.el (popup-menu): Remove the compiler macro.
15573         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15574         Emacs 20.
15575
15576 2004-01-05  Simon Josefsson  <jas@extundo.com>
15577
15578         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15579         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15580         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15581         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15582         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15583         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15584         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15585         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15586         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15587         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15588         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15589         string-xor into ntlm-string-xor.  Suggested by
15590         Jesper Harder <harder@myrealbox.com>.
15591
15592         * ntlm.el: Don't include poem.
15593
15594         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15595         Jesper Harder <harder@myrealbox.com>.
15596
15597         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15598
15599         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15600         probably breaks emacs with DL patch, but do we care? Is anyone
15601         still using the DL stuff?)
15602
15603         * sieve-manage.el: Use the password package.
15604         (sieve-manage-read-passwd): Remove.
15605         (sieve-manage-interactive-login): Use password.  Re-add
15606         condition-case around loop.
15607
15608         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15609         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15610         the password package.
15611
15612 2003-02-19  Simon Josefsson  <jas@extundo.com>
15613
15614         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15615         token.
15616
15617 2002-08-07  Simon Josefsson  <jas@extundo.com>
15618
15619         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15620         (sieve-manage-authenticators):
15621         (sieve-manage-authenticator-alist): Add some SASL mechs.
15622         (sieve-sasl-auth): New function.
15623         (sieve-manage-cram-md5-auth):
15624         (sieve-manage-plain-auth): Rewrite using SASL library.
15625         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15626         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15627         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15628         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15629
15630 2004-01-05  Simon Josefsson  <jas@extundo.com>
15631
15632         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15633         New files.
15634
15635 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15636
15637         * gnus-group.el (gnus-no-groups-message): Update.
15638
15639         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15640
15641 2003-11-09  Simon Josefsson  <jas@extundo.com>
15642
15643         * imap.el: Support for ID IMAP extension (RFC 2971).
15644         (imap-local-variables): Add imap-id.
15645         (imap-id): New variable.
15646         (imap-id): New function.
15647         (imap-parse-response): Parse untagged ID response.
15648         * nnimap.el (nnimap-id): New variable.
15649         (nnimap-open-connection): Use it.
15650
15651 2003-12-28  Simon Josefsson  <jas@extundo.com>
15652
15653         * gnus-score.el (gnus-score-edit-all-score): New.
15654         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15655
15656 2004-01-04  Simon Josefsson  <jas@extundo.com>
15657
15658         * password.el: Add.
15659
15660 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15661
15662         * dns.el (dns-query-types): Fix typo.
15663         (dns-query-types): New function.
15664         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15665         PTR and SOA replies, see RFC 1035.
15666
15667 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15668
15669         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15670
15671         * Moved to Changelog.2.
15672
15673 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674
15675         * gnus.el (gnus-version-number): Bump version.
15676
15677 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15678
15679         * gnus.el: No Gnus v0.1 is released.
15680
15681 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15682
15683         * gnus.el: No Gnus v0.0 is released.
15684
15685 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15686
15687         * gnus.el (gnus-version-number): Bump.
15688         (gnus-version): No.
15689
15690 See ChangeLog.2 for earlier changes.
15691
15692     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15693       Free Software Foundation, Inc.
15694
15695   This file is part of GNU Emacs.
15696
15697   GNU Emacs is free software: you can redistribute it and/or modify
15698   it under the terms of the GNU General Public License as published by
15699   the Free Software Foundation, either version 3 of the License, or
15700   (at your option) any later version.
15701
15702   GNU Emacs is distributed in the hope that it will be useful,
15703   but WITHOUT ANY WARRANTY; without even the implied warranty of
15704   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15705   GNU General Public License for more details.
15706
15707   You should have received a copy of the GNU General Public License
15708   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15709
15710 ;; Local Variables:
15711 ;; coding: utf-8
15712 ;; fill-column: 79
15713 ;; add-log-time-zone-rule: t
15714 ;; End: