4bbbd1dd51a0b5d52f8537744a263b6da49a530c
[gnus] / lisp / ChangeLog
1 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnwfm.el: Removed.
4
5         * nnlistserv.el: Removed.
6
7 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11
12 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * nnkiboze.el: Removed.
15
16         * nndb.el: Removed.
17
18         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
19         alt text.
20         (gnus-html-rescale-image): Try to get the rescaling logic right for
21         images that are just wide and not tall.
22
23         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
24         overshadow variable bindings.
25
26 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * gnus-html.el (gnus-html-wash-tags)
29         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
30         extra logging.
31
32 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
35         (gnus-max-image-proportion): New variable.
36         (gnus-html-rescale-image): New function.
37         (gnus-html-put-image): Rescale images.
38
39 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-html.el (gnus-article-html): Decode contents by charset.
42
43 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
46         (gnus-html-frame-width, gnus-blocked-images)
47         * message.el (message-prune-recipient-rules): Add custom version.
48         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
49
50         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
51         functions.
52
53         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
54         gnus-process-get.
55
56 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
57
58         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
59         instead of lsub directly.
60
61 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * nnwarchive.el: Removed.
64
65         * gnus-soup.el: Removed.
66
67         * nnsoup.el: Removed.
68
69         * nnultimate.el: Removed.
70
71         * gnus-html.el (gnus-blocked-images): New variable.
72
73         * message.el (message-prune-recipients): New function.
74         (message-prune-recipient-rules): New variable.
75
76         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
77         guess whether a long line is natural text or not.
78
79         * gnus-html.el (gnus-html-schedule-image-fetching): Use
80         gnus-process-plist and friends for compatibility.
81
82 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
83
84         * gnus-html.el: Require packages that define macros used in this file.
85         (gnus-article-mouse-face): Declare to silence byte-compiler.
86         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
87         process-get.
88         (gnus-html-put-image): Use plist-get to avoid getf.
89         (gnus-html-prefetch-images): Use with-current-buffer.
90
91 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-ems.el: Provide compatibility functions for
94         gnus-set-process-plist.
95
96         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
97         header-line-format for XEmacs 21.4.
98
99         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
100         * gnus.el (gnus-valid-select-methods)
101         * message.el (message-send-mail-partially-limit)
102         * mm-decode.el (mm-text-html-renderer)
103         * mml.el (mml-insert-mime-headers-always)
104         * smiley.el (smiley-regexp-alist): Bump custom version.
105
106 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-html.el: require mm-url.
109         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
110         with the url to `url'.
111         (gnus-html-wash-tags): Support cid: URLs/images.
112
113 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
116         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
117         bindings, as they aren't useful at all. `w' is moved to `W w'.
118
119         * gnus-move.el: Removed file, since it doesn't really work.
120
121         * gnus-html.el (gnus-article-html): Tell w3m that the input is
122         UTF-8. This seems to fix problems with some German web feeds.
123
124         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
125         at the top so that the proper colours are applied.
126
127         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
128         don't have dots in their names.
129
130         * gnus-art.el (gnus-article-view-part): Doc fix.
131
132         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
133         XEmacs-compatible.
134         (gnus-html-put-image): Don't do images on non-graphic displays.
135
136         * nnslashdot.el: Removed this unused backend.
137
138         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
139         actions.
140         (gnus-undo-register-1): Revert last change.
141
142         * gnus-group.el (gnus-group-completing-read): Protect against not
143         having completion-styles bound.
144
145         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
146         make broken recipients happier.
147
148         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
149
150         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
151         point parameter.
152
153         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
154
155         * gnus-group.el (gnus-group-completing-read): Add 'substring to
156         completion-styles for group selection.
157
158 2009-02-04  Andreas Schwab  <schwab@suse.de>
159
160         * gnus-score.el (gnus-score-string): Fix regex for matching extra
161         headers and regexp-quote the match if necessary.
162
163 2009-03-24  Miles Bader  <miles@gnu.org>
164
165         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
166         the blinking smiley.
167
168 2009-03-24  Simon Josefsson  <simon@josefsson.org>
169
170         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
171         blink smiley.
172
173 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
176         where the dribbel file lives exists.
177
178         * message.el (message-send-mail-partially-limit): Change the default to
179         nil, since most people don't want this.
180
181         * mm-url.el (mm-url-decode-entities): Also decode entities like
182         &#x3212.
183
184 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
185
186         * gnus-sum.el (gnus-summary-idna-message):
187         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
188         Hyperlink urls in docstrings with URL `...'.
189
190 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
191
192         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
193         functions.
194
195 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
198         say what the mouseover text should be.
199
200         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
201         version of the mm-w3m-safe-url-regexp variable to only download images
202         in the groups where we want that to happen.
203
204         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
205
206         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
207         easier debugging.
208         (gnus-article-beginning-of-window): Add kludge to allow spacing past
209         big pictures in the article buffer.
210
211         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
212         gnus-article-html.
213         (mm-text-html-renderer): gnus-article-html needs curl in addition to
214         w3m.
215
216         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
217
218 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
221         which doesn't exist.
222
223         * message.el (message-inhibit-ecomplete): New variable to allow some
224         function to inhibit ecomplete address storage.
225         (message-resend): Disable ecomplete message storage when resending
226         messages.
227
228         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
229
230 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
233         Save excursion while copying, moving, and deleting articles in order to
234         prevent the cursor from jumping to unforeseen place.
235
236 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * lpath.el: No need to bind bookmark-current-buffer,
239         bookmark-yank-point and bookmark-make-record-function.
240
241 2010-08-17  Glenn Morris  <rgm@gnu.org>
242
243         * gnus-sync.el: Require gnus components whose functions are used.
244
245         * gnus-art.el (bookmark-make-record-function):
246         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
247         Declare for compiler.
248
249         * mm-url.el (mml-compute-boundary): Autoload.
250
251 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
254
255 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         Typo fix "hoo4a" -> "hook".
258
259         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
260
261 2010-08-14  Glenn Morris  <rgm@gnu.org>
262
263         * gnus-sync.el (gnus-sync): Fix defgroup version.
264
265 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         Doc fixes and keep unknown groups (ammended for nunion bug fix).
268
269         * gnus-sync.el: Fix docs.
270         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
271         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
272
273 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
274
275         Optimizations for gnus-sync.el.
276
277         * gnus-sync.el: Add docs about gnus-sync-backend
278         possibilities.
279         (gnus-sync-save): Remove unnecessary message.
280         (gnus-sync-read): Optimize and show what groups were skipped.
281
282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         Minor bug fixes for gnus-sync.el.
285
286         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
287         read the sync on get-new-news.
288
289         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
290         quiet.
291
292         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
293
294 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
295
296         Make saving and restoring of hidden threads work with overlays.
297         Patch applied by Ted Zlatanov.
298
299         * gnus-sum.el (gnus-hidden-threads-configuration)
300         (gnus-restore-hidden-threads-configuration): Update to deal with text
301         properties, rather than searching for a magic character.
302
303 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         New gnus-sync.el library for synchronization of marks.
306
307         * gnus-sync.el: New library for synchronization of marks.
308
309         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
310         renamed from `gnus-registry-grep-in-list'.
311
312         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
313
314         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
315
316 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
319         determining charset of text fails.
320
321 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * nnmail.el (nnmail-get-new-mail-1): Revert.
324
325         * nnml.el (nnml-active-number): Make sure names of newly created groups
326         in nnml-group-alist are encoded.
327
328 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
331         containing non-ASCII characters in active file for nnml back end.
332
333 2010-07-24  David Engster  <dengste@eml.cc>
334
335         * mml-smime.el (mml-smime-epg-verify): Also accept the older
336         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
337
338 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
339
340         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
341         tag (Bug#6654).
342
343 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
346         the article buffer, not the summary buffer.
347
348 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
351         Emacs 23 as well.
352
353 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
356         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
357
358 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
359
360         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
361         Patch applied by Karl Fogel.
362
363         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
364         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
365
366 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
367
368         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
369         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
370         C-w still not working correctly from Article buffers; Thierry's
371         patch to fix that will be applied after this.
372
373         * gnus-art.el (bookmark-make-record-function): New local variable.
374
375         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
376         article buffer.
377         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
378
379 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
380
381         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
382         on changes in bookmark.el.
383
384 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
387         `no-log' instead of message not to log prompt string.
388
389 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
390
391         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
392         the *other* type of HTML form submission.
393
394 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
395
396         * auth-source.el (auth-source-pick): If choice does not contain a
397         questioned keyword, set the check to t.
398
399 2010-06-12  Romain Francoise  <romain@orebokech.com>
400
401         * gnus-util.el (gnus-date-get-time): Move up before first use.
402
403 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
406         (gnus-article-edit-part): Bind it to make last part that is substituted
407         or deleted visible.
408         (gnus-mime-display-single): Buttonize part of which id equals to
409         gnus-mime-buttonized-part-id.
410
411 2010-06-10  Dan Christensen  <jdc@uwo.ca>
412
413         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
414         (gnus-dd-mmm): Use gnus-date-get-time.
415         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
416         simplify logic.
417         (gnus-summary-limit-to-age): Use gnus-date-get-time.
418         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
419
420 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
421
422         * auth-source.el (top): Autoload `secrets-list-collections',
423         `secrets-create-item', `secrets-delete-item'.
424         (auth-sources): Fix tag string.
425         (auth-get-source, auth-source-retrieve, auth-source-create)
426         (auth-source-delete): New defuns.
427         (auth-source-pick): Rewrite in order to avoid 2 passes.
428         (auth-source-forget-user-or-password): New parameter USERNAME.
429         (auth-source-user-or-password): New parameters CREATE-MISSING and
430         DELETE-EXISTING.  Retrieve password interactively, if needed.
431
432 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
433
434         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
435         deleting unused directories when gnus-expert-user is t.
436
437 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
440         for each temp file when gnus-article-browse-delete-temp is ask.
441
442 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
445         Lisp calls to delete-backward-char by calls to delete-char.
446
447 2010-05-20  Kevin Ryde  <user42@zip.com.au>
448
449         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
450
451 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
452
453         * password-cache.el (password-cache-remove): Fix docstring.
454
455 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
458         article unless decoding article to be saved.
459
460 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
463         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
464         generated within the mm-with-unibyte-current-buffer macro.
465
466 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
469         to nil when we're in a mml-preview buffer and no group is selected.
470
471 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
472
473         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
474         when catching the `C-g'.  Reported by "Leo".
475
476 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * message.el (message-forward-make-body-plain)
479         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
480         multibyte-string-p.
481
482         * lpath.el: Revert.
483
484 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * message.el (message-forward-make-body-mml): Assume original message
487         is multibyte string; error on unibyte.
488         (message-forward-make-body-plain): Ditto; don't add excessive newline
489         in body end.
490
491         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
492
493 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
494
495         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
496         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
497
498 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * mm-extern.el (mm-extern-url): Don't use
501         mm-with-unibyte-current-buffer.
502         (mm-extern-cache-contents): Use with-current-buffer instead of
503         save-excursion + set-buffer.
504
505 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * mm-util.el (mm-emacs-mule): Remove.
508
509 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
510
511         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
512         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
513         change.
514
515 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
518         bind the default value of enable-multibyte-characters to nil.
519
520 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * message.el (message-forward-make-body-plain)
523         (message-forward-make-body-mml):
524         Don't use mm-with-unibyte-current-buffer.
525
526 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
527
528         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
529
530 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
531
532         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
533         (Bug#5592).
534
535 2010-05-07  Julien Danjou  <julien@danjou.info>
536
537         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
538         it to mm-pipe-part.
539
540         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
541         it is given.
542
543 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * binhex.el (binhex-decode-region-internal)
546         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
547         (dns-query)
548         * nnweb.el (nnweb-gmane-search)
549         * pgg-parse.el (pgg-parse-armor)
550         * pgg.el (pgg-verify-region)
551         * sha1.el (sha1-string-external)
552         * uudecode.el (uudecode-decode-region-internal)
553         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
554         XEmacs.
555
556         * gnus-art.el (gnus-article-browse-html-parts)
557         * gnus-group.el (gnus-read-ephemeral-gmane-group)
558         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
559         make-temp-file.
560
561         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
562         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
563         compiling.
564
565         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
566         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
567         XEmacs when compiling.
568
569         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
570         gnus-pick-mode-off-hook for XEmacs when compiling.
571         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
572         gnus-binary-mode-off-hook for XEmacs when compiling.
573
574         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
575         nil if char-charset is not available.
576
577         * imap.el (imap-disable-multibyte)
578         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
579         macros.
580
581         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
582         instead of encode-coding-string.
583
584         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
585         'xemacs) instead of mm-emacs-mule to switch function definitions.
586         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
587
588         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
589         bind temporary-file-directory for XEmacs;
590         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
591         timer-set-function for XEmacs 21.4 and SXEmacs;
592         bind timer-list for XEmacs 21.4 and SXEmacs;
593         fbind char-charset and find-charset-region for non-Mule XEmacs;
594         fbind decode-coding-region, decode-coding-string, detect-coding-region,
595         encode-coding-region and encode-coding-string for XEmacs having no
596         file-coding feature.
597
598 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
599
600         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
601
602 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
605         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
606
607 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
608
609         * mm-util.el (mm-decompress-buffer): Use `delete-file';
610         alias `jka-compr-delete-temp-file' no longer exists.
611
612 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
613
614         Use define-minor-mode in Gnus where applicable.
615         * mml.el (mml-mode): Use define-minor-mode.
616         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
617         (gnus-undo-mode): Use define-minor-mode.
618         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
619         (gnus-dead-summary-mode): Use define-minor-mode.
620         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
621         Initialize in declaration.
622         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
623         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
624         (gnus-mailing-list-mode): Use define-minor-mode.
625         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
626         (gnus-draft-mode): Use define-minor-mode.
627         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
628         (gnus-dired-mode): Use define-minor-mode.
629
630 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
631
632         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
633         handles on recursive mml-to-mime translation and check them for
634         boundary delimiter collisions.  Reported by Greg Troxel.
635
636 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
639
640 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
641
642         * mm-util.el (mm-find-buffer-file-coding-system):
643         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
644
645 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
646
647         * message.el (message-generate-headers): Record insertion of optional
648         headers as well.  Otherwise the check to prevent repeated insertion of
649         optional headers is a no-op.
650
651 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
652
653         * smime.el: Don't mention CVS.
654
655         * nnrss.el (nnrss-fetch): Don't mention CVS.
656
657         * nnir.el: Don't mention CVS.
658
659 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
662
663 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * lpath.el: Fbind bookmark-default-handler,
666         bookmark-get-bookmark-record, bookmark-make-record-default,
667         bookmark-prop-get for Emacs <23 and XEmacs.
668
669 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
670
671         * gnus-sum.el: Add bookmark declarations to silence the compiler.
672         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
673         Use with-current-buffer to silence the byte-compiler.
674         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
675         bother to require `gnus'.
676         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
677
678 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
679
680         * gnus-sum.el (gnus-summary-bookmark-make-record)
681         (gnus-summary-bookmark-jump): New functions.
682         (gnus-summary-mode): Setup bookmark support.
683
684 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
685
686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
687         if set.
688
689 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
692         gnus-article-browse-html-save-cid-image; make it work recursively for
693         forwarded messages as well.
694         (gnus-article-browse-html-parts): Work when prefix arg is given.
695         (gnus-article-browse-html-article): Doc fix.
696
697 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
698
699         * message.el (message-default-mail-headers):
700         (message-default-headers): Carry the value mail-default-headers over
701         into message-default-mail-headers, rather than message-default-headers.
702
703 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
704
705         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
706         charset.
707
708         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
709         charset into the <meta> tag when the article is encoded to utf-8.
710
711 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
714         directories as well.
715         (gnus-article-browse-html-parts): Work for images that do not specify
716         file names; delete temp directory when quitting; insert header at the
717         right place; use file: scheme for image files.
718
719 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
720
721         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
722         (gnus-article-browse-html-parts): Use it to make temporary cid image
723         files in addition to html file so that browser may display them.
724
725 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
728
729 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
732
733 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
734
735         * auth-source.el (auth-sources): Change default to be simpler.  Explain
736         about Secret Service API sources.  Improve Customize options.
737         (auth-source-pick): Change to accept any number of search parameters.
738         Implement fallbacks iteratively, not recursively.  Add scoring on the
739         second pass and sort by score.  Call Secret Service API when needed.
740         (auth-source-user-or-password): Use it.  Call Secret Service API
741         directly when needed to get the user name and the password.
742
743 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
744
745         * message.el (message-interactive): Doc fix.
746         (message-qmail-inject-args): Reflow.
747         (message-kill-to-signature): Fix typo in docstring.
748
749         * smiley.el (smiley-buffer): Fix typo in docstring.
750
751 2010-03-24  Glenn Morris  <rgm@gnu.org>
752
753         * mail-source.el (gnus-message): Declare.
754         (mail-source-delete-old-incoming): Require gnus-util.
755
756 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
759
760         * message.el (ecomplete-setup): Autoload it for Emacs <23.
761
762         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
763         password-cache's default if it is not bound.
764         (mml-secure-passphrase-cache-expiry): Default to 16 that is
765         password-cache-expiry's default if it is not bound.
766
767         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
768         available in Emacs 21.
769
770         * lpath.el: Suppress compiler warnings for:
771         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
772         XEmacs;
773         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
774         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
775         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
776
777 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * auth-source.el (auth-sources): Fix up definition so extra parameters
780         are always inline.
781
782 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
783
784         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
785         wasn't updated after mismatch.  Clear cached mailbox info correctly
786         when uidvalidity changes.
787         (nnimap-group-prefixed-name): New function to avoid some code
788         duplication.
789         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
790         (nnimap-request-group): Use it.
791         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
792         (nnimap-update-unseen): Significantly improved speed of Gnus startup
793         with many imap folders.  This is done by caching the group status from
794         the imap server persistently in a group parameter `imap-status'.  (This
795         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
796         but not persistently, so every Gnus startup was still very slow.)
797
798 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
799
800         * assistant.el (assistant-render-text): Run `widget-setup' and don't
801         delete the extra newline.  Otherwise editing of :string and :number
802         types don't work.
803
804 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
807         secrets.el dependency.
808         (auth-sources): Add optional user name.  Add secrets.el configuration
809         choice (unused right now).
810
811 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
812
813         * gnus-sum.el (gnus-summary-make-menu-bar): Let
814         `gnus-registry-install-shortcuts' fill in the functions.
815
816         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
817         warnings.
818         (gnus-registry-misc-menus): Variable to hold registry mark menus.
819         (gnus-registry-install-shortcuts): Populate and use it in a
820         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
821
822 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
823
824         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
825         In-place substitutions for the group name encoding/decoding.
826         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
827         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
828         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
829         (nnimap-update-unseen, nnimap-request-list)
830         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
831         (nnimap-request-set-mark, nnimap-split-to-groups)
832         (nnimap-split-articles, nnimap-request-newgroups)
833         (nnimap-request-create-group, nnimap-request-accept-article)
834         (nnimap-request-delete-group, nnimap-request-rename-group)
835         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
836         `encoded-mbx' for consistency.
837         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
838         variable `imap-current-mailbox'.
839
840         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
841         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
842
843 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
844
845         * pop3.el (pop3-display-message-size-flag): Display message size byte
846         counts during POP3 download.
847         (pop3-movemail): Use it.
848         (pop3-list): Implement listing of available messages.
849
850 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
851
852         * nnir.el (nnir-get-article-nov-override-function): New function to
853         override the normal NOV retrieval.
854         (nnir-retrieve-headers): Use it.
855
856 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
857
858         * auth-source.el (netrc-machine-user-or-password): Autoload.
859
860 2010-03-19  Glenn Morris  <rgm@gnu.org>
861
862         Stop message.el from loading about 40 libraries it doesn't always need.
863         The general approach is to autoload rather than require, and to
864         require in the specific functions rather than the file.  (Bug#5642)
865
866         * gmm-utils.el: Don't require wid-edit.
867         (widget-create-child-value, widget-convert, widget-default-get):
868         Autoload.
869
870         * gnus-util.el: Don't require time-date, netrc.
871         (message-fetch-field, gnus-group-name-decode): Declare rather than
872         autoloading.
873         (gnus-fetch-field): Require message.
874         (gnus-decode-newsgroups): Require gnus-group.
875
876         * ietf-drums.el: Don't require time-date.
877
878         * message.el: Don't require hashcash, canlock, ecomplete.
879         Do require mail-utils.  Require nnheader only when compiling.
880         (smtpmail-default-smtp-server): Remove declaration.
881         (message-send-mail-function): Check smtpmail-default-smtp-server
882         is bound rather than requiring smtpmail.
883         (message-auto-save-directory, message-insert-signature): Use
884         expand-file-name rather than nnheader-concat.
885         (nnheader-insert-file-contents): Autoload.
886         (hashcash-wait-async): Declare.
887         (message-send-mail): Only call gnus-setup-posting-charset if
888         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
889         (message-send-mail-with-sendmail): Require sendmail.
890         (canlock-password, canlock-password-for-verify): Declare.
891         (message-canlock-password): Require canlock.
892         (nnheader-get-report): Autoload.
893         (gnus-setup-posting-charset): Declare.
894         (message-send-news): Require gnus-msg.
895         (message-make-references, message-make-in-reply-to): Use mail-header-id
896         rather than the alias mail-header-message-id.
897         (ecomplete-add-item, ecomplete-save): Declare.
898         (message-put-addresses-in-ecomplete): Require ecomplete.
899         (ecomplete-display-matches): Autoload.
900
901         * mm-decode.el: Don't require mailcap, gnus-util.
902         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
903         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
904         Autoload.
905         (mailcap-mime-extensions): Declare.
906
907         * mm-encode.el: Don't require mailcap.
908         (mailcap-extension-to-mime): Autoload.
909
910         * mml-sec.el: Don't require password-cache.
911
912         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
913         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
914         (mml-minibuffer-read-type): Require mailcap.
915         (mml-preview): Require gnus-msg.
916
917         * mml1991.el: Require password-cache.
918         (password-cache-expiry): Remove declaration.
919
920         * mml2015.el: Require password-cache.
921         (password-cache-expiry): Remove declaration.
922
923         * nneething.el (mailcap): Require mailcap.
924
925         * nnheader.el (declare-function): Add compatibility stub.
926         (message-remove-header): Declare rather than autoload.
927         (nnheader-replace-header): Require message.
928
929         * nnimap.el (declare-function): Add compatibility stub.
930         (netrc-parse, netrc-machine-user-or-password): Declare.
931         (nnimap-open-connection): Require netrc.
932
933         * nntp.el (declare-function): Add compatibility stub.
934         (netrc-parse, netrc-machine, netrc-get): Declare.
935         (nntp-send-authinfo): Require netrc.
936
937         * rfc2047.el: Don't require qp.
938         (quoted-printable-encode-region, quoted-printable-decode-string):
939         Autoload.
940
941         * sieve-mode.el: Don't require easymenu.
942         (easy-menu-add-item): Autoload it.
943
944         * spam-stat.el (time-to-number-of-days): Autoload it.
945
946 2010-03-19  Glenn Morris  <rgm@gnu.org>
947
948         * password-cache.el (password-cache, password-cache-expiry): Autoload.
949
950 2010-03-18  Glenn Morris  <rgm@gnu.org>
951
952         * hashcash.el (declare-function): Remove duplicate definition.
953
954 2010-03-17  Kevin Ryde  <user42@zip.com.au>
955
956         * mml.el (mml-read-tag): Unquote values with `read' to reverse
957         prin1 in mml-insert-tag (just stripping the quotes gave wrong
958         value if any backslash escapes).
959
960 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
963         if it is available.  (bug#5647)
964
965         * lpath.el: Suppress compiler warning for coding-system-from-name for
966         Emacs 21 and XEmacs.
967
968 2010-03-14  Juri Linkov  <juri@jurta.org>
969
970         * hmac-def.el:
971         * hmac-md5.el:
972         * netrc.el: Fix keywords.
973
974 2010-02-26  Glenn Morris  <rgm@gnu.org>
975
976         * message.el (message-send-mail-function): Change the default, so that
977         it inherits from a customized send-mail-function.  (Bug#5643)
978
979 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
980
981         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
982         shell-command-to-string signals an error (bug#5299).
983
984 2010-02-24  Glenn Morris  <rgm@gnu.org>
985
986         * message.el (message-smtpmail-send-it)
987         (message-send-mail-with-mailclient): Doc fixes.
988
989 2010-02-16  Glenn Morris  <rgm@gnu.org>
990
991         * message.el (message-default-mail-headers): Change the default value
992         to ease the transition from mail-mode to message-mode.  (Bug#5555)
993
994 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
997         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
998
999 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1000
1001         * time-date.el (date-to-time): Doc fix (Bug#5408).
1002
1003 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1004
1005         * message.el (message-mail): Just pass yank-action on to message-setup.
1006         (message-setup): Handle (FUN . ARGS) form of yank-action.
1007         (message-with-reply-buffer, message-widen-reply)
1008         (message-yank-original): Handle non-buffer values of
1009         message-reply-buffer (Bug#4080).
1010         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1011
1012 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1013
1014         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1015         Fix typo in docstring.
1016
1017 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1018
1019         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1020         response.
1021
1022 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1025
1026         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1027
1028         * message.el (message-check-news-header-syntax): Protect against a
1029         string that `rfc822-addresses' returns when parsing fails.
1030
1031 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1034         (gnus-previous-char-property-change): New functions.
1035
1036         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1037
1038 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1039
1040         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1041         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1042
1043 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1044
1045         * message.el (message-exchange-point-and-mark): Rework last change to
1046         avoid using optional arg of exchange-point-and-mark, for backward
1047         compatibility.
1048
1049 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1050
1051         * message.el (message-exchange-point-and-mark): Call
1052         exchange-point-and-mark with an argument rather than setting
1053         mark-active by hand (Bug#5175).
1054
1055 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * nntp.el (nntp-service-to-port): Work for service expressed with
1058         numeric string; replace [:digit:] with [0-9] for XEmacs.
1059
1060 2009-12-17  Glenn Morris  <rgm@gnu.org>
1061
1062         * gnus-group.el (gnus-bug-group-download-format-alist):
1063         Change emacs entry to debbugs.gnu.org.  Bump :version.
1064
1065 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1066
1067         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1068
1069 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1070
1071         * message.el (message-info): Explain why we use `Info-goto-node'.
1072
1073 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1076
1077 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1078
1079         * message.el (message-completion-in-region): New compatibility function.
1080         (message-expand-group): Use it.
1081
1082 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1085         with no unread article should be listed if the 2nd arg `predicate' is
1086         given.
1087
1088 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1091
1092 2009-11-29  Juri Linkov  <juri@jurta.org>
1093
1094         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1095         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1096         on `gnus-recenter'. (Bug#4698, Bug#4981)
1097
1098 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1099
1100         * sha1.el (sha1-string-external): default-directory "/" in case
1101         otherwise non-existent.  process-connection-type pipe for touch of
1102         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1103
1104 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1105
1106         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1107         it's comms related and sgml-mode.el has "comm" on that basis too.
1108
1109 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1112         containing tspecial characters if they have been already quoted.
1113
1114 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1115
1116         * dns-mode.el (auto-mode-alist): Purecopy string.
1117
1118 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1119
1120         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1121
1122 2009-10-24  Glenn Morris  <rgm@gnu.org>
1123
1124         * gnus-art.el (help-xref-stack-item): Define for compiler.
1125
1126 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1127
1128         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1129
1130 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1133
1134 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1137         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1138
1139 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1142         (gnus-overlays-in): New alias to overlays-in.
1143
1144         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1145         gnus-overlay-get, and gnus-delete-overlay.
1146         (gnus-summary-show-thread): Make it work as well for systems in which
1147         next-single-char-property-change is not available.
1148         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1149
1150         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1151         (gnus-overlay-get): New alias to extent-property.
1152         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1153
1154         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1155         SXEmacs.
1156
1157         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1158         SXEmacs.
1159
1160 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1161
1162         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1163
1164 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1165
1166         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1167         and XEmacs that don't have `remove-overlays'.
1168
1169 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1170
1171         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1172         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1173         selective display.  Use overlays instead.
1174
1175 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1176
1177         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1178
1179 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1180
1181         * spam-stat.el (spam-stat-load): Fix typo in message.
1182
1183 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1184
1185         * dig.el (dig-invoke): Fix typo in docstring.
1186         (query-dig): Reflow docstring.
1187
1188 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1189
1190         * gnus-art.el (gnus-article-encrypt-body):
1191         * message.el (message-check-recipients):
1192         * mm-util.el (mm-codepage-setup):
1193         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1194         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1195
1196 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1197
1198         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1199         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1200         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1201         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1202         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1203
1204 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1205
1206         * dig.el: Add "Keywords: comm", as per net-utils.el.
1207
1208 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1209
1210         * dig.el (dig-mode): Use define-derived-mode.
1211
1212 2009-09-19  Glenn Morris  <rgm@gnu.org>
1213
1214         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1215
1216 2009-09-18  Glenn Morris  <rgm@gnu.org>
1217
1218         * gnus-diary.el (gnus-diary-check-message):
1219         * message.el (message-insert-formatted-citation-line):
1220         * nnbabyl.el (top-level):
1221         * nndiary.el (nndiary-schedule):
1222         Fix typos in condition-case handlers.
1223
1224 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1227         configuration that provides the sole article window in a frame;
1228         position point correctly after deleting a part.
1229
1230 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1231
1232         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1233         (spam-resolve-registrations-routine): Use it to unregister articles
1234         that change status.
1235
1236 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1239         with XEmacs.
1240         (parse-time-string-chars): Use it.
1241
1242 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1243
1244         * imap.el (imap-interactive-login): Better messages.
1245         (imap-open): Fix bug with renamed buffer on reconnect.
1246         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1247         for easier debugging and cleaner code.  On successful (guessed based on
1248         server capabilities) secondary authentication, set imap-state
1249         correctly.
1250         (imap-last-authenticator): Define imap-last-authenticator as a variable
1251         to avoid warnings.
1252
1253 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * nnrss.el (nnrss-request-article): Remove binding of
1256         default-enable-multibyte-characters that has gotten needless by
1257         the 2007-07-13 change in rfc2047-encode-message-header.
1258
1259         * mml.el (mml-insert-multipart): Error on the message header.
1260         (mml-insert-part): Error on the message header; position point at
1261         the end of a MIME tag.
1262
1263 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * time-date.el (autoload): Expand define-obsolete-function-alias into
1266         defalias and make-obsolete for old Emacsen that Gnus supports.
1267         (with-no-warnings): Define it for old Emacsen.
1268         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1269         is available.
1270         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1271         float-time is available; suppress compile warning for time-to-seconds.
1272
1273         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1274         (gnus-float-time): Alias to float-time if it exists.
1275
1276         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1277         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1278         float-time is available; suppress compile warning for time-to-seconds.
1279
1280         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1281         XEmacs.
1282
1283 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1284
1285         * imap.el (imap-message-map): Docstring fix.
1286
1287 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1290         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1291         Add the optional argument `encoding' that overrides the default.
1292
1293         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1294         mm-encode-buffer.
1295
1296 2009-09-04  Glenn Morris  <rgm@gnu.org>
1297
1298         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1299         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1300         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1301         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1302         * mm-util.el (mm-with-unibyte-current-buffer)
1303         (mm-find-buffer-file-coding-system):
1304         * yenc.el (yenc-decode-region): Use default-value rather than
1305         default-enable-multibyte-characters.
1306
1307 2009-09-03  Glenn Morris  <rgm@gnu.org>
1308
1309         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1310         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1311         than default-enable-multibyte-characters.
1312
1313 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1314
1315         * gnus-art.el (gnus-article-read-summary-keys):
1316         Fix gnus-buffer-configuration's value temporarily used.
1317
1318 2009-09-02  Glenn Morris  <rgm@gnu.org>
1319
1320         * gnus-util.el (gnus-float-time): New function.
1321         * gnus-delay.el (gnus-delay-article):
1322         * gnus-sum.el (gnus-thread-latest-date):
1323         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1324         * nnspool.el (nnspool-request-newgroups):
1325         Use gnus-float-time rather than time-to-seconds.
1326         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1327
1328         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1329         (gnus-header-subject-face, gnus-header-newsgroups-face)
1330         (gnus-header-name-face, gnus-header-content-face):
1331         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1332         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1333         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1334         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1335         (gnus-cite-face-11):
1336         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1337         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1338         (gnus-server-closed-face, gnus-server-denied-face)
1339         (gnus-server-offline-face):
1340         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1341         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1342         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1343         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1344         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1345         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1346         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1347         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1348         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1349         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1350         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1351         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1352         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1353         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1354         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1355         (gnus-summary-high-undownloaded-face)
1356         (gnus-summary-low-undownloaded-face)
1357         (gnus-summary-normal-undownloaded-face)
1358         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1359         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1360         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1361         (gnus-splash-face):
1362         * message.el (message-header-to-face, message-header-cc-face)
1363         (message-header-subject-face, message-header-newsgroups-face)
1364         (message-header-other-face, message-header-name-face)
1365         (message-header-xheader-face, message-separator-face)
1366         (message-cited-text-face, message-mml-face):
1367         * sieve-mode.el (sieve-control-commands-face)
1368         (sieve-action-commands-face, sieve-test-commands-face)
1369         (sieve-tagged-arguments-face):
1370         * spam.el (spam-face):
1371         Mark face aliases with "-face" in the name as obsolete.
1372
1373 2009-09-01  Glenn Morris  <rgm@gnu.org>
1374
1375         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1376         than goto-line.
1377
1378 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1381         Don't move point if the command is invoked inside the message header.
1382
1383 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1384
1385         * imap.el (imap-send-command): Simplify.
1386         (imap-wait-for-tag): point-max -> buffer-size.
1387
1388 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1389
1390         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1391         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1392         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1393         * nnir.el (nnir-swish-e-index-file):
1394         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1395         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1396         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1397         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1398         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1399         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1400
1401 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1404         Don't save excursion.
1405
1406 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1407
1408         * nnheader.el (nnheader-find-file-noselect):
1409         * mm-util.el (mm-insert-file-contents):
1410         Use (default-value 'major-mode) instead of default-major-mode.
1411
1412 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1413
1414         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1415
1416 2009-08-26  Glenn Morris  <rgm@gnu.org>
1417
1418         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1419         than placing in files.el.
1420
1421 2009-08-25  Glenn Morris  <rgm@gnu.org>
1422
1423         * nnir.el (top-level): Don't require cl at run-time.
1424         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1425         Replace cl-function substitute with gnus-replace-in-string.
1426         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1427         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1428         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1429         simplified expansions.
1430
1431 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1432
1433         * dig.el (dig): Add autoload cookie.
1434
1435 2009-08-22  Glenn Morris  <rgm@gnu.org>
1436
1437         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1438         goto-line.
1439
1440 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1441
1442         * parse-time.el (parse-time-string-chars): Save match data.
1443
1444 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1445
1446         * parse-time.el (parse-time-string-chars): Compute using character
1447         classes, to handle non-ascii characters (Bug#3190).
1448
1449 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1452
1453         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1454         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1455         (gnus-mm-display-part, gnus-mime-display-single)
1456         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1457         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1458
1459         * gnus-sum.el
1460         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1461         (gnus-summary-move-article): Add expirable mark to articles copied or
1462         moved to group that has auto-expire turned on if the option is non-nil.
1463
1464 2009-07-24  Glenn Morris  <rgm@gnu.org>
1465
1466         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1467         Fix typo.  (Bug#3903)
1468
1469 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1472         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1473         that should not be used for draft articles.
1474         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1475         that has no concern in minor mode keys.
1476         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1477         Abolish.
1478
1479 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1482         article without making inquiry to a user for unknown encoding.
1483
1484         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1485         (nnmaildir--scan): Assume i-node and device number that file-attributes
1486         returns might be cons-cell.
1487
1488         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1489
1490         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1491
1492 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         * auth-source.el: Remove docs now in auth.texi.  Don't use
1495         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1496         `auth-source-hide-passwords' and use them.
1497
1498 2009-07-15  Glenn Morris  <rgm@gnu.org>
1499
1500         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1501
1502 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1505         excessive whitespace from the default values of title and description.
1506
1507 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1510         mail-fetch-field to fetch Content-Description header in order to
1511         exclude newlines.
1512
1513 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1514
1515         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1516         format used by GnuPG 2.0.11.
1517
1518 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1521         to deleted part.
1522
1523 2009-05-30  David Engster  <dengste@eml.cc>
1524
1525         * nnmairix.el: Remove old documentation in the commentary block.
1526         (nnmairix-request-group): Do not update active file for nnml back ends.
1527         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1528         end so that overview files are ignored.
1529         (nnmairix-update-groups): Make updating the groups more robust by using
1530         marks.
1531         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1532         with dollar characters in message-id.
1533
1534 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1535
1536         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1537         2008-12-25 in dns.el.
1538
1539 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1540
1541         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1542         could happen if the text is only composed of spaces and/or tabs.
1543
1544 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1545
1546         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1547         when sending a queued message to avoid extra mml tags.
1548
1549 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1552
1553 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1556         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1557         rmail-toggle-header for XEmacs;
1558         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1559
1560 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * gnus-dired.el: Remove autoload for gnus-setup-message.
1563         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1564         displaying Gnus logo; always use compose-mail.
1565
1566 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1569
1570 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1573         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1574         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1575         available.
1576         (gnus-nocem-epg-verify): New function.
1577
1578 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1581
1582 2009-02-15  Glenn Morris  <rgm@gnu.org>
1583
1584         * gnus-util.el (rmail-insert-rmail-file-header)
1585         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1586         autoloads.
1587         (rmail-default-rmail-file): Remove unnecessary declaration.
1588         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1589
1590 2009-02-14  Glenn Morris  <rgm@gnu.org>
1591
1592         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1593         variable (only used in gnus-util, which declares it anyway).
1594         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1595         which was only needed by gnus-art (changed to not use it any more).
1596         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1597         only used in gnus-util, which autoloads it itself.
1598         (rmail-update-summary): Fix autoload.
1599
1600         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1601         rather than rmail-output-to-rmail-file.
1602
1603 2009-02-07  Glenn Morris  <rgm@gnu.org>
1604
1605         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1606         autoload of function that no longer exists.
1607         (rmail-toggle-header): Declare.
1608         (message-forward-rmail-make-body): Handle mbox Rmail.
1609
1610 2009-01-31  Glenn Morris  <rgm@gnu.org>
1611
1612         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1613         2009-01-09 change.
1614
1615 2009-01-31  Dave Love  <fx@gnu.org>
1616
1617         * imap.el (imap-fetch-safe): Bind debug-on-error.
1618         (imap-debug): Add imap-fetch-safe.
1619
1620 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1621
1622         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1623         (auth-source-forget-all-cached): New convenience function.
1624         (auth-source-user-or-password): Accept list of modes or a single mode.
1625
1626         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1627         auth-source modes.
1628
1629         * netrc.el (netrc-machine-user-or-password): Use list of
1630         auth-source modes.
1631
1632         * nnimap.el (nnimap-open-connection): Use list of
1633         auth-source modes.
1634
1635         * nntp.el (nntp-send-authinfo): Use list of
1636         auth-source modes.
1637
1638 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1639
1640         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1641         now.
1642
1643 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1646         coding system in XEmacs; add a workaround for XEmacs.
1647
1648         * lpath.el: Fbind coding-system-aliasee.
1649
1650 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1653         of current-language-environment.
1654
1655 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1656
1657         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1658         available at runtime.
1659
1660 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1663
1664 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1665
1666         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1667         the greatest positive fixnum value doesn't work under an XEmacs with
1668         bignum support; use the most-positive-fixnum constant instead,
1669         available since Emacs 21.1 with cl and XEmacs 21.1.
1670
1671 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1674         XEmacs gets not to work.
1675
1676 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * mm-util.el (mm-coding-system-priorities): Allow the value like
1679         "Japanese (UTF-8)" of current-language-environment.
1680
1681 2009-01-09  Glenn Morris  <rgm@gnu.org>
1682
1683         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1684         with last-command-event.
1685
1686 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1689         in the doc string.
1690
1691         * message.el (message-fix-before-sending): Amend comment.
1692
1693 2009-01-08  Dave Love  <fx@gnu.org>
1694
1695         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1696
1697 2009-01-07  David Engster  <dengste@eml.cc>
1698
1699         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1700         simplified server definitions by converting it via
1701         gnus-server-to-method.
1702
1703 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1706         parameter's operands.
1707
1708 2009-01-06  David Engster  <dengste@eml.cc>
1709
1710         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1711         primary select method (for gnus-group-mark-article-as-read).
1712
1713 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1714
1715         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1716         `(gnus)Face', not `(gnus)X-Face'.
1717
1718 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * mm-util.el (mm-ucs-to-char): New function.
1721
1722         * mm-url.el (mm-url-decode-entities): Use it.
1723
1724         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1725         unicode-to-char.
1726
1727 2009-01-05  Dave Love  <fx@gnu.org>
1728
1729         * time-date.el: Require cl for `declare'.
1730
1731 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1734         Dave Love.
1735
1736 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * message.el (message-fix-before-sending): Add `eight-bit' to
1739         illegible-text check.
1740
1741 2009-01-03  Michael Olson  <mwolson@gnu.org>
1742
1743         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1744         `headers' is nil.  This can occur if the IMAP server does not have
1745         permissions to read messages from a folder, but can write new messages
1746         to the folder.
1747         (nnimap-request-article-part): Do not insert `data' if it is nil.
1748
1749         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1750         characters which will confuse `read', so skip past them.
1751
1752 2009-01-01  Dave Love  <fx@gnu.org>
1753
1754         * imap.el (imap-string-to-integer): Fix typo.
1755         (imap-fetch-safe): New function.
1756         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1757
1758         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1759
1760         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1761         (imap-parse-greeting): Fix doc strings.
1762         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1763         (imap-parse-flag-list): Make messages unique.
1764         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1765
1766         * nnimap.el: Fix author email.
1767         (nnimap-split-rule): Add FIXME comment.
1768         (nnimap-debug): Fix doc string.
1769
1770 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1771
1772         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1773
1774 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1775
1776         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1777         nslookup if resolv.conf isn't available.
1778         (dns-query): Rename from query-dns.
1779         (dns-query-cached): Rename from query-dns-cached.
1780
1781 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1784         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1785         to check if those variables exist (first appeared in Emacs 18.50).
1786
1787 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * mm-util.el (mm-line-number-at-pos): New function.
1790
1791         * spam-report.el (spam-report-process-queue): Use it.
1792
1793 2008-12-24  David Engster  <dengste@eml.cc>
1794
1795         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1796         parameters that haven't existed as variables as buffer-local variables.
1797
1798 2008-12-23  Dave Love  <fx@gnu.org>
1799
1800         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1801         cadar.
1802
1803         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1804         imap-starttls-p.
1805         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1806
1807 2008-12-22  Dave Love  <fx@gnu.org>
1808
1809         * imap.el: Fix author email.  Doc fixes.
1810         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1811         reply.
1812
1813 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1814
1815         * spam-report.el (spam-report-gmane-max-requests): New constant.
1816         (spam-report-gmane-wait): New variable.
1817         (spam-report-gmane-ham, spam-report-gmane-spam)
1818         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1819         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1820         the server.
1821
1822         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1823         Add explanations.
1824
1825         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1826         nnheader-accept-process-output and nnheader-read-timeout if available.
1827         (pop3-movemail): Use it.
1828
1829         * message.el (message-check-news-body-syntax): Fix signature check if
1830         there's an attachment.
1831
1832 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * mm-util.el: Add comments to the mm- emulating functions.
1835
1836 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1839         by Stephen Berman <stephen.berman@gmx.net>.
1840
1841 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * mm-util.el (mm-substring-no-properties): New function.
1844         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1845         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1846         (mm-string-to-multibyte): Doc fix.
1847
1848         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1849
1850 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1851
1852         * mml.el (mml-attach-file): Strip text properties from file name.
1853         (Bug#1574)
1854
1855 2008-12-16  Glenn Morris  <rgm@gnu.org>
1856
1857         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1858
1859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1862         knows since the charset specified might be a bogus alias that
1863         mm-charset-synonym-alist provides.
1864
1865 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1866
1867         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1868         "ISO_8859-1".
1869
1870         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1871
1872 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * mm-util.el (mm-charset-eval-alist):
1875         Define it before mm-charset-to-coding-system.
1876         (mm-charset-to-coding-system): Add optional argument `silent';
1877         define it before mm-charset-override-alist.
1878         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1879         default value if it can be used in Emacs currently running;
1880         silence mm-charset-to-coding-system.
1881
1882 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1885         `allow-override' which says whether to use `mm-charset-override-alist'.
1886         (rfc2047-decode-encoded-words): Use it.
1887
1888         * mm-util.el (mm-charset-override-alist): Fix custom type;
1889         add `(gb2312 . gbk)' to choices.
1890
1891 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1894         fast.
1895
1896         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1897
1898         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1899
1900 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1901
1902         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1903         on links.
1904
1905         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1906
1907 2008-12-03  Lute Kamstra  <lute@gnu.org>
1908
1909         * sha1.el: Remove leading * from docstrings of defcustoms,
1910         deffaces, defconsts and defuns.
1911
1912 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1915         users' addresses that don't have domain parts.
1916         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1917         rather than message-narrow-to-head since there will be the message
1918         header separator.
1919
1920 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1921
1922         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1923         since the result is inserted in a unibyte buffer anyway.
1924         (nnimap-demule-use-string-to-multibyte): Remove.
1925         (nnimap-demule): Alias it to mm-string-to-multibyte.
1926
1927 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1928
1929         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1930         variable for debugging bug#464 and bug#1174.
1931         (nnimap-demule): Use it.
1932
1933 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1934
1935         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1936         score calculation correctly.
1937
1938 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1939
1940         * message.el (message-send-mail): Just set the buffer to unibyte
1941         rather than use mm-with-unibyte-current-buffer which does a lot more.
1942         (message-send-mail-partially): Don't bother with
1943         mm-with-unibyte-current-buffer since it's already been made unibyte by
1944         message-send-mail.
1945
1946 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1947
1948         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1949
1950 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1951
1952         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1953
1954 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1957         require itself and to remove `with-no-warnings'.
1958
1959 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1960
1961         * starttls.el (starttls-any-program-available): Get the name of the
1962         available TLS layer program.
1963         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1964         well as the host name in the "opening" message.
1965
1966         * auth-source.el (auth-source-cache, auth-source-do-cache)
1967         (auth-source-user-or-password): Cache passwords and logins by default,
1968         allow override with `auth-source-do-cache'.
1969         (auth-source-forget-user-or-password): Allow users to remove cache
1970         entries if needed.
1971
1972 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1973
1974         * md4.el (md4-buffer): Fix typo in docstring.
1975         (md4, md4-64): Doc fixes.
1976         (md4-pack-int32): Reflow docstring.
1977
1978 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1981         condition-case to only the forward-sexp call.
1982
1983 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1986         quotes contained.  Make it more robust regardless by an extra
1987         condition-case wrapper.
1988
1989 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1992
1993 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * nnml.el (nnml-request-expire-articles): Check if the function set to
1996         `nnmail-expiry-target' returns the symbol `delete'.
1997
1998         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1999
2000         * nnmail.el (nnmail-expiry-target): Fix custom type.
2001
2002 2008-10-02  Glenn Morris  <rgm@gnu.org>
2003
2004         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2005         Silence compiler warning.
2006
2007 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2008
2009         * tls.el (open-tls-stream): Show the actual command being
2010         executed, instead of the format string.
2011
2012 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * lpath.el: Fbind codepage-setup for Emacs 23.
2015
2016 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2017
2018         * mml.el (mml-menu): Don't assume mml2015 is bound.
2019
2020 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2023         exists.
2024
2025 2008-09-27  Glenn Morris  <rgm@gnu.org>
2026
2027         * gnus-util.el (mail-header-remove-comments): Autoload it.
2028
2029 2008-09-27  Andreas Schwab  <schwab@suse.de>
2030
2031         * gnus-util.el (gnus-split-references): Strip comments.
2032         (gnus-parent-id): Likewise.
2033
2034 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2035
2036         * message.el (message-confirm-send): Fix version.
2037
2038 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * message.el (message-idna-to-ascii-rhs-1): Use
2041         mail-extract-address-components rather than mail-header-parse-addresses
2042         that is an alias by default to ietf-drums-parse-addresses that does not
2043         support non-ASCII names in headers' contents.
2044
2045 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * message.el (message-confirm-send): Fixed variable documentation to
2048         avoid the "y/n" wording.
2049
2050 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2051
2052         * message.el (message-set-auto-save-file-name): Save to a different
2053         filename so multiple messages (especially drafts) can be recovered.
2054
2055 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * message.el (message-confirm-send): Add appropriate version.
2058
2059 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2062         defvar.
2063
2064 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2065
2066         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2067         (mm-pkcs7-enveloped-magic): Ditto.
2068
2069 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2070
2071         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2072         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2073
2074 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2077         default, it's better.
2078
2079 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2082         summary line gnus-number property and ignore them (with a warning
2083         message).
2084
2085 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2088         macro caddr in the interactive form since it won't be expanded.
2089
2090 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2093         `charset'; fix name of function called recursively.
2094         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2095
2096 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2099         (gnus-mime-set-charset-parameters): New function.
2100         (gnus-mime-view-part-as-charset): Use it to correctly display part
2101         specifying wrong charset.
2102
2103 2008-09-08  David Engster  <dengste@eml.cc>
2104
2105         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2106         in completing-read for back end server.
2107
2108 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2109
2110         * message.el (message-confirm-send): New variable to confirm sending a
2111         message.
2112         (message-send): Use it.
2113
2114 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2115
2116         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2117
2118 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2121
2122 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2125         prevent tracking too many groups.
2126         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2127         Use it.
2128
2129 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2130
2131         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2132         moving point to the bottom of the window in order to avoid recentering.
2133
2134 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2137
2138         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2139         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2140         (gnus-article-beginning-of-window): Fix calculation.
2141
2142 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * gnus-msg.el (gnus-summary-supersede-article)
2145         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2146         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2147         message header.
2148
2149 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2150
2151         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2152         pending output coming after the status change.
2153
2154 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2155
2156         * message.el:
2157         * gnus-start.el:
2158         * gnus-registry.el: Remove VMS support.
2159
2160 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2163         macro.
2164         (rfc2104-hash): Use it.
2165
2166 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2167
2168         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2169         (gnus-summary-sort-by-most-recent-date): New commands.
2170         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2171         and menu entries.
2172
2173 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2176         don't redisplay article for raw contents; remove plural articles stuff.
2177
2178         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2179         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2180         on gnus-summary-save-article; display results properly.
2181
2182 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * lpath.el: No need to fbind ns-focus-frame.
2185
2186 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2189
2190 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2193         gnus-save-all-headers.
2194
2195 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2196
2197         * gnus-util.el (ns-focus-frame): Remove declaration.
2198         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2199         like x.
2200
2201 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2202
2203         * rfc2104.el (rfc2104-zero): Delete defconst.
2204         (rfc2104-hex-alist): Likewise.
2205         (rfc2104-hex-to-int): Delete func.
2206         (rfc2104-hexstring-to-bitstring): Likewise.
2207         (rfc2104-nybbles): New defconst.
2208         (rfc2104-hash): Rewrite for speed.
2209
2210 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * tls.el (open-tls-stream): Make it work with the 2nd argument
2213         BUFFER that is a string but does not exist as a buffer object, as
2214         mentioned in the doc-string.
2215
2216 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2219         SXEmacs.
2220
2221 2008-07-16  Glenn Morris  <rgm@gnu.org>
2222
2223         * gnus-util.el (ns-focus-frame): Declare for compiler.
2224
2225 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2228         set as a group parameter.
2229         (gnus-summary-save-in-pipe): Work when it is called independently.
2230         (gnus-summary-pipe-to-muttprint): Don't modify
2231         gnus-summary-pipe-output-default-command.
2232
2233 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2234
2235         * message.el (message-send-mail-with-sendmail):
2236         Display the error message.
2237
2238 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-art.el (gnus-default-article-saver):
2241         Add gnus-summary-save-in-pipe to choices.
2242         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2243         gnus-summary-pipe-output-default-command as the default command.
2244         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2245         instead of gnus-last-shell-command.
2246
2247         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2248         New user option.
2249         (gnus-summary-muttprint-program): Mention the value will be changed.
2250         (gnus-summary-save-article): Force showing of all headers.
2251         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2252
2253 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2254
2255         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2256
2257 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2258
2259         * nnimap.el (nnimap-id):
2260         * sieve-manage.el (sieve-manage-open): Doc fixes.
2261
2262 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2263
2264         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2265         if available.
2266
2267 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2268
2269         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2270
2271         * nnkiboze.el (nnkiboze-generate-group):
2272         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2273
2274         * nnmairix.el: Require CL.
2275
2276 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * dgnushack.el: Autoload get-display-table and put-display-table for
2279         XEmacs 21.5.
2280
2281         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2282         21.4 and SXEmacs.
2283
2284 2008-06-15  David Engster  <dengste@eml.cc>
2285
2286         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2287
2288 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2289
2290         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2291         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2292         runtime choice under XEmacs.
2293
2294         * gnus-sum.el (gnus-summary-set-display-table):
2295         Use `gnus-put-display-table', `gnus-get-display-table',
2296         `gnus-set-display-table' for the display table, instead of `aset'.
2297
2298         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2299         Use `gnus-put-display-table', `gnus-get-display-table',
2300         `gnus-set-display-table' for the display table.
2301
2302 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * nnmairix.el: Add autoloads.
2305
2306 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2307
2308         * nnmairix.el (nnmairix-delete-recreate-group)
2309         (nnmairix-update-and-clear-marks): Fix error messages.
2310
2311 2008-06-14  David Engster  <dengste@eml.cc>
2312
2313         * nnmairix.el: Upgrade to version 0.6.
2314         (nnmairix-group-toggle-propmarks-this-group)
2315         (nnmairix-group-toggle-readmarks-this-group)
2316         (nnmairix-group-delete-recreate-this-group)
2317         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2318         (nnmairix-remove-tick-mark-original-article): New commands.
2319         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2320         (nnmairix-propagate-marks-to-nnmairix-groups)
2321         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2322         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2323         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2324         functions needed for marks propagation and manipulation of read marks.
2325         (nnmairix-update-groups): New function.
2326         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2327         (nnmairix-determine-original-group-from-registry)
2328         (nnmairix-determine-original-group-from-path)
2329         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2330         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2331         New helper functions.
2332         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2333         keystrokes for new commands.
2334         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2335         (nnmairix-request-group): Check allow-fast group parameter.
2336         (nnmairix-request-create-group): Set allow-fast group parameter if
2337         nnmairix-allowfast-default is set.
2338         (nnmairix-close-group): Propagate marks upon closing if needed.
2339         (nnmairix-group-toggle-threads-this-group): Use new.
2340         nnmairix-group-toggle-parameter helper function.
2341         (nnmairix-search): Better check for empty search result.
2342         (nnmairix-goto-original-article): Use new helper functions for
2343         determining original article.
2344         (nnmairix-show-original-article): Make sure message-id is in brackets.
2345         (nnmairix-call-mairix-binary): Change variable name.
2346         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2347         helper function.
2348         (nnmairix-widget-toggle-activate): Fix doc string.
2349
2350 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * nnir.el: Require edmacro when compiling with XEmacs.
2353         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2354         available in Emacs 21.
2355
2356 2008-06-11  Glenn Morris  <rgm@gnu.org>
2357
2358         * gnus-util.el (x-focus-frame):
2359         * gnus.el (image-size):
2360         * mm-decode.el (image-size): Declare.
2361
2362         * gnus-picon.el (declare-function): Add compat definition.
2363         (image-size): Declare.
2364
2365         * gnus-group.el (tool-bar-map):
2366         * gnus-sum.el (tool-bar-map): Define for compiler.
2367
2368         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2369
2370         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2371
2372         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2373         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2374         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2375         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2376         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2377         * sieve-manage.el, spam-report.el, spam.el:
2378         Remove unnecessary eval-and-compile of autoloads.
2379
2380 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2381
2382         * auth-source.el: Precise Tramp doc.
2383
2384 2008-06-07  Glenn Morris  <rgm@gnu.org>
2385
2386         * nnmairix.el: Remove unnecessary eval-when-compile.
2387
2388 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * lpath.el: Fbind propertize for XEmacs 21.4.
2391
2392 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * nnir.el: Move here from ../contrib.
2395
2396 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2397
2398         * gnus-util.el (gnus-read-shell-command): New function.
2399         * mm-decode.el (mm-pipe-part):
2400         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2401
2402 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2405
2406 2008-06-03  Glenn Morris  <rgm@gnu.org>
2407
2408         * pop3.el (nnheader-accept-process-output): Autoload it.
2409
2410 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2413         are not 2-digit hexadecimal characters that follow `%'s.
2414
2415 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2416
2417         * message.el (message-bogus-recipient-p): Fix type in doc string.
2418         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2419         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2420         Improve custom options.
2421         (message-bogus-recipient-p): Adjust accordingly.
2422
2423 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2424
2425         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2426         long-form month and day names.
2427
2428 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * dgnushack.el: Autoload debug, eudc-expand-inline and
2431         pgg-snarf-keys-region for XEmacs.
2432
2433         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2434
2435         * nnmairix.el: Require edmacro when compiling with XEmacs.
2436
2437 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2440         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2441
2442 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * auth-source.el: Add more docs.
2445
2446         * netrc.el (netrc-machine): Always match if the port is not given.
2447
2448 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2451         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2452         retrieval faster in some cases, but might make CPU usage larger.  If
2453         this has any bad side effects, we might revert this change.
2454
2455         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2456         seems to make mail retrieval much, much faster.
2457         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2458         unconditionally.
2459
2460         * gnus-draft.el (gnus-group-send-queue): Bind
2461         message-send-mail-partially-limit to nil to avoid being prompted.
2462
2463 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2464
2465         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2466
2467         * message.el (message-bogus-address-regexp): Fix and improve custom
2468         type.
2469         (message-setup-hook): Add message-check-recipients as custom option.
2470
2471 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2472
2473         * message.el (message-cite-function): Remove bogus autoload which crept
2474         in during merge from v5-10.
2475
2476 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2479
2480         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2481
2482         * auth-source.el: Preliminary Tramp docs.
2483         (auth-sources): Change the default auth-sources to use
2484         EPA .gpg files.
2485
2486 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * nntp.el: Autoload `auth-source-user-or-password'.
2489         (nntp-send-authinfo): Use it.
2490
2491         * nnimap.el: Autoload `auth-source-user-or-password'.
2492         (nnimap-open-connection): Use it.
2493
2494         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2495         for the gnus-message function.
2496         (auth-source-user-or-password): Use it.
2497
2498 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2499
2500         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2501         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2502         (rfc2104-hash): Use it.
2503
2504 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2505
2506         * gnus-art.el (gnus-article-toggle-truncate-lines):
2507         Don't use `iff' in docstring.
2508
2509 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2510
2511         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2512
2513         * gnus-util.el (gnus-extract-address-component-name)
2514         (gnus-extract-address-component-email): Convenience functions around
2515         `gnus-extract-address-components'.
2516
2517         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2518         Use `gnus-extract-address-component-email' to fix bug of comparing full
2519         sender name to `user-mail-address'.
2520
2521 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2522
2523         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2524         catch/throw to optimize.
2525         (gnus-registry-find-keywords): Just use member to find a keyword.
2526
2527 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2528
2529         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2530         is current before calling gnus-server-prepare.
2531         (gnus-server-setup-buffer, gnus-server-update-server)
2532         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2533
2534 2008-05-04  Juri Linkov  <juri@jurta.org>
2535
2536         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2537         (mailcap-file-default-commands): Use mailcap-replace-in-string
2538         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2539         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2540
2541 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2542
2543         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2544
2545 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2546
2547         * gnus.el: Bump version to 0.11.
2548
2549 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2550
2551         * gnus.el: No Gnus v0.10 is released.
2552
2553 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2556         hooks.
2557         (gnus-update-read-articles): Speed up non-marks-using users.
2558         (gnus-use-marks): Define gnus-use-marks.
2559         (gnus-propagate-marks): Rename variable to something more sensible.
2560
2561 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2562
2563         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2564         (gmm-image-load-path-for-library): Fix typos in docstrings.
2565         (gmm-message): Reflow docstring.
2566
2567 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2568
2569         * mail-source.el (mail-source-set-1, mail-source-bind):
2570         Move auth-source code out of the macro to clean it up and fix bugs.
2571
2572 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2573
2574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2575         by sender if it's equal to user-mail-address, it's likely to be
2576         useless.
2577
2578         * mail-source.el (mail-source-bind): Don't use user or password if they
2579         are not bound.  Unintern them if they are nil.  Don't use server unless
2580         it's bound, and default it to empty string otherwise.
2581
2582 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2583
2584         * mail-source.el: Load auth-source.el.
2585         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2586         get user name or password, if auth-sources is set up.
2587
2588         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2589         strategy of splitting with parent.
2590         (gnus-registry-split-fancy-with-parent)
2591         (gnus-registry-post-process-groups): Use it and fix prior
2592         bug (returning a list as the split result).
2593
2594         * auth-source.el (auth-sources): Remove server parameter.
2595         (auth-source-pick, auth-source-user-or-password)
2596         (auth-source-user-or-password-imap)
2597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2598         (auth-source-user-or-password-sftp)
2599         (auth-source-user-or-password-smtp): Remove server parameter.
2600
2601 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2602
2603         * smime.el (smime-sign-region, smime-encrypt-region)
2604         (smime-decrypt-region):
2605         Remove redundant calls to `generate-new-buffer-name'.
2606
2607 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2608
2609         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2610         Don't use QP for message/rfc822.
2611         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2612
2613 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2614
2615         * sieve-manage.el (sieve-string-bytes): Remove.
2616         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2617         correct byte-length only if the process's coding-system is the same as
2618         the one used internally by Emacs to represent strings.
2619
2620 2008-04-22  Juri Linkov  <juri@jurta.org>
2621
2622         * mailcap.el (mailcap-file-default-commands): New function.
2623
2624 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2625
2626         * message.el (message-signature-separator, message-cite-function):
2627         Change custom version.
2628
2629 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2630
2631         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2632         commands.
2633         (tls-checktrust): Ditto.
2634
2635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2636
2637         * mm-decode.el (mm-display-external): Make temp file read-only.
2638
2639 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2640
2641         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2642         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2643         `C-c C-f d'.
2644
2645 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2646
2647         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2648
2649 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2650
2651         * gnus.el: Bump version to 0.9.
2652
2653 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * gnus.el: No Gnus v0.8 is released.
2656
2657 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2658
2659         * mail-source.el (mail-source-value):
2660         Prefer fboundp to functionp so it works with macros as well.
2661
2662 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2663
2664         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2665         Fix last change in case the element is not even a symbol.
2666
2667 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2668
2669         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2670         Prefer fboundp to functionp so it works with macros as well.
2671
2672 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * auth-source.el: Added docs.
2675         (auth-sources): Modify format to support server.
2676         (auth-source-pick, auth-source-user-or-password)
2677         (auth-source-user-or-password-imap)
2678         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2679         (auth-source-user-or-password-sftp)
2680         (auth-source-user-or-password-smtp): Add server parameter.
2681
2682 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2683
2684         * gnus-registry.el: Initialize the registry when gnus-registry-install
2685         is t.
2686
2687 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * compface.el (uncompface): Make buffer unibyte.
2690
2691 2008-04-05  Glenn Morris  <rgm@gnu.org>
2692
2693         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2694
2695 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2696
2697         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2698         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2699
2700         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2701         multibyteness after rather than before erasing it.
2702
2703         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2704         mm-with-multibyte.
2705         (gnus-request-article-this-buffer): Make sure the proper decoding is
2706         used if gnus-original-article-buffer happens to be unibyte.
2707
2708         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2709         default-enable-multibyte-characters.
2710
2711         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2712         default-enable-multibyte-characters.
2713
2714         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2715
2716         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2717
2718 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2719
2720         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2721         (imap-message-copyuid-1): Use it.
2722         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2723         J. Williams in
2724         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2725
2726         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2727         imap-enable-exchange-bug-workaround.
2728         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2729
2730 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2731
2732         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2733         a 100 byte status-checks into a 2-3MB transfer for each group.
2734         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2735         to enable bug workaround or not.
2736         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2737
2738 2008-03-31  Glenn Morris  <rgm@gnu.org>
2739
2740         * message.el (mml2015-use): Declare for compiler.
2741         (message-info): Require mml2015 when appropriate.
2742
2743 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2746         whitespace.
2747
2748 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2749
2750         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2751         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2752         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2753         (nntp-service-to-port): New function.
2754         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2755         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2756         (nntp-open-netcat-stream): New function.
2757         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2758
2759 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2760
2761         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2762
2763 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2764
2765         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2766
2767 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2768
2769         * dns.el (dns-write): Use set-buffer-multibyte.
2770
2771 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2772
2773         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2774
2775 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2776
2777         * message.el (message-signature-separator): Change default.
2778         Improve custom type.
2779         (message-cite-function): Change default to
2780         message-cite-original-without-signature.
2781
2782         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2783         toggle.
2784
2785         * message.el (message-check-news-body-syntax): Fix signature check.
2786         (message-setup-1): Mark buffer as unmodified _after_ running
2787         message-setup-hook and handling message-alternative-emails.
2788         (message-shorten-references): Be more strict when building list of
2789         valid references to comply with GNKSA.
2790
2791         * gnus-group.el (gnus-read-ephemeral-bug-group)
2792         (gnus-read-ephemeral-debian-bug-group)
2793         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2794
2795         * message.el (message-info): Don't use booleanp which isn't supported
2796         in Emacs 21 and XEmacs.
2797
2798 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2799
2800         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2801         gnus-group-gmane-group-download-format.
2802         (gnus-group-read-ephemeral-gmane-group): Rename from
2803         gnus-group-read-ephemeral-gmane-group.
2804         (gnus-read-ephemeral-gmane-group-url): Rename from
2805         gnus-group-read-ephemeral-gmane-group-url.
2806         (gnus-bug-group-download-format-alist): New variable.
2807         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2808         (gnus-read-ephemeral-emacs-bug-group): New commands.
2809
2810 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2811
2812         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2813         (gnus-visible-headers): Improve custom type.
2814
2815 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2816
2817         * mml.el (mml-menu): Add workarounds for XEmacs.
2818
2819         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2820         X-Boundary header.
2821
2822         * message.el (message-simplify-recipients): Fix previous commit.
2823
2824 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         * mm-util.el (mm-set-buffer-multibyte): New function.
2827         * mm-decode.el (mm-copy-to-buffer): Use it.
2828
2829 2008-03-19  Glenn Morris  <rgm@gnu.org>
2830
2831         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2832         Accidentally removed in the sync process with Emacs.
2833
2834 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2835
2836         * message.el (message-alter-recipients-discard-bogus-full-name):
2837         New function.
2838         (message-alter-recipients-function): New variable.
2839         (message-get-reply-headers): Use it.
2840         (message-replace-header): New helper function.
2841         (message-recipients-without-full-name): New variable.
2842         (message-simplify-recipients): New command.
2843
2844         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2845
2846         * message.el (message-info): Handle EasyPG manual.
2847
2848         * mml.el (mml-menu): Add entry for EasyPG.
2849
2850 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2851
2852         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2853         parameter.
2854
2855         * message.el (message-disassociate-draft): Specify drafts group name
2856         fully.
2857
2858 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2861         unnecessary duplicates from the match list.
2862
2863 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2866
2867         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2868
2869         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2870         args of `how-many' of which the XEmacs version doesn't take; declare
2871         Info-index-next as function.
2872
2873 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2874
2875         * gnus-score.el (gnus-score-headers): Fix handling of
2876         gnus-inhibit-slow-scoring.
2877
2878         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2879         string.
2880         (gnus-button-url-regexp): Improve handling of parenthesis.
2881         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2882         (gnus-button-handle-info-keystrokes): Handle index entries.
2883
2884 2008-03-15  Glenn Morris  <rgm@gnu.org>
2885
2886         * parse-time.el (parse-time-string): Simplify.
2887
2888 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2891         Incoming* files.
2892
2893 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2894
2895         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2896         (auth-source-pick): Use it.
2897
2898 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2899
2900         * binhex.el (binhex-decode-region-internal):
2901         * uudecode.el (uudecode-decode-region-internal):
2902         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2903         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2904         setting default-enable-multibyte-characters.
2905
2906 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * auth-source.el (auth-source-protocols)
2909         (auth-source-protocols-customize, auth-source-choices): Added and
2910         modified variable customizations and defaults.
2911         (auth-source-pick, auth-source-user-or-password)
2912         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2913         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2914         (auth-source-user-or-password-sftp)
2915         (auth-source-user-or-password-smtp): Use new variables and provide an
2916         interface to netrc.el.
2917
2918 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2921         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2922         Make sure the nntp port to specify is a string.
2923
2924 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2925
2926         * nntp.el: Use with-current-buffer.
2927         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2928         dubious mm-with-unibyte-current-buffer.
2929         (nntp-with-open-group-function): New function extracted from
2930         nntp-with-open-group macro.
2931         (nntp-with-open-group): Use the function, so it's easier to debug.
2932         Add indentation and debugging info.
2933         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2934         the use of the netcat alternatives.
2935
2936         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2937         Avoid mm-string-as-multibyte as well.
2938
2939         * nnweb.el (nnweb-insert-html):
2940         Remove use of nnheader-string-as-multibyte.
2941
2942         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2943         (nnheader-string-as-multibyte): Remove.
2944
2945         * mm-view.el: Use inhibit-read-only.
2946         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2947         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2948         or unibyte-string.
2949
2950         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2951         (mm-uu-yenc-extract): Use with-current-buffer.
2952
2953         * gnus-soup.el (gnus-soup-send-packet): Don't use
2954         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2955
2956         * nnmh.el: Use with-current-buffer.
2957         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2958         mm-string-as-multibyte on the output of mm-encode-coding-string.
2959
2960         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2961         (nnimap-request-move-article): Use with-current-buffer.
2962
2963         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2964         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2965         conversion uses string-make-unibyte rather than string-as-unibyte.
2966
2967         * gnus-msg.el: Use with-current-buffer.
2968
2969         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2970
2971 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2972
2973         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2974         string for caching if it is 'PIN.
2975
2976 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * lpath.el: Consider the case without Emacs/W3.
2979
2980 2008-03-08  Glenn Morris  <rgm@gnu.org>
2981
2982         * time-date.el (date-to-time, time-subtract, time-add)
2983         (safe-date-to-time): Doc fixes.
2984
2985 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * mail-source.el (mail-source-delete-old-incoming-confirm):
2988         Change default to nil.
2989         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2990
2991 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * lpath.el: Rearrange.
2994
2995         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2996         (gnus-article-goto-prev-page): Work for articles having ^L's.
2997
2998         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2999
3000         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3001
3002 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3003
3004         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3005         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3006         (gnus-bookmark-jump): Adjust some variable names.
3007
3008 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3009
3010         * auth-source.el: New package.
3011         (auth-source-choices): Add customization entry point variable.
3012
3013         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3014         bug.
3015
3016 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3019         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3020         (gnus-registry-install-shortcuts): Rename from
3021         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3022         the `gnus-registry-mark-map' keymap dynamically from
3023         `gnus-registry-marks'.  The generated functions update the summary line
3024         when a registry mark is added or deleted, and will call
3025         `gnus-registry-install-p' (see the comments in the code).
3026         (gnus-registry-user-format-function-M): Use concat intelligently.
3027
3028         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3029         the registry mark functions.
3030
3031 2008-03-05  Glenn Morris  <rgm@gnu.org>
3032
3033         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3034         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3035         gnus-art.
3036         (top-level): No need to load own source when compiling.
3037
3038 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3041         Suggested by <chris.anderton@zetnet.co.uk>.
3042
3043 2008-03-04  Glenn Morris  <rgm@gnu.org>
3044
3045         * gnus-sum.el (top-level): No need to require gnus when compiling,
3046         since unconditionally required near start of file.
3047         (gnus-summary-display-while-building): Move definition before use.
3048
3049 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3050
3051         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3052         formatting function.
3053
3054 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3055
3056         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3057         with plists.
3058         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3059         Use new format.
3060
3061 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3064         `where-is-internal' that returns a range of key sequences.
3065
3066 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3067
3068         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3069
3070         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3071         (gnus-summary-jump-to-group): Consider windows on other displayed
3072         frames as well.  Similar changes might be needed elsewhere, but that's
3073         the one I've bumped into during my use.
3074
3075         * nndoc.el (nndoc-oe-dbx-type-p):
3076         * gnus-msg.el (gnus-debug):
3077         * gnus-group.el (gnus-update-group-mark-positions):
3078         Use mm-string-to-multibyte.
3079
3080 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3081
3082         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3083         doesn't handle NotDashEscaped.
3084
3085         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3086         (mml-dnd-attach-options): Fix typo in custom choice.
3087
3088         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3089         nndoc-article-type to mbox.
3090         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3091
3092         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3093         to nil, instead of html2text.
3094
3095         * imap.el (imap-debug): Add `imap-ping-server'.
3096
3097         * gnus-bookmark.el: Add FIXMEs.
3098
3099         * message.el (message-form-letter-separator)
3100         (message-send-form-letter-delay): New variables.
3101         (message-send-form-letter): Use them.  New command to send form
3102         letters.  Requested by Uwe Siart.
3103         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3104
3105 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3106
3107         * Update copyright years.
3108
3109 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         Sync from EMACS_22_BASE.
3112
3113         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3114
3115 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3116
3117         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3118         empty author.
3119
3120 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3121
3122         * gnus-registry.el (gnus-registry-marks): Add variable for
3123         customization of marks and their appearance.
3124         (gnus-registry-read-mark): Use it.
3125         (gnus-registry-do-marks): Add utility function to loop through
3126         `gnus-registry-marks'.
3127         (gnus-registry-install-shortcuts-and-menus): Add function to install
3128         shortcuts and menus.
3129         (gnus-registry-initialize): Use it.
3130         (gnus-registry-default-mark): Clarify documentation.
3131
3132 2008-02-29  Glenn Morris  <rgm@gnu.org>
3133
3134         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3135         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3136         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3137         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3138         Change defcustom :version from 23.0 to 23.1.
3139
3140 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * gnus-registry.el (gnus-registry-follow-group-p)
3143         (gnus-registry-post-process-groups): Add functions to aid registry
3144         splitting and improve logging.  Clarify behavior in function
3145         documentation.
3146         (gnus-registry-split-fancy-with-parent): Use them.
3147
3148 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3149
3150         * gnus-art.el: Use with-current-buffer.
3151
3152 2008-02-27  David Engster  <dengste@eml.cc>
3153
3154         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3155         Express real group name in the response.
3156
3157 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3160         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3161         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3162         autoload gnus-registry-fetch-group when compiling.
3163         (nnmairix-request-group-with-article-number-correction): Remove
3164         unreferenced argument passed to nnmairix-call-backend.
3165
3166 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3169         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3170         Wilde.
3171
3172 2008-02-27  Glenn Morris  <rgm@gnu.org>
3173
3174         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3175         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3176         variables to defconsts.  Convert comments to doc-strings.
3177         (nnmairix-last-server, nnmairix-current-server): Convert from free
3178         variables to defvars.  Convert comments to doc-strings.
3179         (gnus-registry-fetch-group): Autoload.
3180         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3181         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3182         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3183         caddr.
3184         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3185         nnmairix-request-group-with-article-number-correction call.
3186         (nnmairix-fast, nnmairix-group): New, less general names, for free
3187         variables passed from nnmairix-request-group to
3188         nnmairix-request-group-with-article-number-correction.  Declare.
3189         (nnmairix-request-group-with-article-number-correction):
3190         Use nnmairix-fast, nnmairix-group rather than fast, group.
3191
3192 2008-02-26  David Engster  <dengste@eml.cc>
3193
3194         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3195         version 0.5.
3196
3197 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3200         instead of making an extra function call.  Don't add the current group
3201         to articles only when they have the group.  Use
3202         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3203         Reported by David <de_bb@arcor.de>.
3204
3205 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3208         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3209
3210 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3211
3212         * mail-source.el (mail-source-delete-incoming): Change default.
3213         Supplement doc string.
3214
3215         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3216
3217 2008-02-14  Glenn Morris  <rgm@gnu.org>
3218
3219         * time-date.el (format-seconds): New function.
3220
3221 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3222
3223         * nnmail.el (nnmail-message-id-cache-file): Derive from
3224         `gnus-home-directory'.
3225
3226 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3229         Document negative prefix.
3230
3231         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3232
3233 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * message.el (message-unsent-separator): Add the Exim bounce
3236         separator.
3237
3238 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3239
3240         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3241         list.
3242         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3243         recipient/signer list.
3244
3245 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * Makefile.in (datarootdir): Define.
3248         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3249         name that might contain whitespace.
3250
3251 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3254         fbound (Emacs 23 unicode), signal an error.
3255
3256 2008-02-08  Glenn Morris  <rgm@gnu.org>
3257
3258         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3259
3260 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3261
3262         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3263         ports to the calls to `netrc-machine-user-or-password' in addition to
3264         "imap" and "imaps".
3265
3266 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3267
3268         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3269
3270         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3271
3272 2008-02-01  Kenichi Handa  <handa@m17n.org>
3273
3274         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3275         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3276         (rfc2104-hash): Convert the result of concat to unibyte string.
3277
3278 2008-02-01  Dave Love  <fx@gnu.org>
3279
3280         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3281         coding-system-for-read.
3282         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3283
3284 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3285
3286         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3287         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3288         <hanche@math.ntnu.no>.
3289
3290 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3293
3294         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3295
3296 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3297
3298         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3299         * message.el (message-beginning-of-line): Use featurep instead of bound
3300         tests in order to resolve conditionals at compile time.
3301
3302 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3303
3304         * mail-source.el (mail-sources): Add `group' choice.
3305
3306         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3307         parameter `in-group' to control into which group the articles go.
3308         Add treatment of `group' mail-source.
3309
3310 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3313
3314         * mm-decode.el (mm-dissect-buffer): Decode description.
3315
3316         * mml.el (mml-to-mime): Encode message header first.
3317
3318 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3321         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3322
3323         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3324         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3325
3326 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3329
3330 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3333         prefix keys.
3334         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3335         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3336         gnus-xmas.el.
3337
3338         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3339         (gnus-xmas-article-describe-bindings): New function.
3340         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3341         gnus-xmas-article-describe-bindings.
3342
3343         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3344
3345 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3346
3347         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3348         Add new variables for article mark management.
3349         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3350         list of extra data entries which, when present, will indicate that the
3351         article ID should not be trimmed from the registry.
3352         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3353         functions.
3354         (gnus-registry-read-mark): New function to read a mark name from the
3355         user.
3356         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3357         (gnus-registry-set-article-mark-internal): New functions to add and
3358         remove marks.
3359         (gnus-registry-get-article-marks): New function to show the marks for
3360         an article, or retrieve them for further use.
3361
3362 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3365         keys when no argument is given.
3366
3367 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * imap.el (imap-ping-server): New variable.
3370         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3371         (imap-ping-server): Minor doc string fixes.
3372
3373 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3374
3375         * imap.el (imap-ping-server): New function.
3376         (imap-opened): Call imap-ping-server.
3377
3378 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * gnus-sum.el (gnus-article-sort-by-random)
3381         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3382         jidanni@jidanni.org.
3383
3384 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-art.el (gnus-article-describe-bindings): New function.
3387         (gnus-article-read-summary-keys): Use it.
3388         (gnus-article-mode-map): Bind `C-h b' to it.
3389
3390 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3393         XEmacs.
3394         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3395         against non-character events.
3396
3397         * lpath.el: Fbind map-keymap for Emacs 21.
3398
3399 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3400
3401         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3402         command.
3403         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3404         instead of END.  Change name of the temp file.
3405         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3406         customizable.
3407
3408 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3411         bind `S W' to gnus-article-wide-reply-with-original; set default
3412         binding to gnus-article-read-summary-send-keys.
3413         (gnus-article-read-summary-keys): Fix the order of keys; display
3414         continuation keys correctly in the echo area; describe bindings
3415         correctly when keys end with `C-h'.
3416         (gnus-article-read-summary-send-keys): New function.
3417         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3418         for gnus-article-read-summary-send-keys; display continuation keys
3419         correctly in the echo area.
3420         (gnus-article-reply-with-original): Ignore prefix argument.
3421         (gnus-article-wide-reply-with-original): New function.
3422
3423         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3424         Emacs 21.
3425
3426 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3429         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3430
3431 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3432
3433         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3434         (gnus-group-read-ephemeral-gmane-group): New command.
3435
3436 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3437
3438         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3439
3440 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * message.el (message-send-mail-function): Increase custom version.
3443
3444         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3445         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3446
3447 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3448
3449         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3450         for the cases where imap-authenticate is called with a nil buffer
3451         parameter.
3452
3453 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3456         html parts correctly; support forwarded messages.
3457         (gnus-article-browse-html-article): Remove work buffers.
3458
3459         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3460         compiling.
3461         (netrc-bound-and-true-p): New macro.
3462         (netrc-parse): Use it instead of bound-and-true-p that is not available
3463         in XEmacs 21.4.
3464
3465 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * gnus-registry.el (gnus-registry-mark-article)
3468         (gnus-registry-article-marks): Add functionality to mark articles
3469         through the Gnus registry.
3470
3471         * encrypt.el: Clarify documentation for the new pgg method.
3472         (encrypt-file-alist): Add PGG option.
3473         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3474         functionality.  Abstract password key and messaging to external
3475         functions.
3476         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3477         (encrypt-message-method-and-cipher): Add new convenience external
3478         functions.
3479         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3480         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3481
3482         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3483         (netrc-parse): Use encrypt-file-alist to determine if
3484         encrypt-find-model or encrypt-insert-file-contents should be used.
3485
3486         * encrypt.el: Clarify documentation.  Load password-cache or
3487         password, whichever one is found first, instead of autoloading.
3488
3489 2007-12-19  Glenn Morris  <rgm@gnu.org>
3490
3491         * mml.el (message-options-set, message-narrow-to-head)
3492         (message-in-body-p, message-mail-p, message-encode-message-body):
3493         Autoload.
3494         (message-remove-header, message-narrow-to-headers-or-head)
3495         (message-subscribed-p, message-make-mail-followup-to)
3496         (message-position-on-field, message-news-p)
3497         (message-options-set-recipient, message-generate-headers)
3498         (message-sort-headers): Declare as functions.
3499
3500 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3503         convention in doc string.
3504
3505 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3508         title to html parts.
3509         (gnus-article-browse-html-article): Pass message header to it.
3510
3511         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3512
3513 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3516         or password compatible with XEmacs.
3517
3518 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3521         format document.
3522         (gnus-mime-delete-part): Don't write description line if empty.
3523         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3524
3525 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3526
3527         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3528         (gnus-summary-mark-read-and-unread-as-read)
3529         (gnus-summary-mark-current-read-and-unread-as-read)
3530         (gnus-summary-mark-unread-as-ticked): Doc fix.
3531         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3532
3533 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3536         Christoph Conrad <christoph.conrad@gmx.de>.
3537
3538 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3541         yes-or-no-p.
3542
3543 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * mm-decode.el (mm-add-meta-html-tag): New function.
3546         (mm-save-part-to-file, mm-pipe-part): Use it.
3547
3548         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3549         gnus-y-or-n-p instead of y-or-n-p.
3550         (gnus-article-browse-html-parts): Work with message/external-body; use
3551         mm-add-meta-html-tag.
3552
3553 2007-12-11  Glenn Morris  <rgm@gnu.org>
3554
3555         * gnus-cache.el: Require gnus-sum not just when compiling.
3556
3557         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3558
3559         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3560         definitions before use.
3561
3562         * mm-decode.el: Require gnus-util.
3563         (mm-remove-part): Only call delete-annotation on XEmacs.
3564
3565         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3566
3567         * nnmail.el: Require gnus-int.
3568
3569         * spam.el: Move `require's before `eval-when-compile's.
3570
3571         * gnus-ems.el (gnus-alive-p):
3572         * gnus-fun.el (message-goto-eoh):
3573         * gnus-util.el (gnus-group-name-decode):
3574         * mail-source.el (gnus-compress-sequence):
3575         * message.el (Info-goto-node, format-spec):
3576         * mm-bodies.el (message-options-get):
3577         * mm-decode.el (mm-view-pkcs7):
3578         * mm-util.el (gmm-write-region):
3579         * mml-smime.el (mml-compute-boundary)
3580         (gnus-completing-read-with-default):
3581         * mml.el (widget-button-press, gnus-make-hashtable):
3582         * mml1991.el (mm-decode-content-transfer-encoding)
3583         (mm-encode-content-transfer-encoding)
3584         (message-options-get, message-options-set):
3585         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3586         * nnfolder.el (gnus-request-group):
3587         * nnheader.el (ietf-drums-unfold-fws):
3588         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3589         * smime.el (gnus-run-mode-hooks):
3590         * spam-stat.el (gnus-message): Autoload.
3591
3592         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3593         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3594         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3595         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3596         Add declare-function compatibility definition.
3597
3598         * gnus-cache.el (nnvirtual-find-group-art):
3599         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3600         (gnus-add-image, gnus-add-wash-type):
3601         * gnus-group.el (nnkiboze-score-file):
3602         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3603         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3604         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3605         (message-tokenize-header, gnus-get-buffer-create)
3606         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3607         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3608         * gnus.el (gnus-group-decoded-name):
3609         * mail-source.el (imap-capability):
3610         * mm-bodies.el (message-options-set):
3611         * mm-decode.el (gnus-configure-windows):
3612         * mm-extern.el (message-goto-body):
3613         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3614         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3615         (epg-sub-key-validity, message-options-set):
3616         * mml.el (widget-event-point, gnus-configure-windows):
3617         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3618         * mml2015.el (epg-check-configuration, epg-configuration)
3619         (message-options-set):
3620         * nndb.el (nndb-request-article):
3621         * nnfolder.el (gnus-request-create-group):
3622         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3623         * nnmaildir.el (gnus-group-mark-article-read):
3624         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3625         * rfc1843.el (message-fetch-field):
3626         * spam.el (gnus-extract-address-components):
3627         Declare as functions.
3628
3629 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3632
3633         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3634
3635         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3636         bind show-trailing-whitespace for XEmacs.
3637
3638 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3641         new no-op macro for backward compatibility.
3642
3643         * imap.el (imap-string-to-integer): New function.
3644
3645 2007-12-09  Glenn Morris  <rgm@gnu.org>
3646
3647         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3648
3649         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3650         * message.el, mm-view.el, sieve-manage.el, smime.el:
3651         Add declare-function compatibility definition.
3652
3653         * gnus-art.el (w3-region, w3m-region, Info-menu):
3654         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3655         * gnus-sum.el (gnus-get-predicate):
3656         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3657         * message.el (mail-abbrev-in-expansion-header-p):
3658         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3659         (w3m-detect-meta-charset, w3m-region):
3660         * sieve-manage.el (password-read, password-cache-add)
3661         (password-cache-remove):
3662         * smime.el (password-read-and-add): Declare as functions.
3663
3664 2007-12-08  David Kastrup  <dak@gnu.org>
3665
3666         * gnus-sum.el (gnus-summary-simplify-subject-query):
3667         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3668         `message'.
3669
3670 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3673         it to bind idna-program, installation-directory, defined-colors, and
3674         face-attribute for XEmacs of the version that compiles defcustom forms.
3675
3676 2007-12-07  Glenn Morris  <rgm@gnu.org>
3677
3678         * gnus-art.el (article-make-date-line): Revert previous change.
3679
3680 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3683
3684 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3685
3686         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3687         Call gnus-add-to-range ranges only once with a prepared article-list.
3688
3689 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3690
3691         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3692         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3693         group names with backslashes.  Reported by Tassilo Horn
3694         <tassilo@member.fsf.org>.
3695
3696 2007-12-06  Deepak Goel  <deego3@gmail.com>
3697
3698         * gnus-art.el (article-make-date-line):
3699         * gnus-start.el (gnus-load):
3700         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3701
3702 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * gnus-art.el (gnus-use-idna)
3705         * gnus-start.el (gnus-site-init-file)
3706         * message.el (message-use-idna)
3707         * mm-uu.el (mm-uu-hide-markers)
3708         * smiley.el (smiley-style): Revert changes that suppress warnings.
3709
3710 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3713         specify charset to html source.  Reported by Christoph Conrad
3714         <christoph.conrad@gmx.de>.
3715
3716 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3719         idna-program in order to suppress byte compile warning issued by XEmacs
3720         that came to byte compile the default value section of defcustom forms
3721         recently.
3722
3723         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3724         value of installation-directory.
3725
3726         * message.el (message-use-idna): Don't directly refer to the value of
3727         idna-program.
3728
3729         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3730
3731         * smiley.el (smiley-style): Don't directly call face-attribute.
3732
3733 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3734
3735         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3736
3737         * gnus-dired.el: Reduce Gnus dependencies.
3738         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3739         require.  Use autoloads instead.
3740         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3741         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3742         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3743         (gnus-dired-mode): Adjust doc string.
3744         (gnus-dired-mail-mode): New variable.
3745         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3746         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3747         (gnus-dired-mail-buffers): New function.  Return mail or message
3748         composition buffers.
3749         (gnus-dired-attach): Use it.
3750         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3751         NO-DECODE.
3752         (gnus-dired-print): Use `gnus-print-buffer' depending on
3753         `gnus-dired-mail-mode'.
3754
3755 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * rfc2047.el (rfc2047-encoded-word-regexp)
3758         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3759         explaining what regexp patterns are for.
3760
3761 2007-12-04  Glenn Morris  <rgm@gnu.org>
3762
3763         * password.el: Move to password-cache.el.
3764
3765         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3766         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3767         * mml-smime.el (password-read, password-cache-add)
3768         (password-cache-remove):
3769         No need to autoload, since mml-sec requires password.
3770
3771         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3772         * message.el (gnus-extract-address-components):
3773         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3774
3775         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3776         password.
3777
3778 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * mailcap.el: Reduce dependencies.
3781         (mail-header-parse-content-type): Autoload.
3782         (mailcap-delete-duplicates): New alias.
3783         (mailcap-mime-info): Add optional argument NO-DECODE.
3784         (mailcap-mime-types): Use mailcap-delete-duplicates.
3785
3786         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3787
3788 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3789
3790         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3791         (imap-parse-status): Upcase status-att for servers that sends them
3792         lower-case (e.g., MS Exchange 2007).
3793
3794 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3797         function.
3798
3799         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3800         (gnus-uu-yenc-article): New function.
3801
3802         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3803
3804         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3805         buffer.
3806
3807 2007-12-02  Glenn Morris  <rgm@gnu.org>
3808
3809         * binhex.el (binhex): New custom group.
3810         (binhex-decoder-program, binhex-decoder-switches)
3811         (binhex-use-external): Move to the binhex custom group.
3812
3813         * uudecode.el (uudecode): New custom group.
3814         (uudecode-decoder-program, uudecode-decoder-switches)
3815         (uudecode-use-external): Move to the uudecode custom group.
3816
3817         * netrc.el (top-level): Don't load `encrypt' features.
3818         (netrc-parse): Don't use encrypt.
3819         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3820
3821         * encrypt.el: Remove file.
3822
3823 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3826         matches on patches.
3827
3828         * gnus-art.el (gnus-article-browse-html-article): Mention
3829         `mm-text-html-renderer' in the doc string.
3830
3831         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3832         string.  Add comments.
3833
3834         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3835         if rhs is ASCII.
3836
3837 2007-12-01  Glenn Morris  <rgm@gnu.org>
3838
3839         * mail-source.el (top-level): Require format-spec before
3840         eval-when-compile.
3841
3842 2007-11-30  Glenn Morris  <rgm@gnu.org>
3843
3844         * encrypt.el: Require password, rather than autoloading password-read.
3845
3846 2007-11-29  Glenn Morris  <rgm@gnu.org>
3847
3848         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3849         (sasl-make-client, sasl-next-step, sasl-step-data)
3850         (sasl-step-set-data): Declare as functions.
3851
3852 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3855
3856 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3857
3858         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3859         certs should be verified and what is to be done in the event of a
3860         verification failure.
3861
3862         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3863         caller can indicate whether the cache should be disregarded for this
3864         call.  This way the result of the call is reproducible at all times and
3865         can be considered a canonical server name for the supplied method.
3866         (gnus-agent-method-p): Canonicalize server names by pushing their
3867         method through `gnus-method-to-server' using the no-cache argument.
3868
3869         * gnus-srvr.el (gnus-server-insert-server-line): Call
3870         `gnus-method-to-server' with `no-cache' argument.
3871
3872         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3873         gnus-agent-possibly-synchronize-flags as this should be called when the
3874         server is actually being opened.
3875         (gnus-agent-possibly-synchronize-flags)
3876         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3877         flags file of an agentized server to the latter function.
3878
3879         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3880         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3881         after a connection has been established successfully.
3882
3883 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (article-display-face): Force to display face if called
3886         interactively; check if gnus-article-x-face-too-ugly matches author.
3887         (article-display-x-face): Display face even if From header is missing
3888         as article-display-face does.
3889
3890 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3891
3892         * hashcash.el (message-narrow-to-headers-or-head)
3893         (message-fetch-field, message-goto-eoh)
3894         (message-narrow-to-headers): Declare as functions.
3895
3896 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * mail-source.el (mail-sources): Default to fetch from file for
3899         compatibility with default of nnmail-spool-file.
3900
3901 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3904         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3905         to look for encoded word that should be encoded again.
3906         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3907         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3908         encoding pattern.
3909         (rfc2047-decode-region): Switch strict regexp and loose one according
3910         to rfc2047-allow-irregular-q-encoded-words.
3911
3912 2007-11-25  Romain Francoise  <romain@orebokech.com>
3913
3914         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3915
3916 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * tls.el (tls-program): Provide more custom choices from
3919         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3920         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3921
3922 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3925         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3926
3927         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3928         `nnmail-spool-file'.
3929
3930         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3931         `nnmail-spool-file'.
3932
3933         * gnus-move.el (gnus-change-server): Ditto.
3934
3935         * gnus-kill.el (gnus-batch-score): Ditto.
3936
3937         * gnus-cache.el (gnus-jog-cache): Ditto.
3938
3939         * gnus-msg.el (gnus-summary-reply):
3940         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3941
3942 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3945         version.  Minor improvement to doc strings.
3946         (tls-program): Add comment.
3947
3948 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3949
3950         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3951         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3952         mismatch between the hostname provided in the certificate and the name
3953         of the host connnecting to.
3954         (open-tls-stream): Use them.  Check certificates against trusted root
3955         certificates.
3956
3957 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * gnus-cache.el (gnus-cache-generate-nov-databases):
3960         Use nnml-generate-nov-databases-directory instead of
3961         nnml-generate-nov-databases-1.
3962
3963 2007-11-24  Glenn Morris  <rgm@gnu.org>
3964
3965         * message.el (message-tool-bar-retro): Update for rename
3966         mail_send.xpm->mail-send.xpm.
3967
3968 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3971         `smime-ldap-search' for Emacs 22 and up.
3972
3973 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3976
3977         * message.el (message-send-mail-function): Fix error convention.
3978         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3979         (message-widen-reply, message-send-mail, message-talkative-question)
3980         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3981         (message-clone-locals, message-send-news): Use with-current-buffer.
3982         (message-insert-or-toggle-importance): Remove unused var `valid'.
3983         (message-make-references): Remove unused var `new-references'.
3984         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3985
3986 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3987
3988         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3989         (spam-split-symbolic-return-positive): Reflow docstring.
3990         (spam-backends, spam-summary-exit-behavior)
3991         (spam-mark-ham-unread-before-move-from-spam-group)
3992         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3993         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3994         (spam-clear-cache, spam-backend-check, spam-install-backend)
3995         (spam-install-statistical-backend, spam-list-of-processors)
3996         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3997         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3998         (spam-check-crm114, spam-initialize, spam-unload-hook):
3999         Fix typos in docstrings.
4000
4001 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4004         been checked if they have never been read and those group levels are
4005         higher than the one that a user specified.
4006
4007 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4010         foreign groups unless a group level is specified by a user.
4011         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4012
4013 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * message.el (message-send-mail-function): Require sendmail.
4016
4017 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * message.el (message-send-mail-function): Check for smtpmail too.
4020
4021         * utf7.el (utf7-encode, utf7-decode): Use coding system
4022         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4023
4024         * message.el (message-send-mail-function): New function.
4025         (message-send-mail-function): Set default using
4026         message-send-mail-function.  Adjust doc string.
4027         (message-send-mail-with-mailclient): New function.
4028
4029 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4030
4031         * smime.el (from):
4032         * rfc2047.el (message-posting-charset):
4033         * qp.el (mm-use-ultra-safe-encoding):
4034         * pop3.el (parse-time-months):
4035         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4036         * nnml.el (files):
4037         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4038         (jka-compr-compression-info-list, ange-ftp-path-format)
4039         (efs-path-regexp):
4040         * nndiary.el (files):
4041         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4042         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4043         (epg-digest-algorithm-alist, inhibit-redisplay)
4044         (password-cache-expiry):
4045         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4046         (pgg-output-buffer, password-cache-expiry):
4047         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4048         (efs-path-regexp):
4049         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4050         (inhibit-redisplay):
4051         * mm-uu.el (file-name, start-point, end-point, entry)
4052         (gnus-newsgroup-name, gnus-newsgroup-charset):
4053         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4054         (latin-unity-ucs-list):
4055         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4056         (mm-uu-binhex-decode-function):
4057         * message.el (gnus-message-group-art, gnus-list-identifiers)
4058         (rmail-enable-mime-composing, gnus-local-organization)
4059         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4060         (gnus-read-active-file, facemenu-add-face-function)
4061         (facemenu-remove-face-function, gnus-article-decoded-p)
4062         (tool-bar-mode):
4063         * mail-source.el (display-time-mail-function):
4064         * gnus-util.el (nnmail-pathname-coding-system)
4065         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4066         (gnus-original-article-buffer, gnus-user-agent)
4067         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4068         (xemacs-codename, sxemacs-codename, emacs-program-version):
4069         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4070         * gnus-start.el (gnus-agent-covered-methods)
4071         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4072         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4073         (gnus-newsgroup-headers, gnus-group-list-mode)
4074         (gnus-group-mark-positions, gnus-newsgroup-data)
4075         (gnus-newsgroup-unreads, nnoo-state-alist)
4076         (gnus-current-select-method, mail-sources)
4077         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4078         (nnmail-spool-file, gnus-cache-active-hashtb):
4079         * gnus-mh.el (mh-lib-progs):
4080         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4081         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4082         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4083         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4084         (gnus-group-buffer):
4085         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4086         (font-lock-set-defaults):
4087         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4088         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4089         (gnus-summary-post-menu, total-parts, type, condition, length):
4090         * gnus-agent.el (gnus-agent-read-agentview):
4091         * flow-fill.el (show-trailing-whitespace):
4092         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4093         eval-and-compile wrappers for byte compiler pacifiers.
4094
4095         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4096         (mm-display-inline-fontify): Check for featurep 'xemacs not
4097         extent-list.
4098
4099         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4100         itimer-list.
4101         (mm-create-image-xemacs): Only do something for XEmacs.
4102         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4103
4104         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4105
4106         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4107         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4108
4109 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4110
4111         * nnimap.el (nnimap-split-download-body):
4112         * gnus-demon.el (gnus-demon):
4113         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4114
4115 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4118         macros.
4119         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4120         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4121         copy data from unibyte buffer to multibyte current buffer.
4122         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4123         to copy data from unibyte current buffer to multibyte buffer.
4124         (nntp-make-process-buffer): Make process buffer unibyte.
4125
4126         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4127
4128 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4129
4130         * pop3.el (pop3-open-server): Accept and process data more robustly at
4131         connexion start to avoid spurious "POP SSL connexion failed" errors.
4132
4133 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4136         read group names.
4137
4138 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4141
4142 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4145         (nnmail-save-active): Use a unibyte buffer when saving active file,
4146         which may contain non-ASCII group names.
4147
4148         * nnml.el (nnml-request-group): Decode group names in messages.
4149
4150 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * message.el (message-citation-line-function)
4153         (message-insert-formatted-citation-line): Fix spelling of
4154         `message-insert-formated-citation-line'.
4155
4156 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4159
4160 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4163         nnmail-pathname-coding-system.
4164
4165         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4166         that a user enters; decode group names in messages.
4167
4168         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4169
4170 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4173
4174         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4175
4176         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4177         risky local variable.
4178
4179         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4180
4181 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * encrypt.el: Improve documentation to fix function name typo.
4184         Reported by Daiki Ueno <ueno@unixuser.org>.
4185
4186 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4189         even if the point is not in the last page of an article.
4190         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4191         back to the previous page.
4192
4193 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4196
4197 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4200
4201 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4202
4203         * message.el (message-check-news-body-syntax): Avoid
4204         mm-string-as-multibyte.
4205         (message-hide-headers): Don't assume (point-min)==1.
4206
4207 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4208
4209         * message.el (message-remove-blank-cited-lines): Fix if remove is
4210         given.
4211         (message-bogus-address-regexp): New variable.
4212         (message-bogus-recipient-p): New function.
4213         (message-check-recipients): New command.
4214         (message-syntax-checks): Add `bogus-recipient'.
4215         (message-fix-before-sending): Add `bogus-recipient'.
4216
4217         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4218         (gnus-treat-body-boundary): Don't test window-system.
4219
4220 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4221
4222         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4223
4224 2007-10-28  Miles Bader  <miles@gnu.org>
4225
4226         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4227         at compile-time too.
4228
4229 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * gnus-msg.el (gnus-message-setup-hook): Add
4232         `message-remove-blank-cited-lines' to options.
4233
4234 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * message.el (message-remove-blank-cited-lines): New function.
4237         Suggested by Karl Plästerer.
4238
4239 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4242         mapc.
4243
4244         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4245         (top-level): Use mapc to set functions to be traced for debugging.
4246
4247         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4248         called for effect with while loop.
4249
4250         * message.el (message-talkative-question): Replace mapcar called for
4251         effect with mapc.
4252
4253         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4254         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4255         called for effect with dolist.
4256
4257         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4258
4259         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4260         gnus-extra-headers and nnmail-extra-headers.
4261
4262         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4263         called for effect with dolist.
4264         (top-level): Use mapc to set functions to be traced for debugging.
4265
4266         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4267         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4268         dolist.
4269
4270         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4271         Replace mapcar called for effect with mapc.
4272         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4273         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4274         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4275         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4276
4277         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4278         remove-if that's a cl function.
4279
4280         * webmail.el (webmail-debug): Replace mapcar called for effect with
4281         dolist.
4282
4283         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4284         with mapc.
4285
4286 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4289         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4290         with while loop.
4291
4292         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4293         functions from article-* functions.
4294         (gnus-multi-decode-header): Replace mapcar called for effect with
4295         dolist.
4296
4297         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4298         (gnus-bookmark-show-details): Replace mapcar called for effect with
4299         while loop.
4300
4301         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4302         called for effect with while loop.
4303
4304         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4305         with dolist.
4306
4307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4308         mapcar called for effect with dolist.
4309
4310         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4311
4312         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4313         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4314         Replace mapcar called for effect with dolist.
4315         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4316         mapc.
4317
4318         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4319         Replace mapcar called for effect with dolist.
4320         (gnus-topic-list): Replace mapcar called for effect with mapc.
4321
4322         * gnus.el: Use mapc instead of mapcar to add autoloads.
4323
4324 2007-10-23  Richard Stallman  <rms@gnu.org>
4325
4326         * gnus-group.el (gnus-group-highlight): Mark as risky.
4327
4328 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * gnus.el (gnus-server-to-method): Return method found first in
4331         gnus-newsrc-alist.
4332
4333         * gnus-art.el (gnus-article-highlight-signature)
4334         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4335         button overlay without the front stickiness.
4336
4337 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4338
4339         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4340         overview buffer needed a catch to receive its throw.
4341         (gnus-agent-flush-cache): Declared as interactive to make this function
4342         easier to use.
4343
4344 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4345
4346         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4347         `next-line'.
4348
4349 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4352         exclude address matching message-dont-reply-to-names.
4353
4354 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-util.el (gnus-string<): New function.
4357
4358         * gnus-sum.el (gnus-article-sort-by-author)
4359         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4360
4361 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4364         the frame-focus tag is set in gnus-buffer-configuration.
4365
4366 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4369         the front stickiness.
4370
4371 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4374         url pattern; remove duplicate one.
4375         (gnus-article-extend-url-button): New function.
4376         (gnus-article-add-buttons): Use it.
4377         (gnus-button-push): Use concatenated url that it makes.
4378
4379 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4380
4381         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4382
4383 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4386         Don't hardcode point-min==1.
4387
4388 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4391         Fix comment about "iso8859-1".
4392
4393 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4394
4395         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4396         ones returned from the verify-function.
4397
4398         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4399         mml2015-extract-cleartext-signature if extraction failed.
4400
4401 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4402
4403         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4404         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4405         failed.
4406
4407 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4408
4409         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4410
4411 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4414         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4415         recommends to use EasyPG instead of PGG.
4416
4417         * pgg.el: Revert to revision 6.23.2.16.
4418
4419         * pgg-def.el: Revert to revision 6.6.2.14.
4420
4421         * pgg-gpg.el: Revert to revision 6.23.2.34.
4422
4423 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4424
4425         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4426         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4427         thread for both the null and zero (kill/expire thread) universal prefix
4428         cases.
4429         (gnus-summary-expire-thread): Add new function to expire a thread,
4430         using gnus-summary-kill-thread.
4431         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4432         shortcuts for gnus-summary-expire-thread.
4433         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4434         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4435
4436 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4439         extras value, so an extras entry can be deleted.
4440         (gnus-registry-delete-extra-entry): Use it.
4441         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4442         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4443         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4444         storage through the gnus-registry, and provide an appropriate API for
4445         it.
4446
4447 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4450         Suggested by Leo <sdl.web@gmail.com>.
4451
4452         * gnus.el: Do.
4453
4454 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4457         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4458
4459         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4460
4461         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4462         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4463
4464 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4467         newline.
4468         (nnmbox-request-accept-article): Don't change article in source buffer;
4469         narrow to header to use message-fetch-field rather than
4470         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4471         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4472         as delimiters; make sure article ends with newline.
4473         (nnmbox-delete-mail): Correct last position of article to be deleted;
4474         ignore X-Gnus-Newsgroup header in article body.
4475         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4476         positions; make sure article ends with newline.
4477
4478         * message.el (message-display-abbrev): Don't infloop when a user
4479         inserts SPC in the beginning of header.
4480
4481         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4482         coding-system-for-read and coding-system-for-write for XEmacs having no
4483         file-coding feature.
4484
4485         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4486
4487 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4488
4489         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4490         list of groups not followed by default.  Fix type to be regexp.
4491         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4492
4493 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4494
4495         * hmac-def.el (define-hmac-function): Switch from old-style to
4496         new-style backquotes.
4497
4498         * md4.el (md4-make-step): Likewise.
4499
4500 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4503         raw-text coding system when saving .newsrc file, which may contain
4504         non-ASCII group names.
4505
4506 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-cus.el (gnus-score-extra): New widget.
4509         (gnus-score-extra-convert): New function.
4510         (gnus-score-customize): Use it for Extra.
4511
4512 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4513
4514         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4515         (mml2015-mailcrypt-clear-verify): Use it.
4516         (mml2015-gpg-clear-verify): Use it.
4517         (mml2015-pgg-clear-verify): Use it.
4518         (mml2015-epg-clear-verify): Replace the current part with the output
4519         from GnuPG; don't extract the plaintext by itself.
4520
4521         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4522         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4523         mml2015-clear-verify-function; don't touch the armor headers or
4524         dash-escaped text here.
4525
4526 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4529         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4530         parts, or application/octet-stream as a last resort.
4531         (gnus-mime-view-part-as-type): Don't toggle display.
4532         (gnus-mime-view-part-as-charset): Don't turn off display before
4533         querying charset.
4534
4535         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4536         stuff to undisplayer function in Emacs.
4537         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4538
4539         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4540         text/calendar parts.
4541
4542 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4545         decoding text/calendar parts.
4546
4547         * message.el (message-forward-make-body-mime): Always mark body as
4548         having no illegible text; remove signed-or-encrypted argument.
4549         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4550
4551         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4552         (mml-generate-mime-1): Don't encode body if it is specified to be in
4553         raw form; don't make buffer be unibyte when inserting multibyte string.
4554
4555 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4556
4557         * sha1.el: Fix up comment style.
4558         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4559         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4560
4561         * hex-util.el: Fix up comment style.
4562         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4563
4564         * gnus-salt.el: Use with-current-buffer.
4565         (gnus-pick-setup-message): Fix long-standing typo.
4566
4567 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * imap.el (imap-logout-timeout): New variable.
4570         (imap-logout, imap-logout-wait): New functions.
4571         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4572
4573         * nnimap.el (nnimap-logout-timeout): New server variable.
4574         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4575         nnimap-logout-timeout.
4576
4577         * gnus-art.el (gnus-article-summary-command-nosave)
4578         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4579
4580 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus.el (gnus-maximum-newsgroup): New variable.
4583
4584         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4585         according to gnus-maximum-newsgroup.
4586
4587         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4588         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4589         Limit the range of articles according to gnus-maximum-newsgroup.
4590
4591 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4592
4593         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4594         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4595         Don't perform gnus-configure-windows here; reuse existing sticky
4596         article buffer.
4597
4598         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4599         it doesn't exist in gnus-article-mode.
4600
4601 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4604         (gnus-agent-decoded-group-name): New function.
4605         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4606         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4607
4608 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4609
4610         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4611         Add binding for gnus-sticky-article.
4612         (gnus-summary-exit): Don't kill sticky article buffers.
4613
4614         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4615         article buffer.
4616         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4617         (gnus-kill-sticky-article-buffers): New commands.
4618
4619 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * nntp.el (nntp-xref-number-is-evil): New server variable.
4622         (nntp-find-group-and-number): If it is non-nil, don't trust article
4623         numbers in the Xref header.
4624
4625 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-agent.el (gnus-agent-read-group): New function.
4628         (gnus-agent-flush-group, gnus-agent-expire-group)
4629         (gnus-agent-regenerate-group): Use it.
4630         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4631         nnmail-pathname-coding-system.
4632
4633 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4636
4637         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4638         that are unread as unread, and also as selected so that information of
4639         marks having been changed by a user may be updated when exiting group.
4640
4641 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4644         calculated ignoring signature parts to gnus-treat-article.
4645
4646 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4649         a point here in order to keep the window start.
4650         (gnus-insert-mime-security-button): Make a button overlay without the
4651         front stickiness.
4652         (gnus-mime-display-security): Goto the end of a button.
4653
4654         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4655
4656 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4659         group-name-at-point.
4660         (gnus-group-completing-read): New function that offers decoded
4661         non-ASCII group names for completion.
4662         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4663         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4664         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4665         (gnus-group-fetch-control): Use it.
4666         (gnus-fetch-group): Use group-name-at-point for the initial value
4667         rather than the default value; use gnus-alive-p.
4668
4669         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4670         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4671         (gnus-summary-post-news): Use gnus-group-completing-read.
4672
4673         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4674         (gnus-read-move-group-name): Decode group name for completion.
4675
4676 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4679         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4680         Yamaoka slightly modified the code).
4681
4682 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4685         (nnmail-split-incoming): Bind it.
4686
4687         * nnml.el (nnml-group-name-charset): New function.
4688         (nnml-decoded-group-name): Use it; don't decode group name if
4689         nnmail-group-names-not-encoded-p is non-nil.
4690         (nnml-encoded-group-name): New function.
4691         (nnml-group-pathname): Inline nnml-decoded-group-name.
4692         (nnml-request-expire-articles): Decode group name in message.
4693         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4694         nnmail-pathname-coding-system.
4695         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4696         not decoded ones according to nnmail-group-names-not-encoded-p.
4697         (nnml-generate-active-info): Use nnml-encoded-group-name.
4698
4699 2007-08-08  Glenn Morris  <rgm@gnu.org>
4700
4701         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4702         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4703         doc-strings and comments.
4704
4705 2007-07-25  Glenn Morris  <rgm@gnu.org>
4706
4707         * Relicense all FSF files to GPLv3 or later.
4708
4709 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-sum.el (gnus-summary-move-article): Make
4712         gnus-summary-respool-article work.
4713
4714 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4717         string.
4718
4719 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4720
4721         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4722         that should be ignored when comparing distant RSS articles with local
4723         ones.
4724         (nnrss-make-hash-index): New function.  Create a hash index according
4725         to the ignored fields.
4726         (nnrss-check-group): Use it.
4727
4728 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4731
4732         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4733
4734         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4735         the new optional argument ENCODED is non-nil.
4736         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4737         coding system for encoding group name.
4738         (gnus-group-make-rss-group): Pass un-encoded group name to
4739         gnus-group-make-group.
4740         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4741         encoded.
4742
4743         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4744         Encode group name to which articles are moved or copied.
4745         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4746         coding system for encoding Newsgroup, Followup-To and Xref headers.
4747
4748         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4749         marks; use nnheader-file-coding-system to write a file.
4750         (nnagent-retrieve-headers): Bind file-name-coding-system to
4751         nnmail-pathname-coding-system.
4752
4753         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4754
4755         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4756         (nnml-request-article, nnml-request-create-group)
4757         (nnml-request-rename-group, nnml-find-id)
4758         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4759         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4760         (nnml-save-marks): Use nnml-group-pathname instead of
4761         nnmail-group-pathname.
4762
4763         (nnml-request-create-group, nnml-request-expire-articles)
4764         (nnml-request-move-article, nnml-request-delete-group)
4765         (nnml-deletable-article-p, nnml-possibly-create-directory)
4766         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4767         (nnml-open-marks): Bind file-name-coding-system to
4768         nnmail-pathname-coding-system.
4769
4770         (nnml-request-article): Pass server argument to nnml-find-group-number.
4771         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4772         server argument to nnml-possibly-create-directory.
4773         (nnml-request-accept-article): Pass server argument to
4774         nnml-active-number and nnml-save-mail.
4775         (nnml-find-group-number): Pass server argument to nnml-find-id.
4776         (nnml-request-update-info): Pass server argument to
4777         nnml-marks-changed-p.
4778
4779         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4780         (nnml-save-mail, nnml-active-number): Add server argument.
4781
4782         (nnml-request-delete-group): Warn if group is missing.
4783         (nnml-get-nov-buffer): Decode group name.
4784         (nnml-generate-active-info): Encode group name.
4785         (nnml-open-marks): Decode group name in messages.
4786
4787 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4790         if it is not specified.
4791         (gnus-article-pipe-part, gnus-article-save-part)
4792         (gnus-article-interactively-view-part, gnus-article-copy-part)
4793         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4794         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4795         (gnus-article-replace-part, gnus-article-delete-part)
4796         (gnus-article-view-part-as-type): Pass raw prefix argument to
4797         gnus-article-part-wrapper.
4798
4799 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-agent.el (gnus-agent-save-active): Bind
4802         nnheader-file-coding-system to gnus-agent-file-coding-system.
4803
4804         * gnus-cache.el (gnus-cache-save-buffers)
4805         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4806         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4807         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4808         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4809         (gnus-cache-generate-active, gnus-cache-rename-group)
4810         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4811         (gnus-cache-update-overview-total-fetched-for): Bind
4812         file-name-coding-system to nnmail-pathname-coding-system.
4813         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4814         variables.
4815         (gnus-cache-decoded-group-name): New function.
4816         (gnus-cache-file-name): Use it.
4817         (gnus-cache-generate-active): Use non-decoded group name for active.
4818
4819         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4820         right place.
4821         (gnus-write-active-file): Don't break non-ASCII group names.
4822
4823         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4824         nnmail-pathname-coding-system.
4825
4826         * lpath.el: Bind default-file-name-coding-system,
4827         file-name-coding-system and language-info-alist for XEmacs.
4828
4829         * gnus-uu.el (gnus-uu-decode-save): Typo.
4830
4831 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4834
4835 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4838         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4839         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4840         (gnus-agent-flush-group, gnus-agent-flush-cache)
4841         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4842         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4843         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4844         (gnus-agent-regenerate-group)
4845         (gnus-agent-update-files-total-fetched-for)
4846         (gnus-agent-update-view-total-fetched-for): Bind
4847         file-name-coding-system to nnmail-pathname-coding-system.
4848         (gnus-agent-group-pathname): Don't encode file names by
4849         nnmail-pathname-coding-system.
4850         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4851         coding-system-for-write instead of buffer-file-coding-system to
4852         gnus-agent-file-coding-system.
4853
4854         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4855         Decode group name.
4856
4857         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4858
4859         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4860         (gnus-read-newsrc-el-file): Make group names unibyte.
4861
4862         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4863         nnmail-pathname-coding-system.
4864
4865         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4866         (nnrss-request-delete-group): Bind file-name-coding-system to
4867         nnmail-pathname-coding-system.
4868         (nnrss-read-server-data, nnrss-read-group-data): Bind
4869         file-name-coding-system correctly.
4870         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4871
4872         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4873         (nntp-server-to-method-cache): New variable.
4874         (nntp-group-pathname): New function that decodes non-ASCII group names.
4875         (nntp-possibly-create-directory, nntp-marks-changed-p)
4876         (nntp-save-marks, nntp-open-marks): Use it.
4877         (nntp-possibly-create-directory, nntp-open-marks):
4878         Bind file-name-coding-system to nnmail-pathname-coding-system.
4879         (nntp-open-marks): Decode group names when bootstrapping marks.
4880
4881         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4882         Newsgroups and Folowup-To headers.
4883
4884 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4887         (gnus-server-closed-face, gnus-server-denied-face)
4888         (gnus-server-offline-face): Remove variable.
4889         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4890
4891         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4892         of modifying message-stack directly for XEmacs.
4893
4894         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4895         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4896         if the coding-system argument is nil for XEmacs.
4897
4898         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4899         mm-charset-override-alist.
4900
4901         * rfc2047.el: Don't require base64; require rfc2045 for the function
4902         rfc2045-encode-string.
4903         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4904         to quote the parameter value.
4905
4906 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4909         form in gnus-group-name-charset-method-alist.
4910
4911         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4912         overrides the default layout edit-form.
4913
4914         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4915
4916         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4917
4918 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4921         as unfetched articles.
4922
4923 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4926
4927 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4930         original back end that keeps marks in the local system.
4931
4932 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4935         arg of pop-to-buffer for XEmacs.
4936         (gnus-article-read-summary-keys): Ditto; don't restore window
4937         configuration if summary command ends up with neither article buffer
4938         nor summary buffer; describe bindings if summary keys end with C-h.
4939
4940 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * message.el (message-fix-before-sending): Skip raw message part to be
4943         forwarded while checking illegible text.
4944         (message-forward-make-body-mime, message-forward-make-body): Mark
4945         signed or encrypted raw message as having no illegible text.
4946
4947 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4950         (gnus-message-with-timestamp-1): New macro.
4951         (gnus-message-with-timestamp): New function.
4952         (gnus-message): Use them.
4953
4954         * nnheader.el (nnheader-message): Use them.
4955
4956 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4959         .newsrc.eld file.
4960
4961 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * gnus-agent.el (gnus-agent-fetch-headers)
4964         (gnus-agent-retrieve-headers): Bind
4965         gnus-decode-encoded-address-function to identity.
4966
4967         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4968         available also when the server returns simply a dot.
4969
4970         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4971
4972 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4975
4976 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-ems.el (gnus-x-splash): Make it work.
4979
4980         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4981         from being used.
4982
4983         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4984
4985 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4988         4th and the 5th arguments.
4989
4990         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4991         the front stickiness.
4992         (gnus-article-summary-command-nosave): Correct the order of the
4993         arguments passed to pop-to-buffer.
4994         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4995         summary command ends up with the article buffer.
4996
4997         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4998         the same faces.
4999
5000 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5001
5002         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5003
5004 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5005
5006         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5007         * gnus-sum.el (gnus-summary-highlight):
5008         * pgg.el (pgg-sign-region, pgg-sign):
5009         * mail-source.el (mail-source-delete-old-incoming-confirm):
5010         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5011
5012 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-art.el (gnus-mime-view-part-externally)
5015         (gnus-mime-view-part-internally): Fix predicate function passed to
5016         completing-read.
5017
5018         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5019
5020         * gnus.el (gnus-update-message-archive-method): Add :version.
5021
5022 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus.el (gnus-update-message-archive-method): New variable.
5025
5026         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5027         according to gnus-message-archive-method if
5028         gnus-update-message-archive-method is non-nil.
5029
5030 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5033         by Loic Dachary <loic@dachary.org>.
5034         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5035
5036 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * message.el (message-pop-to-buffer): Add switch-function argument.
5039         (message-mail): Pass switch-function argument to it.
5040
5041 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5044         Improve doc string.
5045
5046 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5049         (gnus-header-content)
5050         * gnus-cite.el (gnus-cite-10)
5051         * gnus-srvr.el (gnus-server-closed)
5052         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5053         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5054         (gnus-group-mail-3-empty, gnus-group-mail-low)
5055         (gnus-group-mail-low-empty, gnus-splash)
5056         * message.el (message-header-to, message-header-cc)
5057         (message-header-subject, message-header-other, message-header-name)
5058         (message-header-xheader, message-separator, message-cited-text)
5059         (message-mml): Lighten colors of faces used for dark background.
5060
5061 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5062
5063         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5064         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5065
5066 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * message.el (message-narrow-to-headers-or-head):
5069         Ignore mail-header-separator in the body.
5070
5071 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5074         same as window size.
5075
5076 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5077
5078         * message.el (message-font-lock-keywords): Use message-header-xheader
5079         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5080         ahead of the anything pattern, to get it recognised.
5081
5082 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5085         spam.el loads uses it in the compiled defadvice form.
5086
5087 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5088
5089         * gnus-sum.el (gnus-articles-to-read)
5090         (gnus-summary-insert-old-articles): Don't truncate group name for
5091         `read-string'.
5092
5093         * gnus-util.el (gnus-limit-string): Delete this function.
5094
5095         * gnus-sum.el (gnus-simplify-subject-fully): Use
5096         `truncate-string-to-width' instead.
5097
5098 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5099
5100         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5101         if, on summary exit, the next group has to be selected.
5102         (gnus-summary-exit): Use it.
5103
5104 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5107         non-break space.
5108
5109 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5112         Check if group is not a directory.
5113         (nnfolder-request-expire-articles): Don't delete articles if the target
5114         group is not available.
5115
5116         * nnml.el (nnml-request-create-group): Properly check if group is not a
5117         file.
5118         (nnml-request-expire-articles): Don't delete articles if the target
5119         group is not available.
5120
5121         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5122         Don't quote characters that are within parentheses.
5123
5124 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5127         (gnus-handle-ephemeral-exit): Select article according to it.
5128
5129 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * message.el (message-insert-formated-citation-line): Remove newline.
5132         (message-citation-line-format): Add final \n here so that the user can
5133         avoid a blank line.
5134
5135 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5136
5137         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5138         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5139         Update lanl/arXiv support.
5140
5141 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * gnus.el: Bump version number.
5144
5145 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus.el (gnus-version-number): Bump version.
5148
5149 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5150
5151         * gnus.el: No Gnus v0.6 is released.
5152
5153 2007-04-27  Didier Verna  <didier@xemacs.org>
5154
5155         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5156         * gmm-utils.el (gmm-regexp-concat): here.
5157         * message.el: Don't require 'gnus-util.
5158         (message-dont-reply-to-names): Handle name change above.
5159         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5160
5161 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5164         since the initial value varies according to the system.
5165
5166 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5169
5170 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5171
5172         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5173
5174 2007-04-24  Didier Verna  <didier@xemacs.org>
5175
5176         Improve the type of gnus-ignored-from-addresses.
5177         * gnus-util.el (gnus-orify-regexp): New function.
5178         * message.el (gnus-util): Require it.
5179         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5180         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5182
5183 2007-04-24  Didier Verna  <didier@xemacs.org>
5184
5185         * gnus-sum.el:
5186         * gnus-utils.el: Fix some trailing whitespaces.
5187
5188 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5191         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5192         article's Message-ID; refer parent article in summary buffer.
5193
5194         * message.el (message-bounce): Call mime-to-mml.
5195
5196         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5197         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5198         optimize and/or forms properly.
5199
5200 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5203         URL.
5204
5205 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5208
5209 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5212         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5213         displayed of multipart/alternative part if it is invoked from summary
5214         buffer.
5215
5216         * mm-view.el (mm-inline-text-html-render-with-w3m)
5217         (mm-inline-text-html-render-with-w3m-standalone)
5218         (mm-inline-render-with-function): Use mail-parse-charset by default.
5219
5220 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5221
5222         * parse-time.el (parse-time-string-chars): Check if CHAR
5223         is less than the length of parse-time-syntax.
5224
5225 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5228         from gnus-newsgroup-processable.
5229
5230 2007-04-16  Didier Verna  <didier@xemacs.org>
5231
5232         * gnus-msg.el (gnus-configure-posting-styles): Handle
5233         message-signature-directory properly with :file syntax.  Reported by
5234         "Leo".
5235
5236 2007-04-11  Didier Verna  <didier@xemacs.org>
5237
5238         New user option: message-signature-directory.
5239         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5240         * message.el (message-insert-signature): Ditto.
5241         * message.el (message-signature-file): Doc update.
5242         * message.el (message-signature-directory): New.
5243
5244 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-msg.el (gnus-inews-yank-articles): Use
5247         message-exchange-point-and-mark instead of exchange-point-and-mark.
5248
5249 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * message.el (message-yank-original): Make sure cited text ends with
5252         newline; don't exchange point and mark.
5253
5254 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5255
5256         * tls.el (open-tls-stream): Properly handle case where there
5257         is no associated buffer.
5258
5259 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5260
5261         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5262         message-yank-original, make sure (< mark TEXT point).
5263
5264 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * message.el (message-fill-column): New variable.
5267         (message-mode): Use it.  Add comment on a possible new hook.
5268
5269         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5270         (nnmail-get-new-mail): Reformat.
5271
5272         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5273
5274         * gmm-utils.el: Fix Commentary.
5275         (gmm-tool-bar-from-list): Fix typo in doc string.
5276
5277 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5278
5279         * message.el (message-yank-original): Don't switch point and mark
5280         unnecessarily to put point and mark as documented.
5281
5282 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5285         from the message heads.
5286
5287 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5288
5289         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5290         article buffer does not have a window.  This may not be the best
5291         solution but is certainly better than setting the start of the null,
5292         that is the current, window.
5293
5294 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5297         (gnus-draft-setup): Run it.
5298
5299         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5300         gnus-score-fast-scoring.  Allow regexp.
5301         (gnus-score-headers): Use it.
5302
5303         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5304         XEmacs.
5305
5306         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5307         string.
5308         (gnus-button-alist): Also catch `<f1> k ...'.
5309         (gnus-treat-display-x-face): Fix doc string.
5310
5311 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5312
5313         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5314         evaluation of gnus-extended-version to ensure correct generation of the
5315         User-Agent header when message-generate-headers-first is used.
5316
5317 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5318
5319         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5320         hashcash-path is nil.  Don't call callback with incorrect number of
5321         parameters if val is 0.
5322
5323 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5324
5325         * message.el (message-required-news-headers):
5326         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5327
5328 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5329
5330         * tls.el (open-tls-stream): In handshake-waiting loop,
5331         don't wait more if there is output available to process.
5332
5333 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5334
5335         * tls.el (tls-program): Doc fix.
5336
5337 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * message.el (message-generate-new-buffers): Change the meaning of the
5340         nil value; add `standard' to the choices; treat t as `unique'; improve
5341         doc string.
5342         (gnus-select-frame-set-input-focus): Autoload.
5343         (message-buffer-name): Search for the existing message buffer if
5344         message-generate-new-buffers is nil or `standard'; treat the value t of
5345         message-generate-new-buffers as `unique'.
5346         (message-pop-to-buffer): Raise the frame already displaying the message
5347         buffer; clear the echo area after querying.
5348         (message-setup): Pass the `continue' argument to compose-mail.
5349         (message-mail): Prefer `switch-function' if it is given; search for the
5350         existing message buffer if the `continue' argument is non-nil; pass
5351         continue and switch-function arguments to compose-mail by way of
5352         message-setup.
5353         (message-mail-other-window): Adjust argument of message-setup.
5354         (message-mail-other-frame): Ditto.
5355
5356 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5359         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5360         to turn font-lock on when turning gnus-message-citation-mode on.
5361
5362 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5363
5364         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5365         (mml-smime-function-alist): New variable; add epg as the backend.
5366         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5367         mml-smime- functions instead.
5368         * mm-view.el: Require smime.
5369
5370 2007-03-05  Didier Verna  <didier@xemacs.org>
5371
5372         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5373         instead of just inheritance for posting styles.
5374         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5375
5376 2007-02-24  Chris Moore  <dooglus@gmail.com>
5377
5378         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5379         * pgg-pgp.el (pgg-pgp-encrypt-region):
5380         * pgg-gpg.el (pgg-gpg-encrypt-region):
5381         Check pgg-encrypt-for-me if no other recipients.
5382
5383 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5384
5385         * tls.el (tls-certtool-program): Fix custom type.
5386
5387 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5390         and point-at-eol instead of line-(beginning|end)-position.
5391
5392         * assistant.el (assistant-parse-buffer): Ditto.
5393
5394         * netrc.el (netrc-parse-services): Ditto.
5395
5396 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5397
5398         * mml2015.el (mml2015-epg-find-usable-key): New function.
5399         (mml2015-epg-sign): Use it.
5400         (mml2015-epg-encrypt): Use it.
5401
5402 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * message.el (message-make-in-reply-to): Quote name containing
5405         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5406         if there are special characters.  Reported by NAKAJI Hiroyuki
5407         <nakaji@jp.freebsd.org>.
5408
5409 2007-02-27  Didier Verna  <didier@xemacs.org>
5410
5411         Include the group parameters as well as the topic ones in the
5412         inheritance filter process.
5413         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5414         argument GROUP-PARAMS-LIST.
5415         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5416
5417 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * nntp.el (nntp-never-echoes-commands)
5420         (nntp-open-connection-functions-never-echo-commands): New variables.
5421         (nntp-send-command): Use them.
5422
5423 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5424
5425         * mml2015.el (mml2015-epg-verify): Simplified.
5426
5427 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mml.el (mml-content-disposition-alist): New user option.
5430         (mml-content-disposition): New function.
5431         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5432         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5433
5434 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5435
5436         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5437         verification.
5438
5439 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5440
5441         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5442         articles posted in the last 24 hours.
5443
5444 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5445
5446         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5447
5448 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5449
5450         * nntp.el (nntp-send-command): Don't wait for echoes when
5451         nntp-open-ssl-stream is used.
5452
5453 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5456         (gnus-message-add-citation-keywords)
5457         (gnus-message-remove-citation-keywords): Remove.
5458         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5459         directly, make the variables in font-lock-defaults buffer-local, add
5460         gnus-message-citation-keywords to them and then update the value of
5461         font-lock-keywords.
5462
5463 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * message.el (message-cite-original-1): Don't call
5466         gnus-article-highlight-citation.
5467
5468         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5469         citations; fix line count.
5470
5471 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5474         (gnus-message-add-citation-keywords)
5475         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5476         versions of font-lock-add-keywords and font-lock-remove-keywords to
5477         work with XEmacs correctly.
5478
5479 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus-cite.el (gnus-cite-face-list): Set the values of
5482         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5483         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5484         (gnus-message-cite-prefix-regexp): New variable.
5485         (gnus-message-search-citation-line): Use it; protect against long
5486         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5487         the 0th match data for Emacs.
5488         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5489         (gnus-message-add-citation-keywords): Append keywords rather than
5490         prepending; emulate font-lock-add-keywords if it is not available.
5491         (gnus-message-remove-citation-keywords): Emulate
5492         font-lock-remove-keywords if it is not available.
5493
5494         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5495
5496         * message.el (message-cite-prefix-regexp): Set the value of
5497         gnus-message-cite-prefix-regexp.
5498
5499 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5500
5501         * nnweb.el (nnweb-google-parse-1): Update parser.
5502
5503 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5504
5505         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5506
5507 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5508
5509         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5510         regexp.
5511
5512 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5515         string-to-multibyte.
5516         (uudecode-decode-region-internal): Use it.
5517
5518         * lpath.el: Fbind string-as-multibyte for XEmacs.
5519
5520 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5523         custom choice.
5524
5525         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5526
5527 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5528
5529         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5530
5531         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5532         `write-region' to respect `mm-inhibit-file-name-handlers'.
5533
5534 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5535
5536         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5537         Use gnus-home-directory instead of "~/" or "$HOME".
5538
5539 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5540
5541         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5542         to mention filename.
5543         Add comments at beginning regarding usage.
5544         (encrypt-write-file-contents): Change interactive so a string is
5545         acceptable.  If the file has no associated model, show an error instead
5546         of a nonsense prompt.
5547
5548 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5549
5550         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5551         Thanks to Yoshihiko Yamada for kind notification of this typo.
5552
5553 2007-01-12  Kenichi Handa  <handa@m17n.org>
5554
5555         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5556         multibyte buffer.
5557
5558 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * gnus-score.el (gnus-score-fast-scoring): New variable.
5561         (gnus-score-headers): Use it.
5562
5563         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5564
5565         * message.el (message-cite-original-1): Call
5566         gnus-article-highlight-citation if requested.
5567         (message-make-from): Allow name and address as optional arguments.
5568
5569         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5570
5571         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5572         bugs to doc string.
5573         (gnus-button-alist): Add mid\\|message-id.
5574         (gnus-button-fetch-group): Extend for use in
5575         `browse-url-browser-function'.
5576         (gnus-button-url-regexp): Try to catch paired parentheses like in
5577         Wikipedia URLs.
5578
5579         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5580         Suggested by Simon Krahnke <overlord@gmx.li>.
5581
5582 2007-01-13  Romain Francoise  <romain@orebokech.com>
5583
5584         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5585         Update copyright.
5586
5587 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5588
5589         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5590
5591 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * gnus-registry.el (gnus-registry-unfollowed-groups)
5594         (gnus-registry-split-fancy-with-parent): Fix documentation.
5595
5596 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5599         from nnweb groups.
5600
5601 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5604         Xref urls.  Erase buffer before requesting head.
5605
5606 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5609         customizable.
5610
5611 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5612
5613         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5614         no signing key is found.
5615         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5616         no encrypting and/or signing key is found.
5617
5618 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5621
5622 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5623
5624         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5625         headers read from disk with the ones newly found in the current search.
5626         This should no longer cause problems, because the article numbers in
5627         Gmane's `nov.php' output are ignored since the previous change.
5628
5629 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5630
5631         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5632
5633 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5636         replace-regexp-in-string; bind url-version; fbind display-images-p and
5637         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5638         find-face and set-itimer-function for Emacs; bind itimer-list for
5639         Emacs.
5640
5641         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5642
5643 2007-01-01  Romain Francoise  <romain@orebokech.com>
5644
5645         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5646
5647 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5648
5649         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5650         `define-minor-mode' macro definition expanded properly.
5651         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5652         exclude it there.
5653
5654         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5655         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5656         `fboundp' test.
5657         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5658         This is OK to autoload in (S)XEmacs now.
5659
5660 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5663         keystroke.
5664         (gnus-summary-limit-to-singletons): Fix typo.
5665
5666         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5667         else fails.
5668
5669 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5670
5671         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5672         docstring.
5673
5674         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5675         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5676         (gnus-summary-insert-dormant-articles): Fix typo in message.
5677
5678 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5679
5680         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5681         nil for XEmacs.
5682         (gnus-message-citation-mode): Don't autoload in XEmacs.
5683
5684         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5685
5686 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5687
5688         * nnimap.el (nnimap-expunge-search-string): Mention
5689         nnimap-search-uids-not-since-is-evil in docstring.
5690
5691 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * spam.el: Revert to make-obsolete-variable because
5694         define-obsolete-variable-alias is not supported in Emacs 21.
5695
5696         * spam.el (spam-ifile-path, spam-ifile-database-path)
5697         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5698         make-obsolete-variable.
5699         (spam-bsfilter-path, spam-bsfilter-program)
5700         (spam-spamassassin-path, spam-spamassassin-program)
5701         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5702         use "path" inappropriately.
5703         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5704         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5705         variable names.
5706
5707 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5708
5709         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5710         summary buffer.
5711
5712         * password.el (password-cache-remove): Use clear-string to burn
5713         password, if available.
5714
5715 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5718
5719         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5720
5721         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5722         (gnus-message-highlight-citation): Move defcustom here from
5723         gnus-cite.el.
5724         (gnus-message-citation-mode): Autoload.
5725
5726         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5727         checks to make it compile with XEmacs.
5728         (gnus-message-citation-mode): New minor mode.
5729         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5730         (gnus-message-highlight-citation): New variables.
5731         (gnus-message-search-citation-line)
5732         (gnus-message-add-citation-keywords)
5733         (gnus-message-remove-citation-keywords)
5734         (turn-on-gnus-message-citation-mode)
5735         (turn-off-gnus-message-citation-mode): New functions.
5736
5737 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5738
5739         * gnus-cite.el: Enable highlighting of different citation levels in
5740         message-mode.
5741
5742 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * message.el (message-make-fqdn): Fix comment.
5745         (message-bogus-system-names): Add ".local".
5746
5747         * spam.el (spam-ifile-path, spam-ifile-program)
5748         (spam-ifile-database-path, spam-ifile-database)
5749         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5750         Don't use "path" inappropriately.
5751         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5752         strings.
5753         (spam-check-ifile, spam-ifile-register-with-ifile)
5754         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5755         new variable names.
5756
5757         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5758         (gnus-treat-display-smileys): Simplify using
5759         gnus-image-type-available-p.
5760
5761         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5762         available.
5763
5764         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5765         `display-images-p' if available.
5766
5767 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5770         one after turning on the buffer's multibyteness instead of decoding
5771         them directly in the unibyte buffer that causes unexpected conversion
5772         in Emacs 23 (unicode).
5773
5774 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5775
5776         * message.el (message-generate-hashcash): Fix custom type.
5777
5778 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5781
5782 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5785         disconnect icons.  Add help text.
5786
5787 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5790         negated to be consistent with the others we handle.
5791
5792 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5795         version of gnus-summary-buffer to something, so that we can use two
5796         article buffers at the same time.
5797
5798 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5801         trigger all the extra headers.
5802         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5803         sorting.
5804
5805 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5806
5807         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5808         solid groups.
5809
5810 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5811
5812         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5813
5814 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * legacy-gnus-agent.el: Add Copyright notice.
5817
5818 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5819
5820         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5821
5822 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5825
5826         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5827         to make it work reliably in CVS Emacs.
5828         (gnus-summary-limit-strange-charsets-predicate)
5829         (gnus-summary-limit-to-predicate): New functions.
5830
5831 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5832
5833         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5834         specifying array size.
5835         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5836         array if it is too small.
5837         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5838         (gnus-sort-threads-loop): New function.
5839
5840 2006-12-06  Chris Moore  <dooglus@gmail.com>
5841
5842         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5843         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5844
5845 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5846
5847         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5848         options.
5849
5850 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5853         DOS-ing the recipient.
5854
5855         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5856         the headers when creating the mapping to avoid mismappings.
5857         (nnweb-gmane-create-mapping): Always nix out old mapping.
5858
5859 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5862         and mm-verify-option to never.
5863
5864 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * message.el (message-signed-or-encrypted-p): New function.
5867         (message-forward-make-body): Use it.
5868
5869         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5870         Replace encode-coding-string with mm-encode-coding-string.
5871
5872 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * nneething.el (nneething-decode-file-name): Replace
5875         decode-coding-string with mm-decode-coding-string.
5876
5877         * gnus-int.el (gnus-open-server): Say failed server's name.
5878
5879 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5882         strings to a single string.  Quote `errors-file-name'.
5883         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5884         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5885         Adjust calls.  Use `shell-quote-argument'.
5886
5887 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5888
5889         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5890         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5891
5892         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5893         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5894         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5895         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5896         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5897         (gnus-subscribe-newsgroup, gnus-1):
5898         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5899         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5900         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5901         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5902
5903 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5906         keystroke.
5907         (gnus-summary-limit-to-bodies): Implement headersp.
5908
5909 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5912
5913 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5916
5917 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * message.el (message-generate-hashcash): Expand range of values to
5920         include `opportunistic'.
5921         (message-send-mail): Use it.
5922
5923 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5924
5925         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5926         and comment it.
5927
5928         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5929
5930 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * gnus-util.el (gnus-extract-address-components): Improve comment.
5933
5934 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-util.el (gnus-extract-address-components): Work with address in
5937         which the name portion contains @.
5938
5939         * lpath.el: Fbind custom-autoload.
5940
5941 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus.el (gnus-start): Move custom group up.
5944         (gnus-select-method): Don't autoload, but make it available for
5945         `customize-variable'.
5946         (gnus-getenv-nntpserver): Don't autoload.
5947
5948 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5951
5952 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * message.el (message-sendmail-extra-arguments): New variable.
5955         (message-send-mail-with-sendmail): Use it.
5956
5957 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5960         mm-with-unibyte-current-buffer to make string unibyte.
5961
5962         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5963         mm-string-as-multibyte.
5964
5965 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5966
5967         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5968         Reported by Werner Koch <wk@gnupg.org>.
5969
5970 2006-11-14  Daiki Ueno  <ueno@p360>
5971
5972         * mml2015.el: Autoload epa-select-keys when compiling.
5973
5974 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5975
5976         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5977         message-options.
5978         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5979
5980 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5981
5982         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5983         EasyPG (< 0.0.6).
5984         (mml2015-always-trust): New user option.
5985         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5986         prompt.
5987
5988 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * nntp.el (nntp-authinfo-force): New variable.
5991         (nntp-send-authinfo): Use it.
5992
5993 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5996         decode encoded words.  Improve prompt.  Add comment about forwarding.
5997         (message-replacement-char): Move up.
5998
5999 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6000
6001         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6002         instead of gnus-intersection because arguments of gnus-sorted-nunion
6003         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6004
6005 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6008         (message-simplify-subject-functions): Enable
6009         message-strip-subject-encoded-words by default.
6010
6011 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6012
6013         * message.el (message-strip-subject-encoded-words): New function.
6014         (message-simplify-subject-functions): New variable.
6015         (message-simplify-subject): Use it.  Fix typo in doc string.
6016         Support message-strip-subject-encoded-words.
6017
6018 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6019
6020         * gnus-diary.el (gnus-diary-delay-format-function):
6021         * nndiary.el (nndiary-reminders):
6022         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6023
6024 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * gnus-art.el (article-hide-boring-headers): Fetch date from
6027         gnus-original-article-buffer to avoid problems with localized date
6028         strings.
6029
6030 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6033
6034 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6035
6036         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6037         New variables.
6038         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6039         (mm-charset-synonym-alist): Move some entries to
6040         mm-codepage-iso-8859-list.
6041         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6042         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6043
6044 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6047
6048 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6051         with Emacs 21 and XEmacs.
6052
6053 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6054
6055         * spam.el (spam-parse-address): New function for better parsing,
6056         catching errors, etc.
6057         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6058
6059 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * mm-view.el: Add interactive arg to html2text autoload.
6062
6063 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6066
6067 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6070         variables.
6071         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6072         (mm-charset-synonym-alist): Move some entries to
6073         mm-codepage-iso-8859-list.
6074
6075         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6076
6077 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * message.el (message-citation-line-format)
6080         (message-insert-formated-citation-line): Fix implementation of %E, %N
6081         and %n according to the doc string.
6082
6083 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6086         car-safe to avoid bad parses.
6087
6088 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6091         names.
6092
6093         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6094
6095 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6098         header.
6099
6100         * message.el (message-draft-headers): Add Date.
6101         (message-headers-to-generate): Fix typo in docstring.
6102
6103         * nndraft.el (nndraft-required-headers): New variable.
6104         (nndraft-generate-headers): Use it.
6105
6106         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6107
6108 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6109
6110         * gnus-registry.el (gnus-registry-wash-for-keywords)
6111         (gnus-registry-find-keywords): New functions to allow easy searching of
6112         articles that are in the registry.
6113
6114 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6117         ietf-drums-parse-address instead of gnus-extract-address-components.
6118         Reported by Damien Elmes <damien@repose.cx>.
6119
6120 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * gnus.el (gnus-mime): Remove unused custom group.
6123
6124 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6125
6126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6127         "blank line" when searching for end of armor headers.
6128
6129 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gmm-utils.el (gmm-write-region): Fix variable name.
6132
6133 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * gmm-utils.el (gmm-write-region): New function based on compatibility
6136         code from `mm-make-temp-file'.
6137
6138         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6139
6140         * nnmaildir.el (nnmaildir--update-nov)
6141         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6142         Use `gmm-write-region'.
6143
6144 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6147         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6148
6149         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6150
6151         * message.el (message-replacement-char): New variable.
6152         (message-fix-before-sending): Use it.
6153         (message-simplify-subject): New function to remove duplicate code.
6154         (message-reply, message-followup): Use it.
6155
6156         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6157         gnus-summary-limit-to-articles.
6158
6159 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-util.el (gnus-with-local-quit): New macro.
6162
6163         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6164
6165 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6166
6167         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6168         ignore non-string data.
6169
6170 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6173         non-string data (needs to be done in the registry too).
6174
6175 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6178         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6179         (gnus-registry-split-fancy-with-parent)
6180         (gnus-registry-fetch-simplified-message-subject-fast)
6181         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6182         Remove text properties on ingress into the registry and when it's saved.
6183         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6184         registry from entries with no groups.
6185
6186 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6189         function to remove string properties.
6190
6191 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * gmm-utils.el (gmm): Adjust custom version.
6194
6195         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6196         custom version.
6197
6198         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6199
6200 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * gnus-art.el (gnus-insert-prev-page-button)
6203         (gnus-insert-next-page-button): Simplify.  Reformat.
6204
6205 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6206
6207         * gnus-art.el (gnus-insert-prev-page-button)
6208         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6209
6210 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6211
6212         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6213
6214 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6215
6216         * gnus-art.el (gnus-insert-mime-button)
6217         (gnus-insert-mime-security-button):
6218         Apply gnus-article-button-face to MIME and security buttons.
6219
6220 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6223         readable.
6224
6225 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6228
6229 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6230
6231         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6232         `browse-url-of-file' instead of `browse-url'.
6233
6234 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6235
6236         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6237         regexp.  Articles containing quotation were cut prematurely.
6238
6239 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * message.el (message-cite-original-1): Use nobody by default for the
6242         value of From header.
6243         (message-reply): Ditto.
6244
6245 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6246
6247         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6248         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6249         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6250
6251 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6254         mails in the doc string.  Add some URLs in comment.
6255         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6256
6257 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6260         backslashes handling and the way to find boundaries of quoted strings.
6261
6262 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6263
6264         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6265         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6266         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6267         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6268
6269 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6272         doc string.
6273         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6274
6275 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * lpath.el: Fbind epg-check-configuration.
6278
6279 2006-09-06  Simon Josefsson  <jas@extundo.com>
6280
6281         * mml2015.el (mml2015-use): Doc fix, mention epg.
6282
6283 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6284
6285         * mml2015.el (mml2015-use): Default to epg, if available.
6286
6287 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6288
6289         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6290         message-sender.
6291         (mml1991-epg-encrypt): Ditto.
6292         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6293         message-sender.
6294         (mml2015-epg-encrypt): Ditto.
6295
6296 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6297
6298         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6299         several common directories.
6300
6301 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6302
6303         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6304         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6305
6306 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-art.el (article-decode-encoded-words): Make it fast.
6309
6310 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6313
6314         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6315         in quoted string into `\'.
6316
6317 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6320         Use standard-syntax-table.
6321
6322 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-art.el (gnus-decode-address-function): New variable.
6325         (article-decode-encoded-words): Use it to decode headers which are
6326         assumed to contain addresses.
6327         (gnus-mime-delete-part): Remove useless `or'.
6328
6329         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6330         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6331         (gnus-nov-parse-line): Use it to decode From header.
6332         (gnus-get-newsgroup-headers): Ditto.
6333         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6334
6335         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6336         (mail-decode-encoded-address-string): New alias.
6337
6338         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6339         New function.
6340         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6341         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6342         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6343         (rfc2047-decode-string): Ditto.
6344         (rfc2047-decode-address-region): New function.
6345         (rfc2047-decode-address-string): New function.
6346
6347 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * message.el (message-caesar-buffer-body): Allow rotating headers.
6350
6351         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6352
6353         * message.el (message-insert-formated-citation-line): Fix %f.
6354         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6355
6356 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6359         (gnus-bookmark-mouse-available-p): New macro.
6360         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6361         (gnus-bookmark-bmenu-show-infos): Use it.
6362         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6363         (gnus-bookmark-bmenu-hide-infos): Ditto.
6364         (gnus-bookmark-remove-properties): New function.
6365         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6366         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6367         (gnus-bookmark-write-file): Bind coding-system-for-write.
6368         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6369         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6370         group before selecting it.
6371         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6372         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6373         quit-window if it is not available; use gnus-mouse-2 and bind it to
6374         gnus-bookmark-bmenu-select-by-mouse.
6375         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6376         (gnus-bookmark-bmenu-select-by-mouse): New function.
6377
6378 2006-08-13  Romain Francoise  <romain@orebokech.com>
6379
6380         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6381         space.
6382
6383 2006-08-10  Romain Francoise  <romain@orebokech.com>
6384
6385         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6386         (dns-mode-soa-auto-increment-serial): New user option.
6387         (dns-mode-soa-maybe-increment-serial): New function.
6388         (dns-mode): Add the latter to `write-contents-functions'.
6389
6390 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * compface.el (uncompface): Use binary rather than raw-text-unix.
6393
6394 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * compface.el (uncompface): Make sure the eol conversion doesn't take
6397         place when communicating with the external programs.  Reported by
6398         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6399
6400 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6403
6404 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6405
6406         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6407         Make it more robust by parsing author and date independently.
6408
6409 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6412
6413 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6414
6415         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6416         first matching secret key.
6417         (mml2015-epg-encrypt): Ditto.
6418
6419         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6420         first matching secret key.
6421         (mml1991-epg-encrypt): Ditto.
6422
6423         * mml2015.el (mml2015-encrypt-to-self): New user option.
6424         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6425         mml2015-epg-encrypt-to-self is set.
6426
6427         * mml1991.el (mml1991-encrypt-to-self): New variable.
6428         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6429         mml1991-epg-encrypt-to-self is set.
6430
6431         * mml2015.el (mml2015-signers): New user option.
6432         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6433         (mml2015-epg-encrypt): Allow to select signing keys.
6434
6435         * mml1991.el (mml1991-signers): New variable.
6436         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6437         (mml1991-epg-encrypt): Allow to select signing keys.
6438
6439 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * nnheader.el (nnheader-insert-head): Make it work even if the file
6442         uses CRLF for the line-break code.
6443
6444 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6445
6446         * mml2015.el: Require mml-sec instead of password.
6447         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6448         (mml2015-cache-passphrase): Inherit the default value from
6449         mml-secure-cache-passphrase.
6450         (mml2015-passphrase-cache-expiry): Inherit the default value from
6451         mml-secure-passphrase-cache-expiry.
6452
6453         * mml1991.el: Require mml-sec instead of password.
6454         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6455         (mml1991-cache-passphrase): Inherit the default value from
6456         mml-secure-cache-passphrase.
6457         (mml1991-passphrase-cache-expiry): Inherit the default value from
6458         mml-secure-passphrase-cache-expiry.
6459
6460         * mml-sec.el: Require password.
6461         (mml-secure-verbose): New user option.
6462         (mml-secure-cache-passphrase): New user option.
6463         (mml-secure-passphrase-cache-expiry): New user option.
6464
6465 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6466
6467         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6468         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6469         andreas@altroot.de (Andreas Vögele).
6470
6471         FIXME: Use `tiny change'?
6472
6473 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6474
6475         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6476         workaround for the url package included with Emacs.
6477
6478         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6479
6480 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6483         correctly.  This fixes a bug caused by the 2006-05-12 change.
6484
6485 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6486
6487         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6488         some information about the error when saying that the `bogus' mail
6489         group will be used.
6490
6491 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6494         string.
6495
6496 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6497
6498         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6499
6500 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6501
6502         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6503
6504 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6505
6506         * mml1991.el (mml1991-function-alist): Add epg.
6507         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6508         (mml1991-epg-encrypt): New functions.
6509
6510 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6511
6512         * mml2015.el (mml2015-verbose): New variable.
6513         (mml2015-cache-passphrase): Ditto.
6514         (mml2015-passphrase-cache-expiry): Ditto.
6515         (mml2015-function-alist): Add epg.
6516         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6517         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6518         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6519         functions.
6520
6521 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6522
6523         * message.el (message-cite-original-1): Preserve region when removing
6524         quoted text due to X-No-Archive in order to avoid bogus attribution
6525         when citing multiple messages.
6526
6527 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6528
6529         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6530         Kenneth Jacker <khj@be.cs.appstate.edu>.
6531
6532 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * gnus-diary.el (gnus-user-format-function-d)
6535         (gnus-user-format-function-D): Autoload.
6536
6537         * imap.el (Commentary): Fix typo.
6538
6539         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6540         2006-04-22 contribution.
6541
6542 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6543
6544         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6545         It didn't really fix the bogosity I'm seeing with solid web groups.
6546
6547 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6548
6549         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6550         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6551         created using server names.  If we use the feature without declaring
6552         it, Gnus does not properly manage server and group state.
6553
6554         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6555         bound.
6556
6557 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6558
6559         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6560         looking up the method using GROUP's prefix before inventing a new one.
6561         It is used on killed/unknown groups in various places where returning
6562         an all-new method isn't expected by the caller.
6563
6564         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6565         and match semantics of gnus-group-real-prefix.
6566
6567 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6568
6569         * nnmail.el (nnmail-broken-references-mailers): New variable.
6570         (nnmail-ignore-broken-references): New function generalizing
6571         nnmail-fix-eudora-headers.
6572         (nnmail-fix-eudora-headers): Now obsolete.
6573
6574         * gnus-art.el (gnus-button-handle-custom): Support
6575         `customize-apropos*'.
6576
6577 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6578
6579         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6580
6581         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6582         articles.
6583
6584 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * message.el (message-cite-reply-above): New variable.
6587         (message-yank-original): Use it.
6588
6589 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6592
6593 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6596         as read.
6597
6598         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6599
6600 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6603         (gnus-bookmark-default-file): Use gnus-directory.
6604         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6605         Remove "*" in doc string.
6606         (gnus-bookmark-write-file): Simplify.
6607         (gnus-bookmark-maybe-sort-alist): Use `when'.
6608         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6609         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6610         FIXME about Emacs 21 and XEmacs compatibility.
6611         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6612         compatibility.
6613         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6614         compatibility.
6615         (gnus-bookmark-menu-heading): Fix version.
6616
6617 2006-06-19  Bastien Guerry  <bzg@altern.org>
6618
6619         * gnus-bookmark.el: New file.
6620
6621 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * message.el (message-syntax-checks): Doc fix.
6624
6625 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6626
6627         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6628         unsubscribed groups as if they were killed ones.  It causes duplicate
6629         entries in gnus-newsrc-alist.
6630
6631 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * message.el (message-syntax-checks): Doc fix.
6634         (message-send-mail): Add check for continuation headers.
6635         (message-check-news-header-syntax): Fix regexp used to check for
6636         continuation headers.
6637
6638 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6641
6642 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6645
6646 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6649         default-truncate-lines.
6650
6651 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6654         to fill the utf-8 entry.
6655
6656         * lpath.el: Fbind unicode-precedence-list.
6657
6658 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6659
6660         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6661
6662 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6663
6664         * gnus-agent.el (directory-files-and-attributes): Move all the way
6665         forward (the third and final move).
6666         (gnus-agent-read-agentview): Trap reconstruction errors due to
6667         nonexistant directory.  Handle by returning nil.
6668
6669 2006-05-30  Didier Verna  <didier@xemacs.org>
6670
6671         * message.el (message-dont-reply-to-names): Update the custom type.
6672         * message.el (message-dont-reply-to-names): New defsubst: potentially
6673         convert a list of regexps into a single one.
6674         * message.el (message-get-reply-headers): Use it.
6675         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6676
6677 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-agent.el (directory-files-and-attributes): Move forward.
6680
6681 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * gnus-ml.el (gnus-mailing-list-subscribe)
6684         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6685         (gnus-mailing-list-message): Fix doc strings.
6686
6687 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6688
6689         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6690         of doing it manually.
6691
6692 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6695         comment.
6696
6697 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6698
6699         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6700         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6701         (gnus-agent-read-local): All symbols allocated in my-obarray.
6702         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6703         (gnus-agent-regenerate-group): Check numeric names to see if they are
6704         messages or groups.
6705         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6706         better way of do this...)
6707
6708         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6709         'dummy.group' (there should be a better way of do this...)
6710
6711 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6714         (gnus-saved-headers): Ditto.
6715         (gnus-default-article-saver): Mention functions may have properties.
6716         (gnus-article-save): Override gnus-save-all-headers and
6717         gnus-saved-headers by :headers property which saver function may have.
6718         (gnus-summary-save-in-file): Add :headers property.
6719         (gnus-summary-write-to-file): Ditto.
6720
6721         * gnus-sum.el (gnus-summary-save-article): Bind
6722         gnus-prompt-before-saving to t when saving many articles in a file;
6723         always show all headers.
6724
6725         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6726
6727 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6730         marks.
6731
6732         * message.el (message-indent-citation): Add optional arguments to allow
6733         using it outside of message buffers.
6734
6735         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6736         (gnus-article-treat-unfold-headers): Use it.
6737         (gnus-article-truncate-lines): New variable.
6738         (gnus-article-mode): Use it.
6739         (gnus-article-toggle-truncate-lines): New function.
6740
6741         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6742         gnus-article-toggle-truncate-lines.
6743
6744         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6745         coding system in XEmacs, use binary.
6746
6747 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6750         after-load-alist.
6751
6752         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6753         this function should save decoded articles.
6754         (gnus-summary-write-to-file): Use property to specify this function
6755         should save decoded articles and specify gnus-summary-save-in-file
6756         should be used to save articles other than the first one when saving
6757         many articles.
6758         (gnus-summary-save-body-in-file): Use property to specify this
6759         function should save decoded articles.
6760         (gnus-summary-write-body-to-file): Use property to specify this
6761         function should save decoded articles and specify
6762         gnus-summary-save-body-in-file should be used to save articles other
6763         than the first one when saving many articles.
6764
6765         * gnus-sum.el (gnus-summary-save-article): Simplify.
6766
6767 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-art.el (gnus-default-article-saver): Add
6770         gnus-summary-write-body-to-file.
6771         (gnus-article-save-coding-system): Don't use coding system object
6772         in XEmacs.
6773         (gnus-read-save-file-name): Add optional `dir-var' argument which
6774         specifies directory in which files are saved; work even if optional
6775         `variable' argument is not specified.
6776         (gnus-summary-write-to-file): Read file name.
6777         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6778         (gnus-summary-write-body-to-file): New function.
6779
6780         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6781         (gnus-summary-local-variables): Add it.
6782         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6783         (gnus-summary-save-article): Remove optional `decode' argument;
6784         determine whether to decode articles by the value of
6785         gnus-default-article-saver; when saving many files using
6786         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6787         it first and use gnus-summary-save-in-file or
6788         gnus-summary-save-body-in-file thereafter unless
6789         gnus-prompt-before-saving is always; move point to article which
6790         will be saved.
6791         (gnus-summary-save-article-file): Revert.
6792         (gnus-summary-write-article-file): Revert.
6793         (gnus-summary-save-article-body-file): Revert.
6794         (gnus-summary-write-article-body-file): New function.
6795
6796 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-art.el (gnus-default-article-saver): Doc fix.
6799         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6800         from gnus-summary-save-article-coding-system, and default to a
6801         certain coding system.
6802         (gnus-output-to-file): Add coding cookie and encode text according
6803         to gnus-article-save-coding-system; don't use mm-append-to-file.
6804
6805         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6806         gnus-art.el and rename to gnus-article-save-coding-system.
6807         (gnus-summary-save-article): Require gnus-art; don't show all
6808         headers if it decodes articles; don't add coding cookie here;
6809         don't bind mm-text-coding-system-for-write.
6810         (gnus-summary-save-article-file): Save decoded articles.
6811         (gnus-summary-write-article-file): When saving many files, use
6812         gnus-summary-write-to-file first and gnus-summary-save-in-file
6813         thereafter unless gnus-prompt-before-saving is always.
6814         (gnus-summary-save-article-body-file): Save decoded articles.
6815
6816         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6817
6818 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * nnrss.el (nnrss-check-group): Bind hash-index.
6821
6822 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6823
6824         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6825         its hash index.  Store this hash in `nnrss-group-data'.
6826         (nnrss-read-group-data): Update accordingly.
6827
6828 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6831         entry.
6832
6833         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6834         gnus-article-browse-html-article.
6835
6836 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6837
6838         * gnus-sum.el (gnus-summary-mime-map): Add
6839         gnus-article-browse-html-article.
6840
6841         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6842
6843 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6846         suitable coding systems in customize.
6847
6848 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * mail-source.el (mail-sources): Fix custom type.
6851
6852 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6855         (gnus-summary-expire-articles-now): Shorten prompt.
6856
6857         * gmm-utils.el (wid-edit): Require.
6858         (defun-gmm): Renamed from `gmm-defun-compat'.
6859         (gmm-image-search-load-path): Use it.
6860         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6861
6862 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6865         variable.
6866         (gnus-summary-save-article): Add optional `decode' argument.  If
6867         it is set and gnus-summary-save-article-coding-system is non-nil,
6868         save decoded article.
6869         (gnus-summary-write-article-file): Save decoded article if
6870         gnus-summary-save-article-coding-system is non-nil.
6871
6872         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6873         type.
6874
6875 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6878
6879 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6882         first to test gnus-single-article-buffer which may be buffer-local.
6883
6884         * gnus-sum.el (gnus-summary-setup-buffer): Make
6885         gnus-single-article-buffer buffer-local and nil in ephemeral
6886         group; make gnus-article-buffer, gnus-article-current, and
6887         gnus-original-article-buffer always buffer-local.
6888         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6889         group.
6890         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6891
6892 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * nnml.el (nnml-request-compact-group): Compressed files might not
6895         have .gz extension.
6896
6897 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6900         (mm-copy-to-buffer): Use with-current-buffer.
6901         (mm-display-part): Simplify.
6902         (mm-inlinable-p): Add optional arg `type'.
6903
6904 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6905
6906         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6907         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6908         Try harder to show the attachment internally or externally using
6909         gnus-mime-view-part-as-type.
6910
6911 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * message.el (message-from-style, message-signature-separator)
6914         (message-user-organization-file, message-send-mail-function)
6915         (message-citation-line-function, message-yank-prefix)
6916         (message-indent-citation-function, message-signature)
6917         (message-signature-file, message-signature-insert-empty-line):
6918         Remove autoloads.
6919
6920         * gnus-art.el (gnus-buttonized-mime-types): Remove
6921         "multipart/signed".  Revert 2006-04-26 change.
6922
6923 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * gnus.el (gnus-version-number): Bump version.
6926
6927 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6928
6929         * gnus.el: No Gnus v0.5 is released.
6930
6931 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6932
6933         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6934         fetching articles by message-id.
6935
6936 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * message.el (hashcash): Require hashcash as normal.
6939
6940         * ecomplete.el (ecomplete-highlight-match-line): Use
6941         point-at-eol.
6942         (ecomplete-highlight-match-line): Use `highlight', because that
6943         face exists in both Emacs and XEmacs.
6944
6945         * message.el (message-display-abbrev): Use point-at-bol.
6946
6947         * mail-source.el: Don't require timer/timer-funcs.
6948
6949         * gnus-async.el: Ditto.
6950
6951         * password.el: Ditto.
6952
6953         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6954
6955         * mm-url.el: Ditto.
6956
6957         * gnus-xmas.el: Don't require timer-funcs.
6958
6959         * mm-util.el: Require timer/timer-funcs.
6960
6961 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6962
6963         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6964         Close.
6965
6966 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6969         unibyte after clear-decrypt function runs.
6970
6971         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6972         returns as a unibyte string.
6973
6974 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * lpath.el: Revert.
6977
6978         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6979         (pgg-gpg-process-sentinel): Revert.
6980
6981         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6982         (pgg-pgp-lookup-key): Revert.
6983
6984         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6985         (pgg-pgp5-lookup-key): Revert.
6986
6987         * pgg.el (pgg-fetch-key): Revert.
6988
6989 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * lpath.el: Fbind string-as-multibyte for XEmacs.
6992
6993         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6994         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6995         (mml1991-pgg-encrypt): Ditto.
6996
6997         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6998         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6999         a multibyte buffer.
7000
7001         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7002         (pgg-pgp-lookup-key): Ditto.
7003
7004         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7005         (pgg-pgp5-lookup-key): Ditto.
7006
7007         * pgg.el (pgg-fetch-key): Ditto.
7008
7009 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * message.el (message-user-organization-file): Check several
7012         locations of the organization file.
7013
7014         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7015         Add gnus-article-view-part-as-type.
7016
7017         * gnus-art.el (gnus-article-view-part-as-type): New function.
7018
7019         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7020         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7021
7022         * mml.el: Simplify autoload.
7023         (mml-mode): defvar dnd-protocol-alist instead of using
7024         symbol-value.
7025         (mml-default-directory): New variable.
7026         (mml-minibuffer-read-file): Use it.
7027         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7028
7029         * message.el (message-citation-line-format): New variable.
7030         (message-insert-formated-citation-line): New function.
7031         (message-citation-line-function): Add
7032         `message-insert-formated-citation-line' to custom type.
7033
7034         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7035         to doc string.
7036
7037         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7038         depending on mm-verify-option.
7039
7040 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7043         binding pgg-* variables; reimplement the section which prevents
7044         MIME header from being signed.
7045         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7046         pgg-text-mode; remove a blank line at the top of body.
7047
7048         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7049         lines at the top of body; use gnus-newsgroup-charset if there's no
7050         Charset header.
7051
7052 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * message.el (message-self-insert-commands): Doc fix.
7055
7056         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7057         (mm-uu-pgp-encrypted-test): Ditto.
7058         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7059         between header and body; return application/pgp-encrypted handle
7060         if decryption failed; decode decrypted body by charset.
7061
7062         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7063         element match to application/pgp-*.
7064
7065 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7066
7067         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7068         HTML.
7069
7070 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * mail-source.el (mail-source-call-script): Message the error
7073         string.
7074
7075 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus-util.el (gnus-byte-compile): Use it.
7078
7079 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7080
7081         * gnus-util.el (kill-empty-logs): New function.
7082
7083 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * message.el (message-mail-alias-type): Doc fix.
7086         (message-mail-alias-type-p): New function.
7087         (message-send): Use it.
7088         (message-mode): Ditto.
7089         (message-strip-forbidden-properties): Ditto.
7090
7091         * ecomplete.el (ecomplete-database-file-coding-system): New
7092         variable.
7093         (ecomplete-save): Use it.
7094         (ecomplete-setup): Use it.
7095
7096 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * message.el (message-self-insert-commands): New variable.
7099         (message-strip-forbidden-properties): Use it.
7100
7101 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7104         that doesn't make XEmacs choke.
7105
7106 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * gnus-util.el (gnus-replace-in-string):
7109         Prefer replace-regexp-in-string over of replace-in-string.
7110
7111 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-util.el (gnus-select-frame-set-input-focus):
7114         Use select-frame-set-input-focus if it is available in XEmacs; use
7115         definition defined in Emacs 22 for old Emacsen.
7116
7117         * dgnushack.el: Autoload unmorse-region for XEmacs.
7118
7119         * lpath.el: Bind cursor-in-non-selected-windows and
7120         select-frame-set-input-focus for XEmacs.
7121
7122 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7125
7126 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * gnus-registry.el (gnus-registry-cache-save): Remove text
7129         properties when saving via the temp buffer.
7130
7131 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * message.el (message-generate-hashcash): Honor custom type.
7134
7135 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136
7137         * message.el (message-generate-hashcash): Default to non-nil when
7138         hashcash is found.
7139
7140         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7141         (gnus-refer-thread-limit): Increase default to 500.
7142
7143         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7144
7145         * flow-fill.el (fill-flowed): Allow delete-space.
7146
7147 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7150         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7151         Remove autoloads.
7152
7153 2006-04-18  Simon Josefsson  <jas@extundo.com>
7154
7155         * message.el (message-generate-hashcash): Default to.
7156
7157 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7160         concatenating segments rather than before concatenating them.
7161
7162 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7165
7166 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7169
7170         * message.el (message-forward-make-body-plain): Allow
7171         message-forward-ignored-headers to be a list.
7172         (message-remove-ignored-headers): Factor out into function.
7173         (message-forward-make-body-mml): Use it.
7174
7175         * imap.el (imap-quote-specials): New function.
7176         (imap-login-auth): Quote specials.
7177
7178         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7179         (rfc2231-parse-string): Allow concatanation of parameters that
7180         aren't contiguous.  The test case is
7181           (mail-header-parse-content-type "message/external-body;
7182             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7183             access-type=LOCAL-FILE;
7184             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7185
7186 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7187
7188         * nntp.el (nntp-accept-process-output): Return the value of
7189         `nnheader-accept-process-output'.
7190
7191 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7194         (gnus-button-alist): Recognize more diff formats.
7195         (gnus-button-patch): Strip directory.
7196
7197 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7200         Emacs 22 when setting focus.
7201
7202 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * gnus-art.el (gnus-article-treat-types): Do treatment of
7205         text/x-verbatim parts.
7206         (gnus-button-patch): New command.
7207
7208         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7209         addresses that contain invalid characters.
7210
7211 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * message.el (message-put-addresses-in-ecomplete): Use
7214         gnus-replace-in-string.
7215         (message-is-yours-p): Use the more correct
7216         mail-header-parse-address instead of
7217         mail-extract-address-components.
7218         (message-put-addresses-in-ecomplete): Fix typo.
7219
7220         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7221         keystroke.
7222
7223         * gnus-art.el (gnus-treatment-function-alist): Change order of
7224         newsgroups/generic header folding to avoid double-folding.
7225
7226         * message.el (message-hidden-headers): Add X-Draft-From.
7227
7228         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7229         command.
7230         (gnus-summary-repeat-search-article-backward): New command.
7231
7232         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7233         groups in the parent topic.
7234
7235 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7236
7237         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7238         (spam-extra-header-to-number): Return the CRM114 number as a
7239         number instead of a string.
7240
7241 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * gnus-art.el (gnus-face-properties-alist): Moved here from
7244         gnus-fun.
7245
7246         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7247
7248 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7249
7250         * message.el (message-strip-forbidden-properties): Only display on
7251         self-insert-command.
7252
7253         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7254         reindent.
7255         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7256
7257 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7258
7259         * smiley.el (smiley-style): Fix typo.
7260
7261 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * hashcash.el (hashcash-insert-payment-async-2): Use
7264         message-goto-eoh instead of doing it manually.
7265         (mail-add-payment): Use message-narrow-to-header instead of trying
7266         to do the same itself.
7267
7268         * message.el (message-hidden-headers): Add Face.
7269
7270         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7271         reparenting code.
7272         (gnus-summary-reparent-children): Refactored out code.
7273         (gnus-summary-thread-map): New keystroke.
7274         (gnus-summary-reparent-children): Make into command.
7275
7276         * smiley.el (smiley-style): Default to `medium' if using a large
7277         font.
7278
7279         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7280         does it itself.
7281
7282         * message.el (message-point-in-header-p): Simplify definition.
7283
7284 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * nnagent.el (nnagent-request-set-mark): Silence log file
7287         writing.
7288         (nnagent-request-set-mark): Use write-region instead of
7289         append-to-file.
7290
7291         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7292         strange select method.
7293
7294         * ecomplete.el (ecomplete-display-matches): Get highlightling
7295         right.
7296         (ecomplete-display-matches): Use literals.
7297         (ecomplete-display-matches): Disable message logging.
7298
7299         * message.el (message-display-abbrev): Small optimization.
7300
7301         * ecomplete.el (ecomplete-display-matches): Allow automatic
7302         display.
7303
7304         * message.el (message-strip-forbidden-properties): Display
7305         abbrevs.
7306         (message-display-abbrev): Get automatic display right.
7307
7308         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7309         keystrokes.
7310
7311 2006-04-13  Romain Francoise  <romain@orebokech.com>
7312
7313         TODO: Backport to v5-10!
7314
7315         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7316         Moved here (and renamed) from gnus-registry.el.
7317
7318         * gnus-registry.el: Require gnus-util.
7319         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7320
7321 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-group.el (gnus-group-catchup-current): Change
7324         if-then-else-if-then-else into cond.
7325         (gnus-group-catchup): Indent.
7326         (group-name-at-point): New function.
7327         (gnus-fetch-group): Provide default from thing at point.
7328
7329 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * message.el (message-display-abbrev): Fix regexp.
7332
7333         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7334         choosing.
7335         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7336         dead variables.
7337
7338         * message.el (message-newline-and-indent): Remove debugging.
7339         (message-display-abbrev): Use new implementation.
7340
7341 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-art.el (gnus-article-mode): Set
7344         cursor-in-non-selected-windows to nil.
7345
7346         * smiley.el: Revert previous change.
7347         (smiley-data-directory): defvar it before using it in the
7348         defcustom of `smiley-style'.
7349
7350 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * message.el (message-newline-and-indent): New function.
7353
7354         * ecomplete.el: Implement more bits.
7355
7356         * message.el (message-put-addresses-in-ecomplete): Clean up the
7357         string.
7358
7359         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7360
7361         * gnus-sum.el (gnus-summary-save-parts): Bind
7362         gnus-summary-save-parts-counter and use it to make unique file
7363         names.
7364
7365         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7366
7367         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7368         parameter to say whether to actually parse the individual
7369         addresses.
7370
7371         * message.el (message-put-addresses-in-ecomplete): New function.
7372         (ecomplete): Require.
7373         (message-mail-alias-type): Add ecomplete as an option.
7374
7375 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7376
7377         * flow-fill.el (fill-flowed): Remove trailing space from blank
7378         quoted lines.
7379
7380 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * smiley.el (smiley-style): Move definition later to avoid a
7383         compilation warning.
7384
7385 2006-04-12  Kenichi Handa  <handa@m17n.org>
7386
7387         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7388         buffer and then decode the buffer text if necessary.
7389         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7390         first, and after mm-encode-body, change the buffer to unibyte.
7391         Use mm-disable-multibyte instead of set-buffer-multibyte.
7392
7393 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7396         Content-Type header instead of Content-Disposition header.
7397         (gnus-mime-inline-part): Ditto.
7398         (gnus-mime-view-part-as-charset): Ignore charset that the part
7399         specifies.
7400
7401         * mm-decode.el (mm-display-part): Work with external parts and
7402         usual parts similarly.
7403
7404         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7405         instead of gnus-display-mime.
7406
7407         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7408         instead of with-temp-buffer.
7409
7410         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7411         tag to summarized topics part in order to encode non-ASCII text.
7412
7413 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * smiley.el (smiley-style): New variable.
7416         (smiley-directory): New function.
7417         (smiley-data-directory): Derive from `smiley-style' using
7418         `smiley-directory'.
7419         (smiley-regexp-alist): Add new entries.
7420
7421         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7422         (gnus-article-browse-delete-temp): Add :version.
7423
7424 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7425
7426         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7427         the sieve region.
7428
7429 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * gnus.el (gnus-version-number): Bump version.
7432
7433 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * gnus.el: No Gnus v0.4 is released.
7436
7437 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7440         layout.
7441
7442         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7443         unknown charset.
7444
7445         * message.el (message-header-synonyms): Add Original-To to the
7446         default.
7447
7448         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7449         optional parameter.
7450
7451 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * gnus-fun.el (gnus): Require it for gnus-directory.
7454
7455 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7458
7459 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7460
7461         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7462
7463 2006-04-05  Simon Josefsson  <jas@extundo.com>
7464
7465         * password.el (password-reset): New function.
7466
7467 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7468
7469         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7470         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7471
7472 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7473
7474         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7475         Some whitespace was matched into the url, which broke browsing hits
7476         > 100 when mm-url-use-external was nil.
7477
7478 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7481         gnus-extra-headers for 'Newsgroups.
7482
7483         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7484         bound.
7485
7486 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7487
7488         * pgg-gpg.el: Clean up process buffers every time gpg processes
7489         complete.
7490
7491 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7494         doc string.
7495
7496 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7497
7498         * pgg-gpg.el (pgg-gpg-process-filter)
7499         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7500
7501         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7502         lines, temporary fix.
7503
7504 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7505
7506         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7507
7508 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7509
7510         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7511         default-enable-multibyte-characters.  This reverts the change from
7512         revision 6.17 which is no longer necessary because the passphrase
7513         is sent separately now.  GnuPG messages are unreadable under
7514         multibyte locales with default-enable-multibyte-characters set to
7515         nil.
7516
7517 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * message.el (message-tool-bar-gnome): Move "spell".
7520
7521 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7524         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7525         instead.
7526
7527 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7528
7529         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7530         newsgroups handling for NNTP overviews which don't include
7531         Newsgroups.
7532
7533 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7534
7535         * message.el (message-resend): Bind message-generate-hashcash to nil.
7536
7537 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7538
7539         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7540         when searching for already-paid recipients.
7541
7542 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7543
7544         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7545         passphrases when it is not needed.
7546         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7547         passphrase stuff from gpg, should only be necessary when you use
7548         gpg with a smartcard.
7549
7550 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * mml.el (mml-insert-mime): Ignore cached contents of
7553         message/external-body part.
7554
7555         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7556         (mm-insert-part): Ditto.
7557
7558 2006-03-23  Simon Josefsson  <jas@extundo.com>
7559
7560         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7561         Reiner.
7562         (pgg-gpg-use-agent-p): Use it again.
7563
7564 2006-03-23  Simon Josefsson  <jas@extundo.com>
7565
7566         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7567         older emacsen.
7568         (pgg-gpg-use-agent-p): Don't use it.
7569
7570 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7573         if we can.
7574
7575 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7576
7577         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7578         (pgg-gpg-update-agent): New function.
7579         (pgg-gpg-use-agent-p): New function.
7580         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7581         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7582         (pgg-gpg-sign-region): Use it.
7583
7584 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7587         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7588
7589 2006-03-21  Simon Josefsson  <jas@extundo.com>
7590
7591         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7592         <wilde@sha-bang.de>.
7593         (pgg-gpg-use-agent): New variable.
7594         (pgg-gpg-process-region): Use it.
7595         (pgg-gpg-encrypt-region): Likewise.
7596         (pgg-gpg-encrypt-symmetric-region): Likewise.
7597         (pgg-gpg-decrypt-region): Likewise.
7598         (pgg-gpg-sign-region): Likewise.
7599         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7600
7601 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7604
7605         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7606         Add comment on version.
7607
7608 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * smiley.el: Add missing test smiley.
7611
7612 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * mm-decode.el (mm-with-part): New macro.
7615         (mm-get-part): Use it; work with message/external-body as well.
7616         (mm-save-part): Treat name and filename equally.
7617
7618         * mm-extern.el (mm-extern-cache-contents): New function.
7619         (mm-inline-external-body): Use it; force the part to be displayed;
7620         move undisplayer added to the cached handle to the parent.
7621
7622         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7623         (gnus-mime-view-part-as-type): Work with message/external-body.
7624
7625         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7626
7627 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7630         images in image-load-path.  [Sync with image.el, revision 1.60, in
7631         Emacs.]
7632
7633 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7636         path rather than symbol.  Always return list of directories.
7637         Guarantee that image directory comes first.  [Sync with image.el,
7638         revision 1.59, in Emacs.]
7639
7640         * message.el (message-make-tool-bar): Adjust to new API of
7641         `gmm-image-load-path-for-library'.
7642
7643         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7644
7645         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7646
7647 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7648
7649         * gnus-art.el (gnus-article-only-boring-p):
7650         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7651         intangible text.
7652         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7653
7654 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7657         `defun' instead of `gmm-defun-compat'.
7658
7659 2006-03-14  Simon Josefsson  <jas@extundo.com>
7660
7661         * message.el (message-unique-id): Don't use message-number-base36
7662         if (user-uid) is a float.
7663         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7664
7665 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7668
7669         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7670         empty line between a part and a message part.
7671
7672 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * smiley.el: Add more test smileys.
7675         (smiley-data-directory, smiley-regexp-alist)
7676         (gnus-smiley-file-types): Fix doc strings.
7677         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7678         adding new elements.
7679         (smiley-mouse-map): Unused code.  Make it a comment.
7680
7681 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7684         scan latest NoCeM messages instead of old ones.
7685         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7686         delimiters that are recently used.
7687         (gnus-nocem-load-cache): Add autoload cookie.
7688
7689         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7690
7691         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7692         level which is larger than gnus-use-nocem is specified.
7693
7694         * gnus-group.el (gnus-group-get-new-news): Ditto.
7695
7696 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-util.el (gnus-tool-bar-update): New function.
7699
7700         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7701         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7702
7703         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7704
7705         * gnus-group.el (gnus-group-redraw-when-idle)
7706         (gnus-group-redraw-check): Remove.
7707         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7708
7709 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7712         if optional last element is specified in splits (FIELD VALUE...).
7713
7714 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7717         to gmm-image-load-path-for-library.  Call with no-error argument.
7718         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7719
7720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7721
7722         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7723
7724         * gmm-utils.el (gmm-image-load-path): Remove alias.
7725
7726 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gmm-utils.el (gmm-image-load-path): Add alias.
7729
7730         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7731         nnml-generate-nov-databases-1.
7732         (nnml-generate-nov-databases): Use it.
7733         (nnml-generate-nov-databases-directory): Document no-active
7734         argument.
7735
7736         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7737         directory if path is t.  Add no-error.
7738
7739         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7740         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7741
7742         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7743         resetting gnus-article-browse-html-temp-list.
7744
7745         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7746         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7747         Add example to docstring.  Rename local variables.  Move error
7748         checks to default case in cond and simplify.
7749
7750 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7753         handle is multipart when calling it recursively.
7754         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7755
7756 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7757
7758         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7759         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7760
7761 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7764         is loaded.
7765
7766         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7767         loaded.
7768
7769 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7772         to "Emacs 23 (unicode)" in doc string.
7773
7774         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7775         "Emacs 23 (unicode)" in comment.
7776
7777 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7780
7781         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7782         characters 160 through 255 in Emacs 23.
7783
7784 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7787         gnus-article-browse-html-temp.
7788         (gnus-article-browse-delete-temp): Make it customizable.  Add
7789         `file'.  Adjust doc string.
7790         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7791         query for each file.  Adjust doc string.
7792         (gnus-article-browse-html-parts): Add
7793         `gnus-article-browse-delete-temp-files' to
7794         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7795
7796 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7797
7798         * gnus-art.el (gnus-article-browse-html-temp)
7799         (gnus-article-browse-delete-temp): New variables.
7800         (gnus-article-browse-delete-temp-files): New function.
7801         (gnus-article-browse-html-parts): Use it.
7802
7803 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7806
7807         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7808         string.
7809
7810         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7811         gnus-summary-insert-new-articles when unplugged.  Remove
7812         gnus-summary-search-article-forward.
7813
7814         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7815         display-visual-class instead of display-color-cells.
7816
7817 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * dgnushack.el: Autoload customize-group for XEmacs.
7820
7821         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7822         message/* containing non-ASCII text properly.
7823
7824 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * message.el: Require gmm-utils, remove autoloads.
7827         (message-tool-bar): Set default based on
7828         gmm-tool-bar-style.
7829         (message-tool-bar-gnome): Add gmm-customize-mode.
7830
7831         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7832         gmm-tool-bar-style.
7833         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7834
7835         * gnus-group.el (gnus-group-tool-bar): Set default based on
7836         gmm-tool-bar-style.
7837         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7838
7839         * gmm-utils.el (gmm-image-directory): Rename variable from
7840         gmm-image-load-path.
7841         (gmm-image-load-path): Use gmm-image-directory.
7842         (gmm-customize-mode): New function.
7843         (gmm-tool-bar-style): New variable.
7844
7845         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7846         gnus-group-redraw-line-number.
7847         (gnus-group-redraw-check): Simplify.
7848         (gnus-group-tool-bar-update): Remove redraw check.
7849         (gnus-group-make-tool-bar): Add redraw check.
7850
7851 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7852
7853         * gnus-art.el (gnus-button): Add missing parentheses.
7854
7855 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * lpath.el: Fbind line-number-at-pos.
7858
7859 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7862
7863 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-art.el (gnus-button): New face.
7866         (gnus-article-button-face): Use it.
7867
7868         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7869         gnus-summary-next-page.  Re-order.
7870
7871         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7872         next-node are now included.
7873         (gnus-group-redraw-line-number): New internal variable.
7874         (gnus-group-redraw-check): Helper function for updating the tool
7875         bar.
7876         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7877
7878         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7879
7880         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7881         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7882         Use it to match format of Spamassassin 3.0 and later.  Reported by
7883         IRIE Tetsuya <irie@t.email.ne.jp>.
7884         (spam-check-bogofilter)
7885         (spam-bogofilter-register-with-bogofilter): Fix args of
7886         `gnus-error' calls.
7887
7888 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7891         unnecessary interaction when sending queued mails.  Reported by
7892         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7893
7894 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7897         first or last are nil.
7898
7899 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7900
7901         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7902
7903 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7906
7907 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * dns.el (query-dns): Protect more against buggy tcp output.
7910
7911 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7914         nov.php.
7915
7916 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7917
7918         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7919         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7920         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7921         output on the server side.
7922         (nnweb-google-create-mapping): Update regexps and add some
7923         progress indication.
7924
7925 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7928         gnus-agent-toggle-plugged.  Re-order icons.
7929         (gnus-group-tool-bar-gnome): Add
7930         gnus-group-{prev,next}-unread-group.
7931         (gnus-group-tool-bar-gnome): Re-order icons.
7932
7933         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7934         gnus-summary-insert-new-articles.
7935
7936         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7937         comments.
7938
7939         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7940         also available in Emacs 21.3.
7941
7942         * message.el (message-fix-before-sending): Change "Emacs 22" to
7943         "Emacs 23 (unicode)" in comment.
7944
7945         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7946         "Emacs 23 (unicode)" in comment.
7947
7948         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7949         comment.
7950         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7951
7952         * mm-view.el (mm-fill-flowed): Add :version.
7953
7954 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7957         and load-path.
7958
7959 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * message.el: Autoload gmm-image-load-path.
7962         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7963         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7964         consitency.
7965
7966         * gmm-utils.el (gmm-image-load-path): Also search in
7967         "../etc/images".  Don't set gmm-image-load-path if we don't find
7968         the image.
7969
7970 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gmm-utils.el (gmm-image-load-path): Don't make
7973         `gmm-image-load-path' include subdirectories which the second arg
7974         `image' might specify.
7975
7976         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7977         subdirectory to icon file names.
7978
7979         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7980
7981 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7984         gmm-image-load-path calls.
7985
7986         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7987
7988         * message.el (message-make-tool-bar): Ditto.
7989
7990         * mml.el (mml-preview): Added comment concerning tool bar icons.
7991
7992         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7993         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7994
7995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7996         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7997
7998         * message.el (message-tool-bar-gnome): Use new icon names.
7999         (message-make-tool-bar): Use `gmm-image-load-path'.
8000
8001         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8002         functions from MH-E.
8003         (gmm-image-load-path): New variable from MH-E.
8004         (gmm-image-load-path): New function from MH-E.  Added arguments
8005         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8006         *-image-load-path-called-flag.
8007
8008 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8009
8010         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8011
8012 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8013
8014         * nnimap.el (nnimap-request-move-article): Change folder back to
8015         source group before deleting.
8016
8017 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8020
8021         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8022         mm-url.
8023
8024         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8025
8026 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8029         coding system which mm-charset-to-coding-system returns for a
8030         given charset is valid.
8031
8032 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8033
8034         * html2text.el (html2text-remove-tag-list):
8035         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8036
8037 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8038
8039         * gnus-cus.el: Revert 2005-10-17 change.
8040
8041 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-art.el (article-strip-banner): Call
8044         article-really-strip-banner only when the regexp match is made.
8045
8046 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * gnus-art.el (article-strip-banner): Use
8049         gnus-extract-address-components instead of
8050         mail-header-parse-addresses to make it work with non-ASCII text;
8051         remove mail-encode-encoded-word-string.
8052
8053         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8054         values which are surrounded with \"...\"; make it never cause a
8055         Lisp error; give up parsing of parameters if it failed in
8056         extracting type.
8057
8058 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8059
8060         * smime.el (smime-cert-by-ldap-1): Fix bug where
8061         `smime-ldap-search' returns results without userCertificates.
8062
8063 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8066
8067 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * spam.el (spam-check-spamassassin-headers): Adapt format for
8070         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8071         <ari@mbf.ocn.ne.jp>.
8072         (spam-list-of-processors): Add spam-use-gmane.
8073
8074 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8077         make-temp-file; make it work with XEmacs as well.
8078
8079         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8080         mm-make-temp-file.
8081
8082         * mm-decode.el (mm-display-external): Use the 3rd arg of
8083         mm-make-temp-file.
8084         (mm-create-image-xemacs): Ditto.
8085
8086 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8089         with message-narrow-to-headers.
8090         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8091         (gnus-draft-check-draft-articles): New function.
8092         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8093
8094 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * gnus-art.el (gnus-article-browse-html-parts):
8097         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8098         Don't use suffix argument for mm-make-temp-file for Emacs 21
8099         compatibility.  Remove useless `format'.
8100
8101 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8102
8103         * nnweb.el (nnweb-google-wash-article): Update regexps.
8104         (nnweb-group-alist): Use defvoo instead of defvar.
8105
8106 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8109         re-loading nn* modules.
8110
8111 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8114         for `tool-bar-mode' and don't check it's default-value.
8115
8116         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8117
8118         * message.el (message-make-tool-bar): Ditto.
8119
8120         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8121         `substring'.  Shorten tmp-file name.
8122
8123         * gnus.el: Remove bogus comment.
8124
8125 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8126
8127         * gnus-art.el (gnus-article-browse-html-parts): New function.
8128         (gnus-article-browse-html-article): New function for viewing html
8129         articles with a browser.
8130
8131 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8132
8133         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8134         in elisp.
8135         (pgg-gpg-encrypt-symmetric-region): Ditto.
8136         (pgg-gpg-sign-region): Ditto.
8137
8138         * pgg-def.el (pgg-text-mode): New variable.
8139
8140         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8141         (mml2015-pgg-encrypt): Ditto.
8142
8143         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8144         (mml1991-pgg-encrypt): Ditto.
8145
8146 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8149         message-make-date instead of current-time-string.
8150
8151         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8152         to gnus-decoded which mm-uu might set.
8153
8154 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8157         don't decode quoted parameters; remove misimported Emacs code.
8158         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8159         (rfc2231-decode-encoded-string): Don't use split-string which
8160         behaves differently according to Emacs version; use
8161         mm-decode-coding-region to convert charset to coding-system.
8162         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8163         (rfc2231-encode-string): Remove misimported Emacs code.
8164
8165 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8168         when calling mail-header-parse-content-type.
8169         (article-de-quoted-unreadable): Ditto.
8170         (article-de-base64-unreadable): Ditto.
8171         (article-wash-html): Ditto.
8172
8173         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8174         calling mail-header-parse-content-type and
8175         mail-header-parse-content-disposition.
8176         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8177         mail-header-parse-content-type.
8178
8179         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8180         insert charset and format parameters; encode description after
8181         inserting it to buffer.
8182         (mml-insert-parameter): Fold lines properly even if a parameter is
8183         segmented into two or more lines; change the max column to 76.
8184
8185         * rfc1843.el (rfc1843-decode-article-body): Don't use
8186         ignore-errors when calling mail-header-parse-content-type.
8187
8188         * rfc2231.el (rfc2231-parse-string): Return at least type if
8189         possible; don't cause an error even if it fails in parsing of
8190         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8191         (rfc2231-encode-string): Don't break lines at the beginning, leave
8192         it to mml-insert-parameter.
8193
8194         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8195         calling mail-header-parse-content-type.
8196
8197 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8198
8199         * spam-report.el (spam-report-gmane-use-article-number):
8200         Improve doc string.
8201         (spam-report-gmane-internal): Check if a suitable header was found
8202         in the article.
8203
8204 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8207         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8208
8209 2006-02-05  Romain Francoise  <romain@orebokech.com>
8210
8211         Update copyright notices of all files in the gnus directory.
8212
8213 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8214
8215         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8216
8217 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8220         segmented lines of parameter value to cope with Thunderbird 1.5
8221         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8222         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8223         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8224
8225 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8226
8227         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8228         parts.
8229
8230 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8231
8232         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8233         there's only one active file for all servers.
8234         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8235         solid groups.  Gnus might have used a FAST request to select the group.
8236         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8237         and nnweb-search redundantly in the active file.
8238         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8239         (nnweb-request-create-group): Don't use ARGS.
8240         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8241         initialisations.  Let nnoo do the work.
8242
8243 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8246         Say the part has been decoded.
8247
8248         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8249
8250 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8251
8252         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8253         mailcap-viewer-test-cache when there's no 'test clause, since that
8254         will invert the meaning of a "nil" test previously determined by
8255         mailcap-mailcap-entry-passes-test.
8256
8257 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8260         compiling.
8261
8262         * gnus-sum.el: Ditto.
8263
8264         * message.el: Don't bind tool-bar-map when compiling.
8265
8266 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8269
8270 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8271
8272         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8273         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8274         current Google Groups.
8275
8276 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8279         and tool-bar-mode.
8280
8281         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8282         and tool-bar-mode.
8283
8284         * message.el (message-tool-bar-update): Simplify.
8285         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8286
8287         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8288         gnus-summary-buffer.
8289         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8290         gnus-summary-reply.
8291
8292         * gmm-utils.el (gmm): Add :version.
8293
8294 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * Makefile.in (clean): New rule.
8297         (distclean): Use it.
8298
8299 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8300
8301         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8302         autoload.
8303
8304 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gmm-utils.el (gmm-verbose): Add :group.
8307
8308 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * message.el: Change some comments WRT tool-bars.
8311
8312         * gnus-sum.el (gnus-summary-tool-bar)
8313         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8314         (gnus-summary-tool-bar-zap-list): New variables.
8315         (gnus-summary-make-tool-bar): Complete rewrite using
8316         `gmm-tool-bar-from-list'.
8317
8318         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8319         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8320         variables.
8321         (gnus-group-make-tool-bar): Complete rewrite using
8322         `gmm-tool-bar-from-list'.
8323         (gnus-group-tool-bar-update): New function.
8324
8325         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8326
8327 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8330         is dissected into a single part of which the type is the same as
8331         the given one; decode charset.
8332
8333 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8334
8335         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8336         into alists as symbol not string, since that's what
8337         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8338         look for.
8339
8340 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8343         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8344
8345         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8346
8347 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8350         (gnus-xmas-mime-security-button-menu): New function.
8351
8352         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8353         (gnus-mime-security-button-menu): New definition.
8354         (gnus-mime-security-button-map): Use them.
8355         (gnus-mime-security-button-menu): New function.
8356         (gnus-insert-mime-security-button): Addition to help echo.
8357         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8358         (gnus-mime-security-pipe-part): New functions.
8359
8360         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8361         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8362
8363         * mm-decode.el (mm-handle-set-disposition): Remove.
8364         (mm-handle-set-description): Remove.
8365
8366 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8369         (mm-w3m-standalone-supports-m17n-p): New function.
8370         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8371         w3m usage.
8372
8373         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8374         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8375
8376 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * message.el (message-tool-bar-zap-list): Use
8379         gmm-tool-bar-zap-list as custom type.
8380         (message-tool-bar-update): New function.
8381         (message-tool-bar, message-tool-bar-gnome)
8382         (message-tool-bar-retro): Add message-tool-bar-update.
8383         (message-tool-bar-gnome): Add flyspell-buffer.
8384
8385         * gnus-util.el (gnus-error): Describe `args'.
8386
8387         * gmm-utils.el (gmm-error): Describe `args'.
8388         (gmm-tool-bar-zap-list): New widget.
8389         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8390
8391 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8394         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8395         the number of recursive calls.
8396
8397         * mm-decode.el (mm-handle-set-disposition): New macro.
8398         (mm-handle-set-description): New macro.
8399
8400 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8403         encoding.
8404
8405 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * message.el (message-tool-bar-zap-list, message-tool-bar)
8408         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8409         (message-tool-bar-local-item-from-menu): Remove.
8410         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8411         (message-make-tool-bar): New function.
8412         (message-mode): Use `message-make-tool-bar'.
8413
8414         * gmm-utils.el: New file.
8415         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8416         (gmm-lazy): New widget copied from `nnmail.el'.
8417         (gmm-tool-bar-from-list): New function for creating customizable
8418         tool bars.
8419         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8420         output.
8421         (gmm): Add :prefix to defgroup.
8422
8423 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8424
8425         * gmm-utils.el (gmm-widget-p): New function.
8426
8427 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * mml.el (mml-attach-file): Describe `description' in doc string.
8430         (mml-menu): Add Emacs MIME manual and PGG manual.
8431
8432 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8433
8434         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8435
8436 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8437
8438         * nntp.el (nntp-end-of-line): Doc fix.
8439
8440 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8441
8442         * imap.el (imap-open): Handle case where buffer is a buffer
8443         object.
8444
8445 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8446
8447         * gnus-delay.el (gnus-delay): Don't autoload.
8448         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8449         to be re-loaded when customizing the `gnus-delay' group.
8450
8451 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8452
8453         * message.el (message-insert-citation-line): Use newlines.
8454
8455 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8456
8457         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8458         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8459         these routines, so the passphrase can be managed externally and
8460         passed in to the system.
8461         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8462         pgg-add-passphrase-to-cache function.
8463
8464         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8465         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8466         these routines, so the passphrase can be managed externally and
8467         passed in to the system.
8468         (pgg-pgp5-sign-region): Use new name of
8469         pgg-add-passphrase-to-cache function.
8470
8471 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8472
8473         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8474         part of the decoded armor to find the key-identifier.
8475         (pgg-gpg-lookup-key-owner): New function to return the
8476         human-readable identifier of a key owner.
8477         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8478         itself.
8479         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8480         the key value) if we have a key and can match it against a secret
8481         key.  Also, added a note pointing out fact that the prompt only
8482         indicates the first matching key.
8483
8484         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8485         pgg-decrypt-region.
8486         (pgg-add-passphrase-to-cache): Rename from
8487         `pgg-add-passphrase-cache' to reduce confusion (all callers
8488         changed).
8489         (pgg-remove-passphrase-from-cache): Rename from
8490         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8491         changed).
8492         (pgg-read-passphrase, pgg-add-passphrase-cache)
8493         (pgg-remove-passphrase-cache): Add informative docstrings.
8494         (pgg-decrypt): Convey provided passphrase in subordinate call to
8495         pgg-decrypt-region.
8496
8497 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8498
8499         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8500         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8501         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8502         'passphrase' argument, so the passphrase can be managed externally
8503         and then passed in to the system.
8504
8505         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8506         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8507         so the passphrase cache can be used reliably with identifiers
8508         besides a pgp packet's key id.
8509
8510         * pgg-gpg.el (pgg-gpg-encrypt-region)
8511         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8512         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8513         these routines, so the passphrase can be managed externally and
8514         passed in to the system.
8515
8516         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8517         'notruncate' argument, so the passphrase cache can be used
8518         reliably with identifiers besides a pgp packet's key id.
8519
8520 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8521
8522         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8523         symmetric encryption.
8524         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8525         encrypted session key.
8526         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8527         message ask for the passphrase in a proper way.
8528
8529         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8530         New user commands for symmetric encryption.
8531
8532 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8535
8536         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8537
8538 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8539
8540         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8541
8542 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * mm-decode.el (mm-inlined-types): Add application/pgp.
8545         (mm-automatic-display): Ditto.
8546
8547         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8548         part as text.
8549
8550 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * nnrss.el: Update copyright.
8553         (nnrss-opml-import): Query whether to subscribe to each entry.
8554
8555         * gnus-art.el:
8556         * gnus-sum.el:
8557         * gnus-xmas.el:
8558         * messagexmas.el:
8559         * mm-uu.el:
8560         * mm-view.el: Update copyright.
8561
8562 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * message.el (message-info): New function.
8565         (message-mode-menu): Add it.
8566         Update copyright.
8567
8568         * ChangeLog: Fix and update copyright.
8569
8570 2006-01-13  Romain Francoise  <romain@orebokech.com>
8571
8572         * message.el (message-forward-subject-name-subject): Prefer the
8573         address to 'nowhere' if the sender has no name.
8574         Fix typo.  Update copyright year.
8575
8576 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-art.el (article-wash-html): Use
8579         gnus-summary-show-article-charset-alist if a numeric arg is given.
8580         (gnus-article-wash-html-with-w3m-standalone): New function.
8581
8582         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8583         mm-inline-text-html-render-with-w3m-standalone.
8584         (mm-text-html-washer-alist): Map w3m-standalone to
8585         gnus-article-wash-html-with-w3m-standalone.
8586         (mm-inline-text-html-render-with-w3m-standalone): New function.
8587
8588 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8591         Improve LaTeX.
8592
8593 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8596         (nnrss-request-article): Render text/plain parts as HTML.
8597
8598         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8599         the buffer.
8600
8601 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8604         custom definition of `gnus-posting-styles'.
8605
8606         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8607         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8608
8609 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8612         Use nntp for bug archive.
8613
8614 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8617         parts.
8618         (nnrss-normalize-date): New function converts ISO 8601 date into
8619         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8620         (nnrss-check-group): Use it.
8621
8622 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8625
8626         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8627         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8628         (nnrss-insert-w3): Ditto.
8629
8630 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8633         the articles to be forwarded including the case where neither a
8634         number of articles nor a region is specified.
8635
8636 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * nnrss.el (nnrss-request-article): Fix last change; fill
8639         text/plain parts.
8640
8641 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8644         in text/plain part.
8645         (nnrss-check-group): Don't add excessive newline to dc:subject.
8646
8647 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8648
8649         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8650         article.
8651
8652 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8655         (nnml-use-compressed-files, nnml-save-mail): Support other
8656         comression programs such as bzip2.
8657
8658 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * dns.el (query-dns): Make sure we check the buffer size before
8661         removing tcp headers.
8662
8663 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8666         remove MIME buttons associated with multipart/alternative parts.
8667         (gnus-mime-display-alternative): Tag buttons using `article-type'
8668         text property.
8669
8670         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8671         associated with multipart/alternative parts.
8672
8673         * gnus-art.el (gnus-signature-separator): Fix custom type.
8674
8675         * mm-decode.el (mm-inlined-types): Fix custom type.
8676         (mm-keep-viewer-alive-types): Ditto.
8677         (mm-automatic-display): Ditto.
8678         (mm-attachment-override-types): Ditto.
8679         (mm-inline-override-types): Ditto.
8680         (mm-automatic-external-display): Ditto.
8681
8682 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * spam-report.el (spam-report-user-mail-address)
8685         (spam-report-user-agent): New variables.
8686         (spam-report-url-ping-plain): Use spam-report-user-agent.
8687
8688 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8689
8690         * gnus-art.el (gnus-button-handle-custom): Do not just use
8691         `customize-apropos' for any "M-x customize-*" button but the
8692         function called for.  Accept both the function name and its
8693         argument in order to achieve this.
8694         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8695         function name to `gnus-button-handle-custom' in case of "M-x
8696         customize-*" buttons.
8697
8698 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8701         multipart/alternative and add xref to mm-discouraged-alternatives
8702         in doc string.
8703
8704         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8705         gnus-buttonized-mime-types in doc string.
8706
8707 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8710         Suggest image/.* in the doc string.
8711
8712 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8715         message-marks (Debian bug #342521).
8716
8717 2005-12-12  Simon Josefsson  <jas@extundo.com>
8718
8719         * password.el (password-read-from-cache): Add.
8720         (password-read): Use it.
8721
8722 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8725         us-ascii as a MIME charset.
8726
8727         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8728         against the case where the 2nd arg TYPE is nil.
8729
8730 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * pop3.el (pop3-stream-type): Fix custom version.
8733
8734         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8735
8736 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8737
8738         * mm-decode.el (mm-display-external): Add missing cdr.
8739
8740 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8743         RFC1524) if it is in mailcap or add a suffix according to
8744         mailcap-mime-extensions when generating a temp filename; postpone
8745         deleting a temp file for 2 seconds for some wrappers, shell
8746         scripts, and so on, which might exit right after having started a
8747         viewer command as a background job.
8748
8749 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * nntp.el (nntp-marks-directory): Fix custom group.
8752
8753         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8754         steps when < 10.
8755
8756         * gnus-start.el (gnus-no-server-1): Mention
8757         `gnus-level-default-subscribed' in doc string.
8758
8759 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8760
8761         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8762         parens.
8763
8764 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-xmas.el (gnus-use-toolbar): Revert.
8767         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8768         gnus-use-toolbar is default.
8769
8770         * messagexmas.el (message-use-toolbar): Revert.
8771         (message-setup-toolbar): Use global default-toolbar if
8772         message-use-toolbar is default.
8773
8774 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8777         according to default-toolbar-visible-p.
8778
8779         * messagexmas.el (message-use-toolbar): Ditto.
8780
8781 2005-11-26  Dave Love  <fx@gnu.org>
8782
8783         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8784         (tls-program, tls-success): Provide openssl alternative.
8785
8786         * starttls.el: Doc fixes.
8787         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8788         SERVICE to PORT.
8789
8790         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8791         port null or service name.
8792         (starttls-negotiate): Autoload.
8793
8794 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * message.el (message-kill-to-signature): Fix interactive spec.
8797
8798 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * pop3.el (pop3-open-server): Recognize a string as a service name.
8801
8802 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8803
8804         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8805
8806 2005-11-23  Dave Love  <fx@gnu.org>
8807
8808         Add pop3s, pop3/starttls.
8809
8810         * pop3.el (pop3-authentication-scheme): Clarify doc.
8811         (open-tls-stream, starttls-open-stream): Autoload.
8812         (pop3-stream-type): New.
8813         (pop3-open-server): Use it.
8814
8815         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8816         for POP.
8817         (mail-source-keyword-map): Add :stream for POP.
8818         (mail-source-fetch-pop): Use pop3-stream-type.
8819
8820 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8823         of current-time-string.
8824
8825 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8826
8827         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8828         date header.
8829
8830 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8831
8832         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8833         it can seriously impact performance as it bypasses the agent's
8834         local caches.
8835
8836 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8837
8838         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8839         must be explicitly online rather than "not explicitly offline" for
8840         its flags to be synchronized.
8841
8842         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8843         that gnus-uu-unmark-thread will function correctly.
8844
8845         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8846         1024K is instead displayed as 1M.
8847
8848 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8851
8852 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8853
8854         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8855
8856 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8857
8858         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8859         error message to display actual error condition.
8860         (gnus-agent-save-local): Avoid saving symbols that are bound to
8861         nil as they simply result in a warning message in
8862         gnus-agent-read-local.
8863
8864 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8867         rather than make-variable-buffer-local for file-precious-flag.
8868
8869 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8870
8871         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8872         for duplicates which are removed.  The invalid sort check then
8873         triggers a rescan after the sort as sorting may have moved
8874         duplicate entries such that they can be cheaply detected.
8875
8876 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8879
8880 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8881
8882         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8883         internal variable to a custom variable.  Changed default value
8884         from compressed(2) to uncompressed(1).
8885         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8886         support for uncompressed agentview files.  Taken together, reading
8887         the agentview file should now be 6-7 times faster.
8888
8889 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8890
8891         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8892         as a buffer-local variable.  This avoids creating truncated
8893         dribble files as a result of a hang up, eg.
8894
8895 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8896
8897         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8898         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8899         XEmacs.
8900
8901 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gnus-start.el (gnus-start-draft-setup): Enforce
8904         `gnus-draft-mode' for nndraft:drafts at startup.
8905
8906         * gnus.el (gnus-splash): Change custom group.
8907         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8908         allow-list argument.
8909
8910         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8911         string.
8912
8913 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus-art.el (gnus-default-article-saver): Add user-defined
8916         `function' to custom type.
8917
8918 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8919
8920         * imap.el (imap-open): Handle case where buffer is a buffer
8921         object.
8922
8923 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8926         long lines.
8927         (gnus-cache-delete-group): Wrap doc strings.
8928
8929         * gnus-agent.el (gnus-agent-rename-group)
8930         (gnus-agent-delete-group): Wrap doc strings.
8931
8932 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * messagexmas.el (message-use-toolbar): Change the valid values
8935         into default, top, bottom, left, and right.
8936         (message-toolbar-thickness): New variable.
8937         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8938         well.
8939         (message-setup-toolbar): Make it work.
8940
8941         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8942         (gnus-use-toolbar): Change the valid values into default, top,
8943         bottom, left, and right.
8944         (gnus-toolbar-thickness): New variable.
8945         (gnus-xmas-setup-toolbar): New function.
8946         (gnus-xmas-setup-group-toolbar): Use it.
8947         (gnus-xmas-setup-summary-toolbar): Use it.
8948
8949 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * gnus-start.el (gnus-1): Add "native" to
8952         gnus-predefined-server-alist.
8953
8954         * gnus.el (gnus-method-to-server): Don't add "native" to the
8955         lists here, because that leads to problems when
8956         gnus-select-method is bound.
8957
8958 2005-11-09  Simon Josefsson  <jas@extundo.com>
8959
8960         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8961         use (not sort-by-date) instead.
8962
8963 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8964
8965         * gnus-delay.el (gnus-delay-group): Don't autoload.
8966         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8967         to be re-loaded when customizing the `gnus-delay' group.
8968
8969 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8970
8971         * message.el: Revert last changes.
8972         (message-insert-citation-line): Use newlines.
8973
8974 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8975
8976         * message.el (message-courtesy-message)
8977         (message-mark-insert-begin, message-mark-insert-end)
8978         (message-elide-ellipsis, message-cancel-message)
8979         (message-add-header, message-change-subject)
8980         (message-cross-post-followup-to-header)
8981         (message-cross-post-insert-note, message-reduce-to-to-cc)
8982         (message-widen-reply, message-delete-not-region)
8983         (message-kill-to-signature, message-insert-signature)
8984         (message-insert-importance-high, message-insert-importance-low)
8985         (message-insert-or-toggle-importance)
8986         (message-insert-disposition-notification-to)
8987         (message-indent-citation, message-yank-original)
8988         (message-cite-original-without-signature, message-cite-original)
8989         (message-insert-citation-line, message-position-on-field)
8990         (message-fix-before-sending, message-send-mail-partially)
8991         (message-send-mail, message-send-mail-with-sendmail)
8992         (message-send-mail-with-qmail, message-send-news)
8993         (message-check-news-header-syntax, message-generate-headers)
8994         (message-insert-courtesy-copy, message-fill-address)
8995         (message-fill-header, message-shorten-references)
8996         (message-setup-1, message-cancel-news)
8997         (message-forward-make-body-plain, message-forward-make-body-mime)
8998         (message-forward-make-body-mml, message-encode-message-body)
8999         (message-forward-make-body-digest-plain)
9000         (message-forward-make-body-digest-mime)
9001         (message-use-alternative-email-as-from): Insert `hard-newline'
9002         instead of ordinary newlines.
9003
9004 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * message.el (message-generate-headers): Downcase the argument
9007         given to message-check-element.
9008
9009 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9010
9011         * nntp.el (nntp-authinfo-rejected): New error condition.
9012         (nntp-wait-for): Use new error condition to signal authentication
9013         error.
9014         (nntp-retrieve-data): Rethrow new error condition to break out of
9015         recursive call to nntp-send-authinfo.
9016
9017 2005-11-08  Romain Francoise  <romain@orebokech.com>
9018
9019         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9020         (gnus-summary-exit-map): Bind to `Z p'.
9021         (gnus-summary-make-menu-bar): Add menu item.
9022
9023 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9026         (gnus-treat-*): Add `first' in all doc strings.
9027
9028         * gnus-group.el (gnus-group-compact-group): Fix typo.
9029
9030 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus.el (gnus-parameters-case-fold-search): New variable.
9033         (gnus-parameters-get-parameter): Use it.
9034
9035         * gnus-score.el (gnus-home-score-file): Doc fix.
9036
9037 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9038
9039         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9040
9041 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * mm-util.el (mm-special-display-p): New function.
9044
9045         * mml.el (mml-preview): Use it; doc fix.
9046
9047 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9048
9049         * imap.el (imap-open): Handle case where buffer is a buffer object.
9050
9051 2005-10-29  Romain Francoise  <romain@orebokech.com>
9052
9053         * message.el (message-fix-before-sending): Fix comment.
9054
9055 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9056
9057         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9058
9059 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9060
9061         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9062         Used in gnus-score.el.
9063
9064 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9067
9068 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9071         whitespace removed in revision 7.8.  Use concatenated string to
9072         protect trailing whitespace.
9073
9074 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9075
9076         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9077         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9078         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9079         Courier IMAP ("some version from 2004").  Mostly based on similar
9080         code in the same function.
9081
9082 2005-10-26  Didier Verna  <didier@xemacs.org>
9083
9084         * gnus-group.el (gnus-group-compact-group): Invalidate original
9085         article buffer.
9086         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9087         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9088         NOV database and in article itself.
9089         Invalidate article backlog.
9090
9091 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9094
9095 2005-10-26  Simon Josefsson  <jas@extundo.com>
9096
9097         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9098         part of 2004-07-25 change.
9099
9100 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * message.el (message-display-completion-list): New function.
9103         (message-expand-group): Use it; make sure the Completions buffer
9104         is modifiable.
9105 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9106
9107         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9108         user-mail-name is an empty string.
9109
9110 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9113         depending on gnus-score-decay-constant.
9114
9115         * encrypt.el (encrypt-insert-file-contents)
9116         (encrypt-write-file-contents): Don't use `gnus-message'.
9117
9118         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9119         arguments.
9120         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9121         arguments to mm-uu-verbatim-marks-extract.
9122         (mm-uu-hide-markers): New variable.
9123         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9124
9125         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9126         (gnus-convert-image-to-face-command): Use "convert" by default to
9127         allow other input image formats.
9128         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9129         accordingly.
9130
9131 2005-10-23  Simon Josefsson  <jas@extundo.com>
9132
9133         * imap.el (imap-gssapi-program): Align command line parameters
9134         with latest GNU SASL.
9135         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9136
9137 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9140         HTML.
9141         (nnslashdot-request-article): Ditto.
9142
9143         * lpath.el (featurep): Add nobreak-char-display.
9144
9145 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9146
9147         * mail-source.el (mail-source-fetch-pop): Require pop3.
9148         (mail-source-check-pop): Ditto.
9149
9150 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9153         errors.
9154
9155 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9158         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9159
9160         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9161
9162         * mm-bodies.el (mm-decode-string): Call
9163         `mm-charset-to-coding-system' with allow-override argument.
9164
9165 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9168         (rfc2047-charset-to-coding-system): New function.
9169         (rfc2047-decode-encoded-words): New function.
9170         (rfc2047-decode-region): Use them.
9171         (rfc2047-decode-cte): Remove.
9172         (rfc2047-parse-and-decode): Remove.
9173         (rfc2047-decode): Remove.
9174
9175 2005-10-15  Kenichi Handa  <handa@m17n.org>
9176
9177         * rfc2047.el (rfc2047-decode-cte): New function.
9178         (rfc2047-decode-region): Change the way to decode successive
9179         encoded-words: decode B- or Q-encoding in each encoded-word,
9180         concatenate them, and decode it as charset.
9181
9182 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * lpath.el: Fbind codepage-setup for XEmacs.
9185
9186 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9187
9188         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9189         widget-move-and-invoke.
9190         (gnus-custom-mode): Use gnus-custom-map.
9191
9192 2005-10-15  Bill Wohler  <wohler@newt.com>
9193
9194         * message.el (message-tool-bar-map): Renamed image file from
9195         mail_send to mail/send.
9196
9197 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9198
9199         * message.el (message-expand-group): Pass the common
9200         prefix substring of completion to `display-completion-list'.
9201
9202 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * mml-sec.el (mml-secure-method): New internal variable.
9205         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9206         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9207         functions using mml-secure-method.
9208
9209         * mml.el (mml-mode-map): Add key bindings for those functions.
9210         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9211         Harder <harder@myrealbox.com>.
9212         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9213         end of message if point is the headers of the message.
9214
9215         * message.el (message-in-body-p): New function.
9216
9217         * assistant.el: Autoload gnus-util and netrc.
9218
9219         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9220         Use `mm-charset-override-alist' only when decoding.
9221
9222         * mm-bodies.el (mm-decode-body): Call
9223         `mm-charset-to-coding-system' with allow-override argument.
9224
9225         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9226         `filename' from Content-Disposition if Content-Type doesn't
9227         provide `name'.
9228         (gnus-mime-view-part-as-type): Set default instead of
9229         initial-input.
9230
9231 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9232
9233         * format-spec.el (format-spec): Propagate text properties of % spec.
9234
9235 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * gnus-art.el (gnus-treat-predicate): Add `first'.
9238
9239 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9242         (mm-charset-override-alist): New variable.
9243         (mm-charset-to-coding-system): Use it.
9244         (mm-codepage-setup): New helper function.
9245         (mm-charset-eval-alist): New variable.
9246         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9247         about unknown charsets.
9248
9249         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9250
9251 2005-10-04  David Hansen  <david.hansen@gmx.net>
9252
9253         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9254         (nnrss-check-group): Ditto.
9255
9256 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9259         Rename x-gnus-verbatim to x-verbatim.
9260         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9261
9262         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9263         x-verbatim.
9264
9265         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9266
9267         * gnus-util.el (gnus-remove-duplicates): Remove.
9268
9269         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9270         instead of gnus-remove-duplicates.
9271
9272         * message.el (message-remove-duplicates): Remove.
9273         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9274         message-remove-duplicates.
9275
9276         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9277         available, else use implementation from `delete-dups'.
9278
9279         * message.el (message-insert-expires): New function.
9280         (message-mode-map): Add key binding.
9281         (message-mode-field-menu): Add menu entry.
9282         (message-mode): Document it.
9283         (message-make-expires-date): Use `message-make-date'.
9284
9285 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9286
9287         * message.el (message-make-expires-date): New function.
9288
9289 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * Makefile.in (list-installed-shadows): New entry.
9292         (install): Use it.
9293         (remove-installed-shadows): New entry.
9294
9295         * dgnushack.el (dgnushack-default-load-path): New variable.
9296         (dgnushack-find-lisp-shadows): New function.
9297         (dgnushack-remove-lisp-shadows): New function.
9298
9299 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * Makefile.in (install-el-elc): New entry.
9302         (install): Use it so that .el files are necessarily installed.
9303
9304 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9307
9308 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9309
9310         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9311         function rather than the diff-mode.el package.
9312         (mm-display-external): Use with-current-buffer.
9313         (mm-viewer-completion-map, mm-viewer-completion-map):
9314         Move initialization inside declaration.
9315
9316 2005-09-29  Simon Josefsson  <jas@extundo.com>
9317
9318         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9319         autoload mail-check-payment.
9320         (spam-check-hashcash): Define unconditionally, since hashcash.el
9321         is part of Gnus now.  Ignore errors from payment checking.
9322
9323 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * message.el (message-bold-region, message-unbold-region): Rename
9326         from `bold-region' and `unbold-region'.
9327
9328         * message.el: Remove useless autoloads.
9329
9330 2005-09-28  Simon Josefsson  <jas@extundo.com>
9331
9332         * message.el (message-use-idna): Default to t.
9333         (message-use-idna): Test whether encoding works too.  Doc fix.
9334
9335 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * nntp.el (nntp-warn-about-losing-connection): Remove.
9338
9339 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9342         customizable.  Change default value.
9343         (mm-uu-diff-groups-regexp): Change default value.
9344         (mm-uu-type-alist): Add doc string.
9345         (mm-uu-configure): Add doc string.  Make it interactive.
9346         (mm-uu-tex-groups-regexp): New variable.
9347         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9348         (mm-uu-type-alist): Add LaTeX documents.
9349         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9350         of "text/verbatim".
9351         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9352
9353         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9354         instead of "text/verbatim".
9355
9356         * message.el (message-mark-inserted-region)
9357         (message-mark-insert-file): Use slrn style marks when called with
9358         prefix argument.
9359
9360 2005-09-27  Simon Josefsson  <jas@extundo.com>
9361
9362         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9363
9364 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9365
9366         * message.el (message-remove-duplicates): New function.
9367         Implementation borrowed from `gnus-remove-duplicates'.
9368         (message-idna-to-ascii-rhs): Also encode idna addresses in
9369         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9370         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9371         only ask about the same idna domain once per header and also tell
9372         in what header to replace the idna domain.
9373
9374         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9375         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9376         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9377         a header is decoded and not just the last one.
9378
9379 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9382         has been decoded.
9383
9384         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9385         (mm-insert-part): Don't modify text if it has been decoded.
9386
9387         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9388         decoded.
9389
9390         * mm-view.el (mm-inline-text): Don't strip text props unless
9391         decoding enriched or richtext parts.
9392
9393 2005-09-25  Romain Francoise  <romain@orebokech.com>
9394
9395         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9396         * gnus-start.el (gnus-subscribe-interactively):
9397         * gnus-uu.el (gnus-uu-grab-articles):
9398         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9399         space.
9400
9401 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9402
9403         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9404         * mm-view.el (mm-view-pkcs7-decrypt):
9405         * gnus-sum.el (gnus-summary-limit-to-extra)
9406         (gnus-summary-respool-article, gnus-read-move-group-name):
9407         * gnus-score.el (gnus-summary-increase-score):
9408         * gnus-util.el (gnus-completing-read-with-default):
9409         * gnus-art.el (gnus-read-save-file-name)
9410         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9411         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9412         * message.el (message-check-news-header-syntax):
9413         Follow convention for reading with the minibuffer.
9414
9415 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * spam-report.el (spam-report-url-ping-plain):
9418         Use gnus-extended-version as User-Agent.
9419
9420         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9421         default value is nil.
9422
9423         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9424         (mm-uu-verbatim-marks-extract): New function.
9425         (mm-uu-extract): New face.
9426         (mm-uu-copy-to-buffer): Use it.
9427
9428         * spam-report.el (spam-report-gmane-ham): Renamed from
9429         `spam-report-gmane-unspam'.
9430         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9431         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9432
9433         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9434         Autoload.
9435         (spam-report-gmane-unregister-routine): Renamed
9436         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9437
9438 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9439
9440         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9441         (spam-report-gmane-unregister-routine): Add support for gmane
9442         unregistration.
9443
9444         * spam-report.el (spam-report-gmane-unspam)
9445         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9446         (spam-report-gmane): Change to take a single article and do unspam
9447         registration.
9448
9449 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * mm-url.el (mm-url-decode-entities): Fix regexp.
9452
9453 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9456         default to nil, to be able to use Gnus at all.  If the default
9457         switches to something else, then the function should be fixed not
9458         be exceedingly slow.
9459
9460 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9461
9462         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9463         fail hard.
9464
9465         * spam-report.el: Add better Keywords line.
9466
9467         * spam.el: Add Maintainer and better Keywords line.
9468
9469 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * gnus-art.el (gnus-article-replace-part)
9472         (gnus-mime-replace-part): New functions.
9473         (gnus-mime-action-alist, gnus-mime-button-commands)
9474         (gnus-mime-save-part-and-strip): Added file argument.
9475         (gnus-article-part-wrapper): Added interactive argument.
9476
9477         * gnus-sum.el (gnus-summary-mime-map): Add
9478         `gnus-article-replace-part'.
9479
9480 2005-09-19  Didier Verna  <didier@xemacs.org>
9481
9482         The nnml compaction feature:
9483         * nnml.el (nnml-request-compact-group): New function.
9484         * nnml.el (nnml-request-compact): New function.
9485         * gnus-int.el (gnus-request-compact-group): New function.
9486         * gnus-int.el (gnus-request-compact): New function.
9487         * gnus-group.el (gnus-group-compact-group): New function.
9488         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9489         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9490         * gnus-srvr.el (gnus-server-compact-server): New function.
9491         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9492         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9493
9494 2005-09-18  Deepak Goel  <deego@gnufans.org>
9495
9496         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9497         format spec.
9498
9499 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9502
9503 2005-09-15  Romain Francoise  <romain@orebokech.com>
9504
9505         * message.el (message-fill-paragraph): Clarify docstring.
9506
9507 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-art.el (gnus-mime-display-part): Protect against broken
9510         MIME messages.
9511
9512 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9515         before parsing header.
9516
9517 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9518
9519         * html2text.el (html2text-replace-list): Add new entities.
9520
9521 2005-09-11  Romain Francoise  <romain@orebokech.com>
9522
9523         * message.el (message-alternative-emails): Improve docstring.
9524         (message-setup-1): Call `message-use-alternative-email-as-from'
9525         after `message-setup-hook' to give it precedence over posting
9526         styles, etc.
9527         (message-use-alternative-email-as-from): Add docstring.  Remove
9528         the original From header if present.
9529
9530         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9531         (nnml-save-mail): Use it.
9532
9533         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9534         articles.  Add new argument `silent'.
9535         (gnus-uu-mark-all): Report the total number of marked articles.
9536
9537 2005-09-10  Romain Francoise  <romain@orebokech.com>
9538
9539         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9540         (gnus-uu-mark-series): Likewise.
9541
9542 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * spam-report.el (spam-report-gmane): Fix generation of spam
9545         report URL.
9546
9547 2005-09-10  Simon Josefsson  <jas@extundo.com>
9548
9549         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9550         t, based on discussion on the ding list with Robert Epprecht
9551         <epprecht@solnet.ch>.
9552
9553 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * spam-report.el (spam-report-gmane): Make it work without
9556         X-Report-Spam header.  Gmane now only provides Archived-At.
9557         This is only used if `spam-report-gmane-use-article-number' is nil.
9558         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9559
9560         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9561         make `gnus-summary-sort-by-recipient' work with threading.
9562
9563         * nnweb.el (nnweb-google-wash-article): Print a message if article
9564         is not available.
9565
9566 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9567
9568         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9569         change.  Decode text/* parts content before displaying.
9570
9571 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9574
9575 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9578
9579         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9580         url-package-name, url-package-version,
9581         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9582         w3m-display-inline-images, and w3m-minor-mode-map.
9583
9584 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * message.el (message-tab-body-function): Fix mismatched custom type.
9587
9588         * gnus.el (gnus-group-change-level-function): Ditto.
9589
9590         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9591
9592         * gnus-art.el (gnus-signature-limit)
9593         (gnus-article-mime-part-function): Ditto.
9594
9595 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * mml.el (mml-mode): Silence the byte compiler.
9598
9599         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9600         using `(sit-for 0)' before moving the point to the specified part;
9601         skip unbuttonized parts.
9602         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9603         return to the summary window if gnus-auto-select-part is non-nil.
9604
9605 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9608         variables.
9609         (mml-dnd-attach-file, mml-mode): Use them.
9610
9611         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9612         Make fetching article by MID work again for Google Groups.  Added
9613         FIXME concerning gnus-group-make-web-group.
9614
9615         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9616         Don't depend on Gnus by using mail-extract-address-components if
9617         gnus-extract-address-components is not bound.
9618
9619 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * gnus-art.el (gnus-mime-display-security): Don't display the
9622         signature, but only the signed part.
9623
9624 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9627
9628         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9629         list, not listp.
9630
9631 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9632
9633         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9634         when encoding.
9635
9636         * mm-bodies.el (mm-decode-content-transfer-encoding):
9637         De-canonicalize CRLF for all text content types, not just
9638         text/plain.
9639
9640 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9643         valid article; point arrow and cursor at the MIME button.
9644
9645 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9648         Suggested by Dan Christensen <jdc@uwo.ca>.
9649
9650         * mm-decode.el (mm-save-part): Enable change of prompt.
9651
9652 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9653
9654         * gnus-msg.el (gnus-inews-add-send-actions): Made
9655         `message-post-method' lambda parameter ARG `&optional'.
9656
9657 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * gnus-sum.el (gnus-summary-mime-map): Added
9660         gnus-article-save-part-and-strip, gnus-article-delete-part and
9661         gnus-article-jump-to-part.
9662
9663         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9664         (gnus-article-edit-part): Use it.
9665         (gnus-article-part-wrapper): Added no-handle argument.
9666         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9667         functions.
9668
9669 2005-08-29  Romain Francoise  <romain@orebokech.com>
9670
9671         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9672         docstring.
9673         (gnus-face-from-file): Likewise.
9674
9675 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9678         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9679         non-nil.
9680         (gnus-auto-select-part): New variable.
9681         (gnus-article-jump-to-part): New function.
9682         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9683         (gnus-mime-delete-part): Allow selecting specified part after
9684         deleting or stripping parts.
9685         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9686         part if argument is bogus.
9687
9688 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9689
9690         * gnus-art.el (w3m-minor-mode-map):
9691         * gnus-spec.el (gnus-newsrc-file-version):
9692         * gnus-util.el (nnmail-active-file-coding-system)
9693         (gnus-original-article-buffer, gnus-user-agent):
9694         * gnus.el (gnus-ham-process-destinations)
9695         (gnus-parameter-ham-marks-alist)
9696         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9697         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9698         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9699         * mm-decode.el (gnus-current-window-configuration):
9700         * mm-extern.el (gnus-article-mime-handles):
9701         * mm-url.el (url-current-object, url-package-name)
9702         (url-package-version):
9703         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9704         (smime-keys, w3m-cid-retrieve-function-alist)
9705         (w3m-current-buffer, w3m-display-inline-images)
9706         (w3m-minor-mode-map):
9707         * mml-smime.el (gnus-extract-address-components):
9708         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9709         (gnus-newsrc-hashtb, message-default-charset)
9710         (message-deletable-headers, message-options)
9711         (message-posting-charset, message-required-mail-headers)
9712         (message-required-news-headers):
9713         * mml1991.el (mc-pgp-always-sign):
9714         * mml2015.el (mc-pgp-always-sign):
9715         * nnheader.el (nnmail-extra-headers):
9716         * rfc1843.el (gnus-decode-encoded-word-function)
9717         (gnus-decode-header-function, gnus-newsgroup-name):
9718         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9719
9720 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9721
9722         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9723         the end of the date treatments.
9724
9725 2005-08-15  Simon Josefsson  <jas@extundo.com>
9726
9727         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9728         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9729         Capello and Romain Francoise.
9730         (pgg-fetch-key-function): Removed, not used?
9731         (pgg-insert-url-with-w3): Require url, to get
9732         url-insert-file-contents regardless of where it is defined.
9733
9734 2005-08-13  Romain Francoise  <romain@orebokech.com>
9735
9736         * message.el (message-cite-original-1): New function.
9737         (message-cite-original): Use it.
9738         (message-cite-original-without-signature): Ditto.
9739
9740 2005-08-08  Romain Francoise  <romain@orebokech.com>
9741
9742         * message.el (message-yank-empty-prefix): New variable.
9743         (message-indent-citation): Use it.
9744         (message-cite-original-without-signature): Respect X-No-Archive.
9745
9746 2005-08-08  Simon Josefsson  <jas@extundo.com>
9747
9748         * pgg.el: Autoload url-insert-file-contents instead of loading
9749         w3/url.
9750         (pgg-insert-url-with-w3): Don't load url here.
9751
9752 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9753
9754         * message.el (message-kill-to-signature): Don't insert newline at
9755         bol.
9756         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9757
9758 2005-08-06  Romain Francoise  <romain@orebokech.com>
9759
9760         * message.el (message-user-fqdn): Fix typo in docstring.
9761
9762 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9763
9764         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9765
9766         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9767
9768 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * mm-bodies.el (mm-encode-body): Use coding system rather than
9771         charset to encode text.
9772
9773         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9774         number of charsets if utf-8 is available (XEmacs).
9775
9776 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9779         taken from `gnus-button-mid-or-mail-regexp'.
9780         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9781         (gnus-button-alist): Improve regexp for domain part of the MIDs
9782         for news:localpart@domain buttons.
9783         (gnus-button-ctan-directory-regexp): Update.
9784
9785 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * sieve-manage.el (sieve-manage-interactive-login): Use
9788         make-local-variable rather than make-variable-buffer-local.
9789         (sieve-manage-open): Ditto.
9790         (sieve-manage-authenticate): Ditto.
9791
9792         * mml.el (mml-generate-mime-1): Make the content type default to
9793         text/plain if the filename is not specified.
9794
9795 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9798         instead of insert-buffer.
9799
9800         * message.el (message-yank-original): Ditto; set the mark at the
9801         end of the yanked message.
9802
9803 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9806         lines to scroll rather than to stop it.
9807
9808         * mml.el (mml-generate-default-type): Add doc string.
9809         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9810         default to application/octet-stream when determining the content
9811         type if it is not specified for the part or the mml contents; add
9812         a comment about mml-generate-default-type.
9813
9814 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9817         make it default to application/octet-stream when determining the
9818         content type if it is not specified for the external contents.
9819
9820 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9823         segmented parameter but also other parameters might be there.
9824
9825 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * mm-decode.el (mm-display-external): Delete temp file, directory
9828         and buffer immediately if the external process is exited.
9829
9830 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9833         fewer lines than that of scroll-margin.
9834         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9835
9836 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-art.el (gnus-article-next-page): Revert.
9839         (gnus-article-beginning-of-window): New macro.
9840         (gnus-article-next-page-1): Use it.
9841         (gnus-article-prev-page): Ditto.
9842         (gnus-article-edit-part): Use insert-buffer-substring instead of
9843         insert-buffer.
9844         (gnus-article-edit-exit): Ditto.
9845
9846         * gnus-util.el (gnus-beginning-of-window): Remove.
9847         (gnus-end-of-window): Remove.
9848
9849         * lpath.el: Don't bind header-line-format and scroll-margin.
9850
9851 2005-07-25  Simon Josefsson  <jas@extundo.com>
9852
9853         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9854         to have the url package without w3.  Reported by Daiki Ueno
9855         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9856
9857 2005-07-20  Didier Verna  <didier@xemacs.org>
9858
9859         * gnus-diary.el: Remove the description comment (nndiary is now
9860         properly documented in the Gnus manual).
9861         Fix the spelling of "Back End".
9862         * nndiary.el: Ditto.
9863         Fix the copyright notice.
9864
9865 2005-07-18  Romain Francoise  <romain@orebokech.com>
9866
9867         * gnus-sum.el (gnus-summary-to-prefix)
9868         (gnus-summary-newsgroup-prefix): New variables.
9869         (gnus-summary-from-or-to-or-newsgroups): Use them.
9870
9871 2005-07-17  Romain Francoise  <romain@orebokech.com>
9872
9873         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9874         space as it's generally not especially interesting to the user.
9875
9876 2005-07-16  Romain Francoise  <romain@orebokech.com>
9877
9878         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9879         nil to avoid prompting and file modification if one of the
9880         messages at the top of the nnfolder file contains a copyright
9881         notice.
9882         Update copyright notice.
9883
9884         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9885         instead of `current-time-string' as the latter creates a time
9886         string that is not RFC 2822 compliant (it lacks the zone).
9887         Update copyright notice.
9888
9889 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9890
9891         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9892         for text/rtf.  Display default in prompt.  Pass default for M-n.
9893
9894         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9895
9896 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * gnus-msg.el (gnus-button-mailto): Remove
9899         save-selected-window-window hackery because it relies on
9900         save-selected-window internals.
9901
9902 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9905         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9906         (gnus-article-prev-page): Ditto.
9907
9908         * gnus-util.el (gnus-beginning-of-window): New function.
9909         (gnus-end-of-window): New function.
9910
9911         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9912
9913 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9914
9915         * gnus-score.el (gnus-score-edit-all-score): Set
9916         gnus-score-edit-exit-function to gnus-score-edit-done and call
9917         gnus-message.
9918
9919 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-msg.el (gnus-button-mailto): Remove
9922         save-selected-window-window hackery because it relies on
9923         save-selected-window internals.
9924
9925 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9928         add-minor-mode.
9929         (gnus-binary-mode): Ditto.
9930
9931         * gnus-topic.el (gnus-topic-mode): Ditto.
9932
9933 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9934
9935         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9936         (gnus-article-prev-page): Take scroll-margin into consideration.
9937
9938 2005-07-04  Lute Kamstra  <lute@gnu.org>
9939
9940         Update FSF's address in GPL notices.
9941
9942 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9943
9944         * gnus.el (gnus-exit):
9945         * gnus-group.el (gnus-group-icons):
9946         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9947
9948         * gnus-nocem.el (gnus-nocem):
9949         * message.el (message-various, message-buffers, message-sending)
9950         (message-interface, message-forwarding, message-insertion)
9951         (message-headers, message-news, message-mail):
9952         * pgg-gpg.el (pgg-gpg):
9953         * pgg-parse.el (pgg-parse):
9954         * pgg-pgp.el (pgg-pgp):
9955         * pgg-pgp5.el (pgg-pgp5):
9956         * pop3.el (pop3): Finish `defgroup' description with period.
9957
9958 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-art.el (article-display-face): Improve the efficiency.
9961         (article-display-x-face): Ditto; remove grey x-face stuff.
9962
9963 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-art.el (article-display-face): Correct the position in
9966         which Faces are inserted.
9967
9968 2005-06-29  Didier Verna  <didier@xemacs.org>
9969
9970         * gnus-art.el (article-display-face): Display faces in correct
9971         order.
9972
9973 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9976         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9977         (gnus-nocem-check-article): Fetch the Type header.
9978         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9979         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9980         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9981         make sure gnus-nocem-hashtb is initialized.
9982         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9983         (gnus-nocem-unwanted-article-p): Ditto.
9984
9985         * pgg.el (pgg-verify): Return the verification result.
9986
9987 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9990         is ascii.
9991
9992 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9993
9994         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9995         `show-nonbreak-escape'.
9996
9997 2005-06-23  Lute Kamstra  <lute@gnu.org>
9998
9999         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10000
10001         * dig.el (dig-mode):
10002         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10003
10004 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10005
10006         * nnimap.el (nnimap-split-download-body): Fix spellings.
10007
10008 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10009
10010         * gnus-art.el (gnus-article-encrypt-body):
10011         * gnus-cus.el (gnus-score-customize):
10012         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10013         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10014
10015 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10016
10017         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10018         header by looking for magic "MII" at the beginnig.
10019
10020 2005-06-16  Miles Bader  <miles@gnu.org>
10021
10022         * gnus-xmas.el (gnus-xmas-group-startup-message):
10023         Use renamed gnus-splash face.
10024
10025         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10026         (assistant-field-face): New backward-compatibility alias for renamed
10027         face.
10028         (assistant-render-text): Use renamed assistant-field face.
10029
10030         * spam.el (spam): Remove "-face" suffix from face name.
10031         (spam-face): New backward-compatibility alias for renamed face.
10032         (spam-face, spam-initialize): Use renamed spam face.
10033
10034         * message.el (message-header-to, message-header-cc)
10035         (message-header-subject, message-header-newsgroups)
10036         (message-header-other, message-header-name)
10037         (message-header-xheader, message-separator, message-cited-text)
10038         (message-mml): Remove "-face" suffix from face names.
10039         (message-header-to-face, message-header-cc-face)
10040         (message-header-subject-face, message-header-newsgroups-face)
10041         (message-header-other-face, message-header-name-face)
10042         (message-header-xheader-face, message-separator-face)
10043         (message-cited-text-face, message-mml-face):
10044         New backward-compatibility aliases for renamed faces.
10045         (message-font-lock-keywords): Use renamed message faces.
10046
10047         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10048         (sieve-test-commands, sieve-tagged-arguments):
10049         Remove "-face" suffix from face names.
10050         (sieve-control-commands-face, sieve-action-commands-face)
10051         (sieve-test-commands-face, sieve-tagged-arguments-face):
10052         New backward-compatibility aliases for renamed faces.
10053         (sieve-control-commands-face, sieve-action-commands-face)
10054         (sieve-test-commands-face, sieve-tagged-arguments-face):
10055         Use renamed sieve faces.
10056
10057         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10058         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10059         (gnus-group-news-3-empty, gnus-group-news-4)
10060         (gnus-group-news-4-empty, gnus-group-news-5)
10061         (gnus-group-news-5-empty, gnus-group-news-6)
10062         (gnus-group-news-6-empty, gnus-group-news-low)
10063         (gnus-group-news-low-empty, gnus-group-mail-1)
10064         (gnus-group-mail-1-empty, gnus-group-mail-2)
10065         (gnus-group-mail-2-empty, gnus-group-mail-3)
10066         (gnus-group-mail-3-empty, gnus-group-mail-low)
10067         (gnus-group-mail-low-empty, gnus-summary-selected)
10068         (gnus-summary-cancelled, gnus-summary-high-ticked)
10069         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10070         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10071         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10072         (gnus-summary-low-undownloaded)
10073         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10074         (gnus-summary-low-unread, gnus-summary-normal-unread)
10075         (gnus-summary-high-read, gnus-summary-low-read)
10076         (gnus-summary-normal-read, gnus-splash):
10077         Remove "-face" suffix from face names.
10078         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10079         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10080         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10081         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10082         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10083         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10084         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10085         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10086         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10087         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10088         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10089         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10090         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10091         (gnus-summary-normal-ticked-face)
10092         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10093         (gnus-summary-normal-ancient-face)
10094         (gnus-summary-high-undownloaded-face)
10095         (gnus-summary-low-undownloaded-face)
10096         (gnus-summary-normal-undownloaded-face)
10097         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10098         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10099         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10100         (gnus-splash-face):
10101         New backward-compatibility aliases for renamed faces.
10102         (gnus-group-startup-message): Use renamed gnus faces.
10103
10104         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10105         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10106         (gnus-server-agent): Remove "-face" suffix from face names.
10107         (gnus-server-agent-face, gnus-server-opened-face)
10108         (gnus-server-closed-face, gnus-server-denied-face)
10109         (gnus-server-offline-face):
10110         New backward-compatibility aliases for renamed faces.
10111         (gnus-server-agent-face, gnus-server-opened-face)
10112         (gnus-server-closed-face, gnus-server-denied-face)
10113         (gnus-server-offline-face): Use renamed gnus faces.
10114
10115         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10116         Remove "-face" suffix from face names.
10117         (gnus-picon-xbm-face, gnus-picon-face):
10118         New backward-compatibility aliases for renamed faces.
10119
10120         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10121         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10122         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10123         (gnus-cite-11): Remove "-face" suffix from face names.
10124         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10125         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10126         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10127         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10128         New backward-compatibility aliases for renamed faces.
10129         (gnus-cite-attribution-face, gnus-cite-face-list)
10130         (gnus-article-boring-faces): Use renamed gnus faces.
10131
10132         * gnus-art.el (gnus-signature, gnus-header-from)
10133         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10134         (gnus-header-content): Remove "-face" suffix from face names.
10135         (gnus-signature-face, gnus-header-from-face)
10136         (gnus-header-subject-face, gnus-header-newsgroups-face)
10137         (gnus-header-name-face, gnus-header-content-face):
10138         New backward-compatibility aliases for renamed faces.
10139         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10140
10141         * gnus-sum.el (gnus-summary-selected-face)
10142         (gnus-summary-highlight): Use renamed gnus faces.
10143         * gnus-group.el (gnus-group-highlight): Likewise.
10144
10145 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10146
10147         * gnus-sieve.el (gnus-sieve-article-add-rule):
10148         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10149         * spam-stat.el (spam-stat-buffer-change-to-spam)
10150         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10151
10152         * message.el (message-is-yours-p):
10153         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10154
10155 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * mm-view.el (mm-inline-text): Withdraw the last change.
10158
10159 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10162         executing enriched-decode.
10163
10164 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10167         charset of tar files.
10168
10169 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10170
10171         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10172
10173 2005-06-04  Lute Kamstra  <lute@gnu.org>
10174
10175         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10176         information is never recorded.
10177
10178 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10179
10180         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10181
10182 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * pop3.el (pop3-apop): Run md5 in the binary mode.
10185
10186         * starttls.el (starttls-set-process-query-on-exit-flag):
10187         Use eval-and-compile.
10188
10189 2005-05-31  Simon Josefsson  <jas@extundo.com>
10190
10191         * smime.el (smime-replace-in-string): Define.
10192         (smime-cert-by-ldap-1): Use it.
10193
10194 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-art.el (article-display-x-face): Replace
10197         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10198
10199         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10200         set-process-query-on-exit-flag or process-kill-without-query.
10201
10202         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10203         loop instead of replace-regexp.
10204
10205         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10206         instead of process-kill-without-query if it is available.
10207
10208         * lpath.el: Fbind ldap-search-entries.
10209
10210         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10211         instead of find-file-hooks if it is available.
10212
10213         * mml1991.el: Bind pgg-default-user-id when compiling.
10214
10215         * mml2015.el: Bind pgg-default-user-id when compiling.
10216
10217         * nndraft.el (nndraft-request-associate-buffer):
10218         Use write-contents-functions instead of write-contents-hooks if it is
10219         available.
10220
10221         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10222         instead of find-file-hooks if it is available.
10223
10224         * nntp.el (nntp-open-connection): Replace
10225         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10226         (nntp-open-ssl-stream): Ditto.
10227         (nntp-open-tls-stream): Ditto.
10228
10229         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10230         set-process-query-on-exit-flag or process-kill-without-query.
10231         (starttls-open-stream-gnutls): Use it instead of
10232         process-kill-without-query.
10233         (starttls-open-stream): Ditto.
10234
10235 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10236
10237         * smime.el (smime-cert-by-ldap-1): Don't use
10238         replace-regexp-in-string.
10239
10240 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10241
10242         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10243
10244         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10245         in PEM format.  Adjust to the XEmacs compability.
10246
10247 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10250         by `string-to-number'.
10251         * gnus-agent.el (gnus-agent-regenerate-group)
10252         (gnus-agent-fetch-articles): Ditto.
10253         * gnus-art.el (gnus-button-fetch-group): Ditto.
10254         * gnus-cache.el (gnus-cache-generate-active)
10255         (gnus-cache-articles-in-group): Ditto.
10256         * gnus-group.el (gnus-group-set-current-level)
10257         (gnus-group-insert-group-line): Ditto.
10258         * gnus-score.el (gnus-score-set-expunge-below)
10259         (gnus-score-set-mark-below, gnus-summary-score-effect)
10260         (gnus-summary-score-entry): Ditto.
10261         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10262         (gnus-soup-pack): Ditto.
10263         * gnus-spec.el (gnus-xmas-format): Ditto.
10264         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10265         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10266         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10267         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10268         * nndb.el (nndb-get-remote-expire-response): Ditto.
10269         * nndiary.el (nndiary-parse-schedule-value)
10270         (nndiary-string-to-number, nndiary-request-replace-article)
10271         (nndiary-request-article): Ditto.
10272         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10273         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10274         * nneething.el (nneething-make-head): Ditto.
10275         * nnfolder.el (nnfolder-request-article)
10276         (nnfolder-retrieve-headers): Ditto.
10277         * nnheader.el (nnheader-file-to-number): Ditto.
10278         * nnkiboze.el (nnkiboze-request-article): Ditto.
10279         * nnmail.el (nnmail-process-unix-mail-format)
10280         (nnmail-process-babyl-mail-format): Ditto.
10281         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10282         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10283         (nnmh-request-create-group, nnmh-request-list-1)
10284         (nnmh-request-group, nnmh-request-article): Ditto.
10285         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10286         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10287         * nnsoup.el (nnsoup-make-active): Ditto.
10288         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10289         * nntp.el (nntp-find-group-and-number)
10290         (nntp-retrieve-headers-with-xover): Ditto.
10291         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10292         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10293         (pgg-format-key-identifier): Ditto.
10294         * pop3.el (pop3-last, pop3-stat): Ditto.
10295         * qp.el (quoted-printable-decode-region): Ditto.
10296
10297         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10298         of concat.
10299
10300 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10303
10304         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10305
10306         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10307
10308         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10309
10310         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10311
10312         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10313
10314         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10315         (gnus-carpal-mode): Ditto.
10316
10317         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10318         (gnus-browse-mode): Ditto.
10319
10320         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10321
10322         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10323
10324 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10325
10326         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10327
10328 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-util.el (gnus-run-mode-hooks): New function.
10331
10332         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10333
10334         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10335         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10336
10337 2005-05-27  Lute Kamstra  <lute@gnu.org>
10338
10339         * dns-mode.el (dns-mode): Specify customization group.
10340
10341 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10342
10343         * gnus-agent.el (gnus-agent-make-mode-line-string):
10344         Use mode-line-highlight as mouse-face.
10345
10346 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * canlock.el (canlock): Change the parent group to news.
10349
10350         * deuglify.el (gnus-outlook-deuglify): Add :group.
10351
10352         * dig.el (dig): Add :group.
10353
10354         * dns-mode.el (dns-mode): Add :group.
10355
10356         * encrypt.el (encrypt): Add :group.
10357
10358         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10359         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10360         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10361         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10362         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10363
10364         * gnus-diary.el (gnus-diary): Add :group.
10365
10366         * gnus.el (gnus-group-news-1-face): Add :group.
10367         (gnus-group-news-1-empty-face): Ditto.
10368         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10369         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10370         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10371         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10372         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10373         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10374         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10375         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10376         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10377         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10378         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10379         (gnus-summary-high-ticked-face): Ditto.
10380         (gnus-summary-low-ticked-face): Ditto.
10381         (gnus-summary-normal-ticked-face): Ditto.
10382         (gnus-summary-high-ancient-face): Ditto.
10383         (gnus-summary-low-ancient-face): Ditto.
10384         (gnus-summary-normal-ancient-face): Ditto.
10385         (gnus-summary-high-undownloaded-face): Ditto.
10386         (gnus-summary-low-undownloaded-face): Ditto.
10387         (gnus-summary-normal-undownloaded-face): Ditto.
10388         (gnus-summary-high-unread-face): Ditto.
10389         (gnus-summary-low-unread-face): Ditto.
10390         (gnus-summary-normal-unread-face): Ditto.
10391         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10392         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10393
10394         * hashcash.el (hashcash): New custom group.
10395         (hashcash-default-payment): Add :group.
10396         (hashcash-payment-alist): Ditto.
10397         (hashcash-default-accept-payment): Ditto.
10398         (hashcash-accept-resources): Ditto.
10399         (hashcash-path): Ditto.
10400         (hashcash-extra-generate-parameters): Ditto.
10401         (hashcash-double-spend-database): Ditto.
10402         (hashcash-in-news): Ditto.
10403
10404         * message.el (message-minibuffer-local-map): Add :group.
10405
10406         * netrc.el (netrc): Add :group.
10407
10408         * sieve-manage.el (sieve-manage-log): Add :group.
10409         (sieve-manage-default-user): Diito.
10410         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10411         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10412         (sieve-manage-authenticators): Ditto.
10413         (sieve-manage-authenticator-alist): Ditto.
10414         (sieve-manage-default-port): Ditto.
10415
10416         * sieve-mode.el (sieve-control-commands-face): Add :group.
10417         (sieve-action-commands-face): Ditto.
10418         (sieve-test-commands-face): Ditto.
10419         (sieve-tagged-arguments-face): Ditto.
10420
10421         * smime.el (smime): Add :group.
10422
10423         * spam-report.el (spam-report): Add :group.
10424
10425         * spam.el (spam, spam-face): Add :group.
10426
10427 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10430         return \n.\n.\n at the end of articles.  Protect against that.
10431         (nntp-with-open-group): Allow debugging.
10432
10433         * nnheader.el (mail-header-set-extra): Make into a function
10434         because I just could't understand how to quote the list properly.
10435
10436         * dns.el (query-dns-cached): New function.
10437
10438 2005-05-26  Lute Kamstra  <lute@gnu.org>
10439
10440         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10441
10442 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10445
10446         * gnus-art.el: Don't autoload mail-extract-address-components.
10447
10448         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10449         eval-and-compile to evaluate it.
10450
10451         * hashcash.el: Don't autoload executable-find.
10452
10453         * nndb.el: Don't declare the nndb back end two or more times; don't
10454         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10455
10456         * nntp.el: Autoload format-spec instead of format; use
10457         eval-and-compile to evaluate autoload forms.
10458
10459 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10460
10461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10462
10463 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * gnus.el (gnus-version-number): Bump version.
10466
10467 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10468
10469         * gnus.el: No Gnus v0.3 is released.
10470
10471 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10472
10473         * lpath.el (featurep): Bind show-nonbreak-escape.
10474
10475 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * gnus-art.el (gnus-article-edit-part): Disable undo.
10478
10479 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10482         gnus-article-date-lapsed-new-header is t if date timer is active;
10483         skip headers in which the original date value is empty.
10484         (gnus-article-save-original-date): Redefine it as a macro.
10485         (gnus-display-mime): Use it.
10486
10487 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-art.el (article-date-ut): Support converting date in
10490         forwarded parts as well.
10491         (gnus-article-save-original-date): New function.
10492         (gnus-display-mime): Use it.
10493
10494 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10495
10496         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10497         enclosure element of <item>.
10498
10499 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * message.el (message-kill-buffer-query): Renamed from
10502         `message-kill-buffer-query-if-modified'.  Added :version.
10503
10504 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10507         window layout.
10508
10509 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mml.el: Autoload dnd when compiling.
10512
10513 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10516         x-dnd-*.
10517
10518 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * qp.el (quoted-printable-encode-region): Save excursion.
10521
10522 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10523
10524         * message.el (message-kill-buffer-query-if-modified): Add new variable
10525         so the user can kill a modified message buffer quickly.
10526         (message-kill-buffer): Use it.
10527
10528 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * lpath.el: Fbind display-time-event-handler; don't fbind
10531         string-to-multibyte.
10532
10533         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10534
10535 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10538         contained in text because xml.el decodes entities) with LFs.
10539
10540 2005-04-11  Lute Kamstra  <lute@gnu.org>
10541
10542         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10543         differently.
10544
10545 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10546
10547         * mm-util.el (mm-detect-coding-region): Typo.
10548
10549 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10552
10553 2005-04-06  Deepak Goel  <deego@gnufans.org>
10554
10555         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10556         user-function allow user modifications of the scores.
10557         (spam-stat-score-buffer-user): New function, to allow
10558         user-computed modifications to the score.
10559         (spam-stat-score-buffer-user-functions): List of additional
10560         scoring functions.
10561         (spam-stat-error-holder): Global temporary error holder.
10562         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10563         variable.
10564
10565 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10566
10567         * gnus-registry.el (gnus-registry-clean-empty-function)
10568         (gnus-registry-trim, gnus-registry-fetch-groups)
10569         (gnus-registry-delete-group): Groups that match
10570         `gnus-registry-ignored-groups' are removed from the registry
10571         entries, not just ignored for splitting.  This helps clean up the
10572         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10573         to get all the groups a message ID is in.
10574
10575         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10576         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10577         (spam-stat-score-buffer-user-functions): Add :number custom type.
10578
10579 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10582         argument in XEmacs.
10583
10584         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10585         (nnrss-request-group): Decode group name first.
10586         (nnrss-request-article): Make a text/plain article if mml-to-mime
10587         failed.
10588         (nnrss-get-encoding): Return a compatible encoding according to
10589         nnrss-compatible-encoding-alist.
10590         (nnrss-find-el): Use consp instead of listp.
10591         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10592
10593 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10596         which Emacs 20 doesn't support.
10597         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10598
10599 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10602         silence the byte compiler inside the defun.
10603
10604         * gnus-demon.el (parse-time-string): Add autoload.
10605
10606         * gnus-delay.el (parse-time-string): Add autoload.
10607
10608         * gnus-art.el (parse-time-string): Add autoload.
10609
10610         * nnultimate.el (parse-time): Require for `parse-time-string'.
10611
10612 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10615
10616         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10617
10618         * smime.el (smime-ldap-host-list): Add :version.
10619
10620 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10623         pass it to `gnus-browse-read-group'.
10624         (gnus-browse-read-group): Add NUMBER argument and pass it to
10625         `gnus-group-read-ephemeral-group'.
10626
10627         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10628         argument and pass it to `gnus-group-read-group'.
10629
10630 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10631
10632         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10633         mm-xemacs-find-mime-charset-1 if we have the mule feature
10634         available at runtime.
10635
10636 2005-03-25  Werner Lemberg  <wl@gnu.org>
10637
10638         * nnmaildir.el: Replace `illegal' with `invalid'.
10639
10640 2005-03-23  Lute Kamstra  <lute@gnu.org>
10641
10642         * time-date.el: Add comment on time value formats.
10643         Don't require parse-time.
10644         (with-decoded-time-value): New macro.
10645         (encode-time-value): New function.
10646         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10647         (days-to-time): Return a valid time value when arg is huge.
10648         (time-since): Use time-subtract.
10649         (time-to-number-of-days): Use time-to-seconds.
10650
10651 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10652
10653         * gnus-start.el (gnus-display-time-event-handler):
10654         Check display-time-timer at runtime rather than only at load time
10655         in case display-time-mode is turned off in the mean time.
10656
10657 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10660         used.
10661
10662         * nneething.el (nneething-map-file-directory): Derive from
10663         `gnus-directory'.
10664
10665         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10666         the To/Cc button.
10667
10668 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * nnmaildir.el (nnmaildir-request-accept-article):
10671         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10672
10673 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10674
10675         * gnus-async.el: Require timer-funcs at compile time when in
10676         XEmacs for `run-with-idle-timer'.
10677
10678 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10679
10680         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10681         autoloaded function.
10682
10683 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10684
10685         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10686
10687 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10688
10689         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10690
10691 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10694         gnus-expert-user to default.
10695
10696 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10697
10698         * nnimap.el (nnimap-open-server): Ditto.
10699
10700         * imap.el (imap-authenticate): Fix typo.
10701
10702 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10703
10704         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10705         buffer (since IMAP server might return FETCH response out of
10706         order, and the nntp buffer must be sorted).
10707
10708 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10709
10710         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10711         comparison on string.
10712
10713         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10714         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10715         (gnus-agent-summary-fetch-series): Modified to protect against
10716         gnus-agent-summary-fetch-group clearing processable flags.
10717         (gnus-agent-synchronize-group-flags): Update live group buffer as
10718         synchronization may occur due to the user toggle the plugged
10719         status.
10720         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10721         successfully downloaded.
10722         (gnus-agent-expire-group-1): Avoid using markers when the overview
10723         is in ascending order; greatly improves performance.
10724         (gnus-agent-regenerate-group): Use
10725         gnus-agent-synchronize-group-flags to reset read status in both
10726         gnus and server.
10727         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10728
10729 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * message.el: Don't autoload former message-utils variables.
10732         (message-strip-subject-trailing-was): Change doc string.
10733
10734         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10735         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10736         (nnweb-google-search): Add "hl=en" here.
10737         (nnweb-google-parse-1, nnweb-google-create-mapping):
10738         Don't hardcode URL.
10739
10740 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * message.el (message-get-reply-headers, message-followup):
10743         Mention related variables `message-use-followup-to' and
10744         `message-use-mail-followup-to', in the information buffer.
10745
10746         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10747         of broken groups(-beta).google.com.
10748
10749 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10750
10751         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10752         parameter to invoked gnus-request-move-article; remove the
10753         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10754         all at once instead of once per article.
10755         (gnus-summary-remove-process-mark): Accept a list of articles as
10756         well as a single article for processing.
10757
10758         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10759         parameter.
10760
10761         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10762
10763         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10764
10765         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10766         parameter.
10767
10768         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10769         parameter.
10770
10771         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10772         parameter and remove the gnus-sum-hint-move-is-internal variable.
10773
10774         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10775         parameter.
10776
10777         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10778         parameter.
10779
10780         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10781         parameter.
10782
10783         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10784
10785         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10786         parameter.
10787
10788         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10789         parameter.
10790
10791 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10792
10793         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10794         a more conservative way.
10795
10796 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10797
10798         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10799         buffer, so it moves the window's cursor.
10800
10801 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10802
10803         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10804         `mm-dissect-multipart' and receive the from field as an (optional)
10805         argument from `mm-dissect-multipart'.
10806         (mm-dissect-multipart): Receive the from field as an argument and
10807         pass it on when we call `mm-dissect-buffer' on MIME parts.
10808         Fixes verification/decryption of signed/encrypted MIME parts.
10809
10810 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * gnus-sum.el (gnus-summary-move-article): Set
10813         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10814         whatever it calls (right now, only nnimap-request-move article
10815         respects it).
10816
10817         * nnimap.el (nnimap-request-move-article): When
10818         gnus-sum-hint-move-is-internal is set, don't do the extra
10819         nnimap-request-article.
10820
10821 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10824
10825         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10826         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10827
10828         * gnus-sum.el (gnus-summary-caesar-message):
10829         Apply `gnus-treat-article' after rotation.
10830
10831         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10832         doc string.
10833
10834 2005-02-22  Simon Josefsson  <jas@extundo.com>
10835
10836         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10837         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10838         <arne@arnested.dk>.
10839         (encrypt): Add password-cache and password-cache-expiry as group
10840         members.
10841
10842 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10843
10844         * smime.el (smime-ldap-host-list): Doc fix.
10845         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10846         cache) password.
10847         (smime-sign-region): Use it.
10848         (smime-decrypt-region): Use it.
10849         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10850         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10851         fails.
10852         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10853         certificate from DER to PEM format rather than calling openssl.
10854
10855         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10856
10857         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10858         for signing/encryption.
10859
10860         * mml.el (mml-parse-1): Use them.
10861
10862 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10863
10864         * nnrss.el (nnrss-verbose): Removed.
10865         (nnrss-request-group): Use `nnheader-message' instead.
10866
10867 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10868
10869         * nnrss.el (nnrss-verbose): New variable.
10870         (nnrss-request-group): Make it say nnrss is requesting a group.
10871
10872 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10875         Handle news URL with given port correctly.
10876
10877 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10880         containing special characters.
10881
10882         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10883
10884         * mml.el (mime-to-mml): Ditto.
10885
10886         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10887         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10888         (rfc2047-decode-region): Quote decoded words containing special
10889         characters when rfc2047-quote-decoded-words-containing-tspecials
10890         is non-nil.
10891
10892 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10893
10894         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10895
10896         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10897
10898 2005-02-15  Simon Josefsson  <jas@extundo.com>
10899
10900         * nnimap.el (nnimap-debug): Doc fix.
10901
10902         * imap.el (imap-debug): Doc fix.
10903
10904 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10907
10908 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10909
10910         * gnus.el (spam-contents): Improve docs for spam-contents
10911         parameter in its variable incarnation.
10912
10913 2005-02-14  Simon Josefsson  <jas@extundo.com>
10914
10915         * smime-ldap.el: Use require instead of load-library for ldap.
10916         (smime-ldap-search): Indent.
10917         (smime-ldap-search-internal): Shorten line.
10918
10919         * smime.el (smime-cert-by-dns): Add doc-string.
10920         (smime-cert-by-ldap-1): Indent.
10921
10922         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10923         mml-smime-get-dns-ldap.
10924         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10925
10926 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10927
10928         * smime.el: Require smime-ldap.
10929         (smime-ldap-host-list): New variable.
10930         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10931
10932         * mml-smime.el (mml-smime-encrypt-query): New function.
10933         (mml-smime-encrypt-query): Use it.
10934
10935         * smime-ldap.el: New file.
10936
10937 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10940
10941 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10944         argument in doc string.  Make query for type more clear.
10945
10946 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus.el (gnus-group-startup-message): Search for gnus images in
10949         etc/images/gnus.
10950         * mm-util.el (mm-image-load-path): Likewise.
10951         * smiley.el (smiley-data-directory): Search for smilies in
10952         etc/images/smilies.
10953
10954 2005-02-09  Kim F. Storm  <storm@cua.dk>
10955
10956         Change Emacs release version from 21.4 to 22.1 throughout.
10957         Change Emacs development version from 21.3.50 to 22.0.50.
10958
10959 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10962
10963         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10964         non-Mule XEmacs as well.
10965         (mm-decompress-buffer): Signal an error intentionally if it does
10966         not decompress compressed data because auto-compression-mode is
10967         disabled.
10968
10969 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10970
10971         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10972         an ID in the registry even if it has no groups.
10973
10974 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10977         merge it into mm-decompress-buffer.
10978         (gnus-mime-copy-part): Use the MIME part charset, the value which
10979         a user specified or gnus-newsgroup-charset for decoding, like
10980         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10981         save-buffer what was used.  Suggested by Kevin Ryde
10982         <user42@zip.com.au>.
10983         (gnus-mime-inline-part): Allow the name parameter as well as the
10984         filename parameter; force decompressing of compressed data; always
10985         display contents being not decoded as unibyte.
10986
10987         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10988         as well as the filename parameter.
10989
10990         * mm-util.el (mm-decompress-buffer): Merge
10991         gnus-mime-jka-compr-maybe-uncompress.
10992         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10993         of compressed data.
10994
10995 2005-02-08  Simon Josefsson  <jas@extundo.com>
10996
10997         * imap.el (imap-log): Doc fix.
10998
10999 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11002         the coding cookies; decompress compressed parts.
11003
11004         * mml.el (mml-generate-mime-1): Add the charset parameter according
11005         to the value which a user specified manually or the coding cookie.
11006
11007         * mm-util.el (mm-string-to-multibyte): New function.
11008         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11009         (mm-coding-system-to-mime-charset): New function.
11010         (mm-decompress-buffer): New function.
11011         (mm-find-buffer-file-coding-system): New function.
11012
11013         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11014         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11015         parts.
11016
11017 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11018
11019         * mm-view.el (mm-display-inline-fontify): Decode a part according
11020         to the charset parameter.
11021
11022 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11025         prefix arg is neither nil nor a number, as info specifies.
11026
11027 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11030         timestamps.
11031
11032 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11033
11034         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11035         groups error checking and notify user.
11036
11037 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11038
11039         * message.el (message-send-mail-function): Check existence of
11040         sendmail-program first before using default value
11041         `message-send-mail-with-sendmail'.  Otherwise use more generic
11042         `smtpmail-send-it'.
11043
11044 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * nntp.el (nntp-request-update-info): Always return nil.
11047
11048 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11049
11050         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11051
11052 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11053
11054         * message.el (message-beginning-of-line): Change the behavior when
11055         invoked between BOL and : so that it first moves backward.
11056
11057 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11060         article buffer when editing of the article is discarded.
11061         (gnus-article-prepare): Revert.
11062
11063 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-art.el (gnus-article-prepare):
11066         Remove message-strip-forbidden-properties from the local hook.
11067
11068 2005-01-27  Simon Josefsson  <jas@extundo.com>
11069
11070         * password.el (password-cache-add): Only start one timer per key.
11071         Reported by Derek Atkins <warlord@MIT.EDU>.
11072
11073 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11074
11075         * run-at-time.el: Removed.  It is no longer needed as
11076         timer-funcs.el in the xemacs-base package has a working version of
11077         `run-at-time'.
11078
11079         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11080
11081         * password.el: Require timer-funcs instead of run-at-time in
11082         XEmacs.
11083         Remove `password-run-at-time' macro.
11084         (password-cache-add): Use `run-at-time' instead of
11085         `password-run-at-time'.
11086
11087         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11088         Remove `nnheader-cancel-function-timers' alias,
11089         `cancel-function-timers' exists in XEmacs in timer-funcs.
11090
11091         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11092         for `run-with-idle-timer'.
11093
11094         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11095         for `run-at-time'.
11096
11097         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11098         for `with-timeout'.
11099
11100         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11101         the same as for XEmacs 21.4.
11102         No need to ignore `run-with-idle-timer', this function exists in
11103         XEmacs now in timer-funcs.el in the xemacs-base package.
11104         (dgnushack-compile): No need to delete
11105         run-at-time.el from the list of files to compile because it
11106         doesn't exist anymore.
11107
11108 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11111         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11112
11113 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11114
11115         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11116         sensitively.
11117
11118 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11119
11120         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11121
11122 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11125         which will be inserted according to the multibyteness of a buffer
11126         rather than the type of contents.  Suggested by ARISAWA Akihiro
11127         <ari@mbf.ocn.ne.jp>.
11128
11129         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11130         of string which old xml.el may return rather than a string.
11131
11132 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11135
11136 2005-01-16  Simon Josefsson  <jas@extundo.com>
11137
11138         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11139         idn/idna.el isn't available.
11140         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11141         <michael@waxrat.com>.
11142
11143         * hashcash.el: Remove non-FSF copyright header.
11144
11145         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11146         (hashcash-generate-payment): Use it.
11147         (hashcash-generate-payment-async): Use it.
11148
11149 2005-01-15  Simon Josefsson  <jas@extundo.com>
11150
11151         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11152         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11153
11154         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11155         gnus-summary-idna-message.
11156         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11157         (gnus-summary-idna-message): New function.
11158
11159 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11162         gnus-novice-user.
11163
11164 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * nnrss.el (nnrss-request-delete-group): Delete entries in
11167         nnrss-group-alist as well.
11168         (nnrss-save-server-data): Insert newline.
11169
11170 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus.el (gnus-user-agent): Use list of symbols instead of
11173         symbols.  Display full version number for (S)XEmacs.  Optionally
11174         display (S)XEmacs codename.
11175
11176         * gnus-util.el (gnus-emacs-version): Update for new
11177         `gnus-user-agent'.
11178
11179         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11180         Gnus version.
11181
11182 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11185         which is unreadable in some setups.
11186
11187 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-spec.el (gnus-update-format-specifications): Flush the
11190         group format spec cache if it doesn't support decoded group names.
11191
11192 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11195         Allow to apply decay on score files matching a regexp.
11196
11197 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11200         compatibility in %g and %c.
11201
11202 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11205         name for only %g and %c.
11206         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11207         of gnus-tmp-group to decoded group name.
11208         (gnus-group-make-rss-group): Exclude `/'s from group names.
11209
11210 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * nnrss.el (nnrss-get-encoding): Fix regexp.
11213
11214 2004-12-27  Simon Josefsson  <jas@extundo.com>
11215
11216         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11217         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11218         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11219
11220 2004-12-17  Kim F. Storm  <storm@cua.dk>
11221
11222         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11223
11224         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11225
11226 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11227
11228         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11229
11230 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nnrss.el: Require rfc2047 and mml.
11233         (nnrss-file-coding-system): New variable.
11234         (nnrss-format-string): Redefine it as an inline function.
11235         (nnrss-decode-group-name): New function.
11236         (nnrss-string-as-multibyte): Remove.
11237         (nnrss-retrieve-headers): Decode group name; don't use
11238         nnrss-format-string.
11239         (nnrss-request-group): Decode group name.
11240         (nnrss-request-article): Decode group name; allow a Message-ID as
11241         well as an article number; don't use nnrss-format-string; encode a
11242         Message-ID string which may contain non-ASCII characters; use
11243         mml-to-mime to compose a MIME article.
11244         (nnrss-request-expire-articles): Decode group name.
11245         (nnrss-request-delete-group): Decode group name.
11246         (nnrss-fetch): Clarify error message.
11247         (nnrss-read-server-data): Use insert-file-contents instead of load;
11248         bind file-name-coding-system; use multibyte buffer.
11249         (nnrss-save-server-data): Bind coding-system-for-write to the
11250         value of nnrss-file-coding-system; bind file-name-coding-system;
11251         add coding cookie.
11252         (nnrss-read-group-data): Use insert-file-contents instead of load;
11253         bind file-name-coding-system; use multibyte buffer.
11254         (nnrss-save-group-data): Bind coding-system-for-write to the
11255         value of nnrss-file-coding-system; bind file-name-coding-system.
11256         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11257         make it work with non-ASCII text.
11258         (nnrss-find-el): Make it work with old xml.el as well.
11259
11260 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11261
11262         * nnrss.el (nnrss-get-encoding): New function.
11263         (nnrss-fetch): Use unibyte buffer initially; bind
11264         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11265         decode contents according to the encoding attribute.
11266         (nnrss-save-group-data): Add coding cookie.
11267         (nnrss-mime-encode-string): New function.
11268         (nnrss-check-group): Use it to encode subject and author.
11269
11270 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11271
11272         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11273         imaginary variable.
11274
11275 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11278         correctly even if there are wide characters.
11279
11280 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11281
11282         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11283         downcased symbol names; make a new cache instead of reusing
11284         bbdb-hashtable.
11285
11286 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11289         concatenating segments rather than before concatenating them.
11290         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11291
11292         * message.el (message-get-reply-headers): Bind `extra'.
11293
11294 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11295
11296         * message.el (message-extra-wide-headers): New variable.
11297         (message-get-reply-headers): Use it.
11298
11299 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11302         (gnus-agent-group-pathname): Ditto.
11303
11304         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11305
11306         * gnus-group.el (gnus-group-make-group): Decode group name.
11307         (gnus-group-make-rss-group): Register the group data after opening
11308         the nnrss group.
11309
11310 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11311
11312         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11313         by expiry now get marked as read.
11314
11315 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11318
11319 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11320
11321         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11322         unify Latin characters in XEmacs.
11323         (mm-find-mime-charset-region): Use it.
11324
11325 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-util.el (gnus-delete-directory): New function.
11328
11329         * gnus-agent.el (gnus-agent-delete-group): Use it.
11330
11331         * gnus-cache.el (gnus-cache-delete-group): Use it.
11332
11333 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11336         names.
11337
11338 2004-12-16  Simon Josefsson  <jas@extundo.com>
11339
11340         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11341
11342 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11345
11346         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11347         (gnus-group-set-current-level): Decode group name.
11348
11349 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11350
11351         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11352         failed.
11353
11354 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-group.el (gnus-group-delete-group): Decode group name.
11357         (gnus-group-make-rss-group): Encode group name.
11358         (gnus-group-catchup-current): Decode group name.
11359         (gnus-group-kill-group): Decode group name.
11360
11361 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11362
11363         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11364
11365 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-group.el (gnus-group-make-rss-group):
11368         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11369
11370         * gnus-start.el (gnus-setup-news): Honor user's setting to
11371         gnus-message-archive-method.  Suggested by Lute Kamstra
11372         <lute@gnu.org>.
11373
11374 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11375
11376         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11377         global counterparts of the buffer-local variables.
11378
11379 2004-11-16  Romain Francoise  <romain@orebokech.com>
11380
11381         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11382         counterparts of the buffer-local variables.
11383
11384 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * message.el (message-forbidden-properties): Fixed typo in doc
11387         string.
11388
11389 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * gnus-util.el (gnus-replace-in-string): Added doc string.
11392
11393         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11394         to avoid problems when splitting mails with many recipients.
11395
11396 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11397
11398         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11399         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11400
11401 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11402
11403         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11404         if there is no hashtable in memory or file modification time is
11405         newer than cached timestamp.
11406
11407 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11410         not-matching option.
11411
11412 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11415         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11416         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11417         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11418         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11419         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11420
11421 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * message.el (message-forward-make-body-mml): Remove headers
11424         according to message-forward-ignored-headers if a message is decoded.
11425
11426 2004-12-02  Romain Francoise  <romain@orebokech.com>
11427
11428         * message.el (message-forward-make-body-plain): Always remove
11429         headers according to message-forward-ignored-headers.
11430
11431 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11432
11433         * spam.el (spam-summary-prepare-exit): Remove the
11434         gnus-summary-limit pop for now, it has problems with ham marks for
11435         me.
11436
11437 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11438
11439         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11440         correctly.
11441
11442 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11443
11444         * format-spec.el (format-spec): Message the char.
11445
11446 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11447
11448         * gnus-art.el (gnus-split-methods): Reformat comments.
11449
11450         * spam.el (spam-summary-prepare-exit): Remove article limits
11451         before exiting the summary buffer.
11452
11453 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11456         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11457
11458         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11459         order to silence the byte compiler.
11460
11461         * spam.el: Fix the way to silence the byte compiler, which
11462         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11463         bbdb-search-simple, spam-BBDB-register-routine,
11464         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11465         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11466         spam-stat-buffer-is-spam, spam-stat-load,
11467         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11468         spam-stat-save and spam-stat-split-fancy.
11469
11470 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11473         which may confuse users.
11474         (canlock-password-for-verify): Ditto.
11475
11476         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11477
11478         * gnus-art.el (gnus-emphasis-alist): Ditto.
11479
11480         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11481
11482         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11483
11484         * gnus-start.el (gnus-save-killed-list): Ditto.
11485
11486         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11487         (gnus-sum-thread-tree-root): Ditto.
11488         (gnus-sum-thread-tree-false-root): Ditto.
11489         (gnus-sum-thread-tree-single-indent): Ditto.
11490
11491         * message.el (message-courtesy-message): Ditto.
11492         (message-archive-note): Ditto.
11493         (message-subscribed-address-file): Ditto.
11494         (message-user-fqdn): Ditto.
11495
11496         * spam-report.el (spam-report-gmane-regex): Ditto.
11497
11498         * spam.el (spam-blackhole-good-server-regex): Ditto.
11499
11500 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * mml.el (mml-preview): Widen the message buffer before copying
11503         the contents to the preview buffer; sort headers before previewing.
11504
11505         * message.el (message-hidden-headers): Fix the way to avoid a bug
11506         in the `repeat' widget in Emacs 21.3 or earlier.
11507
11508 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-hidden-headers): Default to "^References:".
11511         Improve customization type.  Suggested by Reiner Steib
11512         <Reiner.Steib@gmx.de>.
11513
11514 2004-11-25  Romain Francoise  <romain@orebokech.com>
11515
11516         * message.el (message-strip-forbidden-properties): Remove check for
11517         obsolete `message-hidden' text property, hidden headers are not
11518         accessible in the buffer anymore.
11519
11520 2004-11-22  Romain Francoise  <romain@orebokech.com>
11521
11522         * message.el (message-header-format-alist): Add `From' in list
11523         so that it can be sorted.
11524         (message-fix-before-sending): Widen and sort headers before
11525         sending.
11526         (message-hide-headers): Use narrowing to hide headers by moving
11527         them to the top of the buffer and narrowing to the region
11528         underneath.
11529
11530 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11531
11532         * message.el (message-strip-forbidden-properties): Bind
11533         buffer-read-only (etc) to nil.
11534
11535 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11538         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11539
11540 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11541
11542         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11543
11544 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * dns.el (query-dns): Use sit-for to time instead of
11547         accept-process-output, since that doesn't seem to work on udp
11548         sockets.
11549
11550 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11553
11554 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11555
11556         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11557         doc string.  Improve doc string.
11558
11559 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * nntp.el (nntp-request-update-info): Return nil if
11562         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11563         may not call gnus-activate-group which uselessly issues the GROUP
11564         commands for all nntp groups and wastes time.  Reported by Romain
11565         Francoise <romain@orebokech.com>.
11566
11567         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11568
11569 2004-11-15  Simon Josefsson  <jas@extundo.com>
11570
11571         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11572         headers separately.
11573         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11574         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11575
11576 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * gnus-start.el (gnus-convert-old-newsrc):
11579         Assign legacy-gnus-agent to 5.10.7.
11580
11581 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11584         start of the lines.
11585
11586 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11587
11588         * hashcash.el (hashcash-default-payment): Change default to 20.
11589         (hashcash-default-accept-payment): Change default to 20.
11590         (hashcash-process-alist): New variable.
11591         (hashcash-generate-payment-async): Add.
11592         (hashcash-already-paid-p): Add.
11593         (hashcash-insert-payment): Don't generate payments twice.
11594         (hashcash-insert-payment-async): Add.
11595         (hashcash-insert-payment-async-2): Add.
11596         (hashcash-cancel-async): Add.
11597         (hashcash-wait-async): Add.
11598         (hashcash-processes-running-p): Add.
11599         (hashcash-wait-or-cancel): Add.
11600         (mail-add-payment): New optional argument.  Conditionally start
11601         asynchronous calculation.
11602         (mail-add-payment-async): Add.
11603
11604         * message.el (message-send-mail): Wait for asynchronous hashcash
11605         results.  Don't clobber existing X-Hashcash headers.
11606         (message-setup-1): Call mail-add-payment-async when
11607         message-generate-hashcash is non-nil.
11608
11609 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11610
11611         * message.el (message-use-alternative-email-as-from): Examine the
11612         From header as well; use message-make-from in order to include a
11613         user's full name.
11614
11615 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11618         default; improve customization type.
11619         (gnus-emphasis-custom-with-format): New macro.
11620         (gnus-emphasis-custom-value-to-external): New function.
11621         (gnus-emphasis-custom-value-to-internal): New function.
11622
11623 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * dns.el (query-dns): Resolve reverse addresses.
11626
11627 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11628
11629         * gnus-group.el (gnus-group-get-new-news): Use it.
11630
11631         * gnus-start.el (gnus-check-reasonable-setup): New function.
11632
11633 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11636         "Args out of range" error.  Reported by Arnaud Giersch
11637         <arnaud.giersch@free.fr>.
11638
11639 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11640
11641         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11642
11643 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11644
11645         * spam.el (spam group): Add :version.
11646
11647         * pgg-def.el (pgg group): Add :version.
11648
11649 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-art.el (gnus-article-edit-article): Don't associate the
11652         article buffer with a draft file.  This is a temporary measure
11653         against the 2004-08-22 change to gnus-article-edit-mode.
11654
11655 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11658         (html2text-format-tags): Remove unused variable `attr'.
11659
11660 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11663
11664         * tls.el (tls-process-connection-type, tls-success)
11665         (tls-certtool-program): Add :version.
11666
11667         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11668         (starttls-extra-arguments, starttls-process-connection-type)
11669         (starttls-connect, starttls-failure, starttls-success): Add :version.
11670
11671         * spam-stat.el (spam-stat): Add :version.
11672
11673         * sieve.el (sieve): Add :version.
11674
11675         * sha1.el (sha1): Add :version.
11676         (sha1-use-external): Remove redundant version.
11677
11678         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11679         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11680         (nnmail-split-fancy-match-partial-words)
11681         (nnmail-split-lowercase-expanded): Add :version.
11682
11683         * nndiary.el (nndiary): Add :version.
11684
11685         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11686
11687         * mml-sec.el (mml-default-sign-method)
11688         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11689         Add :version.
11690
11691         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11692
11693         * mm-url.el (mm-url-use-external, mm-url-program)
11694         (mm-url-arguments): Add :version.
11695
11696         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11697         (mm-attachment-file-modes, mm-decrypt-option)
11698         (mm-w3m-safe-url-regexp): Add :version.
11699
11700         * message.el (message-cite-prefix-regexp)
11701         (message-sendmail-envelope-from, message-minibuffer-local-map)
11702         (message-user-fqdn, message-completion-alist): Add :version.
11703
11704         * gnus-win.el (gnus-configure-windows-hook)
11705         (gnus-use-frames-on-any-display): Add :version.
11706
11707         * gnus-art.el (gnus-article-address-banner-alist)
11708         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11709         (gnus-treat-from-picon, gnus-treat-mail-picon)
11710         (gnus-treat-x-pgp-sig): Add :version.
11711
11712         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11713         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11714         (gnus-summary-article-delete-hook)
11715         (gnus-summary-display-while-building): Add :version.
11716
11717         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11718         (gnus-get-top-new-news-hook): Add :version.
11719
11720         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11721         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11722
11723         * gnus-registry.el (gnus-registry): Add :version.
11724
11725         * gnus-spec.el (gnus-use-correct-string-widths)
11726         (gnus-make-format-preserve-properties): Add :version.
11727
11728         * gnus.el (gnus-group-charter-alist)
11729         (gnus-group-fetch-control-use-browse-url)
11730         (gnus-install-group-spam-parameters): Add :version.
11731
11732         * gnus-diary.el (gnus-diary): Add :version.
11733
11734         * gnus-delay.el (gnus-delay): Add :version.
11735
11736         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11737         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11738         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11739         Add :version.
11740
11741         * gnus-agent.el (gnus-agent-max-fetch-size)
11742         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11743         (gnus-agent-prompt-send-queue): Add :version.
11744
11745         * deuglify.el (gnus-outlook-deuglify): Add :version.
11746
11747         * html2text.el: Beautify code.  Improve doc strings.  Some
11748         checkdoc cleanup.
11749         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11750
11751 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11752
11753         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11754
11755 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11756
11757         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11758         when package is loaded.
11759
11760         * spam.el (spam-summary-score-preferred-header): Add global preference
11761         for people who want to override the default SpamAssassin over
11762         Bogofilter preference (when both are set).
11763         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11764         (spam-user-format-function-S): Check
11765         spam-summary-score-preferred-header.
11766         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11767         (spam-user-format-function-S): Format the score correctly.
11768
11769 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11772         signature file.  Suggested by Manoj Srivastava
11773         <srivasta@golden-gryphon.com>.
11774
11775         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11776         iso-2022-jp even in the Japanese language environment.
11777         Suggested by Jason Rumney <jasonr@gnu.org>.
11778
11779 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11782         use the same characters as the dummy marks; make it free from
11783         getting affected by the language environment.
11784         (gnus-summary-read-group-1): Update mark positions only when the
11785         format spec is updated.
11786
11787         * gnus-spec.el (gnus-update-format-specifications): Return a list
11788         of updated types.
11789
11790 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11793         of boundp to check if display-warning is available.
11794
11795 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11798
11799 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * nnspool.el (nnspool-spool-directory): Use news-path if the
11802         news-directory variable is not bound.
11803
11804         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11805         function instead of display-warning if it is not available.
11806
11807 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11810         v5-10: Use `point-at-bol'.
11811
11812 2004-10-26  Simon Josefsson  <jas@extundo.com>
11813
11814         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11815         <chenggao@gmail.com>.
11816
11817 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11820         instead.
11821
11822 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11825         to remove a server from the nnimap-server-buffer-alist.
11826         (nnimap-open-connection, nnimap-close-server): Use it.
11827
11828         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11829
11830 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11833         running the major-mode function.
11834
11835 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11838         dummy marks in the right way.
11839
11840 2004-10-18  David Edmondson  <dme@dme.org>
11841
11842         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11843         excessively.
11844
11845 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11846
11847         * gnus-util.el (gnus-split-references): Accept a nil references
11848         string and go on blissfully.
11849
11850         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11851         cases where the references string is non-nil but has no references.
11852
11853         * encrypt.el: Add autoload tags.
11854
11855         * spam.el (spam-resolve-registrations-routine): Remove article
11856         from unregistration list too.  Reported by David Hanak
11857         <dhanak@isis.vanderbilt.edu>
11858
11859 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11862         nil.  Changed custom type.
11863
11864 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11867
11868         * gnus-sum.el (gnus-summary-move-article): Use it.
11869
11870 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11871
11872         * encrypt.el: Add autoload cookies.
11873
11874         * spam.el (spam-backend-article-list-property)
11875         (spam-backend-get-article-todo-list)
11876         (spam-backend-put-article-todo-list)
11877         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11878         Resolve registrations separately.
11879         (spam-register-routine): Format comments.
11880         (spam-unregister-routine, spam-register-routine): Always call with
11881         specific-articles, no default list.
11882         (spam-summary-prepare-exit): Use the spam-classifications function.
11883
11884         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11885         gnus-encrypt.el.
11886
11887         * encrypt.el: Copied from gnus-encrypt.el.
11888
11889         * gnus-encrypt.el: Commented that it's obsolete.
11890
11891 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11894         (gnus-score-save): Use it.
11895
11896         * message.el (message-bury): Use `window-dedicated-p'.
11897
11898 2004-10-15  Simon Josefsson  <jas@extundo.com>
11899
11900         * pop3.el (top-level): Don't require nnheader.
11901         (pop3-read-timeout): Add.
11902         (pop3-accept-process-output): Add.
11903         (pop3-read-response, pop3-retr): Use it.
11904
11905 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * spam.el (spam-register-routine): Move comment.
11908         (spam-verify-bogofilter): Use 'unknown for the initial
11909         spam-bogofilter-valid state, not 'never.
11910
11911         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11912         for netrc-machine.
11913
11914         * nnimap.el (nnimap-open-connection): Use
11915         netrc-machine-user-or-password.
11916
11917 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11918
11919         * gnus-registry.el (gnus-registry-unload-hook):
11920         Set as a variable with add-hook.
11921
11922         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11923         of news-path.
11924
11925         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11926
11927         * spam.el: Delete duplicate `provide'.
11928         (spam-unload-hook): Set as a variable with add-hook.
11929
11930 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11933         in the doc string.
11934
11935         * message.el (message-ignored-news-headers)
11936         (message-ignored-supersedes-headers)
11937         (message-ignored-resent-headers)
11938         (message-forward-ignored-headers): Improve custom type.
11939
11940 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * message.el (message-tokenize-header): Fix 2004-09-06 change
11943         which used point-min in the wrong place.
11944
11945 2004-10-12  Simon Josefsson  <jas@extundo.com>
11946
11947         * tls.el (tls-certtool-program): New variable.
11948         (tls-certificate-information): New function, based on
11949         ssl-certificate-information.
11950
11951 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * compface.el: Move the version of ELisp-based uncompface program
11954         to the contrib directory because of the copyright problem.
11955
11956 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * message.el (message-kill-buffer): Raise the current frame.
11959
11960 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11963
11964         * gnus.el (message-y-or-n-p): Autoload.
11965
11966         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11967         (pop3-password-required, pop3-authentication-scheme)
11968         (pop3-leave-mail-on-server): Made customizable.
11969         (pop3): New custom group.
11970         (pop3-retr): Remove `sleep-for' statements.
11971         Suggested by Dave Love <fx@gnu.org>.
11972
11973         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11974         Windows/DOS.
11975
11976         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11977         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11978         Dave Love <fx@gnu.org>.
11979
11980         * mml.el (mml-minibuffer-read-disposition): Require match.
11981         Suggested by Dave Love <fx@gnu.org>.
11982
11983 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11986         doc string.
11987
11988 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11991
11992 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11993
11994         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11995         instead of calling `mm-insert-inline', to decode text/* parts
11996         before displaying them.
11997
11998 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-uu.el (mm-uu-text-plain-type): New variable.
12001         (mm-uu-pgp-signed-extract-1): Use it.
12002         (mm-uu-pgp-encrypted-extract-1): Use it.
12003         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12004         bind mm-uu-text-plain-type with that value.
12005         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12006         mm-uu-dissect.
12007
12008 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-group.el (gnus-update-group-mark-positions):
12011         * gnus-sum.el (gnus-update-summary-mark-positions):
12012         * message.el (message-check-news-body-syntax):
12013         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12014         of string-as-multibyte.
12015
12016 2004-10-05  Juri Linkov  <juri@jurta.org>
12017
12018         * gnus-group.el (gnus-update-group-mark-positions):
12019         * gnus-sum.el (gnus-update-summary-mark-positions):
12020         * message.el (message-check-news-body-syntax):
12021         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12022         8-bit unibyte values to a multibyte string for search functions.
12023
12024 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12027         (mm-uu-dissect-text-parts): New function.
12028
12029         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12030         dissect text parts.
12031
12032         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12033         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12034
12035         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12036
12037         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12038         gnus-current-topics instead of gnus-current-topic.
12039
12040 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12041
12042         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12043
12044 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12045
12046         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12047         where approriate.
12048
12049         * nnml.el (nnml-generate-active-info): do.
12050
12051         * nndiary.el (nndiary-generate-active-info): do.
12052
12053         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12054         (gnus-topic-move): do.
12055
12056         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12057         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12058
12059         * gnus-srvr.el (gnus-server-prepare)
12060         (gnus-server-open-all-servers): do.
12061
12062         * gnus-msg.el (gnus-summary-cancel-article)
12063         (gnus-summary-resend-message)
12064         (gnus-summary-mail-crosspost-complaint): do.
12065
12066         * gnus-move.el (gnus-change-server): do.
12067
12068         * gnus-group.el (gnus-group-unmark-all-groups)
12069         (gnus-group-set-current-level): do.
12070
12071 2004-10-04  Simon Josefsson  <jas@extundo.com>
12072
12073         * message.el (message-generate-hashcash): Doc fix.
12074
12075 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12076
12077         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12078         avoid infinite recursion via gnus-get-function.
12079
12080 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12081
12082         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12083
12084         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12085
12086         * nnmail.el (nnmail-split-history): do.
12087
12088         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12089         (nnml-request-delete-group): do.
12090
12091         * nnslashdot.el (nnslashdot-read-groups): do.
12092
12093         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12094         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12095
12096         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12097         (nnspool-sift-nov-with-sed): Use last.
12098         (nnspool-retrieve-headers-with-nov): Use mapc.
12099         (nnspool-request-newgroups): Use dolist.
12100         (nnspool-request-group): Use last.
12101
12102         * nntp.el (nntp-read-server-type): Use dolist.
12103
12104         * nnvirtual.el (nnvirtual-create-mapping)
12105         (nnvirtual-update-read-and-marked): Use dolist.
12106         (nnvirtual-convert-headers): Simplify.
12107
12108 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12109
12110         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12111         support for sync'ing tick marks.
12112
12113 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12116         there's no visible header.
12117
12118 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12119
12120         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12121         necessary, pass full group name to gnus-request-set-marks.
12122
12123 2004-10-01  Simon Josefsson  <jas@extundo.com>
12124
12125         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12126         acroread.
12127
12128 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * spam-report.el (spam-report-gmane): Fix interactive.
12131
12132         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12133
12134         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12135         when writing file.
12136         (gnus-agent-synchronize-flags): Don't default to being
12137         interactive.
12138
12139 2004-09-30  Simon Josefsson  <jas@extundo.com>
12140
12141         * message.el (message-generate-hashcash): Add.
12142         (message-send-mail): Use it, call mail-add-payment.
12143
12144 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12145
12146         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12147
12148 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12149
12150         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12151         gnus-requst-update-info with explicit code to sync the in-memory
12152         info read flags with the marks being sync'd to the backend.
12153
12154         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12155
12156 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12157
12158         * spam.el (spam-verify-bogofilter): Add new function.
12159         (spam-check-bogofilter)
12160         (spam-bogofilter-register-with-bogofilter): Use it.
12161         (spam-verify-bogofilter): Add small fixes.
12162
12163 2004-09-28  Simon Josefsson  <jas@extundo.com>
12164
12165         * hashcash.el (hashcash-generate-payment): Revert.
12166
12167 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12170         gnus-extract-references instead of gnus-split-references.
12171
12172         * gnus-util.el (gnus-extract-references): Add new function, analogous
12173         to gnus-split-references but extracts only the message-ID without
12174         anything extra.
12175
12176         * hashcash.el (hashcash-generate-payment)
12177         (hashcash-check-payment): Do the right thing if hashcash-path is
12178         nil (because the hashcash program could not be found).
12179
12180         * spam.el (spam-use-hashcash): Remove comment.
12181
12182 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12183
12184         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12185         (gnus-cache-enter-article, gnus-cache-remove-article)
12186         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12187
12188         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12189
12190         * gnus-art.el (article-hide-boring-headers)
12191         (article-translate-strings, article-display-face)
12192         (gnus-article-mime-match-handle-first)
12193         (gnus-article-highlight-headers)
12194         (gnus-article-add-buttons-to-head): do.
12195
12196 2004-09-27  Simon Josefsson  <jas@extundo.com>
12197
12198         * hashcash.el: New version, from
12199         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12200         ../contrib/.
12201
12202 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12205
12206 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12207
12208         * gnus-dup.el (gnus-dup-open): Use mapc.
12209         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12210
12211         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12212         Reported by Stefan Wiens <s.wi@gmx.net>.
12213
12214         * gnus.el (gnus-shutdown): Use dolist.
12215
12216         * gnus-undo.el (gnus-undo): Use mapc.
12217
12218         * nnrss.el (nnrss-generate-active): do.
12219
12220         * message.el (message-cite-original-without-signature)
12221         (message-cite-original): Use mapc.
12222         (message-do-actions, message-make-forward-subject): Use dolist.
12223
12224 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12225
12226         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12227         deletion to remove entire duplicate line.  Fixes merged article
12228         number bug.
12229
12230 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12231
12232         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12233         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12234         first ask if you want to open a server and then, even when you
12235         responded with no, asking if you want to synchronize the server's
12236         flags.
12237         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12238         multi-line expressions.
12239         (gnus-agent-synchronize-group-flags): New internal function.
12240         Updates marks in memory (in the info structure) AND in the
12241         backend.
12242
12243         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12244
12245         * nnagent.el (nnagent-request-set-mark): Use
12246         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12247         method, to ensure that synchronization updates marks in the
12248         backend and in the info (in memory) structure.
12249
12250 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12253         convention fully; don't miss the root article of a thread; make
12254         the X-Draft-From header with correct article numbers.
12255
12256 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12257
12258         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12259         unless plugged.  Disable the agent so that an open failure causes
12260         an error.
12261
12262         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12263         Reverted 2004-09-21 change.  The backend must be opened while
12264         synchronizing flags even when the backend stores the flags
12265         locally.
12266
12267 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12270         in `header' match.  Reported by Svend Tollak Munkejord.
12271
12272         * message.el (message-cite-original): Fix use of
12273         `message-cite-articles-with-x-no-archive'.
12274
12275 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12278         (gnus-window-to-buffer): Ditto.
12279
12280         * mml.el (mml-preview-buffer): New variable.
12281         (mml-preview): Manage window layout with gnus-buffer-configuration.
12282
12283         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12284         X-Draft-From header even if those articles aren't quoted.
12285
12286 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12287
12288         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12289         (gnus-request-set-mark, gnus-request-update-mark): Use new
12290         g-s-t-u-l-m to decide to use backend even when unplugged.
12291
12292 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12295         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12296
12297 2004-09-20  Simon Josefsson  <jas@extundo.com>
12298
12299         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12300         "utf-16-le".
12301
12302 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12303
12304         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12305
12306 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * uudecode.el (uudecode-use-external): Add :version.
12309
12310         * smime.el (smime-CA-file, smime-encrypt-cipher)
12311         (smime-dns-server): Add :version.
12312
12313         * smiley.el (gnus-smiley-file-types): Add :version.
12314
12315         * sha1.el (sha1-use-external): Add :version.
12316
12317         * pgg-def.el (pgg-query-keyserver): Add :version.
12318
12319         * nnmail.el (nnmail-fancy-expiry-targets)
12320         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12321         Add :version.
12322
12323         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12324         (nnimap-retrieve-groups-asynchronous): Add :version.
12325         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12326
12327         * mml.el (mml-content-disposition-parameters)
12328         (mml-insert-mime-headers-always): Add :version.
12329
12330         * mm-util.el (mm-coding-system-priorities): Add :version.
12331
12332         * mm-decode.el (mm-inline-text-html-with-images)
12333         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12334         (mm-verify-option): Add :version.
12335         (mm-text-html-renderer): Change :version.
12336
12337         * message.el (message-fcc-externalize-attachments)
12338         (message-required-headers, message-draft-headers)
12339         (message-subject-trailing-was-query)
12340         (message-subject-trailing-was-ask-regexp)
12341         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12342         (message-mark-insert-end, message-archive-header)
12343         (message-archive-note, message-cross-post-default)
12344         (message-cross-post-note, message-followup-to-note)
12345         (message-cross-post-note-function, message-use-mail-followup-to)
12346         (message-subscribed-address-functions)
12347         (message-subscribed-address-file, message-subscribed-addresses)
12348         (message-subscribed-regexps, message-allow-no-recipients)
12349         (message-yank-cited-prefix, message-signature-insert-empty-line)
12350         (message-hidden-headers, message-hierarchical-addresses)
12351         (message-mail-user-agent, message-use-idna)
12352         (message-valid-fqdn-regexp)
12353         (message-strip-special-text-properties, message-header-synonyms)
12354         (message-beginning-of-line, message-tab-body-function): Add :version.
12355         (message-insert-canlock, message-wide-reply-confirm-recipients):
12356         Change :version.
12357
12358         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12359         and :version.
12360         (mail-source-delete-old-incoming-confirm)
12361         (mail-source-movemail-program): Add :version.
12362
12363         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12364         (gnus-agent-cache, gnus-agent): Change :version.
12365
12366         * gnus-util.el (gnus-use-byte-compile): Change :version.
12367
12368         * gnus-sum.el (gnus-summary-make-false-root-always)
12369         (gnus-summary-default-high-score)
12370         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12371         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12372         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12373         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12374         (gnus-sum-thread-tree-single-indent)
12375         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12376         (gnus-sum-thread-tree-leaf-with-other)
12377         (gnus-sum-thread-tree-single-leaf): Add :version.
12378         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12379         (gnus-article-loose-mime): Change :version.
12380
12381         * gnus-start.el (gnus-backup-startup-file)
12382         (gnus-save-startup-file-via-temp-buffer): Add :version.
12383
12384         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12385         (gnus-server-offline-face): Add :version.
12386
12387         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12388
12389         * gnus-msg.el (gnus-gcc-externalize-attachments)
12390         (gnus-debug-files, gnus-debug-exclude-variables)
12391         (gnus-discouraged-post-methods): Change :version.
12392         (gnus-confirm-mail-reply-to-news)
12393         (gnus-confirm-treat-mail-like-news): Add :version.
12394
12395         * gnus-int.el (gnus-server-unopen-status): Add :version.
12396
12397         * gnus-group.el (gnus-group-jump-to-group-prompt)
12398         (gnus-large-ephemeral-newsgroup)
12399         (gnus-fetch-old-ephemeral-headers): Add :version.
12400
12401         * gnus-fun.el (gnus-x-face-directory)
12402         (gnus-convert-pbm-to-x-face-command)
12403         (gnus-convert-image-to-x-face-command)
12404         (gnus-convert-image-to-face-command): Add :version.
12405
12406         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12407
12408         * gnus-cite.el (gnus-cite-blank-line-after-header)
12409         (gnus-article-boring-faces): Add :version.
12410
12411         * gnus-art.el (gnus-buttonized-mime-types)
12412         (gnus-inhibit-mime-unbuttonizing)
12413         (gnus-treat-display-face)
12414         (gnus-treat-body-boundary): Change :version.
12415         (gnus-body-boundary-delimiter, gnus-picon-databases)
12416         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12417         (gnus-treat-date-english, gnus-treat-fold-headers)
12418         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12419         (gnus-treat-mail-picon, gnus-treat-wash-html)
12420         (gnus-article-encrypt-protocol)
12421         (gnus-use-idna, gnus-article-over-scroll)
12422         (gnus-mime-display-multipart-alternative-as-mixed)
12423         (gnus-mime-display-multipart-related-as-mixed)
12424         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12425         (gnus-ctan-url, gnus-button-ctan-handler)
12426         (gnus-button-handle-ctan-bogus-regexp)
12427         (gnus-button-ctan-directory-regexp)
12428         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12429         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12430         (gnus-button-man-level, gnus-button-emacs-level)
12431         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12432
12433         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12434         (gnus-agent-go-online): Change :version.
12435         (gnus-agent-expire-unagentized-dirs)
12436         (gnus-agent-auto-agentize-methods): Add :version.
12437
12438         * flow-fill.el (fill-flowed-display-column)
12439         (fill-flowed-encode-column): Add :version.
12440
12441         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12442         (gnus-outlook-deuglify-unwrap-max)
12443         (gnus-outlook-deuglify-cite-marks)
12444         (gnus-outlook-deuglify-unwrap-stop-chars)
12445         (gnus-outlook-deuglify-no-wrap-chars)
12446         (gnus-outlook-deuglify-attrib-cut-regexp)
12447         (gnus-outlook-deuglify-attrib-verb-regexp)
12448         (gnus-outlook-deuglify-attrib-end-regexp)
12449         (gnus-outlook-display-hook): Add :version.
12450
12451         * binhex.el (binhex-use-external): Add :version.
12452
12453 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12456         and `invisible'.
12457
12458 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12459
12460         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12461         in gnus-registry-trim.
12462
12463 2004-09-13  Simon Josefsson  <jas@extundo.com>
12464
12465         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12466
12467         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12468
12469         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12470         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12471         <yamaoka@jpl.org>.
12472         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12473         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12474         <yamaoka@jpl.org>.
12475
12476         * sieve.el (sieve-manage-mode): Ditto.
12477
12478 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12481
12482 2004-09-11  Simon Josefsson  <jas@extundo.com>
12483
12484         * dns-mode.el: Add.
12485
12486         * mm-view.el (mm-display-dns-inline): Add.
12487
12488         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12489         (mm-automatic-display): Ditto.
12490
12491         * mailcap.el (mailcap-mime-data): Add text/dns.
12492         (mailcap-mime-extensions): Map .soa to text/dns.
12493
12494 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12495
12496         * gnus-art.el (article-decode-mime-words, article-babel)
12497         (gnus-article-highlight-signature, gnus-article-add-buttons)
12498         (gnus-signature-toggle): Remove unnecessary bindings of
12499         `inhibit-read-only' inherited from v5.10 merge.
12500
12501 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * nntp.el (nntp): New customization group.
12504         (nntp-authinfo-file): Add customization group.
12505
12506         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12507
12508         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12509
12510         * gnus.el (to-address, to-list, subscribed)
12511         (large-newsgroup-initial): Ditto.
12512
12513         * flow-fill.el (fill-flowed-display-column)
12514         (fill-flowed-encode-column): Ditto.
12515
12516 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12517
12518         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12519         Use point-min rather than 1.
12520         (message-send-mail): Use buffer-size rather than point-max.
12521
12522         * gnus-sum.el (gnus-summary-search-article-forward):
12523         Signal a specific `search-failed' rather than a generic `error'.
12524
12525         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12526         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12527         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12528
12529 2004-09-10  Simon Josefsson  <jas@extundo.com>
12530
12531         * nndb.el (require): Remove tcp and duplicate cl.
12532
12533 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-agent.el (directory-files-and-attributes): Move forward.
12536
12537 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12538
12539         * gnus-agent.el (directory-files-and-attributes): Optionally
12540         defined to support XEmacs.
12541
12542 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12543
12544         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12545         to avoid run-time CL dependencies.
12546         (gnus-agent-unfetch-articles): New function.
12547         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12548         article numbers even when local .overview file is missing.
12549         (gnus-agent-read-article-number): New function.  Only accepts
12550         27-bit article numbers.
12551         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12552         gnus-agent-read-article-number.
12553         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12554         from backend while recognizing that article numbers in .overview
12555         must be valid.
12556         (gnus-agent-update-files-total-fetched-for): Use
12557         directory-files-and-attributes to improve performance.
12558         * gnus-int.el (gnus-request-move-article): Use
12559         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12560         improve performance.
12561
12562         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12563         some users confused by references to .newsrc when they only have a
12564         .newsrc.eld file.
12565         (gnus-convert-mark-converter-prompt)
12566         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12567         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12568         New function.  Used internally to only display 'gnus converting
12569         files' message when actually necessary.
12570
12571         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12572         methods now autoloaded.
12573
12574 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12577         identifiers.
12578
12579 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus-picon.el: Fix indentation and closing parenthesis.
12582
12583 2004-09-01  Simon Josefsson  <jas@extundo.com>
12584
12585         * message.el (message-canlock-generate): Require sha1, not
12586         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12587         to require within a function.  Sadly, if sha1.el isn't loaded, the
12588         let binding in m-c-g will hide the defcustom definition, which is
12589         bad.)
12590
12591         * canlock.el: Require sha1, not sha1-el.
12592
12593         * message.el: Don't autoload sha1 (there is a autoload cookie in
12594         sha1.el).
12595
12596         * sha1-el.el: Renamed to sha1.el.
12597
12598 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12599
12600         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12601
12602 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12603
12604         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12605
12606 2004-08-30  Kim F. Storm  <storm@cua.dk>
12607
12608         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12609
12610         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12611         Add :group 'nnimap.
12612
12613 2004-08-30  Andreas Schwab  <schwab@suse.de>
12614
12615         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12616         ?* and ?\;.
12617
12618         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12619         and ?\' to symbol instead of whitespace.
12620
12621 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12624
12625         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12626         instead of re-search-forward.
12627
12628         * gnus-uu.el (gnus-uu-save-article): Ditto.
12629         (gnus-uu-post-encode-uuencode): Ditto.
12630
12631         * html2text.el (html2text-clean-list-items): Ditto.
12632         (html2text-clean-dtdd): Ditto.
12633         (html2text-format-tags): Ditto.
12634
12635         * message.el (message-send-mail-with-sendmail): Fix regexp.
12636         (message-fill-field-general): Use search-forward instead of
12637         re-search-forward.
12638         (unbold-region): Ditto.
12639
12640         * nnrss.el (nnrss-request-article): Ditto.
12641
12642         * nnslashdot.el (nnslashdot-request-article): Ditto.
12643
12644         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12645
12646         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12647         "Unrecognized menu descriptor" error in XEmacs.
12648
12649 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12650
12651         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12652         parent article of a sparse article in the thread hashtb.
12653
12654 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12655
12656         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12657         (nnmail-expand-newtext): Lowercase expanded entries if
12658         nnmail-split-lowercase-expanded is non-nil.
12659
12660 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12663
12664         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12665         of gnus-tmp-news-method into string under XEmacs.  It will be
12666         passed to gnus-correct-length which takes only a string argument.
12667
12668 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-util.el (gnus-bind-print-variables): New macro.
12671         (gnus-prin1): Use it.
12672         (gnus-prin1-to-string): Use it.
12673         (gnus-pp): New function.
12674         (gnus-pp-to-string): New function.
12675
12676         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12677         Replace pp-to-string with gnus-pp-to-string.
12678         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12679         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12680         * gnus-msg.el (gnus-debug): Ditto.
12681         * gnus-score.el (gnus-score-save): Ditto.
12682         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12683         gnus-pp-to-string.
12684         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12685         with gnus-pp.
12686         * score-mode.el (gnus-score-pretty-print): Ditto.
12687         * webmail.el (webmail-debug): Ditto.
12688
12689 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-art.el (article-display-face, article-display-x-face):
12692         Use buffer-read-only.
12693
12694 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-art.el (article-hide-list-identifiers):
12697         Bind inhibit-read-only as t.
12698
12699 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12702
12703 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12704
12705         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12706         (gnus-narrow-to-page): Don't assume point-min == 1.
12707         (gnus-article-edit-mode): Derive from message-mode.
12708
12709         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12710         point-min == 1.
12711
12712         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12713         Disable incorrect use of `assert'.
12714
12715         * message.el (message-mode): Set comment-start-skip.
12716
12717
12718 2004-08-22  Sam Steingold  <sds@gnu.org>
12719
12720         * pop3.el (pop3-leave-mail-on-server): New user variable.
12721         (pop3-movemail): Delete mail only when it is nil.
12722
12723 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12726
12727         * mml.el (mml-preview): Use `pop-to-buffer'.
12728
12729         * message.el (message-goto-mail-followup-to): Insert after "To".
12730         (message-carefully-insert-headers): Add comment.
12731
12732         * gnus.el: Remove unused variable `gnus-article-check-size'.
12733
12734         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12735
12736         * gnus-art.el (gnus-button-alist): Improve
12737         `gnus-button-handle-library' entry.
12738
12739 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12740
12741         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12742         downcase, since XEmacs capitalizes error messages differently.
12743
12744 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12745
12746         * nntp.el: Add (require 'gnus) due to reference to
12747         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12748
12749 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12750
12751         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12752         `mm-fill-flowed'.
12753
12754         * mm-decode.el (mm-dissect-singlepart): Check it.
12755
12756 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12757
12758         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12759         'imap' for netrc parsing.
12760
12761 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * mailcap.el (mailcap-mime-data): Mark as risky.
12764
12765 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12768         may be included in the encoded word.
12769         (rfc2047-encode): Don't append a space if the encoded word
12770         includes close parenthesis.
12771
12772 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12775         of text within parentheses.
12776
12777 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12778
12779         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12780         (gnus-encrypt-write-file-contents): Make the password key the file
12781         name PLUS the cipher, not just the cipher.  Also remove failed
12782         passwords from the cache.
12783
12784 2004-08-06  Simon Josefsson  <jas@extundo.com>
12785
12786         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12787         fix.
12788
12789 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12792         LWSP.
12793
12794 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12797         to append in-reply-to: data to the references: header.
12798
12799         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12800         (netrc-parse): Use gnus-encrypt.el functions.
12801
12802         * gnus-encrypt.el: Add new file for encryption support; currently
12803         does only a few GPG ciphers and an internal XOR cipher.
12804
12805         * password.el: Add comments on using password-read-and-add.
12806         (password-read-and-add): Add function to read and add the
12807         password to the cache at once.
12808
12809 2004-07-28  Simon Josefsson  <jas@extundo.com>
12810
12811         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12812         parameter (but don't use it, for now).
12813
12814         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12815         instead of hard coding to nil.
12816
12817 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12820         as mm-inline-image-xemacs does.
12821
12822 2004-07-26  Simon Josefsson  <jas@extundo.com>
12823
12824         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12825         Revert part of 2004-07-17 change below.
12826
12827 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12830         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12831
12832 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12833
12834         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12835         quotes that actually start with ">" at the beginning of the
12836         lines.
12837
12838 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * rfc2047.el (rfc2047-encode-region): Fix last change.
12841         (rfc2047-encode-parameter): Remove useless concat.
12842
12843 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12846         encode special characters; fix some kind of misconfigured headers;
12847         signal a real error if debug-on-quit or debug-on-error is non-nil.
12848         (rfc2047-encode-max-chars): New variable.
12849         (rfc2047-encode-1): Use it.
12850         (rfc2047-encode-parameter): New function.
12851
12852         * mml.el (mml-insert-parameter): Remove an excessive space.
12853
12854 2004-07-17  Simon Josefsson  <jas@extundo.com>
12855
12856         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12857         Kai Grossjohann <kai@emptydomain.de>.
12858         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12859         (gnus-group-make-menu-bar): Ditto.
12860
12861         * gnus-util.el (gnus-group-server): Add.
12862
12863 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12864
12865         * message.el (message-clone-locals): Clone sendmail and smtp
12866         variables.
12867
12868 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * rfc2047.el (rfc2047-encode-region): Fix last change.
12871
12872 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12875         characters as non-special.
12876
12877 2004-07-09  Simon Josefsson  <jas@extundo.com>
12878
12879         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12880         Users will lose all flag changes made while unplugged with
12881         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12882         good default.  See numerous reports on ding mailing list.
12883
12884 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12887         add generate-head-function and generate-article-function to the
12888         rfc822-forward entry.
12889         (nndoc-rfc822-forward-generate-article): New function.
12890         (nndoc-rfc822-forward-generate-head): New function.
12891
12892         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12893
12894 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12895
12896         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12897         respect display group parameter and gnus-summary-expunge-below.
12898         (gnus-articles-to-read): Remove unused reference to display group
12899         parameter.
12900
12901 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12902
12903         * nnheader.el (nnheader-uniquify-message-id): New experimental
12904         variable.
12905         (nnheader-nov-read-message-id): Use it.
12906
12907         * spam-report.el (spam-report-gmane): Add interactive.
12908
12909 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12912         qp-or-base64 for the application/* types.
12913
12914 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12915
12916         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12917
12918 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12919
12920         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12921         trim value.
12922
12923 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12924
12925         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12926         New macro and function.
12927         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12928
12929 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12932         after-load-alist.
12933
12934 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12935
12936         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12937         update info that isn't there.
12938
12939 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12940
12941         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12942         entry.
12943
12944 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * mm-view.el (mm-inline-render-with-function): Use multibyte
12947         buffer; decode html source by charset.
12948
12949         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12950
12951         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12952         Mule-UCS is loaded under XEmacs.
12953         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12954
12955 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12956
12957         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12958
12959 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * mm-util.el (mm-coding-system-p): Return a coding-system.
12962         (mm-mime-mule-charset-alist): Use shift_jis instead of
12963         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12964         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12965         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12966         instead of japanese-shift-jis and iso-latin-1 respectively in
12967         order to share the default value with both Emacs and XEmacs-mule.
12968         (mm-mule-charset-to-mime-charset): Make
12969         mm-coding-system-priorities effective.
12970         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12971         while predicating of candidates upon the priorities.
12972
12973 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12974
12975         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12976         gnus-uu-invert-processable.
12977
12978         * gnus.el: Autoload gnus-uu-invert-processable.
12979
12980 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * mm-util.el (mm-with-multibyte-buffer): New macro.
12983
12984         * rfc2047.el (rfc2047-encode-string): Use it.
12985         (rfc2047-encode-region): Move point to the end of the region after
12986         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12987
12988 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12991         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12992
12993 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12996         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12997         Karl Chen <quarl@nospam.quarl.org>.
12998
12999 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13000
13001         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13002         invalid addresses.
13003
13004 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13005
13006         * spam.el: Change section markers, revise TODO list.
13007         (spam-backends): Make new master list of all installed backends.
13008         (spam-summary-exit-behavior): Add new variable to determine how
13009         messages moves are done at summary exit.
13010         (spam-move-spam-nonspam-groups-only)
13011         (spam-process-ham-in-nonham-groups)
13012         (spam-process-ham-in-spam-groups): Remove variables, the
13013         spam-summary-exit-behavior variable should be used to manage this
13014         behavior.
13015         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13016         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13017         and spam-old-spam-articles.
13018         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13019         Add empty variables, placeholders for the backends they represent.
13020         (spam-set-difference): Move, unchanged.
13021         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13022         unless the user has a processor variable.
13023         (spam-classifications, spam-classification-valid-p)
13024         (spam-backend-properties, spam-backend-property-valid-p)
13025         (spam-backend-function-type-valid-p)
13026         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13027         (spam-report-articles-gmane, spam-report-articles-resend):
13028         Remove functions, they are not needed.
13029         (spam-install-backend-super, spam-backend-list)
13030         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13031         (spam-backend-function, spam-backend-ham-registration-function)
13032         (spam-backend-spam-registration-function)
13033         (spam-backend-ham-unregistration-function)
13034         (spam-backend-spam-unregistration-function)
13035         (spam-backend-statistical-p, spam-backend-mover-p)
13036         (spam-install-backend-alias, spam-install-checkonly-backend)
13037         (spam-install-mover-backend, spam-install-nocheck-backend)
13038         (spam-install-backend, spam-install-statistical-backend)
13039         (spam-install-statistical-checkonly-backend): Add backend installation
13040         support.
13041         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13042         (spam-group-processor-p): Use the new backend code and respect the
13043         summary exit behavior.
13044         (spam-mark-spam-as-expired-and-move-routine): Remove.
13045         (spam-summary-prepare): Change to use the new spam-old-articles
13046         variable.
13047         (spam-copy-or-move-routine, spam-copy-spam-routine)
13048         (spam-move-spam-routine, spam-copy-ham-routine)
13049         (spam-move-ham-routine): Add code to copy/move ham or spam.
13050         (spam-fetch-field-fast): Improve doc and code, plus allow the
13051         'number request.
13052         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13053         variables.
13054         (spam-split, spam-find-spam): Use the new backend code.
13055         (spam-registration-functions): Remove variable.
13056         (spam-unregister-routine): Add convenience wrapper.
13057         (spam-log-undo-registration, spam-register-routine)
13058         (spam-log-processing-to-registry)
13059         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13060         where possible.
13061         (spam-check-gmane-xref, spam-check-regex-headers)
13062         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13063         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13064         (spam-check-bogofilter-headers, spam-check-spamoracle)
13065         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13066         (spam-check-crm114-headers): Use the spam-split-group that
13067         spam-split prepares, no need to determine it every time.
13068
13069         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13070         to the nnheader-parse-naked-head call.
13071
13072         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13073
13074         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13075         the nnheader-nov-read-message-id call.
13076
13077 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13080         gnus-activate-group twice.  Suggested by Markus Peter
13081         <warp@spin.de>.
13082
13083 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (gnus-article-time-format): Exchange the order of
13086         day and month in the default value; fix customization type.
13087         (article-date-ut): Use add-text-properties.
13088         (article-make-date-line): Use message-make-date instead of
13089         current-time-string.
13090
13091         * message.el (message-fetch-field): Don't use set-text-properties.
13092         (message-make-date): Simplify.
13093
13094         * messagexmas.el (message-xmas-make-date): New function.
13095         (message-xmas-redefine): Defalias message-make-date to it.
13096
13097 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13100         (rfc2047-encode-region): Treat text within parentheses as special;
13101         show the original text when error has occurred.
13102
13103         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13104         already-computed method to gnus-activate-group.
13105
13106         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13107         same select-methods identical Lisp objects.
13108
13109         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13110         object when modifying the info.
13111
13112 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13115         gnus-opened-servers since it has never been opened with the new
13116         configuration yet.
13117
13118 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13121         arg to nnheader-generate-fake-message-id.
13122
13123 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13124
13125         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13126         number and build a fake message ID localized to a group and
13127         article number (so it's repeatable from that point on).
13128         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13129         ID format.
13130
13131         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13132         nnheader-generate-fake-message-id with the article number.
13133
13134 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13135
13136         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13137         end-of-buffer.
13138
13139 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * message.el (message-ignored-supersedes-headers): Add Approved.
13142
13143 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13146         goto-char.
13147         (rfc2047-encode): Fold the line before encoding.
13148
13149 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13150
13151         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13152         folding -- not all headers can be folded, and this should be done
13153         by the message composition mode.  Probably.  I think.
13154
13155 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13158         fast.
13159
13160         * gnus-ems.el (gnus-remove-image): Don't use
13161         message-text-with-property; remove only the image found first.
13162
13163         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13164         found first.
13165
13166 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13167
13168         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13169
13170 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * message.el (message-text-with-property): Make it fast and accept
13173         optional arguments.
13174         (message-strip-forbidden-properties): Use it.
13175         (message-fix-before-sending): Follow the m-t-w-p change.
13176
13177         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13178
13179 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-art.el (article-hide-headers): Don't change the buffer
13182         mistakenly when performing mml-preview even if
13183         gnus-single-article-buffer is nil.
13184
13185 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13186
13187         * message.el (message-expand-name-databases): New user option.
13188         (message-expand-name): Use it.
13189
13190 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13191
13192         * spam.el (spam-report-articles-resend)
13193         (spam-report-resend-register-routine): Allow ham reporting.
13194         (spam-report-resend-register-ham-routine): Add wrapper.
13195         (spam-registration-functions): Add ham resending functions.
13196         (spam-list-of-processors): Add ham resend processor.
13197
13198         * gnus.el (ham-resend-to): Add new group parameter.
13199         (spam-process): Add ham resend option.
13200
13201         * spam-report.el (spam-report-resend): Allow reporting ham.
13202         (spam-report-resend-ham): Add wrapper.
13203
13204 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * message.el (message-cite-articles-with-x-no-archive): New
13207         variable.
13208         (message-cite-original): Use it.
13209
13210 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13211
13212         * message.el (message-cite-original): Respect X-No-Archive.
13213
13214 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * gnus-art.el (article-hide-headers): Refer to the values for
13217         gnus-ignored-headers and gnus-visible-headers in the summary
13218         buffer since a user may have set them as group parameters.
13219
13220 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13221
13222         * assistant.el (assistant-node-name): Add convenience function.
13223         (assistant-render-text, assistant-render-node): Add error handling,
13224         plus handle multiple next nodes.
13225         (assistant-find-next-node): Comment out for now.
13226         (assistant-find-next-nodes): Add function, returns list of next
13227         nodes.
13228
13229 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * mail-source.el (mail-source-directory): Fix doc-string.
13232
13233 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13234
13235         * assistant.el (assistant-render-text, assistant-eval): Add :set
13236         widget type, which is different because it takes and returns a
13237         list.  Much hilarity ensues.
13238
13239 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13242
13243         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13244         doc-string.
13245
13246         * gnus-start.el (gnus-activate-group): Added doc-string.
13247
13248 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13251
13252 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13253
13254         * assistant.el (assistant-render-text): Try to add a :set
13255         widget, more to come.
13256
13257         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13258         strings.
13259         (spam-report-articles-resend)
13260         (spam-register-routine): Do registration iff any articles warrant
13261         it.
13262         (spam-summary-prepare-exit): Change log message for nil group
13263         destinations.
13264
13265 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13266
13267         * spam.el (spam-report-resend-register-routine): Allow
13268         spam-report-resend-to to be a group parameter or a global value.
13269
13270 2004-05-26  Simon Josefsson  <jas@extundo.com>
13271
13272         * starttls.el: Merge with my GNUTLS based starttls.el.
13273         (starttls-gnutls-program, starttls-use-gnutls)
13274         (starttls-extra-arguments, starttls-process-connection-type)
13275         (starttls-connect, starttls-failure, starttls-success): New
13276         variables.
13277         (starttls-program, starttls-extra-args): Doc fix.
13278         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13279         functions.
13280         (starttls-negotiate, starttls-open-stream): Check
13281         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13282         function if it is set.
13283
13284 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13287         structured fields.
13288
13289 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13292
13293 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13296         variable.
13297         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13298         assigning the spam-mark to new messages.
13299
13300 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13301
13302         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13303
13304 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13307
13308         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13309         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13310         default.
13311
13312 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13313
13314         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13315         correct data.
13316
13317 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13318
13319         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13320         (spam-group-processor-p): Fix function.
13321         (spam-group-processor-multiple-p)
13322         (spam-group-spam-processor-report-gmane-p)
13323         (spam-group-spam-processor-report-resend-p)
13324         (spam-group-spam-processor-bogofilter-p)
13325         (spam-group-spam-processor-blacklist-p)
13326         (spam-group-spam-processor-ifile-p)
13327         (spam-group-ham-processor-ifile-p)
13328         (spam-group-spam-processor-spamoracle-p)
13329         (spam-group-spam-processor-crm114-p)
13330         (spam-group-ham-processor-bogofilter-p)
13331         (spam-group-spam-processor-stat-p)
13332         (spam-group-ham-processor-stat-p)
13333         (spam-group-ham-processor-whitelist-p)
13334         (spam-group-ham-processor-BBDB-p)
13335         (spam-group-ham-processor-spamoracle-p)
13336         (spam-group-ham-processor-copy-p): Remove functions with some
13337         prejudice against unneeded code.
13338         (spam-report-articles-resend)
13339         (spam-report-resend-register-routine): Allow the group/topic
13340         spam-resend-to value to override spam-report-resend-to.
13341         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13342         properly now.
13343
13344         * gnus.el (spam-resend-to): Add group/topic parameter.
13345         (spam-process): Move the OBSOLETE processors to the end of the
13346         choices.
13347
13348 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13349
13350         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13351         with resend-to set to nil, and then ask the user if necessary.
13352         (spam-report-resend): spam-report-resend takes a list of articles, not
13353         separate article numbers.
13354
13355 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13358         addition to emacs-w3m.
13359
13360 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * assistant.el (assistant-authinfo-data): New function.
13363         (assistant-eval): Eval for entire assistant.
13364
13365         * netrc.el (netrc-services-file): New variable.
13366         (netrc-parse-services): New function.
13367         (netrc-find-service-name): New function.
13368         (netrc-find-service-number): New function.
13369         (netrc-port-equal): New function.
13370         (netrc-machine): Use it.
13371
13372         * nnimap.el (nnimap-open-connection): Use netrc.
13373
13374         * gnus-util.el (gnus-netrc-get): Remove aliases.
13375
13376         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13377
13378         * assistant.el (wid-edit): Fix compilation.
13379
13380         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13381
13382 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13383
13384         * gnus-util.el (gnus-set-file-modes): New function.  (small
13385         patch).
13386
13387 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13390
13391         * assistant.el (assistant-render-node): Fix up rendering and
13392         read-only text.
13393         (assistant-render-node): Reset.
13394         (assistant-make-read-only): Not sticky.
13395
13396 2004-05-20  Danny Siu  <dsiu@adobe.com>
13397
13398         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13399         centered even when gnus-auto-center-summary is t.
13400
13401 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13402
13403         * dns.el (dns-get-txt-answer): New function.
13404         (dns-read-txt): Ditto.
13405         (query-dns): Use it.
13406
13407 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13410         active for foreign groups even if the group level is higher than
13411         the specified value.
13412
13413 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13414
13415         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13416         non-active groups.
13417
13418         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13419
13420 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13421
13422         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13423
13424 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13425
13426         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13427         (spam-crm114-header, spam-crm114-spam-switch)
13428         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13429         (spam-crm114-positive-spam-header)
13430         (spam-crm114-database-directory, spam-list-of-processors)
13431         (spam-group-spam-processor-crm114-p)
13432         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13433         (spam-generic-score, spam-list-of-checks)
13434         (spam-list-of-statistical-checks, spam-registration-functions)
13435         (spam-check-crm114-headers, spam-crm114-score)
13436         (spam-check-crm114, spam-crm114-register-with-crm114)
13437         (spam-crm114-register-spam-routine)
13438         (spam-crm114-unregister-spam-routine)
13439         (spam-crm114-register-ham-routine)
13440         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13441         asjo@koldfront.dk (Adam Sjøgren).
13442
13443         * gnus.el: Add spam-use-crm114.
13444
13445         * spam.el (spam-list-of-processors, spam-registration-functions):
13446         Add spam-use-resend.
13447         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13448         (spam-report-articles-gmane): Add doc fix.
13449         (spam-report-articles-resend, spam-report-resend-register-routine):
13450         Add wrappers around spam-report-resend-to.
13451
13452         * spam-report.el (spam-report-resend-to, spam-report-resend):
13453         Add support for resending spam.
13454         (spam-report-gmane): Fix line length >80.
13455
13456         * gnus.el (spam-process): Add spam-use-resend.
13457
13458 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13459
13460         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13461         number of processed spam messages.
13462         (spam-ham-copy-or-move-routine): Return the number of processed
13463         ham messages.
13464         (spam-summary-prepare-exit): Use the above values to decide
13465         whether status messages shouled be displayed.
13466
13467 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13470         `rfc2047-encoding-function-alist' in order to avoid conflicting
13471         with the old version.
13472         (rfc2047-encode-region): Concatenate words containing non-ASCII
13473         characters in structured fields; don't encode space-delimited
13474         ASCII words even in unstructured fields; don't break words at
13475         char-category boundaries.
13476         (rfc2047-encode-1): New function.
13477         (rfc2047-encode): Use it; encode text so that it occupies the
13478         maximum width within 76-column; work correctly on Q encoding for
13479         iso-2022-* charsets.
13480         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13481         sure not to break a line just after the header name.
13482         (rfc2047-b-encode-region): Removed.
13483         (rfc2047-b-encode-string): New function.
13484         (rfc2047-q-encode-region): Removed.
13485         (rfc2047-q-encode-string): New function.
13486
13487         * mm-util.el (mm-replace-in-string): New function.
13488
13489 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13490
13491         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13492         get it right.
13493         (gnus-inews-make-draft): Really.
13494
13495 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13496
13497         * nnmh.el (nnmh-request-list-1): Don't check the link count
13498         before descending.  (small patch)
13499
13500 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501
13502         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13503         stuff.
13504
13505         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13506         on real group name.
13507
13508         * gnus-art.el (gnus-signature-limit): Doc fix.
13509
13510         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13511
13512         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13513
13514 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13515
13516         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13517         isn't a string.
13518
13519 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13520
13521         * gnus-draft.el (gnus-draft-send): Bind
13522         rfc2047-encode-encoded-words.
13523
13524         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13525         (rfc2047-encodable-p): Say that =? needs encoding.
13526         (rfc2047-encode-encoded-words): New variable.
13527
13528         * gnus-group.el (gnus-group-select-group): Doc fix.
13529
13530         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13531
13532         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13533         to nil.
13534
13535         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13536
13537         * nnheader.el (nnheader-get-lines-and-char): New function.
13538
13539 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * gnus-msg.el (gnus-summary-followup-with-original): Document
13542         yanking of region when active.
13543
13544 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13547         groups if the group level is higher than the specified value.
13548
13549 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13552         (gnus-group-jump-to-group): Added prefix argument using
13553         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13554         non-active group.
13555
13556         * compface.el (uncompface): Be verbose when changing
13557         `uncompface-use-external'.
13558
13559         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13560         handle manual section.
13561
13562 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13563
13564         * gnus-art.el (gnus-button-alist): Revert previous change.
13565
13566 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13569
13570 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571
13572         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13573         whether backend can accept message.
13574
13575         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13576
13577 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13578
13579         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13580         Avoid creating directory when nntp-marks-is-evil is true.
13581         Reported by Reiner Steib.
13582
13583 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * gnus-picon.el (gnus-picon-style): New variable.
13586         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13587         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13588         Jesper Harder <harder@ifa.au.dk>.
13589
13590 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * message.el (message-fill-field): Return point.
13593         (message-generate-headers): Go to end of field.
13594
13595         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13596         stuff for non-living groups.
13597
13598 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13599
13600         * gnus-art.el (gnus-article-followup-with-original)
13601         (gnus-article-reply-with-original): gnus-mark-active-p ->
13602         gnus-region-active-p.
13603
13604 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13605
13606         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13607         only when there is spam or ham to be processed.
13608
13609 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13610
13611         * mail-source.el (mail-source-delete-crash-box): Refactor.
13612         (mail-source-fetch): Use it.
13613         (mail-source-fetch-file): Ditto.
13614         (mail-source-fetch-directory): Run postscript in loop.
13615         (mail-source-fetch-pop): Delete.
13616         (mail-source-fetch-maildir): Ditto.
13617         (mail-source-fetch-imap): Ditto.
13618
13619         * imap.el (imap-authenticators): Comment out sasl.
13620
13621         * message.el (message-skip-to-next-address): New function.
13622         (message-fill-header-address): Refactor.
13623         (message-fill-address): Use it.
13624         (message-delete-address): Use it.
13625         (message-fill-header-general): Refactor.
13626         (message-fill-field-address): Rename.
13627         (message-narrow-to-field): Find the start of the header.
13628         (message-header-format-alist): Don't pre-fill.
13629         (message-fill-header): Removed.
13630         (message-insert-header): New function.
13631         (message-shorten-references): Use it.
13632
13633         * rfc2047.el (rfc2047-field-value): Strip props.
13634
13635         * mail-parse.el (mail-header-make-address): New alias.
13636
13637         * ietf-drums.el (ietf-drums-make-address): New function.
13638
13639         * imap.el: Add compiler directives.
13640
13641         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13642
13643         * gnus-art.el (article-decode-idna-rhs): Don't use
13644         message-idna-inside-rhs-p.
13645
13646 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13647
13648         * message.el (message-idna-inside-rhs-p): Removed.
13649         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13650
13651         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13652         false positives.
13653
13654 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13655
13656         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13657
13658 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13659
13660         * nneething.el (nneething-file-name): Don't create spurious
13661         files.
13662
13663         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13664         (gnus-inews-do-gcc): Remove sleep.
13665
13666         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13667         part under point.
13668
13669         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13670         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13671
13672 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13673
13674         * spam.el (spam-summary-prepare-exit): Fixed (length).
13675
13676 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13677
13678         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13679         as expired without moving it" message when there are spam
13680         messages left.
13681
13682 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13683
13684         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13685         header is not nil.
13686
13687 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13688
13689         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13690         nntp-possibly-create-directory, not nntp-possibly-change-group.
13691         (nntp-marks-changed-p): New arg SERVER.
13692         (nntp-request-update-info): Adjust caller.
13693
13694 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13695
13696         * nntp.el (nntp-save-marks): Pass missing arg.
13697
13698 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13699
13700         * nntp.el: Support marks.
13701         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13702         (nntp-marks-modtime, nntp-marks-directory): New variables.
13703         (nntp-request-set-mark, nntp-request-update-info)
13704         (nntp-possibly-create-directory, nntp-marks-changed-p)
13705         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13706         functions.
13707
13708 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13709
13710         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13711         (gnus-xmas-redefine): Rename.
13712
13713         * gnus-score.el (gnus-score-insert-help): Use
13714         gnus-select-lowest-window.
13715
13716         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13717         appt-select-lowest-window and rename to gnus-select-lowest-window.
13718
13719         * gnus.el: do.
13720
13721 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13722
13723         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13724         encodings of MIME-encoded words, in order to improve
13725         interoperability with several broken MUAs.
13726
13727 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13728
13729         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13730         tags, only when charsets are not specified in headers.
13731         (mm-inline-text-html-render-with-w3m): Ditto.
13732
13733         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13734         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13735
13736 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13737
13738         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13739         instead of MIME-decoded from fields when checking
13740         `gnus-article-address-banner-alist'.
13741
13742 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13743
13744         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13745         description rather than subject.
13746
13747 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13748
13749         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13750
13751 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * gnus.el (gnus-version-number): Bump.
13754
13755 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13756
13757         * gnus.el: No Gnus v0.2 is released.
13758
13759 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13760
13761         * gnus-agent.el (gnus-agent-read-agentview): Inline
13762         gnus-uncompress-range.
13763
13764 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13765
13766         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13767         `exec-installed-p'.
13768
13769 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13770
13771         * gnus.el (spam-process, spam-autodetect-methods): Add
13772         bsfilter and bsfilter-headers.
13773
13774         * spam.el (spam-bsfilter): New customize group.
13775         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13776         (spam-bsfilter-header, spam-bsfilter-probability-header)
13777         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13778         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13779         (spam-bsfilter-database-directory): New options.
13780         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13781         (spam-list-of-statistical-checks, spam-registration-functions):
13782         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13783         (spam-bsfilter-score): New command.
13784         (spam-check-bsfilter-headers, spam-check-bsfilter)
13785         (spam-bsfilter-register-with-bsfilter)
13786         (spam-bsfilter-register-spam-routine)
13787         (spam-bsfilter-unregister-spam-routine)
13788         (spam-bsfilter-register-ham-routine)
13789         (spam-bsfilter-unregister-ham-routine): New functions.
13790         (spam-generic-score): Support bsfilter; Accept an optional argument
13791         to recalcurate spam score even if scoring header has already been
13792         added.
13793         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13794         optional argument to recalcurate spam score even if scoring header
13795         has already been added.
13796
13797 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13798
13799         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13800         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13801         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13802         link is missing.
13803
13804 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13805
13806         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13807         (html2text-get-attr): Rewrite.
13808
13809         * message.el (message-setup-1): Remove redundant put-text-property
13810         on mail-header-separator.
13811
13812 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * gnus-registry.el (gnus-registry-cache-whitespace)
13815         (gnus-registry-action, gnus-registry-spool-action)
13816         (gnus-registry-split-fancy-with-parent): Change message levels
13817         from 5 to 3 or 7, as needed.
13818
13819         * spam.el (spam-summary-prepare-exit)
13820         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13821         (spam-split, spam-find-spam, spam-log-undo-registration)
13822         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13823         level from 5 to 6.
13824
13825 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13828         2004-03-04 change).
13829
13830 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13831
13832         * sieve-manage.el (sieve-manage-open):
13833         * nnweb.el (nnweb-insert-html):
13834         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13835         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13836         * nnspool.el (nnspool-request-group):
13837         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13838         * nnml.el (nnml-request-update-info):
13839         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13840         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13841         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13842         (nnimap-request-set-mark):
13843         * nnfolder.el (nnfolder-request-update-info):
13844         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13845         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13846         * gnus-uu.el (gnus-uu-find-articles-matching):
13847         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13848         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13849         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13850         * gnus-nocem.el (gnus-nocem-scan-groups):
13851         * gnus-int.el (gnus-start-news-server):
13852         * gnus-group.el (gnus-group-make-kiboze-group)
13853         (gnus-group-browse-foreign-server):
13854         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13855         Use mapc when appropriate.
13856
13857 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         FIXME: Make separate entries for each person.
13860
13861         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13862         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13863         <shields@msrl.com>:
13864
13865         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13866         may need for spam sorting and scoring.
13867         (spam-user-format-function-S): Add user format function suitable for
13868         general use.
13869         (spam-article-sort-by-spam-status): Add sorting function for summary
13870         sorting.
13871         (spam-extra-header-to-number): Add function to get a score from a
13872         header.
13873         (spam-summary-score): Add function to get a numeric score from the
13874         headers.
13875         (spam-generic-score): Fix function doc, was in wrong place.
13876         (spam-initialize): Take symbols when it's run, and install the
13877         extra headers that spam-necessary-extra-headers thinks we need.
13878
13879 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13882         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13883
13884 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13885
13886         * gnus-sum.el (gnus-set-global-variables)
13887         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13888         (gnus-article-get-xrefs, gnus-summary-best-group)
13889         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13890         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13891         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13892         Use with-current-buffer.
13893
13894 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13895
13896         * spam.el (spam-summary-prepare-exit): Simplify logic.
13897         (spam-fetch-article-header): Read the article header if it's not
13898         available.
13899         (spam-list-articles): Simplify logic.
13900         (spam-filelist-register-routine): Fix bug with unregister-list.
13901
13902         * gnus-registry.el: Fix comments at beginning.
13903
13904 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13905
13906         * message.el (message-cater-to-broken-inn): Remove.
13907         (message-shorten-references): Make sure the total folded length of
13908         References is shorter than 998 characters to cater to a bug in INN
13909         2.3.  Also, don't pretend that references aren't folded -- this
13910         hasn't worked for a while.
13911
13912 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13913
13914         * gnus-agent.el (gnus-agentize):
13915         gnus-agent-send-mail-real-function no longer set to current value
13916         of message-send-mail-function but rather a lambda that calls
13917         message-send-mail-function.  The change makes the agent real-time
13918         responsive to user changes to message-send-mail-function.
13919
13920 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13921
13922         * legacy-gnus-agent.el
13923         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13924         help from Florian Weimer <fw@deneb.enyo.de>
13925
13926 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * nnmail.el (nnmail-cache-insert): Revert last change.
13929
13930 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * nnmail.el (nnmail-cache-insert): Always check whether
13933         nnmail-cache-ignore-groups matches a group name.
13934
13935 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13938         (spam-find-spam, spam-log-processing-to-registry)
13939         (spam-log-registered-p, spam-log-unregistration-needed-p)
13940         (spam-log-undo-registration): Use gnus-message instead of
13941         gnus-error, none of these errors are fatal.
13942
13943         * gnus-registry.el (gnus-registry-clean-empty-function)
13944         (gnus-registry-clean-empty): Remove only empty entries without
13945         extra data.
13946
13947 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13948
13949         * spam-stat.el (spam-stat-buffer-change-to-spam)
13950         (spam-stat-buffer-change-to-non-spam): Change (error) to
13951         (gnus-message 8) invocation.
13952
13953 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * nntp.el (nntp-via-netcat-command): New variable.
13956         (nntp-via-netcat-switches): New variable.
13957         (nntp-open-via-rlogin-and-netcat): New function.
13958         (nntp-open-connection-function): Doc fix.
13959         (nntp-telnet-command): Doc fix.
13960         (nntp-end-of-line): Doc fix.
13961         (nntp-via-rlogin-command): Doc fix.
13962         (nntp-via-user-name): Doc fix.
13963         (nntp-via-address): Doc fix.
13964
13965 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13968         error in Emacs 21.1.
13969
13970 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13971
13972         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13973
13974 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13975
13976         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13977         (gnus-agent-with-refreshed-group): New macro.
13978         (gnus-agent-rename-group): New function.
13979         (gnus-agent-delete-group): New function.
13980         (gnus-agent-save-group-info): Use gnus-command-method when
13981         `method' parameter is nil.  Don't write nil entries into the
13982         active file.
13983         (gnus-agent-get-group-info): New function.
13984         (gnus-agent-fetch-articles): Use
13985         gnus-agent-update-files-total-fetched-for to increment disk space
13986         used.
13987         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13988         gnus-agent-update-view-total-fetched-for to increment disk space
13989         used.
13990         (gnus-agent-get-local): Added optional parameters to avoid calling
13991         gnus-group-real-name and gnus-find-method-for-group.
13992         (gnus-agent-set-local): Delete stored entry if either min, or max,
13993         are nil.
13994         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13995         quit, use gnus-agent-regenerate-group to record existance of any
13996         articles fetched to disk before the quit occurred.
13997         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13998         gnus-agent-update-view-total-fetched-for, and
13999         gnus-agent-update-files-total-fetched-for to decrement disk space
14000         used.
14001         (gnus-agent-retrieve-headers): Use
14002         gnus-agent-update-view-total-fetched-for to increment disk space
14003         used.
14004         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14005         with gnus-agent-update-files-total-fetched-for to decrement disk
14006         space and fresh group buffer.
14007         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14008         (gnus-agent-need-update-total-fetched-for): New variable.
14009         (gnus-agent-update-files-total-fetched-for): New function.
14010         (gnus-agent-update-view-total-fetched-for): New function.
14011         (gnus-agent-total-fetched-for): New function.
14012
14013         * gnus-cache.el (gnus-cache-save-buffers): Use
14014         gnus-cache-update-overview-total-fetched-for to change disk space
14015         used by this group.
14016         (gnus-cache-possibly-enter-article): Use
14017         gnus-cache-update-file-total-fetched-for to increment disk space
14018         used by this group.
14019         (gnus-cache-possibly-remove-article): Use
14020         gnus-cache-update-file-total-fetched-for to decrement disk space
14021         used by this group.
14022         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14023         (gnus-cache-rename-group): New function.
14024         (gnus-cache-delete-group): New function.
14025         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14026         (gnus-cache-need-update-total-fetched-for): New variable.
14027         (gnus-cache-with-refreshed-group): New macro.
14028         (gnus-cache-update-file-total-fetched-for): New function.
14029         (gnus-cache-update-overview-total-fetched-for): New function.
14030         (gnus-cache-rename-group-total-fetched-for): New function.
14031         (gnus-cache-delete-group-total-fetched-for): New function.
14032         (gnus-cache-total-fetched-for): New function.
14033
14034         * gnus-group.el: Require gnus-sum and autoload functions to
14035         resolve warnings when gnus-group.el compiled alone.
14036         (gnus-group-line-format): Documented new %F.
14037         (size of Fetched data) group line format; identifies disk space
14038         used by agent and cache.
14039         (gnus-group-line-format-alist): Defined new F format.
14040         (gnus-total-fetched-for): New function.
14041         (gnus-group-delete-group): No longer update
14042         gnus-cache-active-altered as gnus-request-delete-group now keeps
14043         the cache in sync.
14044         (gnus-group-list-active): Let the agent store a server's active
14045         list if currently plugged.
14046
14047         * gnus-int.el (gnus-request-delete-group):
14048         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14049         local disk in sync with the server.
14050         (gnus-request-rename-group):
14051         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14052         local disk in sync with the server.
14053
14054         * gnus-start.el (gnus-get-unread-articles):
14055         Cosmetic simplification to logic.
14056
14057         * gnus-util.el (gnus-rename-file): New function.
14058
14059 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14060
14061         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14062
14063 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14064
14065         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14066         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14067
14068 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14069
14070         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14071         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14072
14073 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14074
14075         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14076
14077 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * spam.el (spam-set-difference): Add function to replace
14080         gnus-set-difference in spam.el.
14081         (spam-summary-prepare-exit): Use spam-set-difference.
14082
14083 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14084
14085         * gnus-registry.el (gnus-registry-cache-file): Update to use
14086         gnus-dribble-directory OR gnus-home-directory OR ~.
14087         (gnus-registry-split-fancy-with-parent): Fix doc.
14088
14089 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * message.el (message-exchange-point-and-mark): Use
14092         message-mark-active-p.  Suggested by Jesper Harder
14093         <harder@ifa.au.dk>.
14094
14095 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * message.el (message-exchange-point-and-mark): Don't activate
14098         region if it was inactive.  Suggested by Hiroshi Fujishima
14099         <pooh@nature.tsukuba.ac.jp>.
14100
14101 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-art.el (article-display-face): Display Faces in the same
14104         order as X-Faces.
14105
14106 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14109
14110 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14113         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14114         (gnus-article-mime-hierarchy): Remove.
14115         (gnus-article-mime-hierarchy-next): Remove.
14116         (gnus-article-mode): Revert 2004-03-19 change.
14117         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14118         (gnus-insert-mime-button): Revert 2004-03-19 change.
14119         (gnus-mime-accumulate-hierarchy): Remove.
14120         (gnus-mime-enter-multipart): Remove.
14121         (gnus-mime-leave-multipart): Remove.
14122         (gnus-mime-display-part): Revert 2004-03-19 change.
14123         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14124
14125         * mml.el (mml-preview): Revert 2004-03-19 change.
14126
14127 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14128
14129         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14130
14131 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14134         t while entering a file name using the mm-with-multibyte macro.
14135         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14136
14137         * mm-util.el (mm-with-multibyte): New macro.
14138
14139 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14142         user option.
14143         (gnus-mime-multipart-functions): Doc and customization fix.
14144         (gnus-article-mime-hierarchy): New variable.
14145         (gnus-article-mime-hierarchy-next): New variable.
14146         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14147         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14148         gnus-article-mime-hierarchy-next to nil.
14149         (gnus-insert-mime-button): Show hierarchy numbers.
14150         (gnus-mime-accumulate-hierarchy): New function.
14151         (gnus-mime-enter-multipart): New function.
14152         (gnus-mime-leave-multipart): New function.
14153         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14154         (gnus-mime-display-alternative): Show hierarchy numbers.
14155
14156         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14157         gnus-article-mime-hierarchy-next to nil.
14158
14159 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14160
14161         * dns.el: Don't require gnus-xmas.
14162
14163 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14164
14165         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14166         inline PGP.
14167         (mml-menu): Disable mml-quote-region if mark is inactive.
14168
14169 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14172         when the group's active is not available.
14173
14174 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14177         error.
14178
14179 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * imap.el (imap-store-password): New variable.
14182         (imap-interactive-login): Use it.
14183         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14184
14185 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14188         window-start and hscroll to summary window.
14189
14190 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14191
14192         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14193         conversion message to newsrc-dribble when an actual conversion is
14194         performed.
14195
14196 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14197
14198         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14199
14200 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * mm-decode.el (mm-complicated-handles): New function reviving
14203         former definition of mm-multiple-handles.
14204
14205         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14206         (gnus-mime-delete-part): Use it.
14207
14208 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14209
14210         * gnus-agent.el (gnus-agent-read-local): Bind
14211         nnheader-file-coding-system to gnus-agent-file-coding-system to
14212         avoid the implicit assumption that they will always be equal.
14213         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14214         coding-system-for-write, as the with-temp-file macro first prints
14215         to a buffer then saves the buffer.
14216
14217 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (gnus-article-edit-part): New function.
14220         (gnus-mime-save-part-and-strip): Use it; do query instead of
14221         signaling an error; don't use mm-multiple-handles.
14222         (gnus-mime-delete-part): Ditto.
14223
14224 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14225
14226         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14227         old file versions.
14228         (gnus-group-prepare-hook): Removed function that converted list
14229         form of gnus-agent-expire-days to group properties.
14230
14231         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14232         (gnus-request-accept-article): Re-indented.
14233
14234         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14235         converters to handle old agent file formats.  Added logic for a
14236         "backup before upgrading warning".
14237         (gnus-convert-mark-converter-prompt): Developers can mark
14238         functions as needing (default), or not needing,
14239         gnus-convert-old-newsrc's "backup before upgrading warning".
14240         (gnus-convert-converter-needs-prompt): Tests whether the user
14241         should be protected from potentially irreversable changes by the
14242         function.
14243
14244         * legacy-gnus-agent.el: New.  Provides converters that are only
14245         loaded when gnus-convert-old-newsrc needs to call them.
14246
14247 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * mail-source.el (mail-source-touch-pop): Doc fix.
14250
14251         * message.el (message-smtpmail-send-it): Doc fix.
14252
14253 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14254
14255         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14256
14257         * nnmail.el (nnmail-split-fancy): do.
14258
14259         * gnus-kill.el (gnus-kill, gnus-execute): do.
14260
14261 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14262
14263         * gnus-sum.el (gnus-widget-reversible-match)
14264         (gnus-widget-reversible-to-internal)
14265         (gnus-widget-reversible-to-external): New functions.
14266         (gnus-widget-reversible): New widget.
14267         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14268
14269 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14270
14271         * gnus-sum.el (gnus-thread-sort-functions)
14272         (gnus-article-sort-functions): Document `(not F)' items.
14273
14274 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14275
14276         * spam.el (spam-use-gmane-xref): Add new backend.
14277         (spam-gmane-xref-spam-group): Add variable to control the name of the
14278         Gmane spam group.
14279         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14280         (spam-regex-headers-spam, spam-regex-headers-ham)
14281         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14282         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14283         backends and checks.
14284         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14285
14286         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14287         an autodetect method.
14288
14289 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14290
14291         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14292         articles are being added to a group.
14293         (gnus-request-replace-article): Inform the agent that articles
14294         need to be uncached as the cached contents are no longer valid.
14295
14296 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * binhex.el: Don't autoload executable-find.
14299
14300         * canlock.el: Don't autoload mail-fetch-field.
14301
14302         * dgnushack.el: Autoload c-mode for XEmacs.
14303
14304         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14305
14306         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14307         rmail-dont-reply-to and rmail-output.
14308
14309         * gnus-score.el: Don't autoload ffap-string-at-point.
14310
14311         * gnus-setup.el: Don't autoload sc-cite-original.
14312
14313         * imap.el: Don't autoload base64-decode-string,
14314         base64-encode-string and md5.
14315
14316         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14317         and rmail-msg-restore-non-pruned-header.
14318
14319         * mm-decode.el: Don't autoload executable-find.
14320
14321         * mm-url.el: Don't autoload executable-find.
14322
14323         * mm-view.el: Don't autoload diff-mode.
14324
14325         * nndb.el: Don't autoload news-reply-mode, news-setup,
14326         cancel-timer and telnet.
14327
14328         * password.el: Don't autoload run-at-time for Emacs.
14329
14330         * sha1-el.el: Don't autoload executable-find.
14331
14332         * sieve-mode.el: Don't autoload c-mode.
14333
14334         * uudecode.el: Don't autoload executable-find.
14335
14336 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14337
14338         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14339         (gnus-agent-possibly-alter-active): Avoid null in numeric
14340         comparison.
14341         (gnus-agent-set-local): Refuse to save null in local object table.
14342         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14343         list of articles that will be marked as unread.
14344
14345 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14348
14349 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14350
14351         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14352         language tags.
14353
14354 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14355
14356         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14357         Don't bind "obarray".
14358
14359         * gnus-sum.el (gnus-thread-sort-functions): Added
14360         `gnus-thread-sort-by-most-recent-number' and
14361         `gnus-thread-sort-by-most-recent-date'.
14362         Reported by Kai Grossjohann <kai@emptydomain.de>.
14363
14364 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14367
14368 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14369
14370         * gnus-cus.el (gnus-agent-customize-category): Removed
14371         ignore-errors macro reference that required cl to be loaded at
14372         run-time.
14373
14374         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14375         single-interval range of the form (min . max).  Previously the
14376         range had to look like ((min . max)).  Likewise, return
14377         (min . max) rather than ((min . max)).
14378         (gnus-range-map): Use gnus-range-normalize to accept
14379         single-interval range.
14380
14381         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14382         the cache, but not the agent, now appear with their usual face.
14383
14384         * dgnushack.el (loaddir): New variable that is bound to the
14385         directory containing the dgnushack.el file. Use loaddir, rather
14386         than srcdir, to update load-path. Change lets dgnushack compile
14387         code in directories other than GNUS/lisp.
14388
14389 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * lpath.el: Don't bind w3m-safe-url-regexp.
14392
14393         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14394         w3m-safe-url-regexp variable buffer-local.
14395
14396         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14397
14398 2004-02-27  Simon Josefsson  <jas@extundo.com>
14399
14400         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14401         gnus-group-real-prefix.
14402         (gnus-summary-move-article): Use it, instead of
14403         gnus-group-real-prefix.
14404
14405 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * lpath.el: Bind w3m-safe-url-regexp.
14408
14409         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14410         w3m-safe-url-regexp variable buffer-local and set it as the value
14411         of mm-w3m-safe-url-regexp.
14412
14413         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14414
14415         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14416         parsing gnus-posting-styles when the message is not for replying.
14417
14418         * dgnushack.el: Autoload sgml-mode for XEmacs.
14419
14420         * nnrss.el (nnrss-opml-export): Use
14421         mm-set-buffer-file-coding-system instead of
14422         set-buffer-file-coding-system.
14423
14424 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14425
14426         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14427         of checkdoc.el).
14428         * nnrss.el: do.
14429         * gnus-mlspl.el: do.
14430         * gnus-ml.el: do.
14431         * gnus-srvr.el: do.
14432
14433         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14434
14435 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14436
14437         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14438         Corrections to custom-manual links.
14439
14440         * gnus-art.el (gnus-article): Ditto.
14441
14442         * mm-decode.el (mime-display, mime-security): Ditto.
14443
14444 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14445
14446         * flow-fill.el: Typo.
14447
14448 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14449
14450         * spam-wash.el: New file.
14451
14452 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14453
14454         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14455
14456 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14457
14458         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14459         to be run with new-articles as LIST1, not LIST2.
14460         (spam-registration-functions): Add spam-use-ham-copy as a nil
14461         registration backend.
14462
14463 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14464
14465         * spam-stat.el (spam-stat-washing-hook): New option.
14466         (spam-stat-buffer-words): Use it.
14467         (spam-stat-process-directory, spam-stat-test-directory): Use
14468         insert-file-contents-literally.
14469         (spam-stat-coding-system): New variable.
14470         (spam-stat-load, spam-stat-save): Use it.
14471
14472 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * spam-report.el (spam-report-plug-agent): Quote
14475         spam-report-url-to-file and spam-report-url-ping-plain.
14476
14477 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14480         / in mailto URLs.
14481
14482 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * spam-report.el (spam-report-process-queue): Fix interactive use.
14485         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14486         (spam-report-unplug-agent): Doc fixes.
14487         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14488         (spam-report-agentize, spam-report-deagentize): Autoload.
14489
14490 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14493
14494         * message.el (message-setup-fill-variables): Add mml tags to
14495         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14496         <ajk@iu.edu>.
14497         (message-mode): Don't modify paragraph-separate there.
14498
14499 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * compface.el (uncompface-use-external): Default to undecided.
14502         (uncompface-use-external-threshold): New variable.
14503         (uncompface-float-time): New macro.
14504         (uncompface): Determine whether to use the external decoder if
14505         uncompface-use-external is undecided.
14506
14507 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14508
14509         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14510         after images.
14511
14512         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14513
14514 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14517
14518         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14519
14520         * gnus-sum.el (gnus-summary-limit-to-age)
14521         (gnus-summary-limit-children): do.
14522
14523         * gnus-int.el (gnus-request-scan): do.
14524
14525         * gnus-group.el (gnus-group-suspend): do.
14526
14527         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14528
14529         * gnus-cite.el (gnus-cite-parse-attributions): do.
14530
14531         * gnus-agent.el (gnus-summary-set-agent-mark)
14532         (gnus-agent-regenerate-group): do.
14533
14534         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14535
14536         * binhex.el (binhex-decode-region-internal): do.
14537
14538 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-fun.el (gnus-face-properties-alist): New user option.
14541         (gnus-display-x-face-in-from): Use it.
14542
14543         * gnus-art.el (article-display-face): Ditto.
14544
14545         * compface.el (uncompface-use-external): Default to nil.
14546
14547 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14548
14549         * nntp.el (nntp-erase-buffer): New function.
14550         (nntp-retrieve-data, nntp-send-command)
14551         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14552         (nntp-possibly-change-group): Use it.
14553
14554         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14555         with-current-buffer.
14556
14557 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14558
14559         * compface.el: Merge the ELisp-based uncompface program.
14560         (compface): New customization group.
14561         (uncompface-use-external): New user option.
14562         (uncompface): Call uncompface-internal if uncompface-use-external
14563         is nil.
14564         (uncompface-internal): New function.  Note that there are also
14565         some other functions and variables added for this function.
14566
14567 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14568
14569         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14570         if necessary.
14571
14572 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * spam-report.el (spam-report-unplug-agent)
14575         (spam-report-plug-agent, spam-report-deagentize)
14576         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14577         Add support for the Agent in spam-report: when unplugged, report to a
14578         file; when plugged, submit all the requests.
14579
14580         * spam.el (spam-register-routine): Fix message about
14581         registration.
14582
14583 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14584
14585         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14586         dependencies.
14587         (rfc2047-encode): Use it.
14588
14589         * gnus-art.el (gnus-button-marker-list): Move before first
14590         reference.
14591
14592         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14593         (imap-parse-body): Fix format string mismatch.
14594
14595         * gnus-score.el (gnus-summary-increase-score): do.
14596
14597         * nnrss.el (nnrss-close): New function.
14598
14599 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14600
14601         * nnrss.el (nnrss-make-filename): New function.
14602         (nnrss-request-delete-group, nnrss-read-server-data)
14603         (nnrss-save-server-data, nnrss-read-group-data)
14604         (nnrss-save-group-data): Use it.
14605         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14606         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14607         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14608
14609 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14610
14611         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14612
14613 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14614
14615         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14616         files.
14617
14618         * message.el (message-generate-headers-first): Don't quote nil
14619         and t in docstrings.
14620
14621         * imap.el (imap-id): do.
14622
14623         * gnus-agent.el (gnus-agent-consider-all-articles)
14624         (gnus-agent-queue-mail): do.
14625
14626 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14627
14628         * spam-report.el (spam-report-process-queue): New function.
14629         Process requests from `spam-report-requests-file'.
14630         (spam-report-process-queue): Doc fix.
14631
14632 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14633
14634         * spam.el (spam-register-routine)
14635         (spam-log-processing-to-registry, spam-log-registered-p)
14636         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14637         Change "check" to "spam-check" for semi-clarity.
14638
14639 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14640
14641         * pop3.el: Require nnheader.
14642
14643         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14644
14645         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14646
14647         * gnus-picon.el: Require cl.
14648
14649         * gnus-fun.el: Require gnus-ems and gnus-util.
14650
14651         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14652
14653         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14654
14655         * gnus-art.el (gnus-article-edit-mode): Define before first
14656         reference.
14657
14658 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14659
14660         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14661         (gnus-uu-post-encoded): Use point-at-bol.
14662
14663         * gnus-topic.el (gnus-group-active-topic-p): do.
14664
14665         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14666
14667         * gnus-group.el (gnus-group-kill-region): do.
14668
14669         * gnus-art.el (article-date-ut): do.
14670
14671         * message.el (message-fetch-field): Remove redundant
14672         case-fold-search binding.
14673         (message-narrow-to-field): Simplify.
14674
14675 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * spam.el (spam-directory): Derive from `gnus-directory'.
14678
14679         * spam-report.el (spam-report-url-to-file)
14680         (spam-report-requests-file): New function and variable for offline
14681         reporting.
14682         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14683         and user defined function.
14684         (spam-report-url-ping-mm-url): Remove doubled slash.
14685
14686 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14689
14690 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14691
14692         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14693         format string mismatch.
14694
14695         * sieve.el (sieve-deactivate-all): do.
14696
14697         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14698
14699         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14700
14701         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14702
14703         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14704
14705 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14706
14707         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14708         the list of checks.
14709
14710 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14711
14712         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14713         padding.
14714
14715 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14716
14717         * mm-view.el (mm-fill-flowed): New variable.
14718         (mm-inline-text): Use it.
14719
14720 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14721
14722         * spam.el (spam-spamassassin-register-ham-routine)
14723         (spam-spamassassin-register-spam-routine): Fix function names.
14724
14725 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus.el (gnus-tmp-grouplens): Remove.
14728         (gnus-summary-line-format): Remove grouplens.
14729
14730         * gnus-group.el (gnus-group-line-format): Ditto.
14731
14732         * gnus-spec.el (gnus-format-specs): Ditto.
14733         (gnus-update-format-specifications): Flush the group format spec
14734         cache if there's the grouplens stuff.
14735         (gnus-parse-simple-format): Replace %l with the empty string.
14736
14737 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14738
14739         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14740         omission.
14741
14742 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14745         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14746
14747 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14748
14749         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14750         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14751         New macros and functions.
14752         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14753         Handle > NLINK_MAX messages.
14754         * nnmaildir.el (nnmaildir-request-set-mark): Use
14755         nnmaildir--emlink-p and nnmaildir--eexist-p.
14756
14757 2004-01-25  Alex Schroeder  <alex@gnu.org>
14758
14759         * spam-stat.el (spam-stat-process-directory-age): New option.
14760         (spam-stat-process-directory): Use it.
14761
14762 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14763
14764         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14765         (spam-stat-save): Accept prefix argument.
14766
14767 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14768
14769         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14770         links" error.
14771
14772 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14775         the rest of the and/or forms.
14776
14777 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14780         compatibility with old .newsrc.eld files.
14781
14782         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14783
14784         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14785
14786         * gnus-start.el (gnus-1): do.
14787
14788         * gnus-group.el (gnus-group-line-format-alist): do.
14789
14790         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14791
14792         * gnus-gl.el: Remove.
14793
14794 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14795
14796         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14797         marks consisting of a single range {for example, (3 . 5)} rather
14798         than a list of a single range { ((3 . 5)) }.
14799
14800 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14801
14802         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14803         with-current-buffer.
14804         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14805         avoid consing a string.
14806
14807         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14808         Remove obsolete entries for big5 and gb2312.
14809
14810 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14811
14812         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14813         uncompressed list.
14814
14815 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14816
14817         * spam-stat.el (spam-stat-strip-xref): New function.
14818         (spam-stat-process-directory): Use it.
14819
14820         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14821         here -- it's done in message-fetch-field.
14822
14823 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14824
14825         * gnus-agent.el (gnus-agent-queue-mail)
14826         (gnus-agent-prompt-send-queue): New variables.
14827         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14828         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14829         "nndraft:queue" along to gnus-draft-send.  Use
14830         gnus-agent-prompt-send-queue.
14831         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14832         is "nndraft:queue".  Suggested by Gaute Strokkenes
14833         <gs234@srcf.ucam.org>
14834
14835         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14836         (agent-enable-undownloaded-faces): Added.
14837         (gnus-agent-cat-groups): Use eval-and-compile, not
14838         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14839         method of gnus-agent-cat-groups even when the buffer has been
14840         evaled.
14841         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14842         delete gnus-agent-save-active-1.
14843         (gnus-agent-save-groups): Deleted.  Identical to
14844         gnus-agent-save-active.
14845         (gnus-agent-write-active): No longer adjust agent's copy of active
14846         file as agent's adjustments are now stored in their own
14847         file.  Removed optional parameter.
14848         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14849         servers.  Add use of min/max range limits from server's local
14850         file.
14851         (gnus-agent-save-alist): Removed unused optional argument.
14852         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14853         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14854         (gnus-agent-set-local): A per-server file that keeps min/max range
14855         limits for articles known to the agent.  Provides a fast mechanism
14856         for altering many active ranges.
14857         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14858         active file (local makes it unnecessary).
14859         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14860
14861         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14862         (agent-enable-undownloaded-faces): Added.
14863
14864         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14865         disable it when sending to "nndraft:queue".
14866         (gnus-group-send-queue): Add safety check to avoid sending queue
14867         when unplugged.
14868
14869         * gnus-group.el (gnus-group-catchup): Use new
14870         gnus-sequence-of-unread-articles, not
14871         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14872         numbers of articles.  Use gnus-range-map to avoid having to
14873         uncompress the unread list.
14874         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14875         Fixed invalid ange-ftp reference.
14876
14877         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14878         (gnus-sorted-range-intersection): Intersection of two ranges
14879         without requiring that they first be uncompressed.
14880
14881         * gnus-start.el (gnus-activate-group): Unless blocked by the
14882         caller, possibly expand the active range to include both cached
14883         and agentized articles.
14884         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14885         multiple version-dependent converters.
14886         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14887         gnus-agent-save-active.
14888         (gnus-save-newsrc-file): Save dirty agent range limits.
14889
14890         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14891         gnus-agent-possibly-alter-active.
14892         (gnus-adjust-marked-articles): Faster handling of simple lists.
14893
14894 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14895
14896         * spam-stat.el (spam-stat-test-directory): New optional argument
14897         displays a list of files detected.  Suggested by Andrew Cohen
14898         <cohen@andy.bu.edu>.
14899         (spam-stat-buffer-words-with-scores): Don't narrow and change
14900         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14901
14902 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14903
14904         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14905         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14906         (spam-spamassassin-arguments)
14907         (spam-spamassassin-spam-flag-header)
14908         (spam-spamassassin-positive-spam-flag-header)
14909         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14910         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14911         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14912         (spam-list-of-processors, spam-list-of-checks)
14913         (spam-list-of-statistical-checks, spam-registration-functions)
14914         (spam-check-spamassassin-headers, spam-check-spamassassin)
14915         (spam-spamassassin-score)
14916         (spam-spamassassin-register-with-sa-learn)
14917         (spam-spamassassin-register-spam-routine)
14918         (spam-spamassassin-register-ham-routine)
14919         (spam-assassin-register-spam-routine)
14920         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14921         (spam-bogofilter-score): Fix to show article before scoring.
14922
14923 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14926         default scoring function.
14927         (spam-generic-score): Call spam-spamassassin-score if
14928         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14929         spam-bogofilter-score otherwise.
14930
14931         * gnus.el (spam-process, spam-autodetect-methods): Add
14932         spamassassin and spamassassin-headers.
14933
14934 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14935
14936         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14937         Suppress unnecessary messages.
14938
14939 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14940
14941         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14942         make-hash-table.
14943
14944 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * canlock.el (base64-encode-string): Don't autoload it.
14947
14948 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * run-at-time.el: Remove useless (require 'itimer),
14951         eval-and-compile and (featurep 'xemacs).
14952
14953 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14954
14955         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14956         GROUP is a virtual group.
14957
14958 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14959
14960         * gnus.el: Autoload `message-y-or-n-p'.
14961
14962 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14963
14964         * pgg-parse.el: Remove unnecessary (require 'custom).
14965
14966         * pgg-def.el: do.
14967
14968         * nnmail.el: do.
14969
14970         * gnus-undo.el: do.
14971
14972         * gnus-picon.el: do.
14973
14974         * gnus-util.el: do.
14975
14976 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14979
14980 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14983         handle, as well as a list.
14984
14985         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14986         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14987         (mm-w3m-cid-retrieve): Simplify.
14988
14989 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14990
14991         * message.el (message-kill-to-signature): Allow prefix arg to
14992         specify number of lines to keep before signature.
14993
14994 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14995
14996         * message.el (message-kill-to-signature): Change docstring.
14997
14998 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * canlock.el: Always require sha1-el.
15001         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15002
15003         * message.el: Autoload sha1 only when compiling.
15004
15005         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15006         eudc-expand-inline for XEmacs.
15007
15008 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * message.el (message-canlock-generate): Require sha1-el.
15011
15012 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15013
15014         * message.el (message-expand-name): Silence the byte compiler.
15015
15016         * lpath.el: Add detect-coding-system.
15017
15018         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15019         cus-edit.
15020
15021 2004-01-13  Simon Josefsson  <jas@extundo.com>
15022
15023         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15024         Invoke gnus-score-mode.  Reported by
15025         bojohan+news@dd.chalmers.se (Johan Bockgård).
15026
15027         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15028         Jim Blandy <jimb@redhat.com> (tiny change).
15029
15030 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15031
15032         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15033
15034 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15035
15036         * spam.el (spam-get-article-as-string): Update to use
15037         gnus-request-article-this-buffer, much simpler.
15038         (spam-get-article-as-buffer): Remove.
15039
15040 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15041
15042         * message.el (message-expand-name): Use EUDC if the user uses that.
15043
15044 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15045
15046         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15047         character for the encoding to avoid consing a string.
15048
15049         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15050         unnecessarily.
15051
15052         * mm-util.el (mm-replace-chars-in-string): Remove.
15053
15054         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15055         of mm-replace-chars-in-string.
15056
15057 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15058
15059         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15060
15061         * mm-util.el (mm-subst-char-in-string): Support inplace.
15062
15063         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15064         a new string in every iteration.  Use shy groups.
15065
15066 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15067
15068         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15069         * gnus-soup.el (gnus-soup-group-brew):
15070         * gnus-msg.el (gnus-put-message):
15071         * gnus-move.el (gnus-group-move-group-to-server):
15072         * gnus-kill.el (gnus-batch-score):
15073         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15074         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15075         (gnus-group-update-group, gnus-group-read-group)
15076         (gnus-group-make-group, gnus-group-make-help-group)
15077         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15078         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15079         (gnus-group-sort-by-unread, gnus-group-catchup)
15080         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15081         (gnus-group-yank-group, gnus-group-set-info)
15082         (gnus-group-list-groups):
15083         * gnus.el (gnus-generate-new-group-name):
15084         * gnus-delay.el (gnus-delay-send-queue):
15085         * nnvirtual.el (nnvirtual-catchup-group):
15086         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15087         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15088         (gnus-group-prepare-topics, gnus-topic-check-topology):
15089         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15090         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15091         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15092         (gnus-group-make-articles-read):
15093         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15094         (gnus-group-change-level, gnus-kill-newsgroup)
15095         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15096         (gnus-get-unread-articles, gnus-make-articles-unread)
15097         (gnus-make-ascending-articles-unread): Use accessor
15098         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15099         to get group information for improved readability.
15100
15101
15102 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15103
15104         * gnus-art.el (article-decode-mime-words, article-babel)
15105         (gnus-article-highlight-signature, gnus-article-add-buttons)
15106         (gnus-signature-toggle): Use gnus-with-article-buffer.
15107
15108         * gnus-art.el (gnus-article-highlight-headers)
15109         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15110
15111         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15112         (gnus-article-set-globals, gnus-request-article-this-buffer)
15113         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15114         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15115         (gnus-mime-display-alternative): Use with-current-buffer.
15116
15117 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15118
15119         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15120         also under 80 char limit, and call gnus-error if needed.
15121         (spam-fetch-article-header): Fix - it was a
15122         buffer-local variable (gnus-newsgroup-data).
15123         (spam-find-spam): Use spam-generate-fake-headers, forget about
15124         spam-insert-fake-headers.
15125         (spam-insert-fake-headers): Remove.
15126
15127 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15128
15129         * deuglify.el (gnus-article-outlook-unwrap-lines)
15130         (gnus-outlook-rearrange-article)
15131         (gnus-outlook-repair-attribution-outlook)
15132         (gnus-outlook-repair-attribution-block)
15133         (gnus-outlook-repair-attribution-other): Remove redundant
15134         save-excursion.
15135
15136 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15139         (spam-fetch-field-subject-fast)
15140         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15141         (spam-fetch-article-header): Add functions to deal with Gnus
15142         internals for fast retrieval of article header data.
15143         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15144
15145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15146
15147         * pop3.el (pop3-md5): Remove.
15148         (pop3-apop): Replace pop3-md5 with md5.
15149
15150         * mm-bodies.el: base64 is always built-in.
15151
15152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15153         with-current-buffer.
15154
15155 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * canlock.el (canlock-insert-header): Remove excessive grouping in
15158         regexp.
15159
15160         * gnus-sum.el (gnus-summary-read-document): Ditto.
15161
15162         * gnus-uu.el (gnus-uu-part-number): Ditto.
15163
15164         * html2text.el (html2text-remove-tags): Ditto.
15165         (html2text-format-tags): Ditto.
15166         (html2text-format-single-elements): Ditto.
15167
15168         * mml.el (mml-parse-1): Ditto.
15169
15170 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15171
15172         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15173
15174         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15175
15176         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15177
15178         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15179
15180 2003-11-15  Simon Josefsson  <jas@extundo.com>
15181
15182         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15183         (pgg-gpg-lookup-key): Use regexp match instead of
15184         split-string (split-string is different between emacs 21.2 and
15185         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15186
15187 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15188
15189         * gnus-art.el (gnus-mime-view-all-parts)
15190         (gnus-article-part-wrapper, gnus-article-view-part): Use
15191         with-current-buffer.
15192
15193 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15194
15195         * spam.el (spam-disable-spam-split-during-ham-respool)
15196         (spam-spamoracle-database, spam-cache-lookups)
15197         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15198         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15199         (spam-group-ham-marks, spam-group-spam-marks)
15200         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15201         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15202         also add spam-use-blackholes to the statistical checks.
15203         (spam-fetch-field-fast): Add interface to fetching fields, may
15204         become a macro.
15205         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15206         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15207         (spam-insert-fake-headers): Fake an article when needed.
15208         (spam-find-spam): Fake article when possible.
15209         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15210         (spam-check-bogofilter-headers): Use message-fetch-field instead
15211         of nnmail-fetch-field.
15212
15213 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15216
15217 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15218
15219         * spam.el (spam-split): Do not require spam-use-CHECK to be
15220         enabled if that check is passed to spam-split explicitly; also
15221         fix so 'spam doesn't get converted to spam-split-group when
15222         spam-split-symbolic-return is t.
15223         (spam-find-spam): Find registrations of the article and use those
15224         instead of re-running spam-split to find the spam/ham
15225         classification of the article.
15226         (spam-log-processing-to-registry, spam-log-registered-p)
15227         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15228         Use gnus-error instead of gnus-message.
15229         (spam-log-registration-type): Add function to determine the
15230         classification of a message based on registry entries; will
15231         return nil if both 'spam and 'ham are found.
15232         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15233         a reasonably fast local cache without the loading errors.
15234         (spam-cache-lookups): Set to t by default.
15235         (spam-find-spam): Don't try to guess spam-cache-lookups.
15236         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15237         spam-caches entry.
15238         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15239         caching of whitelist/blacklist entries.
15240         (spam-check-whitelist, spam-check-blacklist): Invoke
15241         spam-from-listed-p with a type, not a cache variable.
15242         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15243
15244 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15245
15246         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15247
15248         * nnmail.el (nnmail-split-fancy): do.
15249
15250         * mml.el (mml-parse): do.
15251
15252         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15253         (gnus-score-adaptive): do.
15254
15255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15258         (gnus-mime-button-map): Don't set keymap parent.
15259         (gnus-button-ctan-directory-regexp): Use shy grouping.
15260         (gnus-prev-page-map): Don't set keymap parent.
15261         (gnus-prev-page-map): Remove duplicated one.
15262         (gnus-next-page-map): Don't set keymap parent.
15263         (gnus-mime-security-button-map): Ditto.
15264
15265         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15266         version number.
15267
15268         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15269
15270 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * canlock.el (canlock-sha1-function): Remove.
15273         (canlock-sha1-function-for-verify): Remove.
15274         (canlock-openssl-program): Remove.
15275         (canlock-openssl-args): Remove.
15276         (canlock-ignore-errors): Remove.
15277         (canlock-sha1-with-openssl): Remove.
15278         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15279         (canlock-verify): Don't use canlock-ignore-errors.
15280
15281         * sha1-el.el (sha1-string-external): Make it can return a string
15282         in binary form.
15283         (sha1-region-external): Ditto.
15284         (sha1-string-internal): Ditto.
15285         (sha1-region-internal): Ditto.
15286         (sha1-region): Ditto.
15287         (sha1-string): Ditto.
15288         (sha1): Ditto.
15289
15290 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15291
15292         * spam.el (spam-report-articles-gmane): New command.
15293
15294 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15297
15298         * run-at-time.el (run-at-time-saved): Remove.
15299         (run-at-time): Doc fix.
15300
15301 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15302
15303         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15304         (gnus-summary-limit-map): Add it.
15305         (gnus-summary-make-menu-bar): do.
15306
15307 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15308
15309         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15310         Make attempt at some caching support (done for BBDB only now).
15311         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15312         addresses to be checked.
15313         (spam-clear-cache-BBDB): Add function, to be invoked by
15314         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15315         (spam-check-BBDB): Check and use the caches, if
15316         spam-cache-lookups is on, remove superfluous (provide).
15317
15318 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15319
15320         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15321
15322 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15323
15324         * run-at-time.el (run-at-time-saved): Move to after the definition
15325         of `run-at-time'.
15326
15327         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15328
15329 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15332         mm-w3m-local-map-property.
15333
15334         * mm-view.el (mm-w3m-mode-map): Remove.
15335         (mm-w3m-local-map-property): Remove.
15336         (mm-inline-text-html-render-with-w3m): Don't use
15337         mm-w3m-local-map-property.
15338
15339 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15340
15341         * run-at-time.el: New file.
15342
15343         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15344         under Emacs.
15345
15346         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15347         of gnus-set-text-properties.
15348
15349         * gnus-uu.el (gnus-uu-save-article): Ditto.
15350
15351         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15352
15353         * gnus-cite.el (gnus-cite-parse): Ditto.
15354
15355         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15356         of gnus-.
15357
15358         * gnus-xmas.el (run-at-time): Require run-at-time.
15359
15360         * gnus.el: Changed calls to nnheader-run-at-time and
15361         password-run-at-time throughout to use run-at-time directly.
15362
15363         * password.el: Removed definition of run-at-time.
15364
15365         * nnheaderxm.el: Remove definition of run-at-time.
15366
15367 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15368
15369         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15370         in prompt.
15371
15372 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15373
15374         * messagexmas.el (message-xmas-redefine): Alias
15375         `message-make-caesar-translation-table' to
15376         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15377         version.
15378
15379         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15380         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15381         `gnus-xmas-set-text-properties'.
15382         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15383         `gnus-xmas-completing-read'.
15384         (gnus-xmas-completing-read): Removed.
15385         (gnus-xmas-open-network-stream): Removed.
15386
15387         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15388         XEmacs version.
15389
15390         * dns.el (dns-make-network-process): Use `open-network-stream'
15391         instead of `gnus-xmas-open-network-stream'.
15392
15393         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15394
15395         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15396
15397 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15398
15399         * gnus-art.el (gnus-mime-display-alternative)
15400         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15401         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15402         Don't use gnus-local-map-property.
15403
15404         * gnus-util.el (gnus-local-map-property): Remove.
15405
15406         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15407         gnus-completing-read-maybe-default with completing-read.
15408
15409         * gnus-util.el (gnus-completing-read): do.
15410         (gnus-completing-read-maybe-default): Remove.
15411
15412 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15413
15414         * password.el: Only autoload `run-at-time' if not XEmacs.
15415         Only autoload the itimer functions if XEmacs.
15416
15417 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15420         XEmacsen.
15421
15422         * dgnushack.el: Autoload executable-find for XEmacs.
15423
15424 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15425
15426         * gnus-art.el (gnus-read-string): Remove.
15427         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15428         read-string.
15429
15430 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15431
15432         * netrc.el: Autoload password-read.
15433         (netrc): Add configuration group.
15434         (netrc-encoding-method, netrc-openssl-path): Add
15435         variables for encoding and decoding of files with symmetric
15436         ciphers.
15437         (netrc-encode): Add assistant function to encode a file with
15438         netrc-encoding-method.
15439         (netrc-parse): Add interactive parameter, added optional
15440         decoding if netrc-encoding-method is non-nil but otherwise
15441         behavior is standard.
15442         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15443         Do s/encode/encrypt/ everywhere.
15444
15445         * spam.el: Remove executable-find autoload.
15446
15447 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15450
15451         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15452
15453 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * gnus-art.el (gnus-treat-ansi-sequences)
15456         (article-treat-ansi-sequences): New variable and function.
15457         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15458
15459         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15460         Use it.
15461
15462 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15463
15464         * mm-util.el (mm-quote-arg): Remove.
15465
15466         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15467         shell-quote-argument.
15468
15469         * gnus-uu.el (gnus-uu-command): do.
15470
15471         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15472
15473         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15474         with make-char.
15475
15476         * mm-util.el (mm-make-char): Remove.
15477
15478         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15479         add-minor-mode.
15480
15481         * gnus-undo.el (gnus-undo-mode): do.
15482
15483         * gnus-topic.el (gnus-topic-mode): do.
15484
15485         * gnus-sum.el (gnus-dead-summary-mode): do.
15486
15487         * gnus-start.el (gnus-slave-mode): do.
15488
15489         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15490
15491         * gnus-ml.el (gnus-mailing-list-mode): do.
15492
15493         * gnus-gl.el (gnus-grouplens-mode): do.
15494
15495         * gnus-draft.el (gnus-draft-mode): do.
15496
15497         * gnus-dired.el (gnus-dired-mode): do.
15498
15499         * gnus-ems.el (gnus-add-minor-mode): Remove.
15500
15501         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15502         Replace gnus-char-width with char-width.
15503
15504         * gnus-ems.el (gnus-char-width): Remove.
15505
15506         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15507         Replace gnus-char-width with char-width.
15508
15509         * gnus-ems.el (gnus-char-width): Remove.
15510
15511         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15512         definition.
15513         Remove Emacs 20 hash table compatibility code.
15514
15515         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15516         20 compatibility code.
15517
15518         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15519
15520         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15521
15522         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15523         with point-at-{eol,bol}.
15524
15525         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15526
15527         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15528
15529         * flow-fill.el (fill-flowed-point-at-bol)
15530         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15531
15532         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15533         Replace with point-at-{eol,bol} throughout all files.
15534
15535 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * ntlm.el (ntlm-string-as-unibyte): New macro.
15538         (ntlm-build-auth-response): Use it.
15539
15540         Remove Emacs 20 stuff:
15541         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15542         (butlast, mapc, remove): Remove the compiler macros.
15543         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15544         of delq and copy-sequence.
15545         * gnus-art.el (popup-menu): Remove the compiler macro.
15546         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15547         Emacs 20.
15548
15549 2004-01-05  Simon Josefsson  <jas@extundo.com>
15550
15551         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15552         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15553         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15554         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15555         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15556         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15557         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15558         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15559         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15560         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15561         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15562         string-xor into ntlm-string-xor.  Suggested by
15563         Jesper Harder <harder@myrealbox.com>.
15564
15565         * ntlm.el: Don't include poem.
15566
15567         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15568         Jesper Harder <harder@myrealbox.com>.
15569
15570         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15571
15572         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15573         probably breaks emacs with DL patch, but do we care? Is anyone
15574         still using the DL stuff?)
15575
15576         * sieve-manage.el: Use the password package.
15577         (sieve-manage-read-passwd): Remove.
15578         (sieve-manage-interactive-login): Use password.  Re-add
15579         condition-case around loop.
15580
15581         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15582         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15583         the password package.
15584
15585 2003-02-19  Simon Josefsson  <jas@extundo.com>
15586
15587         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15588         token.
15589
15590 2002-08-07  Simon Josefsson  <jas@extundo.com>
15591
15592         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15593         (sieve-manage-authenticators):
15594         (sieve-manage-authenticator-alist): Add some SASL mechs.
15595         (sieve-sasl-auth): New function.
15596         (sieve-manage-cram-md5-auth):
15597         (sieve-manage-plain-auth): Rewrite using SASL library.
15598         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15599         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15600         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15601         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15602
15603 2004-01-05  Simon Josefsson  <jas@extundo.com>
15604
15605         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15606         New files.
15607
15608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * gnus-group.el (gnus-no-groups-message): Update.
15611
15612         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15613
15614 2003-11-09  Simon Josefsson  <jas@extundo.com>
15615
15616         * imap.el: Support for ID IMAP extension (RFC 2971).
15617         (imap-local-variables): Add imap-id.
15618         (imap-id): New variable.
15619         (imap-id): New function.
15620         (imap-parse-response): Parse untagged ID response.
15621         * nnimap.el (nnimap-id): New variable.
15622         (nnimap-open-connection): Use it.
15623
15624 2003-12-28  Simon Josefsson  <jas@extundo.com>
15625
15626         * gnus-score.el (gnus-score-edit-all-score): New.
15627         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15628
15629 2004-01-04  Simon Josefsson  <jas@extundo.com>
15630
15631         * password.el: Add.
15632
15633 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15634
15635         * dns.el (dns-query-types): Fix typo.
15636         (dns-query-types): New function.
15637         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15638         PTR and SOA replies, see RFC 1035.
15639
15640 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15641
15642         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15643
15644         * Moved to Changelog.2.
15645
15646 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15647
15648         * gnus.el (gnus-version-number): Bump version.
15649
15650 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15651
15652         * gnus.el: No Gnus v0.1 is released.
15653
15654 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15655
15656         * gnus.el: No Gnus v0.0 is released.
15657
15658 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15659
15660         * gnus.el (gnus-version-number): Bump.
15661         (gnus-version): No.
15662
15663 See ChangeLog.2 for earlier changes.
15664
15665     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15666       Free Software Foundation, Inc.
15667
15668   This file is part of GNU Emacs.
15669
15670   GNU Emacs is free software: you can redistribute it and/or modify
15671   it under the terms of the GNU General Public License as published by
15672   the Free Software Foundation, either version 3 of the License, or
15673   (at your option) any later version.
15674
15675   GNU Emacs is distributed in the hope that it will be useful,
15676   but WITHOUT ANY WARRANTY; without even the implied warranty of
15677   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15678   GNU General Public License for more details.
15679
15680   You should have received a copy of the GNU General Public License
15681   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15682
15683 ;; Local Variables:
15684 ;; coding: utf-8
15685 ;; fill-column: 79
15686 ;; add-log-time-zone-rule: t
15687 ;; End:
15688
15689 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4