gnus-html.el: Add extra logging.
[gnus] / lisp / ChangeLog
1 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-html.el (gnus-html-wash-tags)
4         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
5         extra logging.
6
7 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * gnus-html.el (gnus-article-html): Decode contents by charset.
10
11 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
14         (gnus-html-frame-width, gnus-blocked-images)
15         * message.el (message-prune-recipient-rules): Add custom version.
16         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
17
18         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
19         functions.
20
21         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
22         gnus-process-get.
23
24 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
25
26         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
27         instead of lsub directly.
28
29 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * nnwarchive.el: Removed.
32
33         * gnus-soup.el: Removed.
34
35         * nnsoup.el: Removed.
36
37         * nnultimate.el: Removed.
38
39         * gnus-html.el (gnus-blocked-images): New variable.
40
41         * message.el (message-prune-recipients): New function.
42         (message-prune-recipient-rules): New variable.
43
44         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
45         guess whether a long line is natural text or not.
46
47         * gnus-html.el (gnus-html-schedule-image-fetching): Use
48         gnus-process-plist and friends for compatibility.
49
50 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
51
52         * gnus-html.el: Require packages that define macros used in this file.
53         (gnus-article-mouse-face): Declare to silence byte-compiler.
54         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
55         process-get.
56         (gnus-html-put-image): Use plist-get to avoid getf.
57         (gnus-html-prefetch-images): Use with-current-buffer.
58
59 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-ems.el: Provide compatibility functions for
62         gnus-set-process-plist.
63
64         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
65         header-line-format for XEmacs 21.4.
66
67         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
68         * gnus.el (gnus-valid-select-methods)
69         * message.el (message-send-mail-partially-limit)
70         * mm-decode.el (mm-text-html-renderer)
71         * mml.el (mml-insert-mime-headers-always)
72         * smiley.el (smiley-regexp-alist): Bump custom version.
73
74 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-html.el: require mm-url.
77         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
78         with the url to `url'.
79         (gnus-html-wash-tags): Support cid: URLs/images.
80
81 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
84         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
85         bindings, as they aren't useful at all. `w' is moved to `W w'.
86
87         * gnus-move.el: Removed file, since it doesn't really work.
88
89         * gnus-html.el (gnus-article-html): Tell w3m that the input is
90         UTF-8. This seems to fix problems with some German web feeds.
91
92         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
93         at the top so that the proper colours are applied.
94
95         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
96         don't have dots in their names.
97
98         * gnus-art.el (gnus-article-view-part): Doc fix.
99
100         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
101         XEmacs-compatible.
102         (gnus-html-put-image): Don't do images on non-graphic displays.
103
104         * nnslashdot.el: Removed this unused backend.
105
106         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
107         actions.
108         (gnus-undo-register-1): Revert last change.
109
110         * gnus-group.el (gnus-group-completing-read): Protect against not
111         having completion-styles bound.
112
113         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
114         make broken recipients happier.
115
116         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
117
118         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
119         point parameter.
120
121         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
122
123         * gnus-group.el (gnus-group-completing-read): Add 'substring to
124         completion-styles for group selection.
125
126 2009-02-04  Andreas Schwab  <schwab@suse.de>
127
128         * gnus-score.el (gnus-score-string): Fix regex for matching extra
129         headers and regexp-quote the match if necessary.
130
131 2009-03-24  Miles Bader  <miles@gnu.org>
132
133         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
134         the blinking smiley.
135
136 2009-03-24  Simon Josefsson  <simon@josefsson.org>
137
138         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
139         blink smiley.
140
141 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
144         where the dribbel file lives exists.
145
146         * message.el (message-send-mail-partially-limit): Change the default to
147         nil, since most people don't want this.
148
149         * mm-url.el (mm-url-decode-entities): Also decode entities like
150         &#x3212.
151
152 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
153
154         * gnus-sum.el (gnus-summary-idna-message):
155         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
156         Hyperlink urls in docstrings with URL `...'.
157
158 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
159
160         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
161         functions.
162
163 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
166         say what the mouseover text should be.
167
168         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
169         version of the mm-w3m-safe-url-regexp variable to only download images
170         in the groups where we want that to happen.
171
172         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
173
174         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
175         easier debugging.
176         (gnus-article-beginning-of-window): Add kludge to allow spacing past
177         big pictures in the article buffer.
178
179         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
180         gnus-article-html.
181         (mm-text-html-renderer): gnus-article-html needs curl in addition to
182         w3m.
183
184         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
185
186 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
189         which doesn't exist.
190
191         * message.el (message-inhibit-ecomplete): New variable to allow some
192         function to inhibit ecomplete address storage.
193         (message-resend): Disable ecomplete message storage when resending
194         messages.
195
196         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
197
198 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
201         Save excursion while copying, moving, and deleting articles in order to
202         prevent the cursor from jumping to unforeseen place.
203
204 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * lpath.el: No need to bind bookmark-current-buffer,
207         bookmark-yank-point and bookmark-make-record-function.
208
209 2010-08-17  Glenn Morris  <rgm@gnu.org>
210
211         * gnus-sync.el: Require gnus components whose functions are used.
212
213         * gnus-art.el (bookmark-make-record-function):
214         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
215         Declare for compiler.
216
217         * mm-url.el (mml-compute-boundary): Autoload.
218
219 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
222
223 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         Typo fix "hoo4a" -> "hook".
226
227         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
228
229 2010-08-14  Glenn Morris  <rgm@gnu.org>
230
231         * gnus-sync.el (gnus-sync): Fix defgroup version.
232
233 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
234
235         Doc fixes and keep unknown groups (ammended for nunion bug fix).
236
237         * gnus-sync.el: Fix docs.
238         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
239         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
240
241 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
242
243         Optimizations for gnus-sync.el.
244
245         * gnus-sync.el: Add docs about gnus-sync-backend
246         possibilities.
247         (gnus-sync-save): Remove unnecessary message.
248         (gnus-sync-read): Optimize and show what groups were skipped.
249
250 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         Minor bug fixes for gnus-sync.el.
253
254         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
255         read the sync on get-new-news.
256
257         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
258         quiet.
259
260         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
261
262 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
263
264         Make saving and restoring of hidden threads work with overlays.
265         Patch applied by Ted Zlatanov.
266
267         * gnus-sum.el (gnus-hidden-threads-configuration)
268         (gnus-restore-hidden-threads-configuration): Update to deal with text
269         properties, rather than searching for a magic character.
270
271 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
272
273         New gnus-sync.el library for synchronization of marks.
274
275         * gnus-sync.el: New library for synchronization of marks.
276
277         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
278         renamed from `gnus-registry-grep-in-list'.
279
280         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
281
282         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
283
284 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
287         determining charset of text fails.
288
289 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * nnmail.el (nnmail-get-new-mail-1): Revert.
292
293         * nnml.el (nnml-active-number): Make sure names of newly created groups
294         in nnml-group-alist are encoded.
295
296 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
299         containing non-ASCII characters in active file for nnml back end.
300
301 2010-07-24  David Engster  <dengste@eml.cc>
302
303         * mml-smime.el (mml-smime-epg-verify): Also accept the older
304         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
305
306 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
307
308         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
309         tag (Bug#6654).
310
311 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
314         the article buffer, not the summary buffer.
315
316 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
319         Emacs 23 as well.
320
321 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
324         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
325
326 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
327
328         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
329         Patch applied by Karl Fogel.
330
331         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
332         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
333
334 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
335
336         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
337         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
338         C-w still not working correctly from Article buffers; Thierry's
339         patch to fix that will be applied after this.
340
341         * gnus-art.el (bookmark-make-record-function): New local variable.
342
343         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
344         article buffer.
345         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
346
347 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
348
349         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
350         on changes in bookmark.el.
351
352 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
355         `no-log' instead of message not to log prompt string.
356
357 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
358
359         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
360         the *other* type of HTML form submission.
361
362 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
363
364         * auth-source.el (auth-source-pick): If choice does not contain a
365         questioned keyword, set the check to t.
366
367 2010-06-12  Romain Francoise  <romain@orebokech.com>
368
369         * gnus-util.el (gnus-date-get-time): Move up before first use.
370
371 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
374         (gnus-article-edit-part): Bind it to make last part that is substituted
375         or deleted visible.
376         (gnus-mime-display-single): Buttonize part of which id equals to
377         gnus-mime-buttonized-part-id.
378
379 2010-06-10  Dan Christensen  <jdc@uwo.ca>
380
381         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
382         (gnus-dd-mmm): Use gnus-date-get-time.
383         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
384         simplify logic.
385         (gnus-summary-limit-to-age): Use gnus-date-get-time.
386         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
387
388 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
389
390         * auth-source.el (top): Autoload `secrets-list-collections',
391         `secrets-create-item', `secrets-delete-item'.
392         (auth-sources): Fix tag string.
393         (auth-get-source, auth-source-retrieve, auth-source-create)
394         (auth-source-delete): New defuns.
395         (auth-source-pick): Rewrite in order to avoid 2 passes.
396         (auth-source-forget-user-or-password): New parameter USERNAME.
397         (auth-source-user-or-password): New parameters CREATE-MISSING and
398         DELETE-EXISTING.  Retrieve password interactively, if needed.
399
400 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
401
402         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
403         deleting unused directories when gnus-expert-user is t.
404
405 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
408         for each temp file when gnus-article-browse-delete-temp is ask.
409
410 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
411
412         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
413         Lisp calls to delete-backward-char by calls to delete-char.
414
415 2010-05-20  Kevin Ryde  <user42@zip.com.au>
416
417         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
418
419 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
420
421         * password-cache.el (password-cache-remove): Fix docstring.
422
423 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
426         article unless decoding article to be saved.
427
428 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
431         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
432         generated within the mm-with-unibyte-current-buffer macro.
433
434 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
437         to nil when we're in a mml-preview buffer and no group is selected.
438
439 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
440
441         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
442         when catching the `C-g'.  Reported by "Leo".
443
444 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * message.el (message-forward-make-body-plain)
447         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
448         multibyte-string-p.
449
450         * lpath.el: Revert.
451
452 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * message.el (message-forward-make-body-mml): Assume original message
455         is multibyte string; error on unibyte.
456         (message-forward-make-body-plain): Ditto; don't add excessive newline
457         in body end.
458
459         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
460
461 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
462
463         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
464         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
465
466 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * mm-extern.el (mm-extern-url): Don't use
469         mm-with-unibyte-current-buffer.
470         (mm-extern-cache-contents): Use with-current-buffer instead of
471         save-excursion + set-buffer.
472
473 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * mm-util.el (mm-emacs-mule): Remove.
476
477 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
478
479         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
480         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
481         change.
482
483 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
486         bind the default value of enable-multibyte-characters to nil.
487
488 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * message.el (message-forward-make-body-plain)
491         (message-forward-make-body-mml):
492         Don't use mm-with-unibyte-current-buffer.
493
494 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
495
496         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
497
498 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
499
500         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
501         (Bug#5592).
502
503 2010-05-07  Julien Danjou  <julien@danjou.info>
504
505         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
506         it to mm-pipe-part.
507
508         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
509         it is given.
510
511 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * binhex.el (binhex-decode-region-internal)
514         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
515         (dns-query)
516         * nnweb.el (nnweb-gmane-search)
517         * pgg-parse.el (pgg-parse-armor)
518         * pgg.el (pgg-verify-region)
519         * sha1.el (sha1-string-external)
520         * uudecode.el (uudecode-decode-region-internal)
521         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
522         XEmacs.
523
524         * gnus-art.el (gnus-article-browse-html-parts)
525         * gnus-group.el (gnus-read-ephemeral-gmane-group)
526         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
527         make-temp-file.
528
529         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
530         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
531         compiling.
532
533         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
534         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
535         XEmacs when compiling.
536
537         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
538         gnus-pick-mode-off-hook for XEmacs when compiling.
539         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
540         gnus-binary-mode-off-hook for XEmacs when compiling.
541
542         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
543         nil if char-charset is not available.
544
545         * imap.el (imap-disable-multibyte)
546         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
547         macros.
548
549         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
550         instead of encode-coding-string.
551
552         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
553         'xemacs) instead of mm-emacs-mule to switch function definitions.
554         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
555
556         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
557         bind temporary-file-directory for XEmacs;
558         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
559         timer-set-function for XEmacs 21.4 and SXEmacs;
560         bind timer-list for XEmacs 21.4 and SXEmacs;
561         fbind char-charset and find-charset-region for non-Mule XEmacs;
562         fbind decode-coding-region, decode-coding-string, detect-coding-region,
563         encode-coding-region and encode-coding-string for XEmacs having no
564         file-coding feature.
565
566 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
567
568         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
569
570 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
573         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
574
575 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
576
577         * mm-util.el (mm-decompress-buffer): Use `delete-file';
578         alias `jka-compr-delete-temp-file' no longer exists.
579
580 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         Use define-minor-mode in Gnus where applicable.
583         * mml.el (mml-mode): Use define-minor-mode.
584         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
585         (gnus-undo-mode): Use define-minor-mode.
586         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
587         (gnus-dead-summary-mode): Use define-minor-mode.
588         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
589         Initialize in declaration.
590         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
591         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
592         (gnus-mailing-list-mode): Use define-minor-mode.
593         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
594         (gnus-draft-mode): Use define-minor-mode.
595         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
596         (gnus-dired-mode): Use define-minor-mode.
597
598 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
599
600         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
601         handles on recursive mml-to-mime translation and check them for
602         boundary delimiter collisions.  Reported by Greg Troxel.
603
604 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
607
608 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
609
610         * mm-util.el (mm-find-buffer-file-coding-system):
611         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
612
613 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
614
615         * message.el (message-generate-headers): Record insertion of optional
616         headers as well.  Otherwise the check to prevent repeated insertion of
617         optional headers is a no-op.
618
619 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
620
621         * smime.el: Don't mention CVS.
622
623         * nnrss.el (nnrss-fetch): Don't mention CVS.
624
625         * nnir.el: Don't mention CVS.
626
627 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
628
629         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
630
631 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * lpath.el: Fbind bookmark-default-handler,
634         bookmark-get-bookmark-record, bookmark-make-record-default,
635         bookmark-prop-get for Emacs <23 and XEmacs.
636
637 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
638
639         * gnus-sum.el: Add bookmark declarations to silence the compiler.
640         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
641         Use with-current-buffer to silence the byte-compiler.
642         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
643         bother to require `gnus'.
644         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
645
646 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
647
648         * gnus-sum.el (gnus-summary-bookmark-make-record)
649         (gnus-summary-bookmark-jump): New functions.
650         (gnus-summary-mode): Setup bookmark support.
651
652 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
653
654         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
655         if set.
656
657 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
660         gnus-article-browse-html-save-cid-image; make it work recursively for
661         forwarded messages as well.
662         (gnus-article-browse-html-parts): Work when prefix arg is given.
663         (gnus-article-browse-html-article): Doc fix.
664
665 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
666
667         * message.el (message-default-mail-headers):
668         (message-default-headers): Carry the value mail-default-headers over
669         into message-default-mail-headers, rather than message-default-headers.
670
671 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
672
673         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
674         charset.
675
676         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
677         charset into the <meta> tag when the article is encoded to utf-8.
678
679 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
682         directories as well.
683         (gnus-article-browse-html-parts): Work for images that do not specify
684         file names; delete temp directory when quitting; insert header at the
685         right place; use file: scheme for image files.
686
687 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
688
689         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
690         (gnus-article-browse-html-parts): Use it to make temporary cid image
691         files in addition to html file so that browser may display them.
692
693 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
696
697 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
698
699         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
700
701 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
702
703         * auth-source.el (auth-sources): Change default to be simpler.  Explain
704         about Secret Service API sources.  Improve Customize options.
705         (auth-source-pick): Change to accept any number of search parameters.
706         Implement fallbacks iteratively, not recursively.  Add scoring on the
707         second pass and sort by score.  Call Secret Service API when needed.
708         (auth-source-user-or-password): Use it.  Call Secret Service API
709         directly when needed to get the user name and the password.
710
711 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
712
713         * message.el (message-interactive): Doc fix.
714         (message-qmail-inject-args): Reflow.
715         (message-kill-to-signature): Fix typo in docstring.
716
717         * smiley.el (smiley-buffer): Fix typo in docstring.
718
719 2010-03-24  Glenn Morris  <rgm@gnu.org>
720
721         * mail-source.el (gnus-message): Declare.
722         (mail-source-delete-old-incoming): Require gnus-util.
723
724 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
727
728         * message.el (ecomplete-setup): Autoload it for Emacs <23.
729
730         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
731         password-cache's default if it is not bound.
732         (mml-secure-passphrase-cache-expiry): Default to 16 that is
733         password-cache-expiry's default if it is not bound.
734
735         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
736         available in Emacs 21.
737
738         * lpath.el: Suppress compiler warnings for:
739         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
740         XEmacs;
741         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
742         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
743         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
744
745 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * auth-source.el (auth-sources): Fix up definition so extra parameters
748         are always inline.
749
750 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
751
752         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
753         wasn't updated after mismatch.  Clear cached mailbox info correctly
754         when uidvalidity changes.
755         (nnimap-group-prefixed-name): New function to avoid some code
756         duplication.
757         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
758         (nnimap-request-group): Use it.
759         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
760         (nnimap-update-unseen): Significantly improved speed of Gnus startup
761         with many imap folders.  This is done by caching the group status from
762         the imap server persistently in a group parameter `imap-status'.  (This
763         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
764         but not persistently, so every Gnus startup was still very slow.)
765
766 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
767
768         * assistant.el (assistant-render-text): Run `widget-setup' and don't
769         delete the extra newline.  Otherwise editing of :string and :number
770         types don't work.
771
772 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
773
774         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
775         secrets.el dependency.
776         (auth-sources): Add optional user name.  Add secrets.el configuration
777         choice (unused right now).
778
779 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
780
781         * gnus-sum.el (gnus-summary-make-menu-bar): Let
782         `gnus-registry-install-shortcuts' fill in the functions.
783
784         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
785         warnings.
786         (gnus-registry-misc-menus): Variable to hold registry mark menus.
787         (gnus-registry-install-shortcuts): Populate and use it in a
788         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
789
790 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
791
792         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
793         In-place substitutions for the group name encoding/decoding.
794         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
795         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
796         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
797         (nnimap-update-unseen, nnimap-request-list)
798         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
799         (nnimap-request-set-mark, nnimap-split-to-groups)
800         (nnimap-split-articles, nnimap-request-newgroups)
801         (nnimap-request-create-group, nnimap-request-accept-article)
802         (nnimap-request-delete-group, nnimap-request-rename-group)
803         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
804         `encoded-mbx' for consistency.
805         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
806         variable `imap-current-mailbox'.
807
808         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
809         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
810
811 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
812
813         * pop3.el (pop3-display-message-size-flag): Display message size byte
814         counts during POP3 download.
815         (pop3-movemail): Use it.
816         (pop3-list): Implement listing of available messages.
817
818 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
819
820         * nnir.el (nnir-get-article-nov-override-function): New function to
821         override the normal NOV retrieval.
822         (nnir-retrieve-headers): Use it.
823
824 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
825
826         * auth-source.el (netrc-machine-user-or-password): Autoload.
827
828 2010-03-19  Glenn Morris  <rgm@gnu.org>
829
830         Stop message.el from loading about 40 libraries it doesn't always need.
831         The general approach is to autoload rather than require, and to
832         require in the specific functions rather than the file.  (Bug#5642)
833
834         * gmm-utils.el: Don't require wid-edit.
835         (widget-create-child-value, widget-convert, widget-default-get):
836         Autoload.
837
838         * gnus-util.el: Don't require time-date, netrc.
839         (message-fetch-field, gnus-group-name-decode): Declare rather than
840         autoloading.
841         (gnus-fetch-field): Require message.
842         (gnus-decode-newsgroups): Require gnus-group.
843
844         * ietf-drums.el: Don't require time-date.
845
846         * message.el: Don't require hashcash, canlock, ecomplete.
847         Do require mail-utils.  Require nnheader only when compiling.
848         (smtpmail-default-smtp-server): Remove declaration.
849         (message-send-mail-function): Check smtpmail-default-smtp-server
850         is bound rather than requiring smtpmail.
851         (message-auto-save-directory, message-insert-signature): Use
852         expand-file-name rather than nnheader-concat.
853         (nnheader-insert-file-contents): Autoload.
854         (hashcash-wait-async): Declare.
855         (message-send-mail): Only call gnus-setup-posting-charset if
856         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
857         (message-send-mail-with-sendmail): Require sendmail.
858         (canlock-password, canlock-password-for-verify): Declare.
859         (message-canlock-password): Require canlock.
860         (nnheader-get-report): Autoload.
861         (gnus-setup-posting-charset): Declare.
862         (message-send-news): Require gnus-msg.
863         (message-make-references, message-make-in-reply-to): Use mail-header-id
864         rather than the alias mail-header-message-id.
865         (ecomplete-add-item, ecomplete-save): Declare.
866         (message-put-addresses-in-ecomplete): Require ecomplete.
867         (ecomplete-display-matches): Autoload.
868
869         * mm-decode.el: Don't require mailcap, gnus-util.
870         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
871         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
872         Autoload.
873         (mailcap-mime-extensions): Declare.
874
875         * mm-encode.el: Don't require mailcap.
876         (mailcap-extension-to-mime): Autoload.
877
878         * mml-sec.el: Don't require password-cache.
879
880         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
881         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
882         (mml-minibuffer-read-type): Require mailcap.
883         (mml-preview): Require gnus-msg.
884
885         * mml1991.el: Require password-cache.
886         (password-cache-expiry): Remove declaration.
887
888         * mml2015.el: Require password-cache.
889         (password-cache-expiry): Remove declaration.
890
891         * nneething.el (mailcap): Require mailcap.
892
893         * nnheader.el (declare-function): Add compatibility stub.
894         (message-remove-header): Declare rather than autoload.
895         (nnheader-replace-header): Require message.
896
897         * nnimap.el (declare-function): Add compatibility stub.
898         (netrc-parse, netrc-machine-user-or-password): Declare.
899         (nnimap-open-connection): Require netrc.
900
901         * nntp.el (declare-function): Add compatibility stub.
902         (netrc-parse, netrc-machine, netrc-get): Declare.
903         (nntp-send-authinfo): Require netrc.
904
905         * rfc2047.el: Don't require qp.
906         (quoted-printable-encode-region, quoted-printable-decode-string):
907         Autoload.
908
909         * sieve-mode.el: Don't require easymenu.
910         (easy-menu-add-item): Autoload it.
911
912         * spam-stat.el (time-to-number-of-days): Autoload it.
913
914 2010-03-19  Glenn Morris  <rgm@gnu.org>
915
916         * password-cache.el (password-cache, password-cache-expiry): Autoload.
917
918 2010-03-18  Glenn Morris  <rgm@gnu.org>
919
920         * hashcash.el (declare-function): Remove duplicate definition.
921
922 2010-03-17  Kevin Ryde  <user42@zip.com.au>
923
924         * mml.el (mml-read-tag): Unquote values with `read' to reverse
925         prin1 in mml-insert-tag (just stripping the quotes gave wrong
926         value if any backslash escapes).
927
928 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
931         if it is available.  (bug#5647)
932
933         * lpath.el: Suppress compiler warning for coding-system-from-name for
934         Emacs 21 and XEmacs.
935
936 2010-03-14  Juri Linkov  <juri@jurta.org>
937
938         * hmac-def.el:
939         * hmac-md5.el:
940         * netrc.el: Fix keywords.
941
942 2010-02-26  Glenn Morris  <rgm@gnu.org>
943
944         * message.el (message-send-mail-function): Change the default, so that
945         it inherits from a customized send-mail-function.  (Bug#5643)
946
947 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
948
949         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
950         shell-command-to-string signals an error (bug#5299).
951
952 2010-02-24  Glenn Morris  <rgm@gnu.org>
953
954         * message.el (message-smtpmail-send-it)
955         (message-send-mail-with-mailclient): Doc fixes.
956
957 2010-02-16  Glenn Morris  <rgm@gnu.org>
958
959         * message.el (message-default-mail-headers): Change the default value
960         to ease the transition from mail-mode to message-mode.  (Bug#5555)
961
962 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
965         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
966
967 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
968
969         * time-date.el (date-to-time): Doc fix (Bug#5408).
970
971 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
972
973         * message.el (message-mail): Just pass yank-action on to message-setup.
974         (message-setup): Handle (FUN . ARGS) form of yank-action.
975         (message-with-reply-buffer, message-widen-reply)
976         (message-yank-original): Handle non-buffer values of
977         message-reply-buffer (Bug#4080).
978         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
979
980 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
981
982         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
983         Fix typo in docstring.
984
985 2010-01-08  Jason Rumney  <jasonr@gnu.org>
986
987         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
988         response.
989
990 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
993
994         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
995
996         * message.el (message-check-news-header-syntax): Protect against a
997         string that `rfc822-addresses' returns when parsing fails.
998
999 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1002         (gnus-previous-char-property-change): New functions.
1003
1004         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1005
1006 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1007
1008         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1009         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1010
1011 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1012
1013         * message.el (message-exchange-point-and-mark): Rework last change to
1014         avoid using optional arg of exchange-point-and-mark, for backward
1015         compatibility.
1016
1017 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1018
1019         * message.el (message-exchange-point-and-mark): Call
1020         exchange-point-and-mark with an argument rather than setting
1021         mark-active by hand (Bug#5175).
1022
1023 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * nntp.el (nntp-service-to-port): Work for service expressed with
1026         numeric string; replace [:digit:] with [0-9] for XEmacs.
1027
1028 2009-12-17  Glenn Morris  <rgm@gnu.org>
1029
1030         * gnus-group.el (gnus-bug-group-download-format-alist):
1031         Change emacs entry to debbugs.gnu.org.  Bump :version.
1032
1033 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1034
1035         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1036
1037 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * message.el (message-info): Explain why we use `Info-goto-node'.
1040
1041 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1044
1045 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1046
1047         * message.el (message-completion-in-region): New compatibility function.
1048         (message-expand-group): Use it.
1049
1050 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1053         with no unread article should be listed if the 2nd arg `predicate' is
1054         given.
1055
1056 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1059
1060 2009-11-29  Juri Linkov  <juri@jurta.org>
1061
1062         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1063         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1064         on `gnus-recenter'. (Bug#4698, Bug#4981)
1065
1066 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1067
1068         * sha1.el (sha1-string-external): default-directory "/" in case
1069         otherwise non-existent.  process-connection-type pipe for touch of
1070         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1071
1072 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1073
1074         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1075         it's comms related and sgml-mode.el has "comm" on that basis too.
1076
1077 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1080         containing tspecial characters if they have been already quoted.
1081
1082 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1083
1084         * dns-mode.el (auto-mode-alist): Purecopy string.
1085
1086 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1087
1088         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1089
1090 2009-10-24  Glenn Morris  <rgm@gnu.org>
1091
1092         * gnus-art.el (help-xref-stack-item): Define for compiler.
1093
1094 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1095
1096         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1097
1098 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1101
1102 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1105         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1106
1107 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1110         (gnus-overlays-in): New alias to overlays-in.
1111
1112         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1113         gnus-overlay-get, and gnus-delete-overlay.
1114         (gnus-summary-show-thread): Make it work as well for systems in which
1115         next-single-char-property-change is not available.
1116         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1117
1118         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1119         (gnus-overlay-get): New alias to extent-property.
1120         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1121
1122         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1123         SXEmacs.
1124
1125         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1126         SXEmacs.
1127
1128 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1129
1130         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1131
1132 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1133
1134         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1135         and XEmacs that don't have `remove-overlays'.
1136
1137 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1138
1139         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1140         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1141         selective display.  Use overlays instead.
1142
1143 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1144
1145         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1146
1147 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1148
1149         * spam-stat.el (spam-stat-load): Fix typo in message.
1150
1151 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1152
1153         * dig.el (dig-invoke): Fix typo in docstring.
1154         (query-dig): Reflow docstring.
1155
1156 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1157
1158         * gnus-art.el (gnus-article-encrypt-body):
1159         * message.el (message-check-recipients):
1160         * mm-util.el (mm-codepage-setup):
1161         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1162         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1163
1164 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1165
1166         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1167         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1168         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1169         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1170         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1171
1172 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1173
1174         * dig.el: Add "Keywords: comm", as per net-utils.el.
1175
1176 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1177
1178         * dig.el (dig-mode): Use define-derived-mode.
1179
1180 2009-09-19  Glenn Morris  <rgm@gnu.org>
1181
1182         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1183
1184 2009-09-18  Glenn Morris  <rgm@gnu.org>
1185
1186         * gnus-diary.el (gnus-diary-check-message):
1187         * message.el (message-insert-formatted-citation-line):
1188         * nnbabyl.el (top-level):
1189         * nndiary.el (nndiary-schedule):
1190         Fix typos in condition-case handlers.
1191
1192 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1195         configuration that provides the sole article window in a frame;
1196         position point correctly after deleting a part.
1197
1198 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1199
1200         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1201         (spam-resolve-registrations-routine): Use it to unregister articles
1202         that change status.
1203
1204 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1207         with XEmacs.
1208         (parse-time-string-chars): Use it.
1209
1210 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * imap.el (imap-interactive-login): Better messages.
1213         (imap-open): Fix bug with renamed buffer on reconnect.
1214         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1215         for easier debugging and cleaner code.  On successful (guessed based on
1216         server capabilities) secondary authentication, set imap-state
1217         correctly.
1218         (imap-last-authenticator): Define imap-last-authenticator as a variable
1219         to avoid warnings.
1220
1221 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * nnrss.el (nnrss-request-article): Remove binding of
1224         default-enable-multibyte-characters that has gotten needless by
1225         the 2007-07-13 change in rfc2047-encode-message-header.
1226
1227         * mml.el (mml-insert-multipart): Error on the message header.
1228         (mml-insert-part): Error on the message header; position point at
1229         the end of a MIME tag.
1230
1231 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * time-date.el (autoload): Expand define-obsolete-function-alias into
1234         defalias and make-obsolete for old Emacsen that Gnus supports.
1235         (with-no-warnings): Define it for old Emacsen.
1236         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1237         is available.
1238         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1239         float-time is available; suppress compile warning for time-to-seconds.
1240
1241         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1242         (gnus-float-time): Alias to float-time if it exists.
1243
1244         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1245         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1246         float-time is available; suppress compile warning for time-to-seconds.
1247
1248         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1249         XEmacs.
1250
1251 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * imap.el (imap-message-map): Docstring fix.
1254
1255 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1258         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1259         Add the optional argument `encoding' that overrides the default.
1260
1261         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1262         mm-encode-buffer.
1263
1264 2009-09-04  Glenn Morris  <rgm@gnu.org>
1265
1266         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1267         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1268         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1269         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1270         * mm-util.el (mm-with-unibyte-current-buffer)
1271         (mm-find-buffer-file-coding-system):
1272         * yenc.el (yenc-decode-region): Use default-value rather than
1273         default-enable-multibyte-characters.
1274
1275 2009-09-03  Glenn Morris  <rgm@gnu.org>
1276
1277         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1278         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1279         than default-enable-multibyte-characters.
1280
1281 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1282
1283         * gnus-art.el (gnus-article-read-summary-keys):
1284         Fix gnus-buffer-configuration's value temporarily used.
1285
1286 2009-09-02  Glenn Morris  <rgm@gnu.org>
1287
1288         * gnus-util.el (gnus-float-time): New function.
1289         * gnus-delay.el (gnus-delay-article):
1290         * gnus-sum.el (gnus-thread-latest-date):
1291         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1292         * nnspool.el (nnspool-request-newgroups):
1293         Use gnus-float-time rather than time-to-seconds.
1294         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1295
1296         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1297         (gnus-header-subject-face, gnus-header-newsgroups-face)
1298         (gnus-header-name-face, gnus-header-content-face):
1299         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1300         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1301         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1302         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1303         (gnus-cite-face-11):
1304         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1305         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1306         (gnus-server-closed-face, gnus-server-denied-face)
1307         (gnus-server-offline-face):
1308         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1309         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1310         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1311         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1312         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1313         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1314         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1315         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1316         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1317         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1318         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1319         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1320         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1321         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1322         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1323         (gnus-summary-high-undownloaded-face)
1324         (gnus-summary-low-undownloaded-face)
1325         (gnus-summary-normal-undownloaded-face)
1326         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1327         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1328         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1329         (gnus-splash-face):
1330         * message.el (message-header-to-face, message-header-cc-face)
1331         (message-header-subject-face, message-header-newsgroups-face)
1332         (message-header-other-face, message-header-name-face)
1333         (message-header-xheader-face, message-separator-face)
1334         (message-cited-text-face, message-mml-face):
1335         * sieve-mode.el (sieve-control-commands-face)
1336         (sieve-action-commands-face, sieve-test-commands-face)
1337         (sieve-tagged-arguments-face):
1338         * spam.el (spam-face):
1339         Mark face aliases with "-face" in the name as obsolete.
1340
1341 2009-09-01  Glenn Morris  <rgm@gnu.org>
1342
1343         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1344         than goto-line.
1345
1346 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1349         Don't move point if the command is invoked inside the message header.
1350
1351 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1352
1353         * imap.el (imap-send-command): Simplify.
1354         (imap-wait-for-tag): point-max -> buffer-size.
1355
1356 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1357
1358         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1359         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1360         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1361         * nnir.el (nnir-swish-e-index-file):
1362         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1363         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1364         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1365         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1366         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1367         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1368
1369 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1372         Don't save excursion.
1373
1374 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1375
1376         * nnheader.el (nnheader-find-file-noselect):
1377         * mm-util.el (mm-insert-file-contents):
1378         Use (default-value 'major-mode) instead of default-major-mode.
1379
1380 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1381
1382         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1383
1384 2009-08-26  Glenn Morris  <rgm@gnu.org>
1385
1386         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1387         than placing in files.el.
1388
1389 2009-08-25  Glenn Morris  <rgm@gnu.org>
1390
1391         * nnir.el (top-level): Don't require cl at run-time.
1392         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1393         Replace cl-function substitute with gnus-replace-in-string.
1394         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1395         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1396         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1397         simplified expansions.
1398
1399 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1400
1401         * dig.el (dig): Add autoload cookie.
1402
1403 2009-08-22  Glenn Morris  <rgm@gnu.org>
1404
1405         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1406         goto-line.
1407
1408 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1409
1410         * parse-time.el (parse-time-string-chars): Save match data.
1411
1412 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1413
1414         * parse-time.el (parse-time-string-chars): Compute using character
1415         classes, to handle non-ascii characters (Bug#3190).
1416
1417 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1420
1421         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1422         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1423         (gnus-mm-display-part, gnus-mime-display-single)
1424         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1425         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1426
1427         * gnus-sum.el
1428         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1429         (gnus-summary-move-article): Add expirable mark to articles copied or
1430         moved to group that has auto-expire turned on if the option is non-nil.
1431
1432 2009-07-24  Glenn Morris  <rgm@gnu.org>
1433
1434         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1435         Fix typo.  (Bug#3903)
1436
1437 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1440         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1441         that should not be used for draft articles.
1442         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1443         that has no concern in minor mode keys.
1444         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1445         Abolish.
1446
1447 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1450         article without making inquiry to a user for unknown encoding.
1451
1452         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1453         (nnmaildir--scan): Assume i-node and device number that file-attributes
1454         returns might be cons-cell.
1455
1456         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1457
1458         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1459
1460 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1461
1462         * auth-source.el: Remove docs now in auth.texi.  Don't use
1463         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1464         `auth-source-hide-passwords' and use them.
1465
1466 2009-07-15  Glenn Morris  <rgm@gnu.org>
1467
1468         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1469
1470 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1473         excessive whitespace from the default values of title and description.
1474
1475 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1478         mail-fetch-field to fetch Content-Description header in order to
1479         exclude newlines.
1480
1481 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1482
1483         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1484         format used by GnuPG 2.0.11.
1485
1486 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1489         to deleted part.
1490
1491 2009-05-30  David Engster  <dengste@eml.cc>
1492
1493         * nnmairix.el: Remove old documentation in the commentary block.
1494         (nnmairix-request-group): Do not update active file for nnml back ends.
1495         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1496         end so that overview files are ignored.
1497         (nnmairix-update-groups): Make updating the groups more robust by using
1498         marks.
1499         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1500         with dollar characters in message-id.
1501
1502 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1503
1504         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1505         2008-12-25 in dns.el.
1506
1507 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1508
1509         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1510         could happen if the text is only composed of spaces and/or tabs.
1511
1512 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1513
1514         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1515         when sending a queued message to avoid extra mml tags.
1516
1517 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1520
1521 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1524         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1525         rmail-toggle-header for XEmacs;
1526         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1527
1528 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-dired.el: Remove autoload for gnus-setup-message.
1531         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1532         displaying Gnus logo; always use compose-mail.
1533
1534 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1537
1538 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1541         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1542         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1543         available.
1544         (gnus-nocem-epg-verify): New function.
1545
1546 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1547
1548         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1549
1550 2009-02-15  Glenn Morris  <rgm@gnu.org>
1551
1552         * gnus-util.el (rmail-insert-rmail-file-header)
1553         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1554         autoloads.
1555         (rmail-default-rmail-file): Remove unnecessary declaration.
1556         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1557
1558 2009-02-14  Glenn Morris  <rgm@gnu.org>
1559
1560         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1561         variable (only used in gnus-util, which declares it anyway).
1562         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1563         which was only needed by gnus-art (changed to not use it any more).
1564         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1565         only used in gnus-util, which autoloads it itself.
1566         (rmail-update-summary): Fix autoload.
1567
1568         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1569         rather than rmail-output-to-rmail-file.
1570
1571 2009-02-07  Glenn Morris  <rgm@gnu.org>
1572
1573         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1574         autoload of function that no longer exists.
1575         (rmail-toggle-header): Declare.
1576         (message-forward-rmail-make-body): Handle mbox Rmail.
1577
1578 2009-01-31  Glenn Morris  <rgm@gnu.org>
1579
1580         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1581         2009-01-09 change.
1582
1583 2009-01-31  Dave Love  <fx@gnu.org>
1584
1585         * imap.el (imap-fetch-safe): Bind debug-on-error.
1586         (imap-debug): Add imap-fetch-safe.
1587
1588 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1589
1590         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1591         (auth-source-forget-all-cached): New convenience function.
1592         (auth-source-user-or-password): Accept list of modes or a single mode.
1593
1594         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1595         auth-source modes.
1596
1597         * netrc.el (netrc-machine-user-or-password): Use list of
1598         auth-source modes.
1599
1600         * nnimap.el (nnimap-open-connection): Use list of
1601         auth-source modes.
1602
1603         * nntp.el (nntp-send-authinfo): Use list of
1604         auth-source modes.
1605
1606 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1607
1608         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1609         now.
1610
1611 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1614         coding system in XEmacs; add a workaround for XEmacs.
1615
1616         * lpath.el: Fbind coding-system-aliasee.
1617
1618 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1621         of current-language-environment.
1622
1623 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1626         available at runtime.
1627
1628 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1631
1632 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1633
1634         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1635         the greatest positive fixnum value doesn't work under an XEmacs with
1636         bignum support; use the most-positive-fixnum constant instead,
1637         available since Emacs 21.1 with cl and XEmacs 21.1.
1638
1639 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1642         XEmacs gets not to work.
1643
1644 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * mm-util.el (mm-coding-system-priorities): Allow the value like
1647         "Japanese (UTF-8)" of current-language-environment.
1648
1649 2009-01-09  Glenn Morris  <rgm@gnu.org>
1650
1651         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1652         with last-command-event.
1653
1654 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1657         in the doc string.
1658
1659         * message.el (message-fix-before-sending): Amend comment.
1660
1661 2009-01-08  Dave Love  <fx@gnu.org>
1662
1663         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1664
1665 2009-01-07  David Engster  <dengste@eml.cc>
1666
1667         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1668         simplified server definitions by converting it via
1669         gnus-server-to-method.
1670
1671 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1674         parameter's operands.
1675
1676 2009-01-06  David Engster  <dengste@eml.cc>
1677
1678         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1679         primary select method (for gnus-group-mark-article-as-read).
1680
1681 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1682
1683         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1684         `(gnus)Face', not `(gnus)X-Face'.
1685
1686 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * mm-util.el (mm-ucs-to-char): New function.
1689
1690         * mm-url.el (mm-url-decode-entities): Use it.
1691
1692         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1693         unicode-to-char.
1694
1695 2009-01-05  Dave Love  <fx@gnu.org>
1696
1697         * time-date.el: Require cl for `declare'.
1698
1699 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1700
1701         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1702         Dave Love.
1703
1704 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1705
1706         * message.el (message-fix-before-sending): Add `eight-bit' to
1707         illegible-text check.
1708
1709 2009-01-03  Michael Olson  <mwolson@gnu.org>
1710
1711         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1712         `headers' is nil.  This can occur if the IMAP server does not have
1713         permissions to read messages from a folder, but can write new messages
1714         to the folder.
1715         (nnimap-request-article-part): Do not insert `data' if it is nil.
1716
1717         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1718         characters which will confuse `read', so skip past them.
1719
1720 2009-01-01  Dave Love  <fx@gnu.org>
1721
1722         * imap.el (imap-string-to-integer): Fix typo.
1723         (imap-fetch-safe): New function.
1724         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1725
1726         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1727
1728         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1729         (imap-parse-greeting): Fix doc strings.
1730         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1731         (imap-parse-flag-list): Make messages unique.
1732         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1733
1734         * nnimap.el: Fix author email.
1735         (nnimap-split-rule): Add FIXME comment.
1736         (nnimap-debug): Fix doc string.
1737
1738 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1739
1740         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1741
1742 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1743
1744         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1745         nslookup if resolv.conf isn't available.
1746         (dns-query): Rename from query-dns.
1747         (dns-query-cached): Rename from query-dns-cached.
1748
1749 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1752         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1753         to check if those variables exist (first appeared in Emacs 18.50).
1754
1755 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * mm-util.el (mm-line-number-at-pos): New function.
1758
1759         * spam-report.el (spam-report-process-queue): Use it.
1760
1761 2008-12-24  David Engster  <dengste@eml.cc>
1762
1763         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1764         parameters that haven't existed as variables as buffer-local variables.
1765
1766 2008-12-23  Dave Love  <fx@gnu.org>
1767
1768         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1769         cadar.
1770
1771         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1772         imap-starttls-p.
1773         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1774
1775 2008-12-22  Dave Love  <fx@gnu.org>
1776
1777         * imap.el: Fix author email.  Doc fixes.
1778         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1779         reply.
1780
1781 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1782
1783         * spam-report.el (spam-report-gmane-max-requests): New constant.
1784         (spam-report-gmane-wait): New variable.
1785         (spam-report-gmane-ham, spam-report-gmane-spam)
1786         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1787         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1788         the server.
1789
1790         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1791         Add explanations.
1792
1793         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1794         nnheader-accept-process-output and nnheader-read-timeout if available.
1795         (pop3-movemail): Use it.
1796
1797         * message.el (message-check-news-body-syntax): Fix signature check if
1798         there's an attachment.
1799
1800 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * mm-util.el: Add comments to the mm- emulating functions.
1803
1804 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1805
1806         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1807         by Stephen Berman <stephen.berman@gmx.net>.
1808
1809 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * mm-util.el (mm-substring-no-properties): New function.
1812         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1813         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1814         (mm-string-to-multibyte): Doc fix.
1815
1816         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1817
1818 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * mml.el (mml-attach-file): Strip text properties from file name.
1821         (Bug#1574)
1822
1823 2008-12-16  Glenn Morris  <rgm@gnu.org>
1824
1825         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1826
1827 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1830         knows since the charset specified might be a bogus alias that
1831         mm-charset-synonym-alist provides.
1832
1833 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1834
1835         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1836         "ISO_8859-1".
1837
1838         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1839
1840 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * mm-util.el (mm-charset-eval-alist):
1843         Define it before mm-charset-to-coding-system.
1844         (mm-charset-to-coding-system): Add optional argument `silent';
1845         define it before mm-charset-override-alist.
1846         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1847         default value if it can be used in Emacs currently running;
1848         silence mm-charset-to-coding-system.
1849
1850 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1853         `allow-override' which says whether to use `mm-charset-override-alist'.
1854         (rfc2047-decode-encoded-words): Use it.
1855
1856         * mm-util.el (mm-charset-override-alist): Fix custom type;
1857         add `(gb2312 . gbk)' to choices.
1858
1859 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1862         fast.
1863
1864         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1865
1866         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1867
1868 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1869
1870         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1871         on links.
1872
1873         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1874
1875 2008-12-03  Lute Kamstra  <lute@gnu.org>
1876
1877         * sha1.el: Remove leading * from docstrings of defcustoms,
1878         deffaces, defconsts and defuns.
1879
1880 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1883         users' addresses that don't have domain parts.
1884         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1885         rather than message-narrow-to-head since there will be the message
1886         header separator.
1887
1888 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1889
1890         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1891         since the result is inserted in a unibyte buffer anyway.
1892         (nnimap-demule-use-string-to-multibyte): Remove.
1893         (nnimap-demule): Alias it to mm-string-to-multibyte.
1894
1895 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1896
1897         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1898         variable for debugging bug#464 and bug#1174.
1899         (nnimap-demule): Use it.
1900
1901 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1902
1903         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1904         score calculation correctly.
1905
1906 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1907
1908         * message.el (message-send-mail): Just set the buffer to unibyte
1909         rather than use mm-with-unibyte-current-buffer which does a lot more.
1910         (message-send-mail-partially): Don't bother with
1911         mm-with-unibyte-current-buffer since it's already been made unibyte by
1912         message-send-mail.
1913
1914 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1917
1918 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1921
1922 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1925         require itself and to remove `with-no-warnings'.
1926
1927 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1928
1929         * starttls.el (starttls-any-program-available): Get the name of the
1930         available TLS layer program.
1931         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1932         well as the host name in the "opening" message.
1933
1934         * auth-source.el (auth-source-cache, auth-source-do-cache)
1935         (auth-source-user-or-password): Cache passwords and logins by default,
1936         allow override with `auth-source-do-cache'.
1937         (auth-source-forget-user-or-password): Allow users to remove cache
1938         entries if needed.
1939
1940 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1941
1942         * md4.el (md4-buffer): Fix typo in docstring.
1943         (md4, md4-64): Doc fixes.
1944         (md4-pack-int32): Reflow docstring.
1945
1946 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1947
1948         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1949         condition-case to only the forward-sexp call.
1950
1951 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1952
1953         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1954         quotes contained.  Make it more robust regardless by an extra
1955         condition-case wrapper.
1956
1957 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1960
1961 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * nnml.el (nnml-request-expire-articles): Check if the function set to
1964         `nnmail-expiry-target' returns the symbol `delete'.
1965
1966         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1967
1968         * nnmail.el (nnmail-expiry-target): Fix custom type.
1969
1970 2008-10-02  Glenn Morris  <rgm@gnu.org>
1971
1972         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1973         Silence compiler warning.
1974
1975 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1976
1977         * tls.el (open-tls-stream): Show the actual command being
1978         executed, instead of the format string.
1979
1980 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * lpath.el: Fbind codepage-setup for Emacs 23.
1983
1984 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1985
1986         * mml.el (mml-menu): Don't assume mml2015 is bound.
1987
1988 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1991         exists.
1992
1993 2008-09-27  Glenn Morris  <rgm@gnu.org>
1994
1995         * gnus-util.el (mail-header-remove-comments): Autoload it.
1996
1997 2008-09-27  Andreas Schwab  <schwab@suse.de>
1998
1999         * gnus-util.el (gnus-split-references): Strip comments.
2000         (gnus-parent-id): Likewise.
2001
2002 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2003
2004         * message.el (message-confirm-send): Fix version.
2005
2006 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * message.el (message-idna-to-ascii-rhs-1): Use
2009         mail-extract-address-components rather than mail-header-parse-addresses
2010         that is an alias by default to ietf-drums-parse-addresses that does not
2011         support non-ASCII names in headers' contents.
2012
2013 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2014
2015         * message.el (message-confirm-send): Fixed variable documentation to
2016         avoid the "y/n" wording.
2017
2018 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2019
2020         * message.el (message-set-auto-save-file-name): Save to a different
2021         filename so multiple messages (especially drafts) can be recovered.
2022
2023 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * message.el (message-confirm-send): Add appropriate version.
2026
2027 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2028
2029         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2030         defvar.
2031
2032 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2033
2034         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2035         (mm-pkcs7-enveloped-magic): Ditto.
2036
2037 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2038
2039         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2040         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2041
2042 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2045         default, it's better.
2046
2047 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2048
2049         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2050         summary line gnus-number property and ignore them (with a warning
2051         message).
2052
2053 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2056         macro caddr in the interactive form since it won't be expanded.
2057
2058 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2061         `charset'; fix name of function called recursively.
2062         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2063
2064 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2067         (gnus-mime-set-charset-parameters): New function.
2068         (gnus-mime-view-part-as-charset): Use it to correctly display part
2069         specifying wrong charset.
2070
2071 2008-09-08  David Engster  <dengste@eml.cc>
2072
2073         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2074         in completing-read for back end server.
2075
2076 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2077
2078         * message.el (message-confirm-send): New variable to confirm sending a
2079         message.
2080         (message-send): Use it.
2081
2082 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2083
2084         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2085
2086 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2089
2090 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2093         prevent tracking too many groups.
2094         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2095         Use it.
2096
2097 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2098
2099         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2100         moving point to the bottom of the window in order to avoid recentering.
2101
2102 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2105
2106         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2107         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2108         (gnus-article-beginning-of-window): Fix calculation.
2109
2110 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-msg.el (gnus-summary-supersede-article)
2113         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2114         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2115         message header.
2116
2117 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2118
2119         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2120         pending output coming after the status change.
2121
2122 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2123
2124         * message.el:
2125         * gnus-start.el:
2126         * gnus-registry.el: Remove VMS support.
2127
2128 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2131         macro.
2132         (rfc2104-hash): Use it.
2133
2134 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2137         (gnus-summary-sort-by-most-recent-date): New commands.
2138         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2139         and menu entries.
2140
2141 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2144         don't redisplay article for raw contents; remove plural articles stuff.
2145
2146         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2147         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2148         on gnus-summary-save-article; display results properly.
2149
2150 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * lpath.el: No need to fbind ns-focus-frame.
2153
2154 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2157
2158 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2161         gnus-save-all-headers.
2162
2163 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2164
2165         * gnus-util.el (ns-focus-frame): Remove declaration.
2166         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2167         like x.
2168
2169 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2170
2171         * rfc2104.el (rfc2104-zero): Delete defconst.
2172         (rfc2104-hex-alist): Likewise.
2173         (rfc2104-hex-to-int): Delete func.
2174         (rfc2104-hexstring-to-bitstring): Likewise.
2175         (rfc2104-nybbles): New defconst.
2176         (rfc2104-hash): Rewrite for speed.
2177
2178 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * tls.el (open-tls-stream): Make it work with the 2nd argument
2181         BUFFER that is a string but does not exist as a buffer object, as
2182         mentioned in the doc-string.
2183
2184 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2187         SXEmacs.
2188
2189 2008-07-16  Glenn Morris  <rgm@gnu.org>
2190
2191         * gnus-util.el (ns-focus-frame): Declare for compiler.
2192
2193 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2196         set as a group parameter.
2197         (gnus-summary-save-in-pipe): Work when it is called independently.
2198         (gnus-summary-pipe-to-muttprint): Don't modify
2199         gnus-summary-pipe-output-default-command.
2200
2201 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2202
2203         * message.el (message-send-mail-with-sendmail):
2204         Display the error message.
2205
2206 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el (gnus-default-article-saver):
2209         Add gnus-summary-save-in-pipe to choices.
2210         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2211         gnus-summary-pipe-output-default-command as the default command.
2212         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2213         instead of gnus-last-shell-command.
2214
2215         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2216         New user option.
2217         (gnus-summary-muttprint-program): Mention the value will be changed.
2218         (gnus-summary-save-article): Force showing of all headers.
2219         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2220
2221 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2222
2223         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2224
2225 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2226
2227         * nnimap.el (nnimap-id):
2228         * sieve-manage.el (sieve-manage-open): Doc fixes.
2229
2230 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2231
2232         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2233         if available.
2234
2235 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2236
2237         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2238
2239         * nnkiboze.el (nnkiboze-generate-group):
2240         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2241
2242         * nnmairix.el: Require CL.
2243
2244 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * dgnushack.el: Autoload get-display-table and put-display-table for
2247         XEmacs 21.5.
2248
2249         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2250         21.4 and SXEmacs.
2251
2252 2008-06-15  David Engster  <dengste@eml.cc>
2253
2254         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2255
2256 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2257
2258         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2259         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2260         runtime choice under XEmacs.
2261
2262         * gnus-sum.el (gnus-summary-set-display-table):
2263         Use `gnus-put-display-table', `gnus-get-display-table',
2264         `gnus-set-display-table' for the display table, instead of `aset'.
2265
2266         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2267         Use `gnus-put-display-table', `gnus-get-display-table',
2268         `gnus-set-display-table' for the display table.
2269
2270 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * nnmairix.el: Add autoloads.
2273
2274 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * nnmairix.el (nnmairix-delete-recreate-group)
2277         (nnmairix-update-and-clear-marks): Fix error messages.
2278
2279 2008-06-14  David Engster  <dengste@eml.cc>
2280
2281         * nnmairix.el: Upgrade to version 0.6.
2282         (nnmairix-group-toggle-propmarks-this-group)
2283         (nnmairix-group-toggle-readmarks-this-group)
2284         (nnmairix-group-delete-recreate-this-group)
2285         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2286         (nnmairix-remove-tick-mark-original-article): New commands.
2287         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2288         (nnmairix-propagate-marks-to-nnmairix-groups)
2289         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2290         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2291         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2292         functions needed for marks propagation and manipulation of read marks.
2293         (nnmairix-update-groups): New function.
2294         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2295         (nnmairix-determine-original-group-from-registry)
2296         (nnmairix-determine-original-group-from-path)
2297         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2298         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2299         New helper functions.
2300         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2301         keystrokes for new commands.
2302         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2303         (nnmairix-request-group): Check allow-fast group parameter.
2304         (nnmairix-request-create-group): Set allow-fast group parameter if
2305         nnmairix-allowfast-default is set.
2306         (nnmairix-close-group): Propagate marks upon closing if needed.
2307         (nnmairix-group-toggle-threads-this-group): Use new.
2308         nnmairix-group-toggle-parameter helper function.
2309         (nnmairix-search): Better check for empty search result.
2310         (nnmairix-goto-original-article): Use new helper functions for
2311         determining original article.
2312         (nnmairix-show-original-article): Make sure message-id is in brackets.
2313         (nnmairix-call-mairix-binary): Change variable name.
2314         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2315         helper function.
2316         (nnmairix-widget-toggle-activate): Fix doc string.
2317
2318 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * nnir.el: Require edmacro when compiling with XEmacs.
2321         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2322         available in Emacs 21.
2323
2324 2008-06-11  Glenn Morris  <rgm@gnu.org>
2325
2326         * gnus-util.el (x-focus-frame):
2327         * gnus.el (image-size):
2328         * mm-decode.el (image-size): Declare.
2329
2330         * gnus-picon.el (declare-function): Add compat definition.
2331         (image-size): Declare.
2332
2333         * gnus-group.el (tool-bar-map):
2334         * gnus-sum.el (tool-bar-map): Define for compiler.
2335
2336         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2337
2338         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2339
2340         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2341         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2342         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2343         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2344         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2345         * sieve-manage.el, spam-report.el, spam.el:
2346         Remove unnecessary eval-and-compile of autoloads.
2347
2348 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2349
2350         * auth-source.el: Precise Tramp doc.
2351
2352 2008-06-07  Glenn Morris  <rgm@gnu.org>
2353
2354         * nnmairix.el: Remove unnecessary eval-when-compile.
2355
2356 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * lpath.el: Fbind propertize for XEmacs 21.4.
2359
2360 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * nnir.el: Move here from ../contrib.
2363
2364 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2365
2366         * gnus-util.el (gnus-read-shell-command): New function.
2367         * mm-decode.el (mm-pipe-part):
2368         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2369
2370 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2373
2374 2008-06-03  Glenn Morris  <rgm@gnu.org>
2375
2376         * pop3.el (nnheader-accept-process-output): Autoload it.
2377
2378 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2381         are not 2-digit hexadecimal characters that follow `%'s.
2382
2383 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2384
2385         * message.el (message-bogus-recipient-p): Fix type in doc string.
2386         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2387         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2388         Improve custom options.
2389         (message-bogus-recipient-p): Adjust accordingly.
2390
2391 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2392
2393         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2394         long-form month and day names.
2395
2396 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * dgnushack.el: Autoload debug, eudc-expand-inline and
2399         pgg-snarf-keys-region for XEmacs.
2400
2401         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2402
2403         * nnmairix.el: Require edmacro when compiling with XEmacs.
2404
2405 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2408         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2409
2410 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * auth-source.el: Add more docs.
2413
2414         * netrc.el (netrc-machine): Always match if the port is not given.
2415
2416 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2419         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2420         retrieval faster in some cases, but might make CPU usage larger.  If
2421         this has any bad side effects, we might revert this change.
2422
2423         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2424         seems to make mail retrieval much, much faster.
2425         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2426         unconditionally.
2427
2428         * gnus-draft.el (gnus-group-send-queue): Bind
2429         message-send-mail-partially-limit to nil to avoid being prompted.
2430
2431 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2432
2433         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2434
2435         * message.el (message-bogus-address-regexp): Fix and improve custom
2436         type.
2437         (message-setup-hook): Add message-check-recipients as custom option.
2438
2439 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2440
2441         * message.el (message-cite-function): Remove bogus autoload which crept
2442         in during merge from v5-10.
2443
2444 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2447
2448         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2449
2450         * auth-source.el: Preliminary Tramp docs.
2451         (auth-sources): Change the default auth-sources to use
2452         EPA .gpg files.
2453
2454 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2455
2456         * nntp.el: Autoload `auth-source-user-or-password'.
2457         (nntp-send-authinfo): Use it.
2458
2459         * nnimap.el: Autoload `auth-source-user-or-password'.
2460         (nnimap-open-connection): Use it.
2461
2462         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2463         for the gnus-message function.
2464         (auth-source-user-or-password): Use it.
2465
2466 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2467
2468         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2469         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2470         (rfc2104-hash): Use it.
2471
2472 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2473
2474         * gnus-art.el (gnus-article-toggle-truncate-lines):
2475         Don't use `iff' in docstring.
2476
2477 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2478
2479         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2480
2481         * gnus-util.el (gnus-extract-address-component-name)
2482         (gnus-extract-address-component-email): Convenience functions around
2483         `gnus-extract-address-components'.
2484
2485         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2486         Use `gnus-extract-address-component-email' to fix bug of comparing full
2487         sender name to `user-mail-address'.
2488
2489 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2490
2491         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2492         catch/throw to optimize.
2493         (gnus-registry-find-keywords): Just use member to find a keyword.
2494
2495 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2496
2497         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2498         is current before calling gnus-server-prepare.
2499         (gnus-server-setup-buffer, gnus-server-update-server)
2500         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2501
2502 2008-05-04  Juri Linkov  <juri@jurta.org>
2503
2504         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2505         (mailcap-file-default-commands): Use mailcap-replace-in-string
2506         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2507         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2508
2509 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2510
2511         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2512
2513 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2514
2515         * gnus.el: Bump version to 0.11.
2516
2517 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2518
2519         * gnus.el: No Gnus v0.10 is released.
2520
2521 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2524         hooks.
2525         (gnus-update-read-articles): Speed up non-marks-using users.
2526         (gnus-use-marks): Define gnus-use-marks.
2527         (gnus-propagate-marks): Rename variable to something more sensible.
2528
2529 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2530
2531         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2532         (gmm-image-load-path-for-library): Fix typos in docstrings.
2533         (gmm-message): Reflow docstring.
2534
2535 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2536
2537         * mail-source.el (mail-source-set-1, mail-source-bind):
2538         Move auth-source code out of the macro to clean it up and fix bugs.
2539
2540 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2543         by sender if it's equal to user-mail-address, it's likely to be
2544         useless.
2545
2546         * mail-source.el (mail-source-bind): Don't use user or password if they
2547         are not bound.  Unintern them if they are nil.  Don't use server unless
2548         it's bound, and default it to empty string otherwise.
2549
2550 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2551
2552         * mail-source.el: Load auth-source.el.
2553         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2554         get user name or password, if auth-sources is set up.
2555
2556         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2557         strategy of splitting with parent.
2558         (gnus-registry-split-fancy-with-parent)
2559         (gnus-registry-post-process-groups): Use it and fix prior
2560         bug (returning a list as the split result).
2561
2562         * auth-source.el (auth-sources): Remove server parameter.
2563         (auth-source-pick, auth-source-user-or-password)
2564         (auth-source-user-or-password-imap)
2565         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2566         (auth-source-user-or-password-sftp)
2567         (auth-source-user-or-password-smtp): Remove server parameter.
2568
2569 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2570
2571         * smime.el (smime-sign-region, smime-encrypt-region)
2572         (smime-decrypt-region):
2573         Remove redundant calls to `generate-new-buffer-name'.
2574
2575 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2576
2577         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2578         Don't use QP for message/rfc822.
2579         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2580
2581 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2582
2583         * sieve-manage.el (sieve-string-bytes): Remove.
2584         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2585         correct byte-length only if the process's coding-system is the same as
2586         the one used internally by Emacs to represent strings.
2587
2588 2008-04-22  Juri Linkov  <juri@jurta.org>
2589
2590         * mailcap.el (mailcap-file-default-commands): New function.
2591
2592 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2593
2594         * message.el (message-signature-separator, message-cite-function):
2595         Change custom version.
2596
2597 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2598
2599         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2600         commands.
2601         (tls-checktrust): Ditto.
2602
2603 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * mm-decode.el (mm-display-external): Make temp file read-only.
2606
2607 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2610         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2611         `C-c C-f d'.
2612
2613 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2614
2615         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2616
2617 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2618
2619         * gnus.el: Bump version to 0.9.
2620
2621 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2622
2623         * gnus.el: No Gnus v0.8 is released.
2624
2625 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2626
2627         * mail-source.el (mail-source-value):
2628         Prefer fboundp to functionp so it works with macros as well.
2629
2630 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2631
2632         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2633         Fix last change in case the element is not even a symbol.
2634
2635 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2636
2637         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2638         Prefer fboundp to functionp so it works with macros as well.
2639
2640 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2641
2642         * auth-source.el: Added docs.
2643         (auth-sources): Modify format to support server.
2644         (auth-source-pick, auth-source-user-or-password)
2645         (auth-source-user-or-password-imap)
2646         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2647         (auth-source-user-or-password-sftp)
2648         (auth-source-user-or-password-smtp): Add server parameter.
2649
2650 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * gnus-registry.el: Initialize the registry when gnus-registry-install
2653         is t.
2654
2655 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * compface.el (uncompface): Make buffer unibyte.
2658
2659 2008-04-05  Glenn Morris  <rgm@gnu.org>
2660
2661         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2662
2663 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2664
2665         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2666         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2667
2668         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2669         multibyteness after rather than before erasing it.
2670
2671         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2672         mm-with-multibyte.
2673         (gnus-request-article-this-buffer): Make sure the proper decoding is
2674         used if gnus-original-article-buffer happens to be unibyte.
2675
2676         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2677         default-enable-multibyte-characters.
2678
2679         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2680         default-enable-multibyte-characters.
2681
2682         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2683
2684         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2685
2686 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2687
2688         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2689         (imap-message-copyuid-1): Use it.
2690         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2691         J. Williams in
2692         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2693
2694         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2695         imap-enable-exchange-bug-workaround.
2696         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2697
2698 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2699
2700         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2701         a 100 byte status-checks into a 2-3MB transfer for each group.
2702         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2703         to enable bug workaround or not.
2704         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2705
2706 2008-03-31  Glenn Morris  <rgm@gnu.org>
2707
2708         * message.el (mml2015-use): Declare for compiler.
2709         (message-info): Require mml2015 when appropriate.
2710
2711 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2714         whitespace.
2715
2716 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2717
2718         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2719         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2720         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2721         (nntp-service-to-port): New function.
2722         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2723         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2724         (nntp-open-netcat-stream): New function.
2725         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2726
2727 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2728
2729         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2730
2731 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2732
2733         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2734
2735 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2736
2737         * dns.el (dns-write): Use set-buffer-multibyte.
2738
2739 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2740
2741         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2742
2743 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * message.el (message-signature-separator): Change default.
2746         Improve custom type.
2747         (message-cite-function): Change default to
2748         message-cite-original-without-signature.
2749
2750         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2751         toggle.
2752
2753         * message.el (message-check-news-body-syntax): Fix signature check.
2754         (message-setup-1): Mark buffer as unmodified _after_ running
2755         message-setup-hook and handling message-alternative-emails.
2756         (message-shorten-references): Be more strict when building list of
2757         valid references to comply with GNKSA.
2758
2759         * gnus-group.el (gnus-read-ephemeral-bug-group)
2760         (gnus-read-ephemeral-debian-bug-group)
2761         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2762
2763         * message.el (message-info): Don't use booleanp which isn't supported
2764         in Emacs 21 and XEmacs.
2765
2766 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2767
2768         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2769         gnus-group-gmane-group-download-format.
2770         (gnus-group-read-ephemeral-gmane-group): Rename from
2771         gnus-group-read-ephemeral-gmane-group.
2772         (gnus-read-ephemeral-gmane-group-url): Rename from
2773         gnus-group-read-ephemeral-gmane-group-url.
2774         (gnus-bug-group-download-format-alist): New variable.
2775         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2776         (gnus-read-ephemeral-emacs-bug-group): New commands.
2777
2778 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2779
2780         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2781         (gnus-visible-headers): Improve custom type.
2782
2783 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2784
2785         * mml.el (mml-menu): Add workarounds for XEmacs.
2786
2787         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2788         X-Boundary header.
2789
2790         * message.el (message-simplify-recipients): Fix previous commit.
2791
2792 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2793
2794         * mm-util.el (mm-set-buffer-multibyte): New function.
2795         * mm-decode.el (mm-copy-to-buffer): Use it.
2796
2797 2008-03-19  Glenn Morris  <rgm@gnu.org>
2798
2799         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2800         Accidentally removed in the sync process with Emacs.
2801
2802 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2803
2804         * message.el (message-alter-recipients-discard-bogus-full-name):
2805         New function.
2806         (message-alter-recipients-function): New variable.
2807         (message-get-reply-headers): Use it.
2808         (message-replace-header): New helper function.
2809         (message-recipients-without-full-name): New variable.
2810         (message-simplify-recipients): New command.
2811
2812         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2813
2814         * message.el (message-info): Handle EasyPG manual.
2815
2816         * mml.el (mml-menu): Add entry for EasyPG.
2817
2818 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2819
2820         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2821         parameter.
2822
2823         * message.el (message-disassociate-draft): Specify drafts group name
2824         fully.
2825
2826 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2829         unnecessary duplicates from the match list.
2830
2831 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2834
2835         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2836
2837         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2838         args of `how-many' of which the XEmacs version doesn't take; declare
2839         Info-index-next as function.
2840
2841 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2842
2843         * gnus-score.el (gnus-score-headers): Fix handling of
2844         gnus-inhibit-slow-scoring.
2845
2846         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2847         string.
2848         (gnus-button-url-regexp): Improve handling of parenthesis.
2849         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2850         (gnus-button-handle-info-keystrokes): Handle index entries.
2851
2852 2008-03-15  Glenn Morris  <rgm@gnu.org>
2853
2854         * parse-time.el (parse-time-string): Simplify.
2855
2856 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2859         Incoming* files.
2860
2861 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2864         (auth-source-pick): Use it.
2865
2866 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2867
2868         * binhex.el (binhex-decode-region-internal):
2869         * uudecode.el (uudecode-decode-region-internal):
2870         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2871         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2872         setting default-enable-multibyte-characters.
2873
2874 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2875
2876         * auth-source.el (auth-source-protocols)
2877         (auth-source-protocols-customize, auth-source-choices): Added and
2878         modified variable customizations and defaults.
2879         (auth-source-pick, auth-source-user-or-password)
2880         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2881         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2882         (auth-source-user-or-password-sftp)
2883         (auth-source-user-or-password-smtp): Use new variables and provide an
2884         interface to netrc.el.
2885
2886 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2889         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2890         Make sure the nntp port to specify is a string.
2891
2892 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2893
2894         * nntp.el: Use with-current-buffer.
2895         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2896         dubious mm-with-unibyte-current-buffer.
2897         (nntp-with-open-group-function): New function extracted from
2898         nntp-with-open-group macro.
2899         (nntp-with-open-group): Use the function, so it's easier to debug.
2900         Add indentation and debugging info.
2901         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2902         the use of the netcat alternatives.
2903
2904         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2905         Avoid mm-string-as-multibyte as well.
2906
2907         * nnweb.el (nnweb-insert-html):
2908         Remove use of nnheader-string-as-multibyte.
2909
2910         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2911         (nnheader-string-as-multibyte): Remove.
2912
2913         * mm-view.el: Use inhibit-read-only.
2914         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2915         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2916         or unibyte-string.
2917
2918         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2919         (mm-uu-yenc-extract): Use with-current-buffer.
2920
2921         * gnus-soup.el (gnus-soup-send-packet): Don't use
2922         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2923
2924         * nnmh.el: Use with-current-buffer.
2925         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2926         mm-string-as-multibyte on the output of mm-encode-coding-string.
2927
2928         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2929         (nnimap-request-move-article): Use with-current-buffer.
2930
2931         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2932         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2933         conversion uses string-make-unibyte rather than string-as-unibyte.
2934
2935         * gnus-msg.el: Use with-current-buffer.
2936
2937         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2938
2939 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2940
2941         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2942         string for caching if it is 'PIN.
2943
2944 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * lpath.el: Consider the case without Emacs/W3.
2947
2948 2008-03-08  Glenn Morris  <rgm@gnu.org>
2949
2950         * time-date.el (date-to-time, time-subtract, time-add)
2951         (safe-date-to-time): Doc fixes.
2952
2953 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * mail-source.el (mail-source-delete-old-incoming-confirm):
2956         Change default to nil.
2957         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2958
2959 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * lpath.el: Rearrange.
2962
2963         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2964         (gnus-article-goto-prev-page): Work for articles having ^L's.
2965
2966         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2967
2968         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2969
2970 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2971
2972         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2973         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2974         (gnus-bookmark-jump): Adjust some variable names.
2975
2976 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * auth-source.el: New package.
2979         (auth-source-choices): Add customization entry point variable.
2980
2981         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2982         bug.
2983
2984 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2985
2986         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2987         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2988         (gnus-registry-install-shortcuts): Rename from
2989         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2990         the `gnus-registry-mark-map' keymap dynamically from
2991         `gnus-registry-marks'.  The generated functions update the summary line
2992         when a registry mark is added or deleted, and will call
2993         `gnus-registry-install-p' (see the comments in the code).
2994         (gnus-registry-user-format-function-M): Use concat intelligently.
2995
2996         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2997         the registry mark functions.
2998
2999 2008-03-05  Glenn Morris  <rgm@gnu.org>
3000
3001         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3002         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3003         gnus-art.
3004         (top-level): No need to load own source when compiling.
3005
3006 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3007
3008         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3009         Suggested by <chris.anderton@zetnet.co.uk>.
3010
3011 2008-03-04  Glenn Morris  <rgm@gnu.org>
3012
3013         * gnus-sum.el (top-level): No need to require gnus when compiling,
3014         since unconditionally required near start of file.
3015         (gnus-summary-display-while-building): Move definition before use.
3016
3017 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3018
3019         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3020         formatting function.
3021
3022 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3023
3024         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3025         with plists.
3026         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3027         Use new format.
3028
3029 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3032         `where-is-internal' that returns a range of key sequences.
3033
3034 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3035
3036         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3037
3038         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3039         (gnus-summary-jump-to-group): Consider windows on other displayed
3040         frames as well.  Similar changes might be needed elsewhere, but that's
3041         the one I've bumped into during my use.
3042
3043         * nndoc.el (nndoc-oe-dbx-type-p):
3044         * gnus-msg.el (gnus-debug):
3045         * gnus-group.el (gnus-update-group-mark-positions):
3046         Use mm-string-to-multibyte.
3047
3048 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3049
3050         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3051         doesn't handle NotDashEscaped.
3052
3053         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3054         (mml-dnd-attach-options): Fix typo in custom choice.
3055
3056         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3057         nndoc-article-type to mbox.
3058         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3059
3060         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3061         to nil, instead of html2text.
3062
3063         * imap.el (imap-debug): Add `imap-ping-server'.
3064
3065         * gnus-bookmark.el: Add FIXMEs.
3066
3067         * message.el (message-form-letter-separator)
3068         (message-send-form-letter-delay): New variables.
3069         (message-send-form-letter): Use them.  New command to send form
3070         letters.  Requested by Uwe Siart.
3071         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3072
3073 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3074
3075         * Update copyright years.
3076
3077 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3078
3079         Sync from EMACS_22_BASE.
3080
3081         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3082
3083 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3084
3085         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3086         empty author.
3087
3088 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3089
3090         * gnus-registry.el (gnus-registry-marks): Add variable for
3091         customization of marks and their appearance.
3092         (gnus-registry-read-mark): Use it.
3093         (gnus-registry-do-marks): Add utility function to loop through
3094         `gnus-registry-marks'.
3095         (gnus-registry-install-shortcuts-and-menus): Add function to install
3096         shortcuts and menus.
3097         (gnus-registry-initialize): Use it.
3098         (gnus-registry-default-mark): Clarify documentation.
3099
3100 2008-02-29  Glenn Morris  <rgm@gnu.org>
3101
3102         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3103         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3104         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3105         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3106         Change defcustom :version from 23.0 to 23.1.
3107
3108 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * gnus-registry.el (gnus-registry-follow-group-p)
3111         (gnus-registry-post-process-groups): Add functions to aid registry
3112         splitting and improve logging.  Clarify behavior in function
3113         documentation.
3114         (gnus-registry-split-fancy-with-parent): Use them.
3115
3116 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3117
3118         * gnus-art.el: Use with-current-buffer.
3119
3120 2008-02-27  David Engster  <dengste@eml.cc>
3121
3122         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3123         Express real group name in the response.
3124
3125 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3128         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3129         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3130         autoload gnus-registry-fetch-group when compiling.
3131         (nnmairix-request-group-with-article-number-correction): Remove
3132         unreferenced argument passed to nnmairix-call-backend.
3133
3134 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3135
3136         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3137         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3138         Wilde.
3139
3140 2008-02-27  Glenn Morris  <rgm@gnu.org>
3141
3142         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3143         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3144         variables to defconsts.  Convert comments to doc-strings.
3145         (nnmairix-last-server, nnmairix-current-server): Convert from free
3146         variables to defvars.  Convert comments to doc-strings.
3147         (gnus-registry-fetch-group): Autoload.
3148         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3149         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3150         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3151         caddr.
3152         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3153         nnmairix-request-group-with-article-number-correction call.
3154         (nnmairix-fast, nnmairix-group): New, less general names, for free
3155         variables passed from nnmairix-request-group to
3156         nnmairix-request-group-with-article-number-correction.  Declare.
3157         (nnmairix-request-group-with-article-number-correction):
3158         Use nnmairix-fast, nnmairix-group rather than fast, group.
3159
3160 2008-02-26  David Engster  <dengste@eml.cc>
3161
3162         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3163         version 0.5.
3164
3165 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3166
3167         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3168         instead of making an extra function call.  Don't add the current group
3169         to articles only when they have the group.  Use
3170         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3171         Reported by David <de_bb@arcor.de>.
3172
3173 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3176         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3177
3178 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * mail-source.el (mail-source-delete-incoming): Change default.
3181         Supplement doc string.
3182
3183         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3184
3185 2008-02-14  Glenn Morris  <rgm@gnu.org>
3186
3187         * time-date.el (format-seconds): New function.
3188
3189 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * nnmail.el (nnmail-message-id-cache-file): Derive from
3192         `gnus-home-directory'.
3193
3194 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3195
3196         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3197         Document negative prefix.
3198
3199         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3200
3201 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * message.el (message-unsent-separator): Add the Exim bounce
3204         separator.
3205
3206 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3207
3208         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3209         list.
3210         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3211         recipient/signer list.
3212
3213 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * Makefile.in (datarootdir): Define.
3216         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3217         name that might contain whitespace.
3218
3219 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3222         fbound (Emacs 23 unicode), signal an error.
3223
3224 2008-02-08  Glenn Morris  <rgm@gnu.org>
3225
3226         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3227
3228 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3229
3230         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3231         ports to the calls to `netrc-machine-user-or-password' in addition to
3232         "imap" and "imaps".
3233
3234 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3235
3236         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3237
3238         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3239
3240 2008-02-01  Kenichi Handa  <handa@m17n.org>
3241
3242         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3243         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3244         (rfc2104-hash): Convert the result of concat to unibyte string.
3245
3246 2008-02-01  Dave Love  <fx@gnu.org>
3247
3248         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3249         coding-system-for-read.
3250         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3251
3252 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3255         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3256         <hanche@math.ntnu.no>.
3257
3258 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3261
3262         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3263
3264 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3265
3266         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3267         * message.el (message-beginning-of-line): Use featurep instead of bound
3268         tests in order to resolve conditionals at compile time.
3269
3270 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3271
3272         * mail-source.el (mail-sources): Add `group' choice.
3273
3274         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3275         parameter `in-group' to control into which group the articles go.
3276         Add treatment of `group' mail-source.
3277
3278 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3281
3282         * mm-decode.el (mm-dissect-buffer): Decode description.
3283
3284         * mml.el (mml-to-mime): Encode message header first.
3285
3286 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3289         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3290
3291         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3292         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3293
3294 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3295
3296         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3297
3298 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3301         prefix keys.
3302         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3303         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3304         gnus-xmas.el.
3305
3306         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3307         (gnus-xmas-article-describe-bindings): New function.
3308         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3309         gnus-xmas-article-describe-bindings.
3310
3311         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3312
3313 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3316         Add new variables for article mark management.
3317         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3318         list of extra data entries which, when present, will indicate that the
3319         article ID should not be trimmed from the registry.
3320         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3321         functions.
3322         (gnus-registry-read-mark): New function to read a mark name from the
3323         user.
3324         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3325         (gnus-registry-set-article-mark-internal): New functions to add and
3326         remove marks.
3327         (gnus-registry-get-article-marks): New function to show the marks for
3328         an article, or retrieve them for further use.
3329
3330 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3333         keys when no argument is given.
3334
3335 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * imap.el (imap-ping-server): New variable.
3338         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3339         (imap-ping-server): Minor doc string fixes.
3340
3341 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3342
3343         * imap.el (imap-ping-server): New function.
3344         (imap-opened): Call imap-ping-server.
3345
3346 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * gnus-sum.el (gnus-article-sort-by-random)
3349         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3350         jidanni@jidanni.org.
3351
3352 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-art.el (gnus-article-describe-bindings): New function.
3355         (gnus-article-read-summary-keys): Use it.
3356         (gnus-article-mode-map): Bind `C-h b' to it.
3357
3358 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3361         XEmacs.
3362         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3363         against non-character events.
3364
3365         * lpath.el: Fbind map-keymap for Emacs 21.
3366
3367 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3370         command.
3371         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3372         instead of END.  Change name of the temp file.
3373         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3374         customizable.
3375
3376 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3379         bind `S W' to gnus-article-wide-reply-with-original; set default
3380         binding to gnus-article-read-summary-send-keys.
3381         (gnus-article-read-summary-keys): Fix the order of keys; display
3382         continuation keys correctly in the echo area; describe bindings
3383         correctly when keys end with `C-h'.
3384         (gnus-article-read-summary-send-keys): New function.
3385         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3386         for gnus-article-read-summary-send-keys; display continuation keys
3387         correctly in the echo area.
3388         (gnus-article-reply-with-original): Ignore prefix argument.
3389         (gnus-article-wide-reply-with-original): New function.
3390
3391         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3392         Emacs 21.
3393
3394 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3397         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3398
3399 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3400
3401         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3402         (gnus-group-read-ephemeral-gmane-group): New command.
3403
3404 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3405
3406         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3407
3408 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * message.el (message-send-mail-function): Increase custom version.
3411
3412         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3413         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3414
3415 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3418         for the cases where imap-authenticate is called with a nil buffer
3419         parameter.
3420
3421 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3424         html parts correctly; support forwarded messages.
3425         (gnus-article-browse-html-article): Remove work buffers.
3426
3427         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3428         compiling.
3429         (netrc-bound-and-true-p): New macro.
3430         (netrc-parse): Use it instead of bound-and-true-p that is not available
3431         in XEmacs 21.4.
3432
3433 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3434
3435         * gnus-registry.el (gnus-registry-mark-article)
3436         (gnus-registry-article-marks): Add functionality to mark articles
3437         through the Gnus registry.
3438
3439         * encrypt.el: Clarify documentation for the new pgg method.
3440         (encrypt-file-alist): Add PGG option.
3441         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3442         functionality.  Abstract password key and messaging to external
3443         functions.
3444         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3445         (encrypt-message-method-and-cipher): Add new convenience external
3446         functions.
3447         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3448         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3449
3450         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3451         (netrc-parse): Use encrypt-file-alist to determine if
3452         encrypt-find-model or encrypt-insert-file-contents should be used.
3453
3454         * encrypt.el: Clarify documentation.  Load password-cache or
3455         password, whichever one is found first, instead of autoloading.
3456
3457 2007-12-19  Glenn Morris  <rgm@gnu.org>
3458
3459         * mml.el (message-options-set, message-narrow-to-head)
3460         (message-in-body-p, message-mail-p, message-encode-message-body):
3461         Autoload.
3462         (message-remove-header, message-narrow-to-headers-or-head)
3463         (message-subscribed-p, message-make-mail-followup-to)
3464         (message-position-on-field, message-news-p)
3465         (message-options-set-recipient, message-generate-headers)
3466         (message-sort-headers): Declare as functions.
3467
3468 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3471         convention in doc string.
3472
3473 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3476         title to html parts.
3477         (gnus-article-browse-html-article): Pass message header to it.
3478
3479         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3480
3481 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3482
3483         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3484         or password compatible with XEmacs.
3485
3486 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3489         format document.
3490         (gnus-mime-delete-part): Don't write description line if empty.
3491         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3492
3493 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3494
3495         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3496         (gnus-summary-mark-read-and-unread-as-read)
3497         (gnus-summary-mark-current-read-and-unread-as-read)
3498         (gnus-summary-mark-unread-as-ticked): Doc fix.
3499         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3500
3501 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3504         Christoph Conrad <christoph.conrad@gmx.de>.
3505
3506 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3509         yes-or-no-p.
3510
3511 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * mm-decode.el (mm-add-meta-html-tag): New function.
3514         (mm-save-part-to-file, mm-pipe-part): Use it.
3515
3516         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3517         gnus-y-or-n-p instead of y-or-n-p.
3518         (gnus-article-browse-html-parts): Work with message/external-body; use
3519         mm-add-meta-html-tag.
3520
3521 2007-12-11  Glenn Morris  <rgm@gnu.org>
3522
3523         * gnus-cache.el: Require gnus-sum not just when compiling.
3524
3525         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3526
3527         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3528         definitions before use.
3529
3530         * mm-decode.el: Require gnus-util.
3531         (mm-remove-part): Only call delete-annotation on XEmacs.
3532
3533         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3534
3535         * nnmail.el: Require gnus-int.
3536
3537         * spam.el: Move `require's before `eval-when-compile's.
3538
3539         * gnus-ems.el (gnus-alive-p):
3540         * gnus-fun.el (message-goto-eoh):
3541         * gnus-util.el (gnus-group-name-decode):
3542         * mail-source.el (gnus-compress-sequence):
3543         * message.el (Info-goto-node, format-spec):
3544         * mm-bodies.el (message-options-get):
3545         * mm-decode.el (mm-view-pkcs7):
3546         * mm-util.el (gmm-write-region):
3547         * mml-smime.el (mml-compute-boundary)
3548         (gnus-completing-read-with-default):
3549         * mml.el (widget-button-press, gnus-make-hashtable):
3550         * mml1991.el (mm-decode-content-transfer-encoding)
3551         (mm-encode-content-transfer-encoding)
3552         (message-options-get, message-options-set):
3553         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3554         * nnfolder.el (gnus-request-group):
3555         * nnheader.el (ietf-drums-unfold-fws):
3556         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3557         * smime.el (gnus-run-mode-hooks):
3558         * spam-stat.el (gnus-message): Autoload.
3559
3560         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3561         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3562         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3563         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3564         Add declare-function compatibility definition.
3565
3566         * gnus-cache.el (nnvirtual-find-group-art):
3567         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3568         (gnus-add-image, gnus-add-wash-type):
3569         * gnus-group.el (nnkiboze-score-file):
3570         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3571         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3572         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3573         (message-tokenize-header, gnus-get-buffer-create)
3574         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3575         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3576         * gnus.el (gnus-group-decoded-name):
3577         * mail-source.el (imap-capability):
3578         * mm-bodies.el (message-options-set):
3579         * mm-decode.el (gnus-configure-windows):
3580         * mm-extern.el (message-goto-body):
3581         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3582         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3583         (epg-sub-key-validity, message-options-set):
3584         * mml.el (widget-event-point, gnus-configure-windows):
3585         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3586         * mml2015.el (epg-check-configuration, epg-configuration)
3587         (message-options-set):
3588         * nndb.el (nndb-request-article):
3589         * nnfolder.el (gnus-request-create-group):
3590         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3591         * nnmaildir.el (gnus-group-mark-article-read):
3592         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3593         * rfc1843.el (message-fetch-field):
3594         * spam.el (gnus-extract-address-components):
3595         Declare as functions.
3596
3597 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3600
3601         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3602
3603         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3604         bind show-trailing-whitespace for XEmacs.
3605
3606 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3607
3608         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3609         new no-op macro for backward compatibility.
3610
3611         * imap.el (imap-string-to-integer): New function.
3612
3613 2007-12-09  Glenn Morris  <rgm@gnu.org>
3614
3615         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3616
3617         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3618         * message.el, mm-view.el, sieve-manage.el, smime.el:
3619         Add declare-function compatibility definition.
3620
3621         * gnus-art.el (w3-region, w3m-region, Info-menu):
3622         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3623         * gnus-sum.el (gnus-get-predicate):
3624         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3625         * message.el (mail-abbrev-in-expansion-header-p):
3626         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3627         (w3m-detect-meta-charset, w3m-region):
3628         * sieve-manage.el (password-read, password-cache-add)
3629         (password-cache-remove):
3630         * smime.el (password-read-and-add): Declare as functions.
3631
3632 2007-12-08  David Kastrup  <dak@gnu.org>
3633
3634         * gnus-sum.el (gnus-summary-simplify-subject-query):
3635         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3636         `message'.
3637
3638 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3641         it to bind idna-program, installation-directory, defined-colors, and
3642         face-attribute for XEmacs of the version that compiles defcustom forms.
3643
3644 2007-12-07  Glenn Morris  <rgm@gnu.org>
3645
3646         * gnus-art.el (article-make-date-line): Revert previous change.
3647
3648 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3651
3652 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3653
3654         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3655         Call gnus-add-to-range ranges only once with a prepared article-list.
3656
3657 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3658
3659         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3660         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3661         group names with backslashes.  Reported by Tassilo Horn
3662         <tassilo@member.fsf.org>.
3663
3664 2007-12-06  Deepak Goel  <deego3@gmail.com>
3665
3666         * gnus-art.el (article-make-date-line):
3667         * gnus-start.el (gnus-load):
3668         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3669
3670 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-art.el (gnus-use-idna)
3673         * gnus-start.el (gnus-site-init-file)
3674         * message.el (message-use-idna)
3675         * mm-uu.el (mm-uu-hide-markers)
3676         * smiley.el (smiley-style): Revert changes that suppress warnings.
3677
3678 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3681         specify charset to html source.  Reported by Christoph Conrad
3682         <christoph.conrad@gmx.de>.
3683
3684 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3687         idna-program in order to suppress byte compile warning issued by XEmacs
3688         that came to byte compile the default value section of defcustom forms
3689         recently.
3690
3691         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3692         value of installation-directory.
3693
3694         * message.el (message-use-idna): Don't directly refer to the value of
3695         idna-program.
3696
3697         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3698
3699         * smiley.el (smiley-style): Don't directly call face-attribute.
3700
3701 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3704
3705         * gnus-dired.el: Reduce Gnus dependencies.
3706         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3707         require.  Use autoloads instead.
3708         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3709         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3710         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3711         (gnus-dired-mode): Adjust doc string.
3712         (gnus-dired-mail-mode): New variable.
3713         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3714         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3715         (gnus-dired-mail-buffers): New function.  Return mail or message
3716         composition buffers.
3717         (gnus-dired-attach): Use it.
3718         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3719         NO-DECODE.
3720         (gnus-dired-print): Use `gnus-print-buffer' depending on
3721         `gnus-dired-mail-mode'.
3722
3723 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * rfc2047.el (rfc2047-encoded-word-regexp)
3726         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3727         explaining what regexp patterns are for.
3728
3729 2007-12-04  Glenn Morris  <rgm@gnu.org>
3730
3731         * password.el: Move to password-cache.el.
3732
3733         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3734         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3735         * mml-smime.el (password-read, password-cache-add)
3736         (password-cache-remove):
3737         No need to autoload, since mml-sec requires password.
3738
3739         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3740         * message.el (gnus-extract-address-components):
3741         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3742
3743         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3744         password.
3745
3746 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * mailcap.el: Reduce dependencies.
3749         (mail-header-parse-content-type): Autoload.
3750         (mailcap-delete-duplicates): New alias.
3751         (mailcap-mime-info): Add optional argument NO-DECODE.
3752         (mailcap-mime-types): Use mailcap-delete-duplicates.
3753
3754         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3755
3756 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3757
3758         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3759         (imap-parse-status): Upcase status-att for servers that sends them
3760         lower-case (e.g., MS Exchange 2007).
3761
3762 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3765         function.
3766
3767         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3768         (gnus-uu-yenc-article): New function.
3769
3770         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3771
3772         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3773         buffer.
3774
3775 2007-12-02  Glenn Morris  <rgm@gnu.org>
3776
3777         * binhex.el (binhex): New custom group.
3778         (binhex-decoder-program, binhex-decoder-switches)
3779         (binhex-use-external): Move to the binhex custom group.
3780
3781         * uudecode.el (uudecode): New custom group.
3782         (uudecode-decoder-program, uudecode-decoder-switches)
3783         (uudecode-use-external): Move to the uudecode custom group.
3784
3785         * netrc.el (top-level): Don't load `encrypt' features.
3786         (netrc-parse): Don't use encrypt.
3787         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3788
3789         * encrypt.el: Remove file.
3790
3791 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3794         matches on patches.
3795
3796         * gnus-art.el (gnus-article-browse-html-article): Mention
3797         `mm-text-html-renderer' in the doc string.
3798
3799         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3800         string.  Add comments.
3801
3802         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3803         if rhs is ASCII.
3804
3805 2007-12-01  Glenn Morris  <rgm@gnu.org>
3806
3807         * mail-source.el (top-level): Require format-spec before
3808         eval-when-compile.
3809
3810 2007-11-30  Glenn Morris  <rgm@gnu.org>
3811
3812         * encrypt.el: Require password, rather than autoloading password-read.
3813
3814 2007-11-29  Glenn Morris  <rgm@gnu.org>
3815
3816         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3817         (sasl-make-client, sasl-next-step, sasl-step-data)
3818         (sasl-step-set-data): Declare as functions.
3819
3820 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3823
3824 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3825
3826         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3827         certs should be verified and what is to be done in the event of a
3828         verification failure.
3829
3830         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3831         caller can indicate whether the cache should be disregarded for this
3832         call.  This way the result of the call is reproducible at all times and
3833         can be considered a canonical server name for the supplied method.
3834         (gnus-agent-method-p): Canonicalize server names by pushing their
3835         method through `gnus-method-to-server' using the no-cache argument.
3836
3837         * gnus-srvr.el (gnus-server-insert-server-line): Call
3838         `gnus-method-to-server' with `no-cache' argument.
3839
3840         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3841         gnus-agent-possibly-synchronize-flags as this should be called when the
3842         server is actually being opened.
3843         (gnus-agent-possibly-synchronize-flags)
3844         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3845         flags file of an agentized server to the latter function.
3846
3847         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3848         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3849         after a connection has been established successfully.
3850
3851 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (article-display-face): Force to display face if called
3854         interactively; check if gnus-article-x-face-too-ugly matches author.
3855         (article-display-x-face): Display face even if From header is missing
3856         as article-display-face does.
3857
3858 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3859
3860         * hashcash.el (message-narrow-to-headers-or-head)
3861         (message-fetch-field, message-goto-eoh)
3862         (message-narrow-to-headers): Declare as functions.
3863
3864 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3865
3866         * mail-source.el (mail-sources): Default to fetch from file for
3867         compatibility with default of nnmail-spool-file.
3868
3869 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3872         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3873         to look for encoded word that should be encoded again.
3874         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3875         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3876         encoding pattern.
3877         (rfc2047-decode-region): Switch strict regexp and loose one according
3878         to rfc2047-allow-irregular-q-encoded-words.
3879
3880 2007-11-25  Romain Francoise  <romain@orebokech.com>
3881
3882         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3883
3884 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3885
3886         * tls.el (tls-program): Provide more custom choices from
3887         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3888         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3889
3890 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3893         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3894
3895         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3896         `nnmail-spool-file'.
3897
3898         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3899         `nnmail-spool-file'.
3900
3901         * gnus-move.el (gnus-change-server): Ditto.
3902
3903         * gnus-kill.el (gnus-batch-score): Ditto.
3904
3905         * gnus-cache.el (gnus-jog-cache): Ditto.
3906
3907         * gnus-msg.el (gnus-summary-reply):
3908         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3909
3910 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3913         version.  Minor improvement to doc strings.
3914         (tls-program): Add comment.
3915
3916 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3917
3918         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3919         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3920         mismatch between the hostname provided in the certificate and the name
3921         of the host connnecting to.
3922         (open-tls-stream): Use them.  Check certificates against trusted root
3923         certificates.
3924
3925 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3926
3927         * gnus-cache.el (gnus-cache-generate-nov-databases):
3928         Use nnml-generate-nov-databases-directory instead of
3929         nnml-generate-nov-databases-1.
3930
3931 2007-11-24  Glenn Morris  <rgm@gnu.org>
3932
3933         * message.el (message-tool-bar-retro): Update for rename
3934         mail_send.xpm->mail-send.xpm.
3935
3936 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3939         `smime-ldap-search' for Emacs 22 and up.
3940
3941 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3942
3943         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3944
3945         * message.el (message-send-mail-function): Fix error convention.
3946         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3947         (message-widen-reply, message-send-mail, message-talkative-question)
3948         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3949         (message-clone-locals, message-send-news): Use with-current-buffer.
3950         (message-insert-or-toggle-importance): Remove unused var `valid'.
3951         (message-make-references): Remove unused var `new-references'.
3952         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3953
3954 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3955
3956         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3957         (spam-split-symbolic-return-positive): Reflow docstring.
3958         (spam-backends, spam-summary-exit-behavior)
3959         (spam-mark-ham-unread-before-move-from-spam-group)
3960         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3961         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3962         (spam-clear-cache, spam-backend-check, spam-install-backend)
3963         (spam-install-statistical-backend, spam-list-of-processors)
3964         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3965         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3966         (spam-check-crm114, spam-initialize, spam-unload-hook):
3967         Fix typos in docstrings.
3968
3969 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3972         been checked if they have never been read and those group levels are
3973         higher than the one that a user specified.
3974
3975 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3978         foreign groups unless a group level is specified by a user.
3979         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3980
3981 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3982
3983         * message.el (message-send-mail-function): Require sendmail.
3984
3985 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * message.el (message-send-mail-function): Check for smtpmail too.
3988
3989         * utf7.el (utf7-encode, utf7-decode): Use coding system
3990         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3991
3992         * message.el (message-send-mail-function): New function.
3993         (message-send-mail-function): Set default using
3994         message-send-mail-function.  Adjust doc string.
3995         (message-send-mail-with-mailclient): New function.
3996
3997 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3998
3999         * smime.el (from):
4000         * rfc2047.el (message-posting-charset):
4001         * qp.el (mm-use-ultra-safe-encoding):
4002         * pop3.el (parse-time-months):
4003         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4004         * nnml.el (files):
4005         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4006         (jka-compr-compression-info-list, ange-ftp-path-format)
4007         (efs-path-regexp):
4008         * nndiary.el (files):
4009         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4010         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4011         (epg-digest-algorithm-alist, inhibit-redisplay)
4012         (password-cache-expiry):
4013         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4014         (pgg-output-buffer, password-cache-expiry):
4015         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4016         (efs-path-regexp):
4017         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4018         (inhibit-redisplay):
4019         * mm-uu.el (file-name, start-point, end-point, entry)
4020         (gnus-newsgroup-name, gnus-newsgroup-charset):
4021         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4022         (latin-unity-ucs-list):
4023         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4024         (mm-uu-binhex-decode-function):
4025         * message.el (gnus-message-group-art, gnus-list-identifiers)
4026         (rmail-enable-mime-composing, gnus-local-organization)
4027         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4028         (gnus-read-active-file, facemenu-add-face-function)
4029         (facemenu-remove-face-function, gnus-article-decoded-p)
4030         (tool-bar-mode):
4031         * mail-source.el (display-time-mail-function):
4032         * gnus-util.el (nnmail-pathname-coding-system)
4033         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4034         (gnus-original-article-buffer, gnus-user-agent)
4035         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4036         (xemacs-codename, sxemacs-codename, emacs-program-version):
4037         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4038         * gnus-start.el (gnus-agent-covered-methods)
4039         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4040         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4041         (gnus-newsgroup-headers, gnus-group-list-mode)
4042         (gnus-group-mark-positions, gnus-newsgroup-data)
4043         (gnus-newsgroup-unreads, nnoo-state-alist)
4044         (gnus-current-select-method, mail-sources)
4045         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4046         (nnmail-spool-file, gnus-cache-active-hashtb):
4047         * gnus-mh.el (mh-lib-progs):
4048         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4049         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4050         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4051         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4052         (gnus-group-buffer):
4053         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4054         (font-lock-set-defaults):
4055         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4056         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4057         (gnus-summary-post-menu, total-parts, type, condition, length):
4058         * gnus-agent.el (gnus-agent-read-agentview):
4059         * flow-fill.el (show-trailing-whitespace):
4060         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4061         eval-and-compile wrappers for byte compiler pacifiers.
4062
4063         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4064         (mm-display-inline-fontify): Check for featurep 'xemacs not
4065         extent-list.
4066
4067         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4068         itimer-list.
4069         (mm-create-image-xemacs): Only do something for XEmacs.
4070         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4071
4072         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4073
4074         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4075         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4076
4077 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4078
4079         * nnimap.el (nnimap-split-download-body):
4080         * gnus-demon.el (gnus-demon):
4081         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4082
4083 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4086         macros.
4087         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4088         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4089         copy data from unibyte buffer to multibyte current buffer.
4090         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4091         to copy data from unibyte current buffer to multibyte buffer.
4092         (nntp-make-process-buffer): Make process buffer unibyte.
4093
4094         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4095
4096 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4097
4098         * pop3.el (pop3-open-server): Accept and process data more robustly at
4099         connexion start to avoid spurious "POP SSL connexion failed" errors.
4100
4101 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4104         read group names.
4105
4106 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4109
4110 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4113         (nnmail-save-active): Use a unibyte buffer when saving active file,
4114         which may contain non-ASCII group names.
4115
4116         * nnml.el (nnml-request-group): Decode group names in messages.
4117
4118 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * message.el (message-citation-line-function)
4121         (message-insert-formatted-citation-line): Fix spelling of
4122         `message-insert-formated-citation-line'.
4123
4124 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4127
4128 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4131         nnmail-pathname-coding-system.
4132
4133         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4134         that a user enters; decode group names in messages.
4135
4136         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4137
4138 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4141
4142         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4143
4144         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4145         risky local variable.
4146
4147         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4148
4149 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * encrypt.el: Improve documentation to fix function name typo.
4152         Reported by Daiki Ueno <ueno@unixuser.org>.
4153
4154 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4157         even if the point is not in the last page of an article.
4158         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4159         back to the previous page.
4160
4161 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4164
4165 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4168
4169 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * message.el (message-check-news-body-syntax): Avoid
4172         mm-string-as-multibyte.
4173         (message-hide-headers): Don't assume (point-min)==1.
4174
4175 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4176
4177         * message.el (message-remove-blank-cited-lines): Fix if remove is
4178         given.
4179         (message-bogus-address-regexp): New variable.
4180         (message-bogus-recipient-p): New function.
4181         (message-check-recipients): New command.
4182         (message-syntax-checks): Add `bogus-recipient'.
4183         (message-fix-before-sending): Add `bogus-recipient'.
4184
4185         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4186         (gnus-treat-body-boundary): Don't test window-system.
4187
4188 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4189
4190         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4191
4192 2007-10-28  Miles Bader  <miles@gnu.org>
4193
4194         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4195         at compile-time too.
4196
4197 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4198
4199         * gnus-msg.el (gnus-message-setup-hook): Add
4200         `message-remove-blank-cited-lines' to options.
4201
4202 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4203
4204         * message.el (message-remove-blank-cited-lines): New function.
4205         Suggested by Karl Plästerer.
4206
4207 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4210         mapc.
4211
4212         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4213         (top-level): Use mapc to set functions to be traced for debugging.
4214
4215         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4216         called for effect with while loop.
4217
4218         * message.el (message-talkative-question): Replace mapcar called for
4219         effect with mapc.
4220
4221         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4222         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4223         called for effect with dolist.
4224
4225         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4226
4227         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4228         gnus-extra-headers and nnmail-extra-headers.
4229
4230         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4231         called for effect with dolist.
4232         (top-level): Use mapc to set functions to be traced for debugging.
4233
4234         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4235         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4236         dolist.
4237
4238         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4239         Replace mapcar called for effect with mapc.
4240         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4241         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4242         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4243         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4244
4245         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4246         remove-if that's a cl function.
4247
4248         * webmail.el (webmail-debug): Replace mapcar called for effect with
4249         dolist.
4250
4251         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4252         with mapc.
4253
4254 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4257         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4258         with while loop.
4259
4260         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4261         functions from article-* functions.
4262         (gnus-multi-decode-header): Replace mapcar called for effect with
4263         dolist.
4264
4265         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4266         (gnus-bookmark-show-details): Replace mapcar called for effect with
4267         while loop.
4268
4269         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4270         called for effect with while loop.
4271
4272         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4273         with dolist.
4274
4275         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4276         mapcar called for effect with dolist.
4277
4278         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4279
4280         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4281         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4282         Replace mapcar called for effect with dolist.
4283         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4284         mapc.
4285
4286         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4287         Replace mapcar called for effect with dolist.
4288         (gnus-topic-list): Replace mapcar called for effect with mapc.
4289
4290         * gnus.el: Use mapc instead of mapcar to add autoloads.
4291
4292 2007-10-23  Richard Stallman  <rms@gnu.org>
4293
4294         * gnus-group.el (gnus-group-highlight): Mark as risky.
4295
4296 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus.el (gnus-server-to-method): Return method found first in
4299         gnus-newsrc-alist.
4300
4301         * gnus-art.el (gnus-article-highlight-signature)
4302         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4303         button overlay without the front stickiness.
4304
4305 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4306
4307         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4308         overview buffer needed a catch to receive its throw.
4309         (gnus-agent-flush-cache): Declared as interactive to make this function
4310         easier to use.
4311
4312 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4315         `next-line'.
4316
4317 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4320         exclude address matching message-dont-reply-to-names.
4321
4322 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-util.el (gnus-string<): New function.
4325
4326         * gnus-sum.el (gnus-article-sort-by-author)
4327         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4328
4329 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4332         the frame-focus tag is set in gnus-buffer-configuration.
4333
4334 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4337         the front stickiness.
4338
4339 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4342         url pattern; remove duplicate one.
4343         (gnus-article-extend-url-button): New function.
4344         (gnus-article-add-buttons): Use it.
4345         (gnus-button-push): Use concatenated url that it makes.
4346
4347 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4348
4349         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4350
4351 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4352
4353         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4354         Don't hardcode point-min==1.
4355
4356 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4359         Fix comment about "iso8859-1".
4360
4361 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4362
4363         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4364         ones returned from the verify-function.
4365
4366         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4367         mml2015-extract-cleartext-signature if extraction failed.
4368
4369 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4370
4371         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4372         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4373         failed.
4374
4375 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4376
4377         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4378
4379 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4382         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4383         recommends to use EasyPG instead of PGG.
4384
4385         * pgg.el: Revert to revision 6.23.2.16.
4386
4387         * pgg-def.el: Revert to revision 6.6.2.14.
4388
4389         * pgg-gpg.el: Revert to revision 6.23.2.34.
4390
4391 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4394         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4395         thread for both the null and zero (kill/expire thread) universal prefix
4396         cases.
4397         (gnus-summary-expire-thread): Add new function to expire a thread,
4398         using gnus-summary-kill-thread.
4399         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4400         shortcuts for gnus-summary-expire-thread.
4401         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4402         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4403
4404 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4407         extras value, so an extras entry can be deleted.
4408         (gnus-registry-delete-extra-entry): Use it.
4409         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4410         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4411         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4412         storage through the gnus-registry, and provide an appropriate API for
4413         it.
4414
4415 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4418         Suggested by Leo <sdl.web@gmail.com>.
4419
4420         * gnus.el: Do.
4421
4422 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4425         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4426
4427         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4428
4429         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4430         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4431
4432 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4435         newline.
4436         (nnmbox-request-accept-article): Don't change article in source buffer;
4437         narrow to header to use message-fetch-field rather than
4438         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4439         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4440         as delimiters; make sure article ends with newline.
4441         (nnmbox-delete-mail): Correct last position of article to be deleted;
4442         ignore X-Gnus-Newsgroup header in article body.
4443         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4444         positions; make sure article ends with newline.
4445
4446         * message.el (message-display-abbrev): Don't infloop when a user
4447         inserts SPC in the beginning of header.
4448
4449         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4450         coding-system-for-read and coding-system-for-write for XEmacs having no
4451         file-coding feature.
4452
4453         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4454
4455 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4458         list of groups not followed by default.  Fix type to be regexp.
4459         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4460
4461 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4462
4463         * hmac-def.el (define-hmac-function): Switch from old-style to
4464         new-style backquotes.
4465
4466         * md4.el (md4-make-step): Likewise.
4467
4468 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4471         raw-text coding system when saving .newsrc file, which may contain
4472         non-ASCII group names.
4473
4474 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-cus.el (gnus-score-extra): New widget.
4477         (gnus-score-extra-convert): New function.
4478         (gnus-score-customize): Use it for Extra.
4479
4480 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4481
4482         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4483         (mml2015-mailcrypt-clear-verify): Use it.
4484         (mml2015-gpg-clear-verify): Use it.
4485         (mml2015-pgg-clear-verify): Use it.
4486         (mml2015-epg-clear-verify): Replace the current part with the output
4487         from GnuPG; don't extract the plaintext by itself.
4488
4489         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4490         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4491         mml2015-clear-verify-function; don't touch the armor headers or
4492         dash-escaped text here.
4493
4494 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4497         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4498         parts, or application/octet-stream as a last resort.
4499         (gnus-mime-view-part-as-type): Don't toggle display.
4500         (gnus-mime-view-part-as-charset): Don't turn off display before
4501         querying charset.
4502
4503         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4504         stuff to undisplayer function in Emacs.
4505         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4506
4507         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4508         text/calendar parts.
4509
4510 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4513         decoding text/calendar parts.
4514
4515         * message.el (message-forward-make-body-mime): Always mark body as
4516         having no illegible text; remove signed-or-encrypted argument.
4517         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4518
4519         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4520         (mml-generate-mime-1): Don't encode body if it is specified to be in
4521         raw form; don't make buffer be unibyte when inserting multibyte string.
4522
4523 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4524
4525         * sha1.el: Fix up comment style.
4526         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4527         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4528
4529         * hex-util.el: Fix up comment style.
4530         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4531
4532         * gnus-salt.el: Use with-current-buffer.
4533         (gnus-pick-setup-message): Fix long-standing typo.
4534
4535 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * imap.el (imap-logout-timeout): New variable.
4538         (imap-logout, imap-logout-wait): New functions.
4539         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4540
4541         * nnimap.el (nnimap-logout-timeout): New server variable.
4542         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4543         nnimap-logout-timeout.
4544
4545         * gnus-art.el (gnus-article-summary-command-nosave)
4546         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4547
4548 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus.el (gnus-maximum-newsgroup): New variable.
4551
4552         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4553         according to gnus-maximum-newsgroup.
4554
4555         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4556         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4557         Limit the range of articles according to gnus-maximum-newsgroup.
4558
4559 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4560
4561         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4562         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4563         Don't perform gnus-configure-windows here; reuse existing sticky
4564         article buffer.
4565
4566         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4567         it doesn't exist in gnus-article-mode.
4568
4569 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4572         (gnus-agent-decoded-group-name): New function.
4573         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4574         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4575
4576 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4577
4578         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4579         Add binding for gnus-sticky-article.
4580         (gnus-summary-exit): Don't kill sticky article buffers.
4581
4582         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4583         article buffer.
4584         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4585         (gnus-kill-sticky-article-buffers): New commands.
4586
4587 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * nntp.el (nntp-xref-number-is-evil): New server variable.
4590         (nntp-find-group-and-number): If it is non-nil, don't trust article
4591         numbers in the Xref header.
4592
4593 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-agent.el (gnus-agent-read-group): New function.
4596         (gnus-agent-flush-group, gnus-agent-expire-group)
4597         (gnus-agent-regenerate-group): Use it.
4598         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4599         nnmail-pathname-coding-system.
4600
4601 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4604
4605         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4606         that are unread as unread, and also as selected so that information of
4607         marks having been changed by a user may be updated when exiting group.
4608
4609 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4612         calculated ignoring signature parts to gnus-treat-article.
4613
4614 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4617         a point here in order to keep the window start.
4618         (gnus-insert-mime-security-button): Make a button overlay without the
4619         front stickiness.
4620         (gnus-mime-display-security): Goto the end of a button.
4621
4622         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4623
4624 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4627         group-name-at-point.
4628         (gnus-group-completing-read): New function that offers decoded
4629         non-ASCII group names for completion.
4630         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4631         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4632         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4633         (gnus-group-fetch-control): Use it.
4634         (gnus-fetch-group): Use group-name-at-point for the initial value
4635         rather than the default value; use gnus-alive-p.
4636
4637         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4638         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4639         (gnus-summary-post-news): Use gnus-group-completing-read.
4640
4641         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4642         (gnus-read-move-group-name): Decode group name for completion.
4643
4644 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4645
4646         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4647         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4648         Yamaoka slightly modified the code).
4649
4650 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4653         (nnmail-split-incoming): Bind it.
4654
4655         * nnml.el (nnml-group-name-charset): New function.
4656         (nnml-decoded-group-name): Use it; don't decode group name if
4657         nnmail-group-names-not-encoded-p is non-nil.
4658         (nnml-encoded-group-name): New function.
4659         (nnml-group-pathname): Inline nnml-decoded-group-name.
4660         (nnml-request-expire-articles): Decode group name in message.
4661         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4662         nnmail-pathname-coding-system.
4663         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4664         not decoded ones according to nnmail-group-names-not-encoded-p.
4665         (nnml-generate-active-info): Use nnml-encoded-group-name.
4666
4667 2007-08-08  Glenn Morris  <rgm@gnu.org>
4668
4669         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4670         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4671         doc-strings and comments.
4672
4673 2007-07-25  Glenn Morris  <rgm@gnu.org>
4674
4675         * Relicense all FSF files to GPLv3 or later.
4676
4677 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-sum.el (gnus-summary-move-article): Make
4680         gnus-summary-respool-article work.
4681
4682 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4683
4684         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4685         string.
4686
4687 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4688
4689         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4690         that should be ignored when comparing distant RSS articles with local
4691         ones.
4692         (nnrss-make-hash-index): New function.  Create a hash index according
4693         to the ignored fields.
4694         (nnrss-check-group): Use it.
4695
4696 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4699
4700         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4701
4702         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4703         the new optional argument ENCODED is non-nil.
4704         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4705         coding system for encoding group name.
4706         (gnus-group-make-rss-group): Pass un-encoded group name to
4707         gnus-group-make-group.
4708         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4709         encoded.
4710
4711         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4712         Encode group name to which articles are moved or copied.
4713         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4714         coding system for encoding Newsgroup, Followup-To and Xref headers.
4715
4716         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4717         marks; use nnheader-file-coding-system to write a file.
4718         (nnagent-retrieve-headers): Bind file-name-coding-system to
4719         nnmail-pathname-coding-system.
4720
4721         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4722
4723         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4724         (nnml-request-article, nnml-request-create-group)
4725         (nnml-request-rename-group, nnml-find-id)
4726         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4727         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4728         (nnml-save-marks): Use nnml-group-pathname instead of
4729         nnmail-group-pathname.
4730
4731         (nnml-request-create-group, nnml-request-expire-articles)
4732         (nnml-request-move-article, nnml-request-delete-group)
4733         (nnml-deletable-article-p, nnml-possibly-create-directory)
4734         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4735         (nnml-open-marks): Bind file-name-coding-system to
4736         nnmail-pathname-coding-system.
4737
4738         (nnml-request-article): Pass server argument to nnml-find-group-number.
4739         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4740         server argument to nnml-possibly-create-directory.
4741         (nnml-request-accept-article): Pass server argument to
4742         nnml-active-number and nnml-save-mail.
4743         (nnml-find-group-number): Pass server argument to nnml-find-id.
4744         (nnml-request-update-info): Pass server argument to
4745         nnml-marks-changed-p.
4746
4747         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4748         (nnml-save-mail, nnml-active-number): Add server argument.
4749
4750         (nnml-request-delete-group): Warn if group is missing.
4751         (nnml-get-nov-buffer): Decode group name.
4752         (nnml-generate-active-info): Encode group name.
4753         (nnml-open-marks): Decode group name in messages.
4754
4755 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4758         if it is not specified.
4759         (gnus-article-pipe-part, gnus-article-save-part)
4760         (gnus-article-interactively-view-part, gnus-article-copy-part)
4761         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4762         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4763         (gnus-article-replace-part, gnus-article-delete-part)
4764         (gnus-article-view-part-as-type): Pass raw prefix argument to
4765         gnus-article-part-wrapper.
4766
4767 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-agent.el (gnus-agent-save-active): Bind
4770         nnheader-file-coding-system to gnus-agent-file-coding-system.
4771
4772         * gnus-cache.el (gnus-cache-save-buffers)
4773         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4774         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4775         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4776         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4777         (gnus-cache-generate-active, gnus-cache-rename-group)
4778         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4779         (gnus-cache-update-overview-total-fetched-for): Bind
4780         file-name-coding-system to nnmail-pathname-coding-system.
4781         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4782         variables.
4783         (gnus-cache-decoded-group-name): New function.
4784         (gnus-cache-file-name): Use it.
4785         (gnus-cache-generate-active): Use non-decoded group name for active.
4786
4787         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4788         right place.
4789         (gnus-write-active-file): Don't break non-ASCII group names.
4790
4791         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4792         nnmail-pathname-coding-system.
4793
4794         * lpath.el: Bind default-file-name-coding-system,
4795         file-name-coding-system and language-info-alist for XEmacs.
4796
4797         * gnus-uu.el (gnus-uu-decode-save): Typo.
4798
4799 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4802
4803 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4806         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4807         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4808         (gnus-agent-flush-group, gnus-agent-flush-cache)
4809         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4810         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4811         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4812         (gnus-agent-regenerate-group)
4813         (gnus-agent-update-files-total-fetched-for)
4814         (gnus-agent-update-view-total-fetched-for): Bind
4815         file-name-coding-system to nnmail-pathname-coding-system.
4816         (gnus-agent-group-pathname): Don't encode file names by
4817         nnmail-pathname-coding-system.
4818         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4819         coding-system-for-write instead of buffer-file-coding-system to
4820         gnus-agent-file-coding-system.
4821
4822         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4823         Decode group name.
4824
4825         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4826
4827         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4828         (gnus-read-newsrc-el-file): Make group names unibyte.
4829
4830         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4831         nnmail-pathname-coding-system.
4832
4833         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4834         (nnrss-request-delete-group): Bind file-name-coding-system to
4835         nnmail-pathname-coding-system.
4836         (nnrss-read-server-data, nnrss-read-group-data): Bind
4837         file-name-coding-system correctly.
4838         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4839
4840         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4841         (nntp-server-to-method-cache): New variable.
4842         (nntp-group-pathname): New function that decodes non-ASCII group names.
4843         (nntp-possibly-create-directory, nntp-marks-changed-p)
4844         (nntp-save-marks, nntp-open-marks): Use it.
4845         (nntp-possibly-create-directory, nntp-open-marks):
4846         Bind file-name-coding-system to nnmail-pathname-coding-system.
4847         (nntp-open-marks): Decode group names when bootstrapping marks.
4848
4849         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4850         Newsgroups and Folowup-To headers.
4851
4852 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4855         (gnus-server-closed-face, gnus-server-denied-face)
4856         (gnus-server-offline-face): Remove variable.
4857         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4858
4859         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4860         of modifying message-stack directly for XEmacs.
4861
4862         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4863         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4864         if the coding-system argument is nil for XEmacs.
4865
4866         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4867         mm-charset-override-alist.
4868
4869         * rfc2047.el: Don't require base64; require rfc2045 for the function
4870         rfc2045-encode-string.
4871         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4872         to quote the parameter value.
4873
4874 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4877         form in gnus-group-name-charset-method-alist.
4878
4879         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4880         overrides the default layout edit-form.
4881
4882         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4883
4884         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4885
4886 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4889         as unfetched articles.
4890
4891 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4892
4893         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4894
4895 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4898         original back end that keeps marks in the local system.
4899
4900 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4903         arg of pop-to-buffer for XEmacs.
4904         (gnus-article-read-summary-keys): Ditto; don't restore window
4905         configuration if summary command ends up with neither article buffer
4906         nor summary buffer; describe bindings if summary keys end with C-h.
4907
4908 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * message.el (message-fix-before-sending): Skip raw message part to be
4911         forwarded while checking illegible text.
4912         (message-forward-make-body-mime, message-forward-make-body): Mark
4913         signed or encrypted raw message as having no illegible text.
4914
4915 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4918         (gnus-message-with-timestamp-1): New macro.
4919         (gnus-message-with-timestamp): New function.
4920         (gnus-message): Use them.
4921
4922         * nnheader.el (nnheader-message): Use them.
4923
4924 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4927         .newsrc.eld file.
4928
4929 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-agent.el (gnus-agent-fetch-headers)
4932         (gnus-agent-retrieve-headers): Bind
4933         gnus-decode-encoded-address-function to identity.
4934
4935         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4936         available also when the server returns simply a dot.
4937
4938         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4939
4940 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4943
4944 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * gnus-ems.el (gnus-x-splash): Make it work.
4947
4948         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4949         from being used.
4950
4951         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4952
4953 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4956         4th and the 5th arguments.
4957
4958         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4959         the front stickiness.
4960         (gnus-article-summary-command-nosave): Correct the order of the
4961         arguments passed to pop-to-buffer.
4962         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4963         summary command ends up with the article buffer.
4964
4965         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4966         the same faces.
4967
4968 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4969
4970         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4971
4972 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4973
4974         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4975         * gnus-sum.el (gnus-summary-highlight):
4976         * pgg.el (pgg-sign-region, pgg-sign):
4977         * mail-source.el (mail-source-delete-old-incoming-confirm):
4978         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4979
4980 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-mime-view-part-externally)
4983         (gnus-mime-view-part-internally): Fix predicate function passed to
4984         completing-read.
4985
4986         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4987
4988         * gnus.el (gnus-update-message-archive-method): Add :version.
4989
4990 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus.el (gnus-update-message-archive-method): New variable.
4993
4994         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4995         according to gnus-message-archive-method if
4996         gnus-update-message-archive-method is non-nil.
4997
4998 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5001         by Loic Dachary <loic@dachary.org>.
5002         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5003
5004 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * message.el (message-pop-to-buffer): Add switch-function argument.
5007         (message-mail): Pass switch-function argument to it.
5008
5009 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5012         Improve doc string.
5013
5014 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5017         (gnus-header-content)
5018         * gnus-cite.el (gnus-cite-10)
5019         * gnus-srvr.el (gnus-server-closed)
5020         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5021         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5022         (gnus-group-mail-3-empty, gnus-group-mail-low)
5023         (gnus-group-mail-low-empty, gnus-splash)
5024         * message.el (message-header-to, message-header-cc)
5025         (message-header-subject, message-header-other, message-header-name)
5026         (message-header-xheader, message-separator, message-cited-text)
5027         (message-mml): Lighten colors of faces used for dark background.
5028
5029 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5030
5031         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5032         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5033
5034 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * message.el (message-narrow-to-headers-or-head):
5037         Ignore mail-header-separator in the body.
5038
5039 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5042         same as window size.
5043
5044 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5045
5046         * message.el (message-font-lock-keywords): Use message-header-xheader
5047         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5048         ahead of the anything pattern, to get it recognised.
5049
5050 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5053         spam.el loads uses it in the compiled defadvice form.
5054
5055 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5056
5057         * gnus-sum.el (gnus-articles-to-read)
5058         (gnus-summary-insert-old-articles): Don't truncate group name for
5059         `read-string'.
5060
5061         * gnus-util.el (gnus-limit-string): Delete this function.
5062
5063         * gnus-sum.el (gnus-simplify-subject-fully): Use
5064         `truncate-string-to-width' instead.
5065
5066 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5067
5068         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5069         if, on summary exit, the next group has to be selected.
5070         (gnus-summary-exit): Use it.
5071
5072 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5075         non-break space.
5076
5077 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5080         Check if group is not a directory.
5081         (nnfolder-request-expire-articles): Don't delete articles if the target
5082         group is not available.
5083
5084         * nnml.el (nnml-request-create-group): Properly check if group is not a
5085         file.
5086         (nnml-request-expire-articles): Don't delete articles if the target
5087         group is not available.
5088
5089         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5090         Don't quote characters that are within parentheses.
5091
5092 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5095         (gnus-handle-ephemeral-exit): Select article according to it.
5096
5097 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * message.el (message-insert-formated-citation-line): Remove newline.
5100         (message-citation-line-format): Add final \n here so that the user can
5101         avoid a blank line.
5102
5103 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5104
5105         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5106         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5107         Update lanl/arXiv support.
5108
5109 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * gnus.el: Bump version number.
5112
5113 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * gnus.el (gnus-version-number): Bump version.
5116
5117 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5118
5119         * gnus.el: No Gnus v0.6 is released.
5120
5121 2007-04-27  Didier Verna  <didier@xemacs.org>
5122
5123         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5124         * gmm-utils.el (gmm-regexp-concat): here.
5125         * message.el: Don't require 'gnus-util.
5126         (message-dont-reply-to-names): Handle name change above.
5127         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5128
5129 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5132         since the initial value varies according to the system.
5133
5134 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5137
5138 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5139
5140         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5141
5142 2007-04-24  Didier Verna  <didier@xemacs.org>
5143
5144         Improve the type of gnus-ignored-from-addresses.
5145         * gnus-util.el (gnus-orify-regexp): New function.
5146         * message.el (gnus-util): Require it.
5147         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5148         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5149         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5150
5151 2007-04-24  Didier Verna  <didier@xemacs.org>
5152
5153         * gnus-sum.el:
5154         * gnus-utils.el: Fix some trailing whitespaces.
5155
5156 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5159         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5160         article's Message-ID; refer parent article in summary buffer.
5161
5162         * message.el (message-bounce): Call mime-to-mml.
5163
5164         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5165         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5166         optimize and/or forms properly.
5167
5168 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5171         URL.
5172
5173 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5176
5177 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5180         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5181         displayed of multipart/alternative part if it is invoked from summary
5182         buffer.
5183
5184         * mm-view.el (mm-inline-text-html-render-with-w3m)
5185         (mm-inline-text-html-render-with-w3m-standalone)
5186         (mm-inline-render-with-function): Use mail-parse-charset by default.
5187
5188 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5189
5190         * parse-time.el (parse-time-string-chars): Check if CHAR
5191         is less than the length of parse-time-syntax.
5192
5193 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5196         from gnus-newsgroup-processable.
5197
5198 2007-04-16  Didier Verna  <didier@xemacs.org>
5199
5200         * gnus-msg.el (gnus-configure-posting-styles): Handle
5201         message-signature-directory properly with :file syntax.  Reported by
5202         "Leo".
5203
5204 2007-04-11  Didier Verna  <didier@xemacs.org>
5205
5206         New user option: message-signature-directory.
5207         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5208         * message.el (message-insert-signature): Ditto.
5209         * message.el (message-signature-file): Doc update.
5210         * message.el (message-signature-directory): New.
5211
5212 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-msg.el (gnus-inews-yank-articles): Use
5215         message-exchange-point-and-mark instead of exchange-point-and-mark.
5216
5217 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * message.el (message-yank-original): Make sure cited text ends with
5220         newline; don't exchange point and mark.
5221
5222 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5223
5224         * tls.el (open-tls-stream): Properly handle case where there
5225         is no associated buffer.
5226
5227 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5228
5229         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5230         message-yank-original, make sure (< mark TEXT point).
5231
5232 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5233
5234         * message.el (message-fill-column): New variable.
5235         (message-mode): Use it.  Add comment on a possible new hook.
5236
5237         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5238         (nnmail-get-new-mail): Reformat.
5239
5240         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5241
5242         * gmm-utils.el: Fix Commentary.
5243         (gmm-tool-bar-from-list): Fix typo in doc string.
5244
5245 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5246
5247         * message.el (message-yank-original): Don't switch point and mark
5248         unnecessarily to put point and mark as documented.
5249
5250 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5253         from the message heads.
5254
5255 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5256
5257         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5258         article buffer does not have a window.  This may not be the best
5259         solution but is certainly better than setting the start of the null,
5260         that is the current, window.
5261
5262 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5263
5264         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5265         (gnus-draft-setup): Run it.
5266
5267         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5268         gnus-score-fast-scoring.  Allow regexp.
5269         (gnus-score-headers): Use it.
5270
5271         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5272         XEmacs.
5273
5274         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5275         string.
5276         (gnus-button-alist): Also catch `<f1> k ...'.
5277         (gnus-treat-display-x-face): Fix doc string.
5278
5279 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5280
5281         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5282         evaluation of gnus-extended-version to ensure correct generation of the
5283         User-Agent header when message-generate-headers-first is used.
5284
5285 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5286
5287         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5288         hashcash-path is nil.  Don't call callback with incorrect number of
5289         parameters if val is 0.
5290
5291 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5292
5293         * message.el (message-required-news-headers):
5294         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5295
5296 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5297
5298         * tls.el (open-tls-stream): In handshake-waiting loop,
5299         don't wait more if there is output available to process.
5300
5301 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5302
5303         * tls.el (tls-program): Doc fix.
5304
5305 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * message.el (message-generate-new-buffers): Change the meaning of the
5308         nil value; add `standard' to the choices; treat t as `unique'; improve
5309         doc string.
5310         (gnus-select-frame-set-input-focus): Autoload.
5311         (message-buffer-name): Search for the existing message buffer if
5312         message-generate-new-buffers is nil or `standard'; treat the value t of
5313         message-generate-new-buffers as `unique'.
5314         (message-pop-to-buffer): Raise the frame already displaying the message
5315         buffer; clear the echo area after querying.
5316         (message-setup): Pass the `continue' argument to compose-mail.
5317         (message-mail): Prefer `switch-function' if it is given; search for the
5318         existing message buffer if the `continue' argument is non-nil; pass
5319         continue and switch-function arguments to compose-mail by way of
5320         message-setup.
5321         (message-mail-other-window): Adjust argument of message-setup.
5322         (message-mail-other-frame): Ditto.
5323
5324 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5327         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5328         to turn font-lock on when turning gnus-message-citation-mode on.
5329
5330 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5331
5332         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5333         (mml-smime-function-alist): New variable; add epg as the backend.
5334         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5335         mml-smime- functions instead.
5336         * mm-view.el: Require smime.
5337
5338 2007-03-05  Didier Verna  <didier@xemacs.org>
5339
5340         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5341         instead of just inheritance for posting styles.
5342         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5343
5344 2007-02-24  Chris Moore  <dooglus@gmail.com>
5345
5346         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5347         * pgg-pgp.el (pgg-pgp-encrypt-region):
5348         * pgg-gpg.el (pgg-gpg-encrypt-region):
5349         Check pgg-encrypt-for-me if no other recipients.
5350
5351 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5352
5353         * tls.el (tls-certtool-program): Fix custom type.
5354
5355 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5358         and point-at-eol instead of line-(beginning|end)-position.
5359
5360         * assistant.el (assistant-parse-buffer): Ditto.
5361
5362         * netrc.el (netrc-parse-services): Ditto.
5363
5364 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5365
5366         * mml2015.el (mml2015-epg-find-usable-key): New function.
5367         (mml2015-epg-sign): Use it.
5368         (mml2015-epg-encrypt): Use it.
5369
5370 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * message.el (message-make-in-reply-to): Quote name containing
5373         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5374         if there are special characters.  Reported by NAKAJI Hiroyuki
5375         <nakaji@jp.freebsd.org>.
5376
5377 2007-02-27  Didier Verna  <didier@xemacs.org>
5378
5379         Include the group parameters as well as the topic ones in the
5380         inheritance filter process.
5381         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5382         argument GROUP-PARAMS-LIST.
5383         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5384
5385 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * nntp.el (nntp-never-echoes-commands)
5388         (nntp-open-connection-functions-never-echo-commands): New variables.
5389         (nntp-send-command): Use them.
5390
5391 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5392
5393         * mml2015.el (mml2015-epg-verify): Simplified.
5394
5395 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * mml.el (mml-content-disposition-alist): New user option.
5398         (mml-content-disposition): New function.
5399         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5400         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5401
5402 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5403
5404         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5405         verification.
5406
5407 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5408
5409         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5410         articles posted in the last 24 hours.
5411
5412 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5413
5414         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5415
5416 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5417
5418         * nntp.el (nntp-send-command): Don't wait for echoes when
5419         nntp-open-ssl-stream is used.
5420
5421 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5424         (gnus-message-add-citation-keywords)
5425         (gnus-message-remove-citation-keywords): Remove.
5426         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5427         directly, make the variables in font-lock-defaults buffer-local, add
5428         gnus-message-citation-keywords to them and then update the value of
5429         font-lock-keywords.
5430
5431 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * message.el (message-cite-original-1): Don't call
5434         gnus-article-highlight-citation.
5435
5436         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5437         citations; fix line count.
5438
5439 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5442         (gnus-message-add-citation-keywords)
5443         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5444         versions of font-lock-add-keywords and font-lock-remove-keywords to
5445         work with XEmacs correctly.
5446
5447 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * gnus-cite.el (gnus-cite-face-list): Set the values of
5450         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5451         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5452         (gnus-message-cite-prefix-regexp): New variable.
5453         (gnus-message-search-citation-line): Use it; protect against long
5454         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5455         the 0th match data for Emacs.
5456         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5457         (gnus-message-add-citation-keywords): Append keywords rather than
5458         prepending; emulate font-lock-add-keywords if it is not available.
5459         (gnus-message-remove-citation-keywords): Emulate
5460         font-lock-remove-keywords if it is not available.
5461
5462         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5463
5464         * message.el (message-cite-prefix-regexp): Set the value of
5465         gnus-message-cite-prefix-regexp.
5466
5467 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5468
5469         * nnweb.el (nnweb-google-parse-1): Update parser.
5470
5471 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5472
5473         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5474
5475 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5476
5477         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5478         regexp.
5479
5480 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5483         string-to-multibyte.
5484         (uudecode-decode-region-internal): Use it.
5485
5486         * lpath.el: Fbind string-as-multibyte for XEmacs.
5487
5488 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5491         custom choice.
5492
5493         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5494
5495 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5496
5497         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5498
5499         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5500         `write-region' to respect `mm-inhibit-file-name-handlers'.
5501
5502 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5505         Use gnus-home-directory instead of "~/" or "$HOME".
5506
5507 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5510         to mention filename.
5511         Add comments at beginning regarding usage.
5512         (encrypt-write-file-contents): Change interactive so a string is
5513         acceptable.  If the file has no associated model, show an error instead
5514         of a nonsense prompt.
5515
5516 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5517
5518         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5519         Thanks to Yoshihiko Yamada for kind notification of this typo.
5520
5521 2007-01-12  Kenichi Handa  <handa@m17n.org>
5522
5523         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5524         multibyte buffer.
5525
5526 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * gnus-score.el (gnus-score-fast-scoring): New variable.
5529         (gnus-score-headers): Use it.
5530
5531         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5532
5533         * message.el (message-cite-original-1): Call
5534         gnus-article-highlight-citation if requested.
5535         (message-make-from): Allow name and address as optional arguments.
5536
5537         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5538
5539         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5540         bugs to doc string.
5541         (gnus-button-alist): Add mid\\|message-id.
5542         (gnus-button-fetch-group): Extend for use in
5543         `browse-url-browser-function'.
5544         (gnus-button-url-regexp): Try to catch paired parentheses like in
5545         Wikipedia URLs.
5546
5547         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5548         Suggested by Simon Krahnke <overlord@gmx.li>.
5549
5550 2007-01-13  Romain Francoise  <romain@orebokech.com>
5551
5552         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5553         Update copyright.
5554
5555 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5556
5557         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5558
5559 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5560
5561         * gnus-registry.el (gnus-registry-unfollowed-groups)
5562         (gnus-registry-split-fancy-with-parent): Fix documentation.
5563
5564 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5567         from nnweb groups.
5568
5569 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5572         Xref urls.  Erase buffer before requesting head.
5573
5574 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5577         customizable.
5578
5579 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5580
5581         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5582         no signing key is found.
5583         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5584         no encrypting and/or signing key is found.
5585
5586 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5589
5590 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5591
5592         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5593         headers read from disk with the ones newly found in the current search.
5594         This should no longer cause problems, because the article numbers in
5595         Gmane's `nov.php' output are ignored since the previous change.
5596
5597 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5598
5599         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5600
5601 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5604         replace-regexp-in-string; bind url-version; fbind display-images-p and
5605         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5606         find-face and set-itimer-function for Emacs; bind itimer-list for
5607         Emacs.
5608
5609         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5610
5611 2007-01-01  Romain Francoise  <romain@orebokech.com>
5612
5613         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5614
5615 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5616
5617         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5618         `define-minor-mode' macro definition expanded properly.
5619         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5620         exclude it there.
5621
5622         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5623         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5624         `fboundp' test.
5625         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5626         This is OK to autoload in (S)XEmacs now.
5627
5628 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5631         keystroke.
5632         (gnus-summary-limit-to-singletons): Fix typo.
5633
5634         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5635         else fails.
5636
5637 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5638
5639         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5640         docstring.
5641
5642         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5643         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5644         (gnus-summary-insert-dormant-articles): Fix typo in message.
5645
5646 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5649         nil for XEmacs.
5650         (gnus-message-citation-mode): Don't autoload in XEmacs.
5651
5652         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5653
5654 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5655
5656         * nnimap.el (nnimap-expunge-search-string): Mention
5657         nnimap-search-uids-not-since-is-evil in docstring.
5658
5659 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * spam.el: Revert to make-obsolete-variable because
5662         define-obsolete-variable-alias is not supported in Emacs 21.
5663
5664         * spam.el (spam-ifile-path, spam-ifile-database-path)
5665         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5666         make-obsolete-variable.
5667         (spam-bsfilter-path, spam-bsfilter-program)
5668         (spam-spamassassin-path, spam-spamassassin-program)
5669         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5670         use "path" inappropriately.
5671         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5672         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5673         variable names.
5674
5675 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5676
5677         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5678         summary buffer.
5679
5680         * password.el (password-cache-remove): Use clear-string to burn
5681         password, if available.
5682
5683 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5686
5687         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5688
5689         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5690         (gnus-message-highlight-citation): Move defcustom here from
5691         gnus-cite.el.
5692         (gnus-message-citation-mode): Autoload.
5693
5694         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5695         checks to make it compile with XEmacs.
5696         (gnus-message-citation-mode): New minor mode.
5697         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5698         (gnus-message-highlight-citation): New variables.
5699         (gnus-message-search-citation-line)
5700         (gnus-message-add-citation-keywords)
5701         (gnus-message-remove-citation-keywords)
5702         (turn-on-gnus-message-citation-mode)
5703         (turn-off-gnus-message-citation-mode): New functions.
5704
5705 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5706
5707         * gnus-cite.el: Enable highlighting of different citation levels in
5708         message-mode.
5709
5710 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * message.el (message-make-fqdn): Fix comment.
5713         (message-bogus-system-names): Add ".local".
5714
5715         * spam.el (spam-ifile-path, spam-ifile-program)
5716         (spam-ifile-database-path, spam-ifile-database)
5717         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5718         Don't use "path" inappropriately.
5719         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5720         strings.
5721         (spam-check-ifile, spam-ifile-register-with-ifile)
5722         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5723         new variable names.
5724
5725         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5726         (gnus-treat-display-smileys): Simplify using
5727         gnus-image-type-available-p.
5728
5729         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5730         available.
5731
5732         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5733         `display-images-p' if available.
5734
5735 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5738         one after turning on the buffer's multibyteness instead of decoding
5739         them directly in the unibyte buffer that causes unexpected conversion
5740         in Emacs 23 (unicode).
5741
5742 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5743
5744         * message.el (message-generate-hashcash): Fix custom type.
5745
5746 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5749
5750 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5753         disconnect icons.  Add help text.
5754
5755 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5756
5757         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5758         negated to be consistent with the others we handle.
5759
5760 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5763         version of gnus-summary-buffer to something, so that we can use two
5764         article buffers at the same time.
5765
5766 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5769         trigger all the extra headers.
5770         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5771         sorting.
5772
5773 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5774
5775         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5776         solid groups.
5777
5778 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5779
5780         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5781
5782 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * legacy-gnus-agent.el: Add Copyright notice.
5785
5786 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5787
5788         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5789
5790 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5793
5794         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5795         to make it work reliably in CVS Emacs.
5796         (gnus-summary-limit-strange-charsets-predicate)
5797         (gnus-summary-limit-to-predicate): New functions.
5798
5799 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5800
5801         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5802         specifying array size.
5803         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5804         array if it is too small.
5805         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5806         (gnus-sort-threads-loop): New function.
5807
5808 2006-12-06  Chris Moore  <dooglus@gmail.com>
5809
5810         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5811         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5812
5813 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5814
5815         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5816         options.
5817
5818 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5821         DOS-ing the recipient.
5822
5823         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5824         the headers when creating the mapping to avoid mismappings.
5825         (nnweb-gmane-create-mapping): Always nix out old mapping.
5826
5827 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5830         and mm-verify-option to never.
5831
5832 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * message.el (message-signed-or-encrypted-p): New function.
5835         (message-forward-make-body): Use it.
5836
5837         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5838         Replace encode-coding-string with mm-encode-coding-string.
5839
5840 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * nneething.el (nneething-decode-file-name): Replace
5843         decode-coding-string with mm-decode-coding-string.
5844
5845         * gnus-int.el (gnus-open-server): Say failed server's name.
5846
5847 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5848
5849         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5850         strings to a single string.  Quote `errors-file-name'.
5851         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5852         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5853         Adjust calls.  Use `shell-quote-argument'.
5854
5855 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5856
5857         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5858         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5859
5860         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5861         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5862         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5863         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5864         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5865         (gnus-subscribe-newsgroup, gnus-1):
5866         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5867         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5868         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5869         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5870
5871 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872
5873         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5874         keystroke.
5875         (gnus-summary-limit-to-bodies): Implement headersp.
5876
5877 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5880
5881 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5884
5885 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * message.el (message-generate-hashcash): Expand range of values to
5888         include `opportunistic'.
5889         (message-send-mail): Use it.
5890
5891 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5892
5893         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5894         and comment it.
5895
5896         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5897
5898 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * gnus-util.el (gnus-extract-address-components): Improve comment.
5901
5902 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-util.el (gnus-extract-address-components): Work with address in
5905         which the name portion contains @.
5906
5907         * lpath.el: Fbind custom-autoload.
5908
5909 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * gnus.el (gnus-start): Move custom group up.
5912         (gnus-select-method): Don't autoload, but make it available for
5913         `customize-variable'.
5914         (gnus-getenv-nntpserver): Don't autoload.
5915
5916 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5917
5918         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5919
5920 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * message.el (message-sendmail-extra-arguments): New variable.
5923         (message-send-mail-with-sendmail): Use it.
5924
5925 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5928         mm-with-unibyte-current-buffer to make string unibyte.
5929
5930         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5931         mm-string-as-multibyte.
5932
5933 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5934
5935         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5936         Reported by Werner Koch <wk@gnupg.org>.
5937
5938 2006-11-14  Daiki Ueno  <ueno@p360>
5939
5940         * mml2015.el: Autoload epa-select-keys when compiling.
5941
5942 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5943
5944         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5945         message-options.
5946         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5947
5948 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5949
5950         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5951         EasyPG (< 0.0.6).
5952         (mml2015-always-trust): New user option.
5953         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5954         prompt.
5955
5956 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * nntp.el (nntp-authinfo-force): New variable.
5959         (nntp-send-authinfo): Use it.
5960
5961 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5964         decode encoded words.  Improve prompt.  Add comment about forwarding.
5965         (message-replacement-char): Move up.
5966
5967 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5968
5969         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5970         instead of gnus-intersection because arguments of gnus-sorted-nunion
5971         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5972
5973 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5974
5975         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5976         (message-simplify-subject-functions): Enable
5977         message-strip-subject-encoded-words by default.
5978
5979 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * message.el (message-strip-subject-encoded-words): New function.
5982         (message-simplify-subject-functions): New variable.
5983         (message-simplify-subject): Use it.  Fix typo in doc string.
5984         Support message-strip-subject-encoded-words.
5985
5986 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5987
5988         * gnus-diary.el (gnus-diary-delay-format-function):
5989         * nndiary.el (nndiary-reminders):
5990         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5991
5992 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-art.el (article-hide-boring-headers): Fetch date from
5995         gnus-original-article-buffer to avoid problems with localized date
5996         strings.
5997
5998 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6001
6002 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6005         New variables.
6006         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6007         (mm-charset-synonym-alist): Move some entries to
6008         mm-codepage-iso-8859-list.
6009         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6010         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6011
6012 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6015
6016 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6017
6018         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6019         with Emacs 21 and XEmacs.
6020
6021 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * spam.el (spam-parse-address): New function for better parsing,
6024         catching errors, etc.
6025         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6026
6027 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * mm-view.el: Add interactive arg to html2text autoload.
6030
6031 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6034
6035 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6038         variables.
6039         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6040         (mm-charset-synonym-alist): Move some entries to
6041         mm-codepage-iso-8859-list.
6042
6043         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6044
6045 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * message.el (message-citation-line-format)
6048         (message-insert-formated-citation-line): Fix implementation of %E, %N
6049         and %n according to the doc string.
6050
6051 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6054         car-safe to avoid bad parses.
6055
6056 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6059         names.
6060
6061         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6062
6063 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6066         header.
6067
6068         * message.el (message-draft-headers): Add Date.
6069         (message-headers-to-generate): Fix typo in docstring.
6070
6071         * nndraft.el (nndraft-required-headers): New variable.
6072         (nndraft-generate-headers): Use it.
6073
6074         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6075
6076 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * gnus-registry.el (gnus-registry-wash-for-keywords)
6079         (gnus-registry-find-keywords): New functions to allow easy searching of
6080         articles that are in the registry.
6081
6082 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6085         ietf-drums-parse-address instead of gnus-extract-address-components.
6086         Reported by Damien Elmes <damien@repose.cx>.
6087
6088 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * gnus.el (gnus-mime): Remove unused custom group.
6091
6092 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6093
6094         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6095         "blank line" when searching for end of armor headers.
6096
6097 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gmm-utils.el (gmm-write-region): Fix variable name.
6100
6101 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gmm-utils.el (gmm-write-region): New function based on compatibility
6104         code from `mm-make-temp-file'.
6105
6106         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6107
6108         * nnmaildir.el (nnmaildir--update-nov)
6109         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6110         Use `gmm-write-region'.
6111
6112 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6115         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6116
6117         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6118
6119         * message.el (message-replacement-char): New variable.
6120         (message-fix-before-sending): Use it.
6121         (message-simplify-subject): New function to remove duplicate code.
6122         (message-reply, message-followup): Use it.
6123
6124         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6125         gnus-summary-limit-to-articles.
6126
6127 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-util.el (gnus-with-local-quit): New macro.
6130
6131         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6132
6133 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6136         ignore non-string data.
6137
6138 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6141         non-string data (needs to be done in the registry too).
6142
6143 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6146         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6147         (gnus-registry-split-fancy-with-parent)
6148         (gnus-registry-fetch-simplified-message-subject-fast)
6149         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6150         Remove text properties on ingress into the registry and when it's saved.
6151         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6152         registry from entries with no groups.
6153
6154 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6157         function to remove string properties.
6158
6159 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gmm-utils.el (gmm): Adjust custom version.
6162
6163         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6164         custom version.
6165
6166         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6167
6168 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * gnus-art.el (gnus-insert-prev-page-button)
6171         (gnus-insert-next-page-button): Simplify.  Reformat.
6172
6173 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6174
6175         * gnus-art.el (gnus-insert-prev-page-button)
6176         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6177
6178 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6179
6180         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6181
6182 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6183
6184         * gnus-art.el (gnus-insert-mime-button)
6185         (gnus-insert-mime-security-button):
6186         Apply gnus-article-button-face to MIME and security buttons.
6187
6188 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6191         readable.
6192
6193 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6196
6197 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6198
6199         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6200         `browse-url-of-file' instead of `browse-url'.
6201
6202 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6203
6204         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6205         regexp.  Articles containing quotation were cut prematurely.
6206
6207 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * message.el (message-cite-original-1): Use nobody by default for the
6210         value of From header.
6211         (message-reply): Ditto.
6212
6213 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6214
6215         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6216         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6217         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6218
6219 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6222         mails in the doc string.  Add some URLs in comment.
6223         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6224
6225 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6228         backslashes handling and the way to find boundaries of quoted strings.
6229
6230 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6231
6232         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6233         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6234         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6235         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6236
6237 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6240         doc string.
6241         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6242
6243 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * lpath.el: Fbind epg-check-configuration.
6246
6247 2006-09-06  Simon Josefsson  <jas@extundo.com>
6248
6249         * mml2015.el (mml2015-use): Doc fix, mention epg.
6250
6251 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6252
6253         * mml2015.el (mml2015-use): Default to epg, if available.
6254
6255 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6256
6257         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6258         message-sender.
6259         (mml1991-epg-encrypt): Ditto.
6260         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6261         message-sender.
6262         (mml2015-epg-encrypt): Ditto.
6263
6264 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6265
6266         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6267         several common directories.
6268
6269 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6270
6271         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6272         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6273
6274 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-art.el (article-decode-encoded-words): Make it fast.
6277
6278 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6281
6282         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6283         in quoted string into `\'.
6284
6285 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6288         Use standard-syntax-table.
6289
6290 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-art.el (gnus-decode-address-function): New variable.
6293         (article-decode-encoded-words): Use it to decode headers which are
6294         assumed to contain addresses.
6295         (gnus-mime-delete-part): Remove useless `or'.
6296
6297         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6298         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6299         (gnus-nov-parse-line): Use it to decode From header.
6300         (gnus-get-newsgroup-headers): Ditto.
6301         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6302
6303         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6304         (mail-decode-encoded-address-string): New alias.
6305
6306         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6307         New function.
6308         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6309         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6310         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6311         (rfc2047-decode-string): Ditto.
6312         (rfc2047-decode-address-region): New function.
6313         (rfc2047-decode-address-string): New function.
6314
6315 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * message.el (message-caesar-buffer-body): Allow rotating headers.
6318
6319         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6320
6321         * message.el (message-insert-formated-citation-line): Fix %f.
6322         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6323
6324 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6327         (gnus-bookmark-mouse-available-p): New macro.
6328         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6329         (gnus-bookmark-bmenu-show-infos): Use it.
6330         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6331         (gnus-bookmark-bmenu-hide-infos): Ditto.
6332         (gnus-bookmark-remove-properties): New function.
6333         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6334         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6335         (gnus-bookmark-write-file): Bind coding-system-for-write.
6336         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6337         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6338         group before selecting it.
6339         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6340         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6341         quit-window if it is not available; use gnus-mouse-2 and bind it to
6342         gnus-bookmark-bmenu-select-by-mouse.
6343         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6344         (gnus-bookmark-bmenu-select-by-mouse): New function.
6345
6346 2006-08-13  Romain Francoise  <romain@orebokech.com>
6347
6348         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6349         space.
6350
6351 2006-08-10  Romain Francoise  <romain@orebokech.com>
6352
6353         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6354         (dns-mode-soa-auto-increment-serial): New user option.
6355         (dns-mode-soa-maybe-increment-serial): New function.
6356         (dns-mode): Add the latter to `write-contents-functions'.
6357
6358 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * compface.el (uncompface): Use binary rather than raw-text-unix.
6361
6362 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * compface.el (uncompface): Make sure the eol conversion doesn't take
6365         place when communicating with the external programs.  Reported by
6366         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6367
6368 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6371
6372 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6373
6374         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6375         Make it more robust by parsing author and date independently.
6376
6377 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6380
6381 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6382
6383         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6384         first matching secret key.
6385         (mml2015-epg-encrypt): Ditto.
6386
6387         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6388         first matching secret key.
6389         (mml1991-epg-encrypt): Ditto.
6390
6391         * mml2015.el (mml2015-encrypt-to-self): New user option.
6392         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6393         mml2015-epg-encrypt-to-self is set.
6394
6395         * mml1991.el (mml1991-encrypt-to-self): New variable.
6396         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6397         mml1991-epg-encrypt-to-self is set.
6398
6399         * mml2015.el (mml2015-signers): New user option.
6400         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6401         (mml2015-epg-encrypt): Allow to select signing keys.
6402
6403         * mml1991.el (mml1991-signers): New variable.
6404         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6405         (mml1991-epg-encrypt): Allow to select signing keys.
6406
6407 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * nnheader.el (nnheader-insert-head): Make it work even if the file
6410         uses CRLF for the line-break code.
6411
6412 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6413
6414         * mml2015.el: Require mml-sec instead of password.
6415         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6416         (mml2015-cache-passphrase): Inherit the default value from
6417         mml-secure-cache-passphrase.
6418         (mml2015-passphrase-cache-expiry): Inherit the default value from
6419         mml-secure-passphrase-cache-expiry.
6420
6421         * mml1991.el: Require mml-sec instead of password.
6422         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6423         (mml1991-cache-passphrase): Inherit the default value from
6424         mml-secure-cache-passphrase.
6425         (mml1991-passphrase-cache-expiry): Inherit the default value from
6426         mml-secure-passphrase-cache-expiry.
6427
6428         * mml-sec.el: Require password.
6429         (mml-secure-verbose): New user option.
6430         (mml-secure-cache-passphrase): New user option.
6431         (mml-secure-passphrase-cache-expiry): New user option.
6432
6433 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6434
6435         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6436         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6437         andreas@altroot.de (Andreas Vögele).
6438
6439         FIXME: Use `tiny change'?
6440
6441 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6442
6443         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6444         workaround for the url package included with Emacs.
6445
6446         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6447
6448 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6451         correctly.  This fixes a bug caused by the 2006-05-12 change.
6452
6453 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6454
6455         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6456         some information about the error when saying that the `bogus' mail
6457         group will be used.
6458
6459 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6462         string.
6463
6464 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6465
6466         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6467
6468 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6469
6470         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6471
6472 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6473
6474         * mml1991.el (mml1991-function-alist): Add epg.
6475         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6476         (mml1991-epg-encrypt): New functions.
6477
6478 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6479
6480         * mml2015.el (mml2015-verbose): New variable.
6481         (mml2015-cache-passphrase): Ditto.
6482         (mml2015-passphrase-cache-expiry): Ditto.
6483         (mml2015-function-alist): Add epg.
6484         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6485         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6486         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6487         functions.
6488
6489 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6490
6491         * message.el (message-cite-original-1): Preserve region when removing
6492         quoted text due to X-No-Archive in order to avoid bogus attribution
6493         when citing multiple messages.
6494
6495 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6496
6497         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6498         Kenneth Jacker <khj@be.cs.appstate.edu>.
6499
6500 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-diary.el (gnus-user-format-function-d)
6503         (gnus-user-format-function-D): Autoload.
6504
6505         * imap.el (Commentary): Fix typo.
6506
6507         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6508         2006-04-22 contribution.
6509
6510 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6511
6512         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6513         It didn't really fix the bogosity I'm seeing with solid web groups.
6514
6515 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6516
6517         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6518         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6519         created using server names.  If we use the feature without declaring
6520         it, Gnus does not properly manage server and group state.
6521
6522         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6523         bound.
6524
6525 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6526
6527         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6528         looking up the method using GROUP's prefix before inventing a new one.
6529         It is used on killed/unknown groups in various places where returning
6530         an all-new method isn't expected by the caller.
6531
6532         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6533         and match semantics of gnus-group-real-prefix.
6534
6535 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * nnmail.el (nnmail-broken-references-mailers): New variable.
6538         (nnmail-ignore-broken-references): New function generalizing
6539         nnmail-fix-eudora-headers.
6540         (nnmail-fix-eudora-headers): Now obsolete.
6541
6542         * gnus-art.el (gnus-button-handle-custom): Support
6543         `customize-apropos*'.
6544
6545 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6548
6549         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6550         articles.
6551
6552 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * message.el (message-cite-reply-above): New variable.
6555         (message-yank-original): Use it.
6556
6557 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6560
6561 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6564         as read.
6565
6566         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6567
6568 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6571         (gnus-bookmark-default-file): Use gnus-directory.
6572         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6573         Remove "*" in doc string.
6574         (gnus-bookmark-write-file): Simplify.
6575         (gnus-bookmark-maybe-sort-alist): Use `when'.
6576         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6577         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6578         FIXME about Emacs 21 and XEmacs compatibility.
6579         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6580         compatibility.
6581         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6582         compatibility.
6583         (gnus-bookmark-menu-heading): Fix version.
6584
6585 2006-06-19  Bastien Guerry  <bzg@altern.org>
6586
6587         * gnus-bookmark.el: New file.
6588
6589 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * message.el (message-syntax-checks): Doc fix.
6592
6593 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6594
6595         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6596         unsubscribed groups as if they were killed ones.  It causes duplicate
6597         entries in gnus-newsrc-alist.
6598
6599 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * message.el (message-syntax-checks): Doc fix.
6602         (message-send-mail): Add check for continuation headers.
6603         (message-check-news-header-syntax): Fix regexp used to check for
6604         continuation headers.
6605
6606 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6609
6610 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6613
6614 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6617         default-truncate-lines.
6618
6619 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6622         to fill the utf-8 entry.
6623
6624         * lpath.el: Fbind unicode-precedence-list.
6625
6626 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6627
6628         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6629
6630 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6631
6632         * gnus-agent.el (directory-files-and-attributes): Move all the way
6633         forward (the third and final move).
6634         (gnus-agent-read-agentview): Trap reconstruction errors due to
6635         nonexistant directory.  Handle by returning nil.
6636
6637 2006-05-30  Didier Verna  <didier@xemacs.org>
6638
6639         * message.el (message-dont-reply-to-names): Update the custom type.
6640         * message.el (message-dont-reply-to-names): New defsubst: potentially
6641         convert a list of regexps into a single one.
6642         * message.el (message-get-reply-headers): Use it.
6643         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6644
6645 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-agent.el (directory-files-and-attributes): Move forward.
6648
6649 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * gnus-ml.el (gnus-mailing-list-subscribe)
6652         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6653         (gnus-mailing-list-message): Fix doc strings.
6654
6655 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6656
6657         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6658         of doing it manually.
6659
6660 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6663         comment.
6664
6665 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6666
6667         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6668         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6669         (gnus-agent-read-local): All symbols allocated in my-obarray.
6670         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6671         (gnus-agent-regenerate-group): Check numeric names to see if they are
6672         messages or groups.
6673         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6674         better way of do this...)
6675
6676         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6677         'dummy.group' (there should be a better way of do this...)
6678
6679 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6682         (gnus-saved-headers): Ditto.
6683         (gnus-default-article-saver): Mention functions may have properties.
6684         (gnus-article-save): Override gnus-save-all-headers and
6685         gnus-saved-headers by :headers property which saver function may have.
6686         (gnus-summary-save-in-file): Add :headers property.
6687         (gnus-summary-write-to-file): Ditto.
6688
6689         * gnus-sum.el (gnus-summary-save-article): Bind
6690         gnus-prompt-before-saving to t when saving many articles in a file;
6691         always show all headers.
6692
6693         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6694
6695 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6698         marks.
6699
6700         * message.el (message-indent-citation): Add optional arguments to allow
6701         using it outside of message buffers.
6702
6703         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6704         (gnus-article-treat-unfold-headers): Use it.
6705         (gnus-article-truncate-lines): New variable.
6706         (gnus-article-mode): Use it.
6707         (gnus-article-toggle-truncate-lines): New function.
6708
6709         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6710         gnus-article-toggle-truncate-lines.
6711
6712         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6713         coding system in XEmacs, use binary.
6714
6715 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6718         after-load-alist.
6719
6720         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6721         this function should save decoded articles.
6722         (gnus-summary-write-to-file): Use property to specify this function
6723         should save decoded articles and specify gnus-summary-save-in-file
6724         should be used to save articles other than the first one when saving
6725         many articles.
6726         (gnus-summary-save-body-in-file): Use property to specify this
6727         function should save decoded articles.
6728         (gnus-summary-write-body-to-file): Use property to specify this
6729         function should save decoded articles and specify
6730         gnus-summary-save-body-in-file should be used to save articles other
6731         than the first one when saving many articles.
6732
6733         * gnus-sum.el (gnus-summary-save-article): Simplify.
6734
6735 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-art.el (gnus-default-article-saver): Add
6738         gnus-summary-write-body-to-file.
6739         (gnus-article-save-coding-system): Don't use coding system object
6740         in XEmacs.
6741         (gnus-read-save-file-name): Add optional `dir-var' argument which
6742         specifies directory in which files are saved; work even if optional
6743         `variable' argument is not specified.
6744         (gnus-summary-write-to-file): Read file name.
6745         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6746         (gnus-summary-write-body-to-file): New function.
6747
6748         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6749         (gnus-summary-local-variables): Add it.
6750         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6751         (gnus-summary-save-article): Remove optional `decode' argument;
6752         determine whether to decode articles by the value of
6753         gnus-default-article-saver; when saving many files using
6754         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6755         it first and use gnus-summary-save-in-file or
6756         gnus-summary-save-body-in-file thereafter unless
6757         gnus-prompt-before-saving is always; move point to article which
6758         will be saved.
6759         (gnus-summary-save-article-file): Revert.
6760         (gnus-summary-write-article-file): Revert.
6761         (gnus-summary-save-article-body-file): Revert.
6762         (gnus-summary-write-article-body-file): New function.
6763
6764 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-art.el (gnus-default-article-saver): Doc fix.
6767         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6768         from gnus-summary-save-article-coding-system, and default to a
6769         certain coding system.
6770         (gnus-output-to-file): Add coding cookie and encode text according
6771         to gnus-article-save-coding-system; don't use mm-append-to-file.
6772
6773         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6774         gnus-art.el and rename to gnus-article-save-coding-system.
6775         (gnus-summary-save-article): Require gnus-art; don't show all
6776         headers if it decodes articles; don't add coding cookie here;
6777         don't bind mm-text-coding-system-for-write.
6778         (gnus-summary-save-article-file): Save decoded articles.
6779         (gnus-summary-write-article-file): When saving many files, use
6780         gnus-summary-write-to-file first and gnus-summary-save-in-file
6781         thereafter unless gnus-prompt-before-saving is always.
6782         (gnus-summary-save-article-body-file): Save decoded articles.
6783
6784         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6785
6786 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * nnrss.el (nnrss-check-group): Bind hash-index.
6789
6790 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6791
6792         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6793         its hash index.  Store this hash in `nnrss-group-data'.
6794         (nnrss-read-group-data): Update accordingly.
6795
6796 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6799         entry.
6800
6801         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6802         gnus-article-browse-html-article.
6803
6804 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6805
6806         * gnus-sum.el (gnus-summary-mime-map): Add
6807         gnus-article-browse-html-article.
6808
6809         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6810
6811 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6814         suitable coding systems in customize.
6815
6816 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         * mail-source.el (mail-sources): Fix custom type.
6819
6820 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6823         (gnus-summary-expire-articles-now): Shorten prompt.
6824
6825         * gmm-utils.el (wid-edit): Require.
6826         (defun-gmm): Renamed from `gmm-defun-compat'.
6827         (gmm-image-search-load-path): Use it.
6828         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6829
6830 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6833         variable.
6834         (gnus-summary-save-article): Add optional `decode' argument.  If
6835         it is set and gnus-summary-save-article-coding-system is non-nil,
6836         save decoded article.
6837         (gnus-summary-write-article-file): Save decoded article if
6838         gnus-summary-save-article-coding-system is non-nil.
6839
6840         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6841         type.
6842
6843 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6846
6847 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6850         first to test gnus-single-article-buffer which may be buffer-local.
6851
6852         * gnus-sum.el (gnus-summary-setup-buffer): Make
6853         gnus-single-article-buffer buffer-local and nil in ephemeral
6854         group; make gnus-article-buffer, gnus-article-current, and
6855         gnus-original-article-buffer always buffer-local.
6856         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6857         group.
6858         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6859
6860 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * nnml.el (nnml-request-compact-group): Compressed files might not
6863         have .gz extension.
6864
6865 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6866
6867         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6868         (mm-copy-to-buffer): Use with-current-buffer.
6869         (mm-display-part): Simplify.
6870         (mm-inlinable-p): Add optional arg `type'.
6871
6872 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6873
6874         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6875         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6876         Try harder to show the attachment internally or externally using
6877         gnus-mime-view-part-as-type.
6878
6879 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * message.el (message-from-style, message-signature-separator)
6882         (message-user-organization-file, message-send-mail-function)
6883         (message-citation-line-function, message-yank-prefix)
6884         (message-indent-citation-function, message-signature)
6885         (message-signature-file, message-signature-insert-empty-line):
6886         Remove autoloads.
6887
6888         * gnus-art.el (gnus-buttonized-mime-types): Remove
6889         "multipart/signed".  Revert 2006-04-26 change.
6890
6891 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892
6893         * gnus.el (gnus-version-number): Bump version.
6894
6895 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6896
6897         * gnus.el: No Gnus v0.5 is released.
6898
6899 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6900
6901         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6902         fetching articles by message-id.
6903
6904 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * message.el (hashcash): Require hashcash as normal.
6907
6908         * ecomplete.el (ecomplete-highlight-match-line): Use
6909         point-at-eol.
6910         (ecomplete-highlight-match-line): Use `highlight', because that
6911         face exists in both Emacs and XEmacs.
6912
6913         * message.el (message-display-abbrev): Use point-at-bol.
6914
6915         * mail-source.el: Don't require timer/timer-funcs.
6916
6917         * gnus-async.el: Ditto.
6918
6919         * password.el: Ditto.
6920
6921         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6922
6923         * mm-url.el: Ditto.
6924
6925         * gnus-xmas.el: Don't require timer-funcs.
6926
6927         * mm-util.el: Require timer/timer-funcs.
6928
6929 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6930
6931         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6932         Close.
6933
6934 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6937         unibyte after clear-decrypt function runs.
6938
6939         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6940         returns as a unibyte string.
6941
6942 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * lpath.el: Revert.
6945
6946         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6947         (pgg-gpg-process-sentinel): Revert.
6948
6949         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6950         (pgg-pgp-lookup-key): Revert.
6951
6952         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6953         (pgg-pgp5-lookup-key): Revert.
6954
6955         * pgg.el (pgg-fetch-key): Revert.
6956
6957 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * lpath.el: Fbind string-as-multibyte for XEmacs.
6960
6961         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6962         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6963         (mml1991-pgg-encrypt): Ditto.
6964
6965         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6966         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6967         a multibyte buffer.
6968
6969         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6970         (pgg-pgp-lookup-key): Ditto.
6971
6972         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6973         (pgg-pgp5-lookup-key): Ditto.
6974
6975         * pgg.el (pgg-fetch-key): Ditto.
6976
6977 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * message.el (message-user-organization-file): Check several
6980         locations of the organization file.
6981
6982         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6983         Add gnus-article-view-part-as-type.
6984
6985         * gnus-art.el (gnus-article-view-part-as-type): New function.
6986
6987         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6988         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6989
6990         * mml.el: Simplify autoload.
6991         (mml-mode): defvar dnd-protocol-alist instead of using
6992         symbol-value.
6993         (mml-default-directory): New variable.
6994         (mml-minibuffer-read-file): Use it.
6995         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6996
6997         * message.el (message-citation-line-format): New variable.
6998         (message-insert-formated-citation-line): New function.
6999         (message-citation-line-function): Add
7000         `message-insert-formated-citation-line' to custom type.
7001
7002         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7003         to doc string.
7004
7005         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7006         depending on mm-verify-option.
7007
7008 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7011         binding pgg-* variables; reimplement the section which prevents
7012         MIME header from being signed.
7013         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7014         pgg-text-mode; remove a blank line at the top of body.
7015
7016         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7017         lines at the top of body; use gnus-newsgroup-charset if there's no
7018         Charset header.
7019
7020 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * message.el (message-self-insert-commands): Doc fix.
7023
7024         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7025         (mm-uu-pgp-encrypted-test): Ditto.
7026         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7027         between header and body; return application/pgp-encrypted handle
7028         if decryption failed; decode decrypted body by charset.
7029
7030         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7031         element match to application/pgp-*.
7032
7033 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7034
7035         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7036         HTML.
7037
7038 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * mail-source.el (mail-source-call-script): Message the error
7041         string.
7042
7043 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * gnus-util.el (gnus-byte-compile): Use it.
7046
7047 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7048
7049         * gnus-util.el (kill-empty-logs): New function.
7050
7051 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * message.el (message-mail-alias-type): Doc fix.
7054         (message-mail-alias-type-p): New function.
7055         (message-send): Use it.
7056         (message-mode): Ditto.
7057         (message-strip-forbidden-properties): Ditto.
7058
7059         * ecomplete.el (ecomplete-database-file-coding-system): New
7060         variable.
7061         (ecomplete-save): Use it.
7062         (ecomplete-setup): Use it.
7063
7064 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * message.el (message-self-insert-commands): New variable.
7067         (message-strip-forbidden-properties): Use it.
7068
7069 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7072         that doesn't make XEmacs choke.
7073
7074 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * gnus-util.el (gnus-replace-in-string):
7077         Prefer replace-regexp-in-string over of replace-in-string.
7078
7079 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-util.el (gnus-select-frame-set-input-focus):
7082         Use select-frame-set-input-focus if it is available in XEmacs; use
7083         definition defined in Emacs 22 for old Emacsen.
7084
7085         * dgnushack.el: Autoload unmorse-region for XEmacs.
7086
7087         * lpath.el: Bind cursor-in-non-selected-windows and
7088         select-frame-set-input-focus for XEmacs.
7089
7090 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7093
7094 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7095
7096         * gnus-registry.el (gnus-registry-cache-save): Remove text
7097         properties when saving via the temp buffer.
7098
7099 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * message.el (message-generate-hashcash): Honor custom type.
7102
7103 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * message.el (message-generate-hashcash): Default to non-nil when
7106         hashcash is found.
7107
7108         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7109         (gnus-refer-thread-limit): Increase default to 500.
7110
7111         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7112
7113         * flow-fill.el (fill-flowed): Allow delete-space.
7114
7115 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7118         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7119         Remove autoloads.
7120
7121 2006-04-18  Simon Josefsson  <jas@extundo.com>
7122
7123         * message.el (message-generate-hashcash): Default to.
7124
7125 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7128         concatenating segments rather than before concatenating them.
7129
7130 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7133
7134 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7137
7138         * message.el (message-forward-make-body-plain): Allow
7139         message-forward-ignored-headers to be a list.
7140         (message-remove-ignored-headers): Factor out into function.
7141         (message-forward-make-body-mml): Use it.
7142
7143         * imap.el (imap-quote-specials): New function.
7144         (imap-login-auth): Quote specials.
7145
7146         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7147         (rfc2231-parse-string): Allow concatanation of parameters that
7148         aren't contiguous.  The test case is
7149           (mail-header-parse-content-type "message/external-body;
7150             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7151             access-type=LOCAL-FILE;
7152             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7153
7154 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * nntp.el (nntp-accept-process-output): Return the value of
7157         `nnheader-accept-process-output'.
7158
7159 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7162         (gnus-button-alist): Recognize more diff formats.
7163         (gnus-button-patch): Strip directory.
7164
7165 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7168         Emacs 22 when setting focus.
7169
7170 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * gnus-art.el (gnus-article-treat-types): Do treatment of
7173         text/x-verbatim parts.
7174         (gnus-button-patch): New command.
7175
7176         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7177         addresses that contain invalid characters.
7178
7179 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * message.el (message-put-addresses-in-ecomplete): Use
7182         gnus-replace-in-string.
7183         (message-is-yours-p): Use the more correct
7184         mail-header-parse-address instead of
7185         mail-extract-address-components.
7186         (message-put-addresses-in-ecomplete): Fix typo.
7187
7188         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7189         keystroke.
7190
7191         * gnus-art.el (gnus-treatment-function-alist): Change order of
7192         newsgroups/generic header folding to avoid double-folding.
7193
7194         * message.el (message-hidden-headers): Add X-Draft-From.
7195
7196         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7197         command.
7198         (gnus-summary-repeat-search-article-backward): New command.
7199
7200         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7201         groups in the parent topic.
7202
7203 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7204
7205         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7206         (spam-extra-header-to-number): Return the CRM114 number as a
7207         number instead of a string.
7208
7209 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * gnus-art.el (gnus-face-properties-alist): Moved here from
7212         gnus-fun.
7213
7214         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7215
7216 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * message.el (message-strip-forbidden-properties): Only display on
7219         self-insert-command.
7220
7221         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7222         reindent.
7223         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7224
7225 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7226
7227         * smiley.el (smiley-style): Fix typo.
7228
7229 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * hashcash.el (hashcash-insert-payment-async-2): Use
7232         message-goto-eoh instead of doing it manually.
7233         (mail-add-payment): Use message-narrow-to-header instead of trying
7234         to do the same itself.
7235
7236         * message.el (message-hidden-headers): Add Face.
7237
7238         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7239         reparenting code.
7240         (gnus-summary-reparent-children): Refactored out code.
7241         (gnus-summary-thread-map): New keystroke.
7242         (gnus-summary-reparent-children): Make into command.
7243
7244         * smiley.el (smiley-style): Default to `medium' if using a large
7245         font.
7246
7247         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7248         does it itself.
7249
7250         * message.el (message-point-in-header-p): Simplify definition.
7251
7252 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * nnagent.el (nnagent-request-set-mark): Silence log file
7255         writing.
7256         (nnagent-request-set-mark): Use write-region instead of
7257         append-to-file.
7258
7259         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7260         strange select method.
7261
7262         * ecomplete.el (ecomplete-display-matches): Get highlightling
7263         right.
7264         (ecomplete-display-matches): Use literals.
7265         (ecomplete-display-matches): Disable message logging.
7266
7267         * message.el (message-display-abbrev): Small optimization.
7268
7269         * ecomplete.el (ecomplete-display-matches): Allow automatic
7270         display.
7271
7272         * message.el (message-strip-forbidden-properties): Display
7273         abbrevs.
7274         (message-display-abbrev): Get automatic display right.
7275
7276         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7277         keystrokes.
7278
7279 2006-04-13  Romain Francoise  <romain@orebokech.com>
7280
7281         TODO: Backport to v5-10!
7282
7283         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7284         Moved here (and renamed) from gnus-registry.el.
7285
7286         * gnus-registry.el: Require gnus-util.
7287         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7288
7289 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * gnus-group.el (gnus-group-catchup-current): Change
7292         if-then-else-if-then-else into cond.
7293         (gnus-group-catchup): Indent.
7294         (group-name-at-point): New function.
7295         (gnus-fetch-group): Provide default from thing at point.
7296
7297 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * message.el (message-display-abbrev): Fix regexp.
7300
7301         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7302         choosing.
7303         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7304         dead variables.
7305
7306         * message.el (message-newline-and-indent): Remove debugging.
7307         (message-display-abbrev): Use new implementation.
7308
7309 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-art.el (gnus-article-mode): Set
7312         cursor-in-non-selected-windows to nil.
7313
7314         * smiley.el: Revert previous change.
7315         (smiley-data-directory): defvar it before using it in the
7316         defcustom of `smiley-style'.
7317
7318 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * message.el (message-newline-and-indent): New function.
7321
7322         * ecomplete.el: Implement more bits.
7323
7324         * message.el (message-put-addresses-in-ecomplete): Clean up the
7325         string.
7326
7327         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7328
7329         * gnus-sum.el (gnus-summary-save-parts): Bind
7330         gnus-summary-save-parts-counter and use it to make unique file
7331         names.
7332
7333         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7334
7335         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7336         parameter to say whether to actually parse the individual
7337         addresses.
7338
7339         * message.el (message-put-addresses-in-ecomplete): New function.
7340         (ecomplete): Require.
7341         (message-mail-alias-type): Add ecomplete as an option.
7342
7343 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7344
7345         * flow-fill.el (fill-flowed): Remove trailing space from blank
7346         quoted lines.
7347
7348 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * smiley.el (smiley-style): Move definition later to avoid a
7351         compilation warning.
7352
7353 2006-04-12  Kenichi Handa  <handa@m17n.org>
7354
7355         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7356         buffer and then decode the buffer text if necessary.
7357         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7358         first, and after mm-encode-body, change the buffer to unibyte.
7359         Use mm-disable-multibyte instead of set-buffer-multibyte.
7360
7361 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7364         Content-Type header instead of Content-Disposition header.
7365         (gnus-mime-inline-part): Ditto.
7366         (gnus-mime-view-part-as-charset): Ignore charset that the part
7367         specifies.
7368
7369         * mm-decode.el (mm-display-part): Work with external parts and
7370         usual parts similarly.
7371
7372         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7373         instead of gnus-display-mime.
7374
7375         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7376         instead of with-temp-buffer.
7377
7378         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7379         tag to summarized topics part in order to encode non-ASCII text.
7380
7381 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * smiley.el (smiley-style): New variable.
7384         (smiley-directory): New function.
7385         (smiley-data-directory): Derive from `smiley-style' using
7386         `smiley-directory'.
7387         (smiley-regexp-alist): Add new entries.
7388
7389         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7390         (gnus-article-browse-delete-temp): Add :version.
7391
7392 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7393
7394         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7395         the sieve region.
7396
7397 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * gnus.el (gnus-version-number): Bump version.
7400
7401 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus.el: No Gnus v0.4 is released.
7404
7405 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7408         layout.
7409
7410         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7411         unknown charset.
7412
7413         * message.el (message-header-synonyms): Add Original-To to the
7414         default.
7415
7416         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7417         optional parameter.
7418
7419 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-fun.el (gnus): Require it for gnus-directory.
7422
7423 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7426
7427 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7428
7429         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7430
7431 2006-04-05  Simon Josefsson  <jas@extundo.com>
7432
7433         * password.el (password-reset): New function.
7434
7435 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7436
7437         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7438         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7439
7440 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7441
7442         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7443         Some whitespace was matched into the url, which broke browsing hits
7444         > 100 when mm-url-use-external was nil.
7445
7446 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7449         gnus-extra-headers for 'Newsgroups.
7450
7451         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7452         bound.
7453
7454 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7455
7456         * pgg-gpg.el: Clean up process buffers every time gpg processes
7457         complete.
7458
7459 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7462         doc string.
7463
7464 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7465
7466         * pgg-gpg.el (pgg-gpg-process-filter)
7467         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7468
7469         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7470         lines, temporary fix.
7471
7472 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7475
7476 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7477
7478         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7479         default-enable-multibyte-characters.  This reverts the change from
7480         revision 6.17 which is no longer necessary because the passphrase
7481         is sent separately now.  GnuPG messages are unreadable under
7482         multibyte locales with default-enable-multibyte-characters set to
7483         nil.
7484
7485 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * message.el (message-tool-bar-gnome): Move "spell".
7488
7489 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7492         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7493         instead.
7494
7495 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7496
7497         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7498         newsgroups handling for NNTP overviews which don't include
7499         Newsgroups.
7500
7501 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7502
7503         * message.el (message-resend): Bind message-generate-hashcash to nil.
7504
7505 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7506
7507         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7508         when searching for already-paid recipients.
7509
7510 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7511
7512         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7513         passphrases when it is not needed.
7514         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7515         passphrase stuff from gpg, should only be necessary when you use
7516         gpg with a smartcard.
7517
7518 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mml.el (mml-insert-mime): Ignore cached contents of
7521         message/external-body part.
7522
7523         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7524         (mm-insert-part): Ditto.
7525
7526 2006-03-23  Simon Josefsson  <jas@extundo.com>
7527
7528         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7529         Reiner.
7530         (pgg-gpg-use-agent-p): Use it again.
7531
7532 2006-03-23  Simon Josefsson  <jas@extundo.com>
7533
7534         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7535         older emacsen.
7536         (pgg-gpg-use-agent-p): Don't use it.
7537
7538 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7541         if we can.
7542
7543 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7544
7545         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7546         (pgg-gpg-update-agent): New function.
7547         (pgg-gpg-use-agent-p): New function.
7548         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7549         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7550         (pgg-gpg-sign-region): Use it.
7551
7552 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7555         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7556
7557 2006-03-21  Simon Josefsson  <jas@extundo.com>
7558
7559         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7560         <wilde@sha-bang.de>.
7561         (pgg-gpg-use-agent): New variable.
7562         (pgg-gpg-process-region): Use it.
7563         (pgg-gpg-encrypt-region): Likewise.
7564         (pgg-gpg-encrypt-symmetric-region): Likewise.
7565         (pgg-gpg-decrypt-region): Likewise.
7566         (pgg-gpg-sign-region): Likewise.
7567         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7568
7569 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7572
7573         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7574         Add comment on version.
7575
7576 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * smiley.el: Add missing test smiley.
7579
7580 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * mm-decode.el (mm-with-part): New macro.
7583         (mm-get-part): Use it; work with message/external-body as well.
7584         (mm-save-part): Treat name and filename equally.
7585
7586         * mm-extern.el (mm-extern-cache-contents): New function.
7587         (mm-inline-external-body): Use it; force the part to be displayed;
7588         move undisplayer added to the cached handle to the parent.
7589
7590         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7591         (gnus-mime-view-part-as-type): Work with message/external-body.
7592
7593         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7594
7595 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7598         images in image-load-path.  [Sync with image.el, revision 1.60, in
7599         Emacs.]
7600
7601 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7604         path rather than symbol.  Always return list of directories.
7605         Guarantee that image directory comes first.  [Sync with image.el,
7606         revision 1.59, in Emacs.]
7607
7608         * message.el (message-make-tool-bar): Adjust to new API of
7609         `gmm-image-load-path-for-library'.
7610
7611         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7612
7613         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7614
7615 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7616
7617         * gnus-art.el (gnus-article-only-boring-p):
7618         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7619         intangible text.
7620         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7621
7622 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7625         `defun' instead of `gmm-defun-compat'.
7626
7627 2006-03-14  Simon Josefsson  <jas@extundo.com>
7628
7629         * message.el (message-unique-id): Don't use message-number-base36
7630         if (user-uid) is a float.
7631         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7632
7633 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7636
7637         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7638         empty line between a part and a message part.
7639
7640 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * smiley.el: Add more test smileys.
7643         (smiley-data-directory, smiley-regexp-alist)
7644         (gnus-smiley-file-types): Fix doc strings.
7645         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7646         adding new elements.
7647         (smiley-mouse-map): Unused code.  Make it a comment.
7648
7649 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7652         scan latest NoCeM messages instead of old ones.
7653         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7654         delimiters that are recently used.
7655         (gnus-nocem-load-cache): Add autoload cookie.
7656
7657         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7658
7659         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7660         level which is larger than gnus-use-nocem is specified.
7661
7662         * gnus-group.el (gnus-group-get-new-news): Ditto.
7663
7664 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus-util.el (gnus-tool-bar-update): New function.
7667
7668         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7669         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7670
7671         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7672
7673         * gnus-group.el (gnus-group-redraw-when-idle)
7674         (gnus-group-redraw-check): Remove.
7675         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7676
7677 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7680         if optional last element is specified in splits (FIELD VALUE...).
7681
7682 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7685         to gmm-image-load-path-for-library.  Call with no-error argument.
7686         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7687
7688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7689
7690         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7691
7692         * gmm-utils.el (gmm-image-load-path): Remove alias.
7693
7694 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * gmm-utils.el (gmm-image-load-path): Add alias.
7697
7698         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7699         nnml-generate-nov-databases-1.
7700         (nnml-generate-nov-databases): Use it.
7701         (nnml-generate-nov-databases-directory): Document no-active
7702         argument.
7703
7704         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7705         directory if path is t.  Add no-error.
7706
7707         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7708         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7709
7710         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7711         resetting gnus-article-browse-html-temp-list.
7712
7713         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7714         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7715         Add example to docstring.  Rename local variables.  Move error
7716         checks to default case in cond and simplify.
7717
7718 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7721         handle is multipart when calling it recursively.
7722         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7723
7724 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7725
7726         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7727         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7728
7729 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7732         is loaded.
7733
7734         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7735         loaded.
7736
7737 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7740         to "Emacs 23 (unicode)" in doc string.
7741
7742         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7743         "Emacs 23 (unicode)" in comment.
7744
7745 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7748
7749         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7750         characters 160 through 255 in Emacs 23.
7751
7752 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7755         gnus-article-browse-html-temp.
7756         (gnus-article-browse-delete-temp): Make it customizable.  Add
7757         `file'.  Adjust doc string.
7758         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7759         query for each file.  Adjust doc string.
7760         (gnus-article-browse-html-parts): Add
7761         `gnus-article-browse-delete-temp-files' to
7762         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7763
7764 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7765
7766         * gnus-art.el (gnus-article-browse-html-temp)
7767         (gnus-article-browse-delete-temp): New variables.
7768         (gnus-article-browse-delete-temp-files): New function.
7769         (gnus-article-browse-html-parts): Use it.
7770
7771 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7774
7775         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7776         string.
7777
7778         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7779         gnus-summary-insert-new-articles when unplugged.  Remove
7780         gnus-summary-search-article-forward.
7781
7782         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7783         display-visual-class instead of display-color-cells.
7784
7785 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * dgnushack.el: Autoload customize-group for XEmacs.
7788
7789         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7790         message/* containing non-ASCII text properly.
7791
7792 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * message.el: Require gmm-utils, remove autoloads.
7795         (message-tool-bar): Set default based on
7796         gmm-tool-bar-style.
7797         (message-tool-bar-gnome): Add gmm-customize-mode.
7798
7799         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7800         gmm-tool-bar-style.
7801         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7802
7803         * gnus-group.el (gnus-group-tool-bar): Set default based on
7804         gmm-tool-bar-style.
7805         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7806
7807         * gmm-utils.el (gmm-image-directory): Rename variable from
7808         gmm-image-load-path.
7809         (gmm-image-load-path): Use gmm-image-directory.
7810         (gmm-customize-mode): New function.
7811         (gmm-tool-bar-style): New variable.
7812
7813         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7814         gnus-group-redraw-line-number.
7815         (gnus-group-redraw-check): Simplify.
7816         (gnus-group-tool-bar-update): Remove redraw check.
7817         (gnus-group-make-tool-bar): Add redraw check.
7818
7819 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7820
7821         * gnus-art.el (gnus-button): Add missing parentheses.
7822
7823 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * lpath.el: Fbind line-number-at-pos.
7826
7827 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7830
7831 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-art.el (gnus-button): New face.
7834         (gnus-article-button-face): Use it.
7835
7836         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7837         gnus-summary-next-page.  Re-order.
7838
7839         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7840         next-node are now included.
7841         (gnus-group-redraw-line-number): New internal variable.
7842         (gnus-group-redraw-check): Helper function for updating the tool
7843         bar.
7844         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7845
7846         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7847
7848         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7849         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7850         Use it to match format of Spamassassin 3.0 and later.  Reported by
7851         IRIE Tetsuya <irie@t.email.ne.jp>.
7852         (spam-check-bogofilter)
7853         (spam-bogofilter-register-with-bogofilter): Fix args of
7854         `gnus-error' calls.
7855
7856 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7859         unnecessary interaction when sending queued mails.  Reported by
7860         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7861
7862 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7865         first or last are nil.
7866
7867 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7868
7869         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7870
7871 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7874
7875 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * dns.el (query-dns): Protect more against buggy tcp output.
7878
7879 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7882         nov.php.
7883
7884 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7885
7886         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7887         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7888         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7889         output on the server side.
7890         (nnweb-google-create-mapping): Update regexps and add some
7891         progress indication.
7892
7893 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7896         gnus-agent-toggle-plugged.  Re-order icons.
7897         (gnus-group-tool-bar-gnome): Add
7898         gnus-group-{prev,next}-unread-group.
7899         (gnus-group-tool-bar-gnome): Re-order icons.
7900
7901         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7902         gnus-summary-insert-new-articles.
7903
7904         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7905         comments.
7906
7907         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7908         also available in Emacs 21.3.
7909
7910         * message.el (message-fix-before-sending): Change "Emacs 22" to
7911         "Emacs 23 (unicode)" in comment.
7912
7913         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7914         "Emacs 23 (unicode)" in comment.
7915
7916         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7917         comment.
7918         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7919
7920         * mm-view.el (mm-fill-flowed): Add :version.
7921
7922 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7925         and load-path.
7926
7927 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * message.el: Autoload gmm-image-load-path.
7930         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7931         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7932         consitency.
7933
7934         * gmm-utils.el (gmm-image-load-path): Also search in
7935         "../etc/images".  Don't set gmm-image-load-path if we don't find
7936         the image.
7937
7938 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gmm-utils.el (gmm-image-load-path): Don't make
7941         `gmm-image-load-path' include subdirectories which the second arg
7942         `image' might specify.
7943
7944         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7945         subdirectory to icon file names.
7946
7947         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7948
7949 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7952         gmm-image-load-path calls.
7953
7954         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7955
7956         * message.el (message-make-tool-bar): Ditto.
7957
7958         * mml.el (mml-preview): Added comment concerning tool bar icons.
7959
7960         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7961         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7962
7963         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7964         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7965
7966         * message.el (message-tool-bar-gnome): Use new icon names.
7967         (message-make-tool-bar): Use `gmm-image-load-path'.
7968
7969         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7970         functions from MH-E.
7971         (gmm-image-load-path): New variable from MH-E.
7972         (gmm-image-load-path): New function from MH-E.  Added arguments
7973         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7974         *-image-load-path-called-flag.
7975
7976 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7977
7978         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7979
7980 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7981
7982         * nnimap.el (nnimap-request-move-article): Change folder back to
7983         source group before deleting.
7984
7985 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7988
7989         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7990         mm-url.
7991
7992         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7993
7994 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7997         coding system which mm-charset-to-coding-system returns for a
7998         given charset is valid.
7999
8000 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8001
8002         * html2text.el (html2text-remove-tag-list):
8003         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8004
8005 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8006
8007         * gnus-cus.el: Revert 2005-10-17 change.
8008
8009 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (article-strip-banner): Call
8012         article-really-strip-banner only when the regexp match is made.
8013
8014 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * gnus-art.el (article-strip-banner): Use
8017         gnus-extract-address-components instead of
8018         mail-header-parse-addresses to make it work with non-ASCII text;
8019         remove mail-encode-encoded-word-string.
8020
8021         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8022         values which are surrounded with \"...\"; make it never cause a
8023         Lisp error; give up parsing of parameters if it failed in
8024         extracting type.
8025
8026 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8027
8028         * smime.el (smime-cert-by-ldap-1): Fix bug where
8029         `smime-ldap-search' returns results without userCertificates.
8030
8031 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8034
8035 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * spam.el (spam-check-spamassassin-headers): Adapt format for
8038         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8039         <ari@mbf.ocn.ne.jp>.
8040         (spam-list-of-processors): Add spam-use-gmane.
8041
8042 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8045         make-temp-file; make it work with XEmacs as well.
8046
8047         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8048         mm-make-temp-file.
8049
8050         * mm-decode.el (mm-display-external): Use the 3rd arg of
8051         mm-make-temp-file.
8052         (mm-create-image-xemacs): Ditto.
8053
8054 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8057         with message-narrow-to-headers.
8058         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8059         (gnus-draft-check-draft-articles): New function.
8060         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8061
8062 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * gnus-art.el (gnus-article-browse-html-parts):
8065         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8066         Don't use suffix argument for mm-make-temp-file for Emacs 21
8067         compatibility.  Remove useless `format'.
8068
8069 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8070
8071         * nnweb.el (nnweb-google-wash-article): Update regexps.
8072         (nnweb-group-alist): Use defvoo instead of defvar.
8073
8074 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8077         re-loading nn* modules.
8078
8079 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8082         for `tool-bar-mode' and don't check it's default-value.
8083
8084         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8085
8086         * message.el (message-make-tool-bar): Ditto.
8087
8088         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8089         `substring'.  Shorten tmp-file name.
8090
8091         * gnus.el: Remove bogus comment.
8092
8093 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8094
8095         * gnus-art.el (gnus-article-browse-html-parts): New function.
8096         (gnus-article-browse-html-article): New function for viewing html
8097         articles with a browser.
8098
8099 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8100
8101         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8102         in elisp.
8103         (pgg-gpg-encrypt-symmetric-region): Ditto.
8104         (pgg-gpg-sign-region): Ditto.
8105
8106         * pgg-def.el (pgg-text-mode): New variable.
8107
8108         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8109         (mml2015-pgg-encrypt): Ditto.
8110
8111         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8112         (mml1991-pgg-encrypt): Ditto.
8113
8114 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8117         message-make-date instead of current-time-string.
8118
8119         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8120         to gnus-decoded which mm-uu might set.
8121
8122 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8125         don't decode quoted parameters; remove misimported Emacs code.
8126         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8127         (rfc2231-decode-encoded-string): Don't use split-string which
8128         behaves differently according to Emacs version; use
8129         mm-decode-coding-region to convert charset to coding-system.
8130         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8131         (rfc2231-encode-string): Remove misimported Emacs code.
8132
8133 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8136         when calling mail-header-parse-content-type.
8137         (article-de-quoted-unreadable): Ditto.
8138         (article-de-base64-unreadable): Ditto.
8139         (article-wash-html): Ditto.
8140
8141         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8142         calling mail-header-parse-content-type and
8143         mail-header-parse-content-disposition.
8144         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8145         mail-header-parse-content-type.
8146
8147         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8148         insert charset and format parameters; encode description after
8149         inserting it to buffer.
8150         (mml-insert-parameter): Fold lines properly even if a parameter is
8151         segmented into two or more lines; change the max column to 76.
8152
8153         * rfc1843.el (rfc1843-decode-article-body): Don't use
8154         ignore-errors when calling mail-header-parse-content-type.
8155
8156         * rfc2231.el (rfc2231-parse-string): Return at least type if
8157         possible; don't cause an error even if it fails in parsing of
8158         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8159         (rfc2231-encode-string): Don't break lines at the beginning, leave
8160         it to mml-insert-parameter.
8161
8162         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8163         calling mail-header-parse-content-type.
8164
8165 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * spam-report.el (spam-report-gmane-use-article-number):
8168         Improve doc string.
8169         (spam-report-gmane-internal): Check if a suitable header was found
8170         in the article.
8171
8172 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8175         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8176
8177 2006-02-05  Romain Francoise  <romain@orebokech.com>
8178
8179         Update copyright notices of all files in the gnus directory.
8180
8181 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8182
8183         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8184
8185 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8188         segmented lines of parameter value to cope with Thunderbird 1.5
8189         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8190         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8191         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8192
8193 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8194
8195         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8196         parts.
8197
8198 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8199
8200         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8201         there's only one active file for all servers.
8202         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8203         solid groups.  Gnus might have used a FAST request to select the group.
8204         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8205         and nnweb-search redundantly in the active file.
8206         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8207         (nnweb-request-create-group): Don't use ARGS.
8208         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8209         initialisations.  Let nnoo do the work.
8210
8211 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8214         Say the part has been decoded.
8215
8216         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8217
8218 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8219
8220         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8221         mailcap-viewer-test-cache when there's no 'test clause, since that
8222         will invert the meaning of a "nil" test previously determined by
8223         mailcap-mailcap-entry-passes-test.
8224
8225 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8228         compiling.
8229
8230         * gnus-sum.el: Ditto.
8231
8232         * message.el: Don't bind tool-bar-map when compiling.
8233
8234 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8237
8238 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8239
8240         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8241         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8242         current Google Groups.
8243
8244 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8247         and tool-bar-mode.
8248
8249         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8250         and tool-bar-mode.
8251
8252         * message.el (message-tool-bar-update): Simplify.
8253         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8254
8255         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8256         gnus-summary-buffer.
8257         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8258         gnus-summary-reply.
8259
8260         * gmm-utils.el (gmm): Add :version.
8261
8262 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * Makefile.in (clean): New rule.
8265         (distclean): Use it.
8266
8267 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8268
8269         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8270         autoload.
8271
8272 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gmm-utils.el (gmm-verbose): Add :group.
8275
8276 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * message.el: Change some comments WRT tool-bars.
8279
8280         * gnus-sum.el (gnus-summary-tool-bar)
8281         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8282         (gnus-summary-tool-bar-zap-list): New variables.
8283         (gnus-summary-make-tool-bar): Complete rewrite using
8284         `gmm-tool-bar-from-list'.
8285
8286         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8287         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8288         variables.
8289         (gnus-group-make-tool-bar): Complete rewrite using
8290         `gmm-tool-bar-from-list'.
8291         (gnus-group-tool-bar-update): New function.
8292
8293         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8294
8295 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8298         is dissected into a single part of which the type is the same as
8299         the given one; decode charset.
8300
8301 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8302
8303         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8304         into alists as symbol not string, since that's what
8305         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8306         look for.
8307
8308 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8311         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8312
8313         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8314
8315 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8318         (gnus-xmas-mime-security-button-menu): New function.
8319
8320         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8321         (gnus-mime-security-button-menu): New definition.
8322         (gnus-mime-security-button-map): Use them.
8323         (gnus-mime-security-button-menu): New function.
8324         (gnus-insert-mime-security-button): Addition to help echo.
8325         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8326         (gnus-mime-security-pipe-part): New functions.
8327
8328         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8329         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8330
8331         * mm-decode.el (mm-handle-set-disposition): Remove.
8332         (mm-handle-set-description): Remove.
8333
8334 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8337         (mm-w3m-standalone-supports-m17n-p): New function.
8338         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8339         w3m usage.
8340
8341         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8342         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8343
8344 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * message.el (message-tool-bar-zap-list): Use
8347         gmm-tool-bar-zap-list as custom type.
8348         (message-tool-bar-update): New function.
8349         (message-tool-bar, message-tool-bar-gnome)
8350         (message-tool-bar-retro): Add message-tool-bar-update.
8351         (message-tool-bar-gnome): Add flyspell-buffer.
8352
8353         * gnus-util.el (gnus-error): Describe `args'.
8354
8355         * gmm-utils.el (gmm-error): Describe `args'.
8356         (gmm-tool-bar-zap-list): New widget.
8357         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8358
8359 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8362         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8363         the number of recursive calls.
8364
8365         * mm-decode.el (mm-handle-set-disposition): New macro.
8366         (mm-handle-set-description): New macro.
8367
8368 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8371         encoding.
8372
8373 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * message.el (message-tool-bar-zap-list, message-tool-bar)
8376         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8377         (message-tool-bar-local-item-from-menu): Remove.
8378         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8379         (message-make-tool-bar): New function.
8380         (message-mode): Use `message-make-tool-bar'.
8381
8382         * gmm-utils.el: New file.
8383         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8384         (gmm-lazy): New widget copied from `nnmail.el'.
8385         (gmm-tool-bar-from-list): New function for creating customizable
8386         tool bars.
8387         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8388         output.
8389         (gmm): Add :prefix to defgroup.
8390
8391 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8392
8393         * gmm-utils.el (gmm-widget-p): New function.
8394
8395 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * mml.el (mml-attach-file): Describe `description' in doc string.
8398         (mml-menu): Add Emacs MIME manual and PGG manual.
8399
8400 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8401
8402         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8403
8404 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8405
8406         * nntp.el (nntp-end-of-line): Doc fix.
8407
8408 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8409
8410         * imap.el (imap-open): Handle case where buffer is a buffer
8411         object.
8412
8413 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8414
8415         * gnus-delay.el (gnus-delay): Don't autoload.
8416         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8417         to be re-loaded when customizing the `gnus-delay' group.
8418
8419 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8420
8421         * message.el (message-insert-citation-line): Use newlines.
8422
8423 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8424
8425         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8426         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8427         these routines, so the passphrase can be managed externally and
8428         passed in to the system.
8429         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8430         pgg-add-passphrase-to-cache function.
8431
8432         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8433         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8434         these routines, so the passphrase can be managed externally and
8435         passed in to the system.
8436         (pgg-pgp5-sign-region): Use new name of
8437         pgg-add-passphrase-to-cache function.
8438
8439 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8440
8441         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8442         part of the decoded armor to find the key-identifier.
8443         (pgg-gpg-lookup-key-owner): New function to return the
8444         human-readable identifier of a key owner.
8445         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8446         itself.
8447         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8448         the key value) if we have a key and can match it against a secret
8449         key.  Also, added a note pointing out fact that the prompt only
8450         indicates the first matching key.
8451
8452         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8453         pgg-decrypt-region.
8454         (pgg-add-passphrase-to-cache): Rename from
8455         `pgg-add-passphrase-cache' to reduce confusion (all callers
8456         changed).
8457         (pgg-remove-passphrase-from-cache): Rename from
8458         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8459         changed).
8460         (pgg-read-passphrase, pgg-add-passphrase-cache)
8461         (pgg-remove-passphrase-cache): Add informative docstrings.
8462         (pgg-decrypt): Convey provided passphrase in subordinate call to
8463         pgg-decrypt-region.
8464
8465 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8466
8467         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8468         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8469         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8470         'passphrase' argument, so the passphrase can be managed externally
8471         and then passed in to the system.
8472
8473         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8474         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8475         so the passphrase cache can be used reliably with identifiers
8476         besides a pgp packet's key id.
8477
8478         * pgg-gpg.el (pgg-gpg-encrypt-region)
8479         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8480         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8481         these routines, so the passphrase can be managed externally and
8482         passed in to the system.
8483
8484         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8485         'notruncate' argument, so the passphrase cache can be used
8486         reliably with identifiers besides a pgp packet's key id.
8487
8488 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8489
8490         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8491         symmetric encryption.
8492         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8493         encrypted session key.
8494         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8495         message ask for the passphrase in a proper way.
8496
8497         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8498         New user commands for symmetric encryption.
8499
8500 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8503
8504         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8505
8506 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8507
8508         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8509
8510 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * mm-decode.el (mm-inlined-types): Add application/pgp.
8513         (mm-automatic-display): Ditto.
8514
8515         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8516         part as text.
8517
8518 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * nnrss.el: Update copyright.
8521         (nnrss-opml-import): Query whether to subscribe to each entry.
8522
8523         * gnus-art.el:
8524         * gnus-sum.el:
8525         * gnus-xmas.el:
8526         * messagexmas.el:
8527         * mm-uu.el:
8528         * mm-view.el: Update copyright.
8529
8530 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * message.el (message-info): New function.
8533         (message-mode-menu): Add it.
8534         Update copyright.
8535
8536         * ChangeLog: Fix and update copyright.
8537
8538 2006-01-13  Romain Francoise  <romain@orebokech.com>
8539
8540         * message.el (message-forward-subject-name-subject): Prefer the
8541         address to 'nowhere' if the sender has no name.
8542         Fix typo.  Update copyright year.
8543
8544 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * gnus-art.el (article-wash-html): Use
8547         gnus-summary-show-article-charset-alist if a numeric arg is given.
8548         (gnus-article-wash-html-with-w3m-standalone): New function.
8549
8550         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8551         mm-inline-text-html-render-with-w3m-standalone.
8552         (mm-text-html-washer-alist): Map w3m-standalone to
8553         gnus-article-wash-html-with-w3m-standalone.
8554         (mm-inline-text-html-render-with-w3m-standalone): New function.
8555
8556 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8559         Improve LaTeX.
8560
8561 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8564         (nnrss-request-article): Render text/plain parts as HTML.
8565
8566         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8567         the buffer.
8568
8569 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8572         custom definition of `gnus-posting-styles'.
8573
8574         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8575         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8576
8577 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8580         Use nntp for bug archive.
8581
8582 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8585         parts.
8586         (nnrss-normalize-date): New function converts ISO 8601 date into
8587         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8588         (nnrss-check-group): Use it.
8589
8590 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8593
8594         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8595         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8596         (nnrss-insert-w3): Ditto.
8597
8598 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8601         the articles to be forwarded including the case where neither a
8602         number of articles nor a region is specified.
8603
8604 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * nnrss.el (nnrss-request-article): Fix last change; fill
8607         text/plain parts.
8608
8609 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8612         in text/plain part.
8613         (nnrss-check-group): Don't add excessive newline to dc:subject.
8614
8615 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8616
8617         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8618         article.
8619
8620 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8623         (nnml-use-compressed-files, nnml-save-mail): Support other
8624         comression programs such as bzip2.
8625
8626 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * dns.el (query-dns): Make sure we check the buffer size before
8629         removing tcp headers.
8630
8631 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8634         remove MIME buttons associated with multipart/alternative parts.
8635         (gnus-mime-display-alternative): Tag buttons using `article-type'
8636         text property.
8637
8638         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8639         associated with multipart/alternative parts.
8640
8641         * gnus-art.el (gnus-signature-separator): Fix custom type.
8642
8643         * mm-decode.el (mm-inlined-types): Fix custom type.
8644         (mm-keep-viewer-alive-types): Ditto.
8645         (mm-automatic-display): Ditto.
8646         (mm-attachment-override-types): Ditto.
8647         (mm-inline-override-types): Ditto.
8648         (mm-automatic-external-display): Ditto.
8649
8650 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * spam-report.el (spam-report-user-mail-address)
8653         (spam-report-user-agent): New variables.
8654         (spam-report-url-ping-plain): Use spam-report-user-agent.
8655
8656 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8657
8658         * gnus-art.el (gnus-button-handle-custom): Do not just use
8659         `customize-apropos' for any "M-x customize-*" button but the
8660         function called for.  Accept both the function name and its
8661         argument in order to achieve this.
8662         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8663         function name to `gnus-button-handle-custom' in case of "M-x
8664         customize-*" buttons.
8665
8666 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8669         multipart/alternative and add xref to mm-discouraged-alternatives
8670         in doc string.
8671
8672         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8673         gnus-buttonized-mime-types in doc string.
8674
8675 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8678         Suggest image/.* in the doc string.
8679
8680 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8683         message-marks (Debian bug #342521).
8684
8685 2005-12-12  Simon Josefsson  <jas@extundo.com>
8686
8687         * password.el (password-read-from-cache): Add.
8688         (password-read): Use it.
8689
8690 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8693         us-ascii as a MIME charset.
8694
8695         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8696         against the case where the 2nd arg TYPE is nil.
8697
8698 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * pop3.el (pop3-stream-type): Fix custom version.
8701
8702         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8703
8704 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8705
8706         * mm-decode.el (mm-display-external): Add missing cdr.
8707
8708 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8711         RFC1524) if it is in mailcap or add a suffix according to
8712         mailcap-mime-extensions when generating a temp filename; postpone
8713         deleting a temp file for 2 seconds for some wrappers, shell
8714         scripts, and so on, which might exit right after having started a
8715         viewer command as a background job.
8716
8717 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * nntp.el (nntp-marks-directory): Fix custom group.
8720
8721         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8722         steps when < 10.
8723
8724         * gnus-start.el (gnus-no-server-1): Mention
8725         `gnus-level-default-subscribed' in doc string.
8726
8727 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8728
8729         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8730         parens.
8731
8732 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-xmas.el (gnus-use-toolbar): Revert.
8735         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8736         gnus-use-toolbar is default.
8737
8738         * messagexmas.el (message-use-toolbar): Revert.
8739         (message-setup-toolbar): Use global default-toolbar if
8740         message-use-toolbar is default.
8741
8742 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8745         according to default-toolbar-visible-p.
8746
8747         * messagexmas.el (message-use-toolbar): Ditto.
8748
8749 2005-11-26  Dave Love  <fx@gnu.org>
8750
8751         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8752         (tls-program, tls-success): Provide openssl alternative.
8753
8754         * starttls.el: Doc fixes.
8755         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8756         SERVICE to PORT.
8757
8758         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8759         port null or service name.
8760         (starttls-negotiate): Autoload.
8761
8762 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * message.el (message-kill-to-signature): Fix interactive spec.
8765
8766 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * pop3.el (pop3-open-server): Recognize a string as a service name.
8769
8770 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8771
8772         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8773
8774 2005-11-23  Dave Love  <fx@gnu.org>
8775
8776         Add pop3s, pop3/starttls.
8777
8778         * pop3.el (pop3-authentication-scheme): Clarify doc.
8779         (open-tls-stream, starttls-open-stream): Autoload.
8780         (pop3-stream-type): New.
8781         (pop3-open-server): Use it.
8782
8783         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8784         for POP.
8785         (mail-source-keyword-map): Add :stream for POP.
8786         (mail-source-fetch-pop): Use pop3-stream-type.
8787
8788 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8791         of current-time-string.
8792
8793 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8794
8795         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8796         date header.
8797
8798 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8799
8800         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8801         it can seriously impact performance as it bypasses the agent's
8802         local caches.
8803
8804 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8805
8806         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8807         must be explicitly online rather than "not explicitly offline" for
8808         its flags to be synchronized.
8809
8810         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8811         that gnus-uu-unmark-thread will function correctly.
8812
8813         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8814         1024K is instead displayed as 1M.
8815
8816 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8819
8820 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8821
8822         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8823
8824 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8825
8826         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8827         error message to display actual error condition.
8828         (gnus-agent-save-local): Avoid saving symbols that are bound to
8829         nil as they simply result in a warning message in
8830         gnus-agent-read-local.
8831
8832 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8835         rather than make-variable-buffer-local for file-precious-flag.
8836
8837 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8838
8839         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8840         for duplicates which are removed.  The invalid sort check then
8841         triggers a rescan after the sort as sorting may have moved
8842         duplicate entries such that they can be cheaply detected.
8843
8844 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8847
8848 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8849
8850         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8851         internal variable to a custom variable.  Changed default value
8852         from compressed(2) to uncompressed(1).
8853         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8854         support for uncompressed agentview files.  Taken together, reading
8855         the agentview file should now be 6-7 times faster.
8856
8857 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8858
8859         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8860         as a buffer-local variable.  This avoids creating truncated
8861         dribble files as a result of a hang up, eg.
8862
8863 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8864
8865         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8866         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8867         XEmacs.
8868
8869 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * gnus-start.el (gnus-start-draft-setup): Enforce
8872         `gnus-draft-mode' for nndraft:drafts at startup.
8873
8874         * gnus.el (gnus-splash): Change custom group.
8875         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8876         allow-list argument.
8877
8878         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8879         string.
8880
8881 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus-art.el (gnus-default-article-saver): Add user-defined
8884         `function' to custom type.
8885
8886 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8887
8888         * imap.el (imap-open): Handle case where buffer is a buffer
8889         object.
8890
8891 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8894         long lines.
8895         (gnus-cache-delete-group): Wrap doc strings.
8896
8897         * gnus-agent.el (gnus-agent-rename-group)
8898         (gnus-agent-delete-group): Wrap doc strings.
8899
8900 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * messagexmas.el (message-use-toolbar): Change the valid values
8903         into default, top, bottom, left, and right.
8904         (message-toolbar-thickness): New variable.
8905         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8906         well.
8907         (message-setup-toolbar): Make it work.
8908
8909         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8910         (gnus-use-toolbar): Change the valid values into default, top,
8911         bottom, left, and right.
8912         (gnus-toolbar-thickness): New variable.
8913         (gnus-xmas-setup-toolbar): New function.
8914         (gnus-xmas-setup-group-toolbar): Use it.
8915         (gnus-xmas-setup-summary-toolbar): Use it.
8916
8917 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus-start.el (gnus-1): Add "native" to
8920         gnus-predefined-server-alist.
8921
8922         * gnus.el (gnus-method-to-server): Don't add "native" to the
8923         lists here, because that leads to problems when
8924         gnus-select-method is bound.
8925
8926 2005-11-09  Simon Josefsson  <jas@extundo.com>
8927
8928         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8929         use (not sort-by-date) instead.
8930
8931 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8932
8933         * gnus-delay.el (gnus-delay-group): Don't autoload.
8934         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8935         to be re-loaded when customizing the `gnus-delay' group.
8936
8937 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8938
8939         * message.el: Revert last changes.
8940         (message-insert-citation-line): Use newlines.
8941
8942 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8943
8944         * message.el (message-courtesy-message)
8945         (message-mark-insert-begin, message-mark-insert-end)
8946         (message-elide-ellipsis, message-cancel-message)
8947         (message-add-header, message-change-subject)
8948         (message-cross-post-followup-to-header)
8949         (message-cross-post-insert-note, message-reduce-to-to-cc)
8950         (message-widen-reply, message-delete-not-region)
8951         (message-kill-to-signature, message-insert-signature)
8952         (message-insert-importance-high, message-insert-importance-low)
8953         (message-insert-or-toggle-importance)
8954         (message-insert-disposition-notification-to)
8955         (message-indent-citation, message-yank-original)
8956         (message-cite-original-without-signature, message-cite-original)
8957         (message-insert-citation-line, message-position-on-field)
8958         (message-fix-before-sending, message-send-mail-partially)
8959         (message-send-mail, message-send-mail-with-sendmail)
8960         (message-send-mail-with-qmail, message-send-news)
8961         (message-check-news-header-syntax, message-generate-headers)
8962         (message-insert-courtesy-copy, message-fill-address)
8963         (message-fill-header, message-shorten-references)
8964         (message-setup-1, message-cancel-news)
8965         (message-forward-make-body-plain, message-forward-make-body-mime)
8966         (message-forward-make-body-mml, message-encode-message-body)
8967         (message-forward-make-body-digest-plain)
8968         (message-forward-make-body-digest-mime)
8969         (message-use-alternative-email-as-from): Insert `hard-newline'
8970         instead of ordinary newlines.
8971
8972 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * message.el (message-generate-headers): Downcase the argument
8975         given to message-check-element.
8976
8977 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8978
8979         * nntp.el (nntp-authinfo-rejected): New error condition.
8980         (nntp-wait-for): Use new error condition to signal authentication
8981         error.
8982         (nntp-retrieve-data): Rethrow new error condition to break out of
8983         recursive call to nntp-send-authinfo.
8984
8985 2005-11-08  Romain Francoise  <romain@orebokech.com>
8986
8987         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8988         (gnus-summary-exit-map): Bind to `Z p'.
8989         (gnus-summary-make-menu-bar): Add menu item.
8990
8991 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8994         (gnus-treat-*): Add `first' in all doc strings.
8995
8996         * gnus-group.el (gnus-group-compact-group): Fix typo.
8997
8998 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus.el (gnus-parameters-case-fold-search): New variable.
9001         (gnus-parameters-get-parameter): Use it.
9002
9003         * gnus-score.el (gnus-home-score-file): Doc fix.
9004
9005 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9006
9007         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9008
9009 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * mm-util.el (mm-special-display-p): New function.
9012
9013         * mml.el (mml-preview): Use it; doc fix.
9014
9015 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9016
9017         * imap.el (imap-open): Handle case where buffer is a buffer object.
9018
9019 2005-10-29  Romain Francoise  <romain@orebokech.com>
9020
9021         * message.el (message-fix-before-sending): Fix comment.
9022
9023 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9024
9025         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9026
9027 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9028
9029         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9030         Used in gnus-score.el.
9031
9032 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9035
9036 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9039         whitespace removed in revision 7.8.  Use concatenated string to
9040         protect trailing whitespace.
9041
9042 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9043
9044         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9045         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9046         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9047         Courier IMAP ("some version from 2004").  Mostly based on similar
9048         code in the same function.
9049
9050 2005-10-26  Didier Verna  <didier@xemacs.org>
9051
9052         * gnus-group.el (gnus-group-compact-group): Invalidate original
9053         article buffer.
9054         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9055         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9056         NOV database and in article itself.
9057         Invalidate article backlog.
9058
9059 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9062
9063 2005-10-26  Simon Josefsson  <jas@extundo.com>
9064
9065         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9066         part of 2004-07-25 change.
9067
9068 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * message.el (message-display-completion-list): New function.
9071         (message-expand-group): Use it; make sure the Completions buffer
9072         is modifiable.
9073 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9074
9075         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9076         user-mail-name is an empty string.
9077
9078 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9081         depending on gnus-score-decay-constant.
9082
9083         * encrypt.el (encrypt-insert-file-contents)
9084         (encrypt-write-file-contents): Don't use `gnus-message'.
9085
9086         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9087         arguments.
9088         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9089         arguments to mm-uu-verbatim-marks-extract.
9090         (mm-uu-hide-markers): New variable.
9091         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9092
9093         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9094         (gnus-convert-image-to-face-command): Use "convert" by default to
9095         allow other input image formats.
9096         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9097         accordingly.
9098
9099 2005-10-23  Simon Josefsson  <jas@extundo.com>
9100
9101         * imap.el (imap-gssapi-program): Align command line parameters
9102         with latest GNU SASL.
9103         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9104
9105 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9108         HTML.
9109         (nnslashdot-request-article): Ditto.
9110
9111         * lpath.el (featurep): Add nobreak-char-display.
9112
9113 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9114
9115         * mail-source.el (mail-source-fetch-pop): Require pop3.
9116         (mail-source-check-pop): Ditto.
9117
9118 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9121         errors.
9122
9123 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9126         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9127
9128         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9129
9130         * mm-bodies.el (mm-decode-string): Call
9131         `mm-charset-to-coding-system' with allow-override argument.
9132
9133 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9136         (rfc2047-charset-to-coding-system): New function.
9137         (rfc2047-decode-encoded-words): New function.
9138         (rfc2047-decode-region): Use them.
9139         (rfc2047-decode-cte): Remove.
9140         (rfc2047-parse-and-decode): Remove.
9141         (rfc2047-decode): Remove.
9142
9143 2005-10-15  Kenichi Handa  <handa@m17n.org>
9144
9145         * rfc2047.el (rfc2047-decode-cte): New function.
9146         (rfc2047-decode-region): Change the way to decode successive
9147         encoded-words: decode B- or Q-encoding in each encoded-word,
9148         concatenate them, and decode it as charset.
9149
9150 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * lpath.el: Fbind codepage-setup for XEmacs.
9153
9154 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9155
9156         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9157         widget-move-and-invoke.
9158         (gnus-custom-mode): Use gnus-custom-map.
9159
9160 2005-10-15  Bill Wohler  <wohler@newt.com>
9161
9162         * message.el (message-tool-bar-map): Renamed image file from
9163         mail_send to mail/send.
9164
9165 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9166
9167         * message.el (message-expand-group): Pass the common
9168         prefix substring of completion to `display-completion-list'.
9169
9170 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * mml-sec.el (mml-secure-method): New internal variable.
9173         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9174         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9175         functions using mml-secure-method.
9176
9177         * mml.el (mml-mode-map): Add key bindings for those functions.
9178         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9179         Harder <harder@myrealbox.com>.
9180         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9181         end of message if point is the headers of the message.
9182
9183         * message.el (message-in-body-p): New function.
9184
9185         * assistant.el: Autoload gnus-util and netrc.
9186
9187         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9188         Use `mm-charset-override-alist' only when decoding.
9189
9190         * mm-bodies.el (mm-decode-body): Call
9191         `mm-charset-to-coding-system' with allow-override argument.
9192
9193         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9194         `filename' from Content-Disposition if Content-Type doesn't
9195         provide `name'.
9196         (gnus-mime-view-part-as-type): Set default instead of
9197         initial-input.
9198
9199 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9200
9201         * format-spec.el (format-spec): Propagate text properties of % spec.
9202
9203 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * gnus-art.el (gnus-treat-predicate): Add `first'.
9206
9207 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9210         (mm-charset-override-alist): New variable.
9211         (mm-charset-to-coding-system): Use it.
9212         (mm-codepage-setup): New helper function.
9213         (mm-charset-eval-alist): New variable.
9214         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9215         about unknown charsets.
9216
9217         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9218
9219 2005-10-04  David Hansen  <david.hansen@gmx.net>
9220
9221         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9222         (nnrss-check-group): Ditto.
9223
9224 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9227         Rename x-gnus-verbatim to x-verbatim.
9228         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9229
9230         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9231         x-verbatim.
9232
9233         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9234
9235         * gnus-util.el (gnus-remove-duplicates): Remove.
9236
9237         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9238         instead of gnus-remove-duplicates.
9239
9240         * message.el (message-remove-duplicates): Remove.
9241         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9242         message-remove-duplicates.
9243
9244         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9245         available, else use implementation from `delete-dups'.
9246
9247         * message.el (message-insert-expires): New function.
9248         (message-mode-map): Add key binding.
9249         (message-mode-field-menu): Add menu entry.
9250         (message-mode): Document it.
9251         (message-make-expires-date): Use `message-make-date'.
9252
9253 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9254
9255         * message.el (message-make-expires-date): New function.
9256
9257 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * Makefile.in (list-installed-shadows): New entry.
9260         (install): Use it.
9261         (remove-installed-shadows): New entry.
9262
9263         * dgnushack.el (dgnushack-default-load-path): New variable.
9264         (dgnushack-find-lisp-shadows): New function.
9265         (dgnushack-remove-lisp-shadows): New function.
9266
9267 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * Makefile.in (install-el-elc): New entry.
9270         (install): Use it so that .el files are necessarily installed.
9271
9272 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9275
9276 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9277
9278         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9279         function rather than the diff-mode.el package.
9280         (mm-display-external): Use with-current-buffer.
9281         (mm-viewer-completion-map, mm-viewer-completion-map):
9282         Move initialization inside declaration.
9283
9284 2005-09-29  Simon Josefsson  <jas@extundo.com>
9285
9286         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9287         autoload mail-check-payment.
9288         (spam-check-hashcash): Define unconditionally, since hashcash.el
9289         is part of Gnus now.  Ignore errors from payment checking.
9290
9291 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * message.el (message-bold-region, message-unbold-region): Rename
9294         from `bold-region' and `unbold-region'.
9295
9296         * message.el: Remove useless autoloads.
9297
9298 2005-09-28  Simon Josefsson  <jas@extundo.com>
9299
9300         * message.el (message-use-idna): Default to t.
9301         (message-use-idna): Test whether encoding works too.  Doc fix.
9302
9303 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * nntp.el (nntp-warn-about-losing-connection): Remove.
9306
9307 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9310         customizable.  Change default value.
9311         (mm-uu-diff-groups-regexp): Change default value.
9312         (mm-uu-type-alist): Add doc string.
9313         (mm-uu-configure): Add doc string.  Make it interactive.
9314         (mm-uu-tex-groups-regexp): New variable.
9315         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9316         (mm-uu-type-alist): Add LaTeX documents.
9317         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9318         of "text/verbatim".
9319         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9320
9321         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9322         instead of "text/verbatim".
9323
9324         * message.el (message-mark-inserted-region)
9325         (message-mark-insert-file): Use slrn style marks when called with
9326         prefix argument.
9327
9328 2005-09-27  Simon Josefsson  <jas@extundo.com>
9329
9330         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9331
9332 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9333
9334         * message.el (message-remove-duplicates): New function.
9335         Implementation borrowed from `gnus-remove-duplicates'.
9336         (message-idna-to-ascii-rhs): Also encode idna addresses in
9337         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9338         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9339         only ask about the same idna domain once per header and also tell
9340         in what header to replace the idna domain.
9341
9342         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9343         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9344         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9345         a header is decoded and not just the last one.
9346
9347 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9350         has been decoded.
9351
9352         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9353         (mm-insert-part): Don't modify text if it has been decoded.
9354
9355         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9356         decoded.
9357
9358         * mm-view.el (mm-inline-text): Don't strip text props unless
9359         decoding enriched or richtext parts.
9360
9361 2005-09-25  Romain Francoise  <romain@orebokech.com>
9362
9363         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9364         * gnus-start.el (gnus-subscribe-interactively):
9365         * gnus-uu.el (gnus-uu-grab-articles):
9366         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9367         space.
9368
9369 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9370
9371         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9372         * mm-view.el (mm-view-pkcs7-decrypt):
9373         * gnus-sum.el (gnus-summary-limit-to-extra)
9374         (gnus-summary-respool-article, gnus-read-move-group-name):
9375         * gnus-score.el (gnus-summary-increase-score):
9376         * gnus-util.el (gnus-completing-read-with-default):
9377         * gnus-art.el (gnus-read-save-file-name)
9378         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9379         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9380         * message.el (message-check-news-header-syntax):
9381         Follow convention for reading with the minibuffer.
9382
9383 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * spam-report.el (spam-report-url-ping-plain):
9386         Use gnus-extended-version as User-Agent.
9387
9388         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9389         default value is nil.
9390
9391         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9392         (mm-uu-verbatim-marks-extract): New function.
9393         (mm-uu-extract): New face.
9394         (mm-uu-copy-to-buffer): Use it.
9395
9396         * spam-report.el (spam-report-gmane-ham): Renamed from
9397         `spam-report-gmane-unspam'.
9398         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9399         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9400
9401         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9402         Autoload.
9403         (spam-report-gmane-unregister-routine): Renamed
9404         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9405
9406 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9409         (spam-report-gmane-unregister-routine): Add support for gmane
9410         unregistration.
9411
9412         * spam-report.el (spam-report-gmane-unspam)
9413         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9414         (spam-report-gmane): Change to take a single article and do unspam
9415         registration.
9416
9417 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * mm-url.el (mm-url-decode-entities): Fix regexp.
9420
9421 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9424         default to nil, to be able to use Gnus at all.  If the default
9425         switches to something else, then the function should be fixed not
9426         be exceedingly slow.
9427
9428 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9431         fail hard.
9432
9433         * spam-report.el: Add better Keywords line.
9434
9435         * spam.el: Add Maintainer and better Keywords line.
9436
9437 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gnus-art.el (gnus-article-replace-part)
9440         (gnus-mime-replace-part): New functions.
9441         (gnus-mime-action-alist, gnus-mime-button-commands)
9442         (gnus-mime-save-part-and-strip): Added file argument.
9443         (gnus-article-part-wrapper): Added interactive argument.
9444
9445         * gnus-sum.el (gnus-summary-mime-map): Add
9446         `gnus-article-replace-part'.
9447
9448 2005-09-19  Didier Verna  <didier@xemacs.org>
9449
9450         The nnml compaction feature:
9451         * nnml.el (nnml-request-compact-group): New function.
9452         * nnml.el (nnml-request-compact): New function.
9453         * gnus-int.el (gnus-request-compact-group): New function.
9454         * gnus-int.el (gnus-request-compact): New function.
9455         * gnus-group.el (gnus-group-compact-group): New function.
9456         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9457         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9458         * gnus-srvr.el (gnus-server-compact-server): New function.
9459         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9460         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9461
9462 2005-09-18  Deepak Goel  <deego@gnufans.org>
9463
9464         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9465         format spec.
9466
9467 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9470
9471 2005-09-15  Romain Francoise  <romain@orebokech.com>
9472
9473         * message.el (message-fill-paragraph): Clarify docstring.
9474
9475 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-art.el (gnus-mime-display-part): Protect against broken
9478         MIME messages.
9479
9480 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9483         before parsing header.
9484
9485 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9486
9487         * html2text.el (html2text-replace-list): Add new entities.
9488
9489 2005-09-11  Romain Francoise  <romain@orebokech.com>
9490
9491         * message.el (message-alternative-emails): Improve docstring.
9492         (message-setup-1): Call `message-use-alternative-email-as-from'
9493         after `message-setup-hook' to give it precedence over posting
9494         styles, etc.
9495         (message-use-alternative-email-as-from): Add docstring.  Remove
9496         the original From header if present.
9497
9498         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9499         (nnml-save-mail): Use it.
9500
9501         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9502         articles.  Add new argument `silent'.
9503         (gnus-uu-mark-all): Report the total number of marked articles.
9504
9505 2005-09-10  Romain Francoise  <romain@orebokech.com>
9506
9507         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9508         (gnus-uu-mark-series): Likewise.
9509
9510 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9511
9512         * spam-report.el (spam-report-gmane): Fix generation of spam
9513         report URL.
9514
9515 2005-09-10  Simon Josefsson  <jas@extundo.com>
9516
9517         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9518         t, based on discussion on the ding list with Robert Epprecht
9519         <epprecht@solnet.ch>.
9520
9521 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * spam-report.el (spam-report-gmane): Make it work without
9524         X-Report-Spam header.  Gmane now only provides Archived-At.
9525         This is only used if `spam-report-gmane-use-article-number' is nil.
9526         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9527
9528         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9529         make `gnus-summary-sort-by-recipient' work with threading.
9530
9531         * nnweb.el (nnweb-google-wash-article): Print a message if article
9532         is not available.
9533
9534 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9535
9536         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9537         change.  Decode text/* parts content before displaying.
9538
9539 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9542
9543 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9546
9547         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9548         url-package-name, url-package-version,
9549         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9550         w3m-display-inline-images, and w3m-minor-mode-map.
9551
9552 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * message.el (message-tab-body-function): Fix mismatched custom type.
9555
9556         * gnus.el (gnus-group-change-level-function): Ditto.
9557
9558         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9559
9560         * gnus-art.el (gnus-signature-limit)
9561         (gnus-article-mime-part-function): Ditto.
9562
9563 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * mml.el (mml-mode): Silence the byte compiler.
9566
9567         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9568         using `(sit-for 0)' before moving the point to the specified part;
9569         skip unbuttonized parts.
9570         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9571         return to the summary window if gnus-auto-select-part is non-nil.
9572
9573 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9576         variables.
9577         (mml-dnd-attach-file, mml-mode): Use them.
9578
9579         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9580         Make fetching article by MID work again for Google Groups.  Added
9581         FIXME concerning gnus-group-make-web-group.
9582
9583         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9584         Don't depend on Gnus by using mail-extract-address-components if
9585         gnus-extract-address-components is not bound.
9586
9587 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus-art.el (gnus-mime-display-security): Don't display the
9590         signature, but only the signed part.
9591
9592 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9595
9596         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9597         list, not listp.
9598
9599 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9600
9601         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9602         when encoding.
9603
9604         * mm-bodies.el (mm-decode-content-transfer-encoding):
9605         De-canonicalize CRLF for all text content types, not just
9606         text/plain.
9607
9608 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9611         valid article; point arrow and cursor at the MIME button.
9612
9613 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9616         Suggested by Dan Christensen <jdc@uwo.ca>.
9617
9618         * mm-decode.el (mm-save-part): Enable change of prompt.
9619
9620 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9621
9622         * gnus-msg.el (gnus-inews-add-send-actions): Made
9623         `message-post-method' lambda parameter ARG `&optional'.
9624
9625 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-sum.el (gnus-summary-mime-map): Added
9628         gnus-article-save-part-and-strip, gnus-article-delete-part and
9629         gnus-article-jump-to-part.
9630
9631         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9632         (gnus-article-edit-part): Use it.
9633         (gnus-article-part-wrapper): Added no-handle argument.
9634         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9635         functions.
9636
9637 2005-08-29  Romain Francoise  <romain@orebokech.com>
9638
9639         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9640         docstring.
9641         (gnus-face-from-file): Likewise.
9642
9643 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9646         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9647         non-nil.
9648         (gnus-auto-select-part): New variable.
9649         (gnus-article-jump-to-part): New function.
9650         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9651         (gnus-mime-delete-part): Allow selecting specified part after
9652         deleting or stripping parts.
9653         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9654         part if argument is bogus.
9655
9656 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9657
9658         * gnus-art.el (w3m-minor-mode-map):
9659         * gnus-spec.el (gnus-newsrc-file-version):
9660         * gnus-util.el (nnmail-active-file-coding-system)
9661         (gnus-original-article-buffer, gnus-user-agent):
9662         * gnus.el (gnus-ham-process-destinations)
9663         (gnus-parameter-ham-marks-alist)
9664         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9665         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9666         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9667         * mm-decode.el (gnus-current-window-configuration):
9668         * mm-extern.el (gnus-article-mime-handles):
9669         * mm-url.el (url-current-object, url-package-name)
9670         (url-package-version):
9671         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9672         (smime-keys, w3m-cid-retrieve-function-alist)
9673         (w3m-current-buffer, w3m-display-inline-images)
9674         (w3m-minor-mode-map):
9675         * mml-smime.el (gnus-extract-address-components):
9676         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9677         (gnus-newsrc-hashtb, message-default-charset)
9678         (message-deletable-headers, message-options)
9679         (message-posting-charset, message-required-mail-headers)
9680         (message-required-news-headers):
9681         * mml1991.el (mc-pgp-always-sign):
9682         * mml2015.el (mc-pgp-always-sign):
9683         * nnheader.el (nnmail-extra-headers):
9684         * rfc1843.el (gnus-decode-encoded-word-function)
9685         (gnus-decode-header-function, gnus-newsgroup-name):
9686         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9687
9688 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9689
9690         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9691         the end of the date treatments.
9692
9693 2005-08-15  Simon Josefsson  <jas@extundo.com>
9694
9695         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9696         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9697         Capello and Romain Francoise.
9698         (pgg-fetch-key-function): Removed, not used?
9699         (pgg-insert-url-with-w3): Require url, to get
9700         url-insert-file-contents regardless of where it is defined.
9701
9702 2005-08-13  Romain Francoise  <romain@orebokech.com>
9703
9704         * message.el (message-cite-original-1): New function.
9705         (message-cite-original): Use it.
9706         (message-cite-original-without-signature): Ditto.
9707
9708 2005-08-08  Romain Francoise  <romain@orebokech.com>
9709
9710         * message.el (message-yank-empty-prefix): New variable.
9711         (message-indent-citation): Use it.
9712         (message-cite-original-without-signature): Respect X-No-Archive.
9713
9714 2005-08-08  Simon Josefsson  <jas@extundo.com>
9715
9716         * pgg.el: Autoload url-insert-file-contents instead of loading
9717         w3/url.
9718         (pgg-insert-url-with-w3): Don't load url here.
9719
9720 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9721
9722         * message.el (message-kill-to-signature): Don't insert newline at
9723         bol.
9724         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9725
9726 2005-08-06  Romain Francoise  <romain@orebokech.com>
9727
9728         * message.el (message-user-fqdn): Fix typo in docstring.
9729
9730 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9731
9732         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9733
9734         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9735
9736 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * mm-bodies.el (mm-encode-body): Use coding system rather than
9739         charset to encode text.
9740
9741         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9742         number of charsets if utf-8 is available (XEmacs).
9743
9744 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9747         taken from `gnus-button-mid-or-mail-regexp'.
9748         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9749         (gnus-button-alist): Improve regexp for domain part of the MIDs
9750         for news:localpart@domain buttons.
9751         (gnus-button-ctan-directory-regexp): Update.
9752
9753 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * sieve-manage.el (sieve-manage-interactive-login): Use
9756         make-local-variable rather than make-variable-buffer-local.
9757         (sieve-manage-open): Ditto.
9758         (sieve-manage-authenticate): Ditto.
9759
9760         * mml.el (mml-generate-mime-1): Make the content type default to
9761         text/plain if the filename is not specified.
9762
9763 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9766         instead of insert-buffer.
9767
9768         * message.el (message-yank-original): Ditto; set the mark at the
9769         end of the yanked message.
9770
9771 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9774         lines to scroll rather than to stop it.
9775
9776         * mml.el (mml-generate-default-type): Add doc string.
9777         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9778         default to application/octet-stream when determining the content
9779         type if it is not specified for the part or the mml contents; add
9780         a comment about mml-generate-default-type.
9781
9782 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9785         make it default to application/octet-stream when determining the
9786         content type if it is not specified for the external contents.
9787
9788 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9791         segmented parameter but also other parameters might be there.
9792
9793 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * mm-decode.el (mm-display-external): Delete temp file, directory
9796         and buffer immediately if the external process is exited.
9797
9798 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9801         fewer lines than that of scroll-margin.
9802         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9803
9804 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-art.el (gnus-article-next-page): Revert.
9807         (gnus-article-beginning-of-window): New macro.
9808         (gnus-article-next-page-1): Use it.
9809         (gnus-article-prev-page): Ditto.
9810         (gnus-article-edit-part): Use insert-buffer-substring instead of
9811         insert-buffer.
9812         (gnus-article-edit-exit): Ditto.
9813
9814         * gnus-util.el (gnus-beginning-of-window): Remove.
9815         (gnus-end-of-window): Remove.
9816
9817         * lpath.el: Don't bind header-line-format and scroll-margin.
9818
9819 2005-07-25  Simon Josefsson  <jas@extundo.com>
9820
9821         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9822         to have the url package without w3.  Reported by Daiki Ueno
9823         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9824
9825 2005-07-20  Didier Verna  <didier@xemacs.org>
9826
9827         * gnus-diary.el: Remove the description comment (nndiary is now
9828         properly documented in the Gnus manual).
9829         Fix the spelling of "Back End".
9830         * nndiary.el: Ditto.
9831         Fix the copyright notice.
9832
9833 2005-07-18  Romain Francoise  <romain@orebokech.com>
9834
9835         * gnus-sum.el (gnus-summary-to-prefix)
9836         (gnus-summary-newsgroup-prefix): New variables.
9837         (gnus-summary-from-or-to-or-newsgroups): Use them.
9838
9839 2005-07-17  Romain Francoise  <romain@orebokech.com>
9840
9841         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9842         space as it's generally not especially interesting to the user.
9843
9844 2005-07-16  Romain Francoise  <romain@orebokech.com>
9845
9846         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9847         nil to avoid prompting and file modification if one of the
9848         messages at the top of the nnfolder file contains a copyright
9849         notice.
9850         Update copyright notice.
9851
9852         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9853         instead of `current-time-string' as the latter creates a time
9854         string that is not RFC 2822 compliant (it lacks the zone).
9855         Update copyright notice.
9856
9857 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9858
9859         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9860         for text/rtf.  Display default in prompt.  Pass default for M-n.
9861
9862         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9863
9864 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * gnus-msg.el (gnus-button-mailto): Remove
9867         save-selected-window-window hackery because it relies on
9868         save-selected-window internals.
9869
9870 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9873         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9874         (gnus-article-prev-page): Ditto.
9875
9876         * gnus-util.el (gnus-beginning-of-window): New function.
9877         (gnus-end-of-window): New function.
9878
9879         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9880
9881 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9882
9883         * gnus-score.el (gnus-score-edit-all-score): Set
9884         gnus-score-edit-exit-function to gnus-score-edit-done and call
9885         gnus-message.
9886
9887 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * gnus-msg.el (gnus-button-mailto): Remove
9890         save-selected-window-window hackery because it relies on
9891         save-selected-window internals.
9892
9893 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9896         add-minor-mode.
9897         (gnus-binary-mode): Ditto.
9898
9899         * gnus-topic.el (gnus-topic-mode): Ditto.
9900
9901 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9902
9903         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9904         (gnus-article-prev-page): Take scroll-margin into consideration.
9905
9906 2005-07-04  Lute Kamstra  <lute@gnu.org>
9907
9908         Update FSF's address in GPL notices.
9909
9910 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9911
9912         * gnus.el (gnus-exit):
9913         * gnus-group.el (gnus-group-icons):
9914         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9915
9916         * gnus-nocem.el (gnus-nocem):
9917         * message.el (message-various, message-buffers, message-sending)
9918         (message-interface, message-forwarding, message-insertion)
9919         (message-headers, message-news, message-mail):
9920         * pgg-gpg.el (pgg-gpg):
9921         * pgg-parse.el (pgg-parse):
9922         * pgg-pgp.el (pgg-pgp):
9923         * pgg-pgp5.el (pgg-pgp5):
9924         * pop3.el (pop3): Finish `defgroup' description with period.
9925
9926 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-art.el (article-display-face): Improve the efficiency.
9929         (article-display-x-face): Ditto; remove grey x-face stuff.
9930
9931 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-art.el (article-display-face): Correct the position in
9934         which Faces are inserted.
9935
9936 2005-06-29  Didier Verna  <didier@xemacs.org>
9937
9938         * gnus-art.el (article-display-face): Display faces in correct
9939         order.
9940
9941 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9944         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9945         (gnus-nocem-check-article): Fetch the Type header.
9946         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9947         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9948         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9949         make sure gnus-nocem-hashtb is initialized.
9950         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9951         (gnus-nocem-unwanted-article-p): Ditto.
9952
9953         * pgg.el (pgg-verify): Return the verification result.
9954
9955 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9958         is ascii.
9959
9960 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9961
9962         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9963         `show-nonbreak-escape'.
9964
9965 2005-06-23  Lute Kamstra  <lute@gnu.org>
9966
9967         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9968
9969         * dig.el (dig-mode):
9970         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9971
9972 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9973
9974         * nnimap.el (nnimap-split-download-body): Fix spellings.
9975
9976 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9977
9978         * gnus-art.el (gnus-article-encrypt-body):
9979         * gnus-cus.el (gnus-score-customize):
9980         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9981         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9982
9983 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9984
9985         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9986         header by looking for magic "MII" at the beginnig.
9987
9988 2005-06-16  Miles Bader  <miles@gnu.org>
9989
9990         * gnus-xmas.el (gnus-xmas-group-startup-message):
9991         Use renamed gnus-splash face.
9992
9993         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9994         (assistant-field-face): New backward-compatibility alias for renamed
9995         face.
9996         (assistant-render-text): Use renamed assistant-field face.
9997
9998         * spam.el (spam): Remove "-face" suffix from face name.
9999         (spam-face): New backward-compatibility alias for renamed face.
10000         (spam-face, spam-initialize): Use renamed spam face.
10001
10002         * message.el (message-header-to, message-header-cc)
10003         (message-header-subject, message-header-newsgroups)
10004         (message-header-other, message-header-name)
10005         (message-header-xheader, message-separator, message-cited-text)
10006         (message-mml): Remove "-face" suffix from face names.
10007         (message-header-to-face, message-header-cc-face)
10008         (message-header-subject-face, message-header-newsgroups-face)
10009         (message-header-other-face, message-header-name-face)
10010         (message-header-xheader-face, message-separator-face)
10011         (message-cited-text-face, message-mml-face):
10012         New backward-compatibility aliases for renamed faces.
10013         (message-font-lock-keywords): Use renamed message faces.
10014
10015         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10016         (sieve-test-commands, sieve-tagged-arguments):
10017         Remove "-face" suffix from face names.
10018         (sieve-control-commands-face, sieve-action-commands-face)
10019         (sieve-test-commands-face, sieve-tagged-arguments-face):
10020         New backward-compatibility aliases for renamed faces.
10021         (sieve-control-commands-face, sieve-action-commands-face)
10022         (sieve-test-commands-face, sieve-tagged-arguments-face):
10023         Use renamed sieve faces.
10024
10025         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10026         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10027         (gnus-group-news-3-empty, gnus-group-news-4)
10028         (gnus-group-news-4-empty, gnus-group-news-5)
10029         (gnus-group-news-5-empty, gnus-group-news-6)
10030         (gnus-group-news-6-empty, gnus-group-news-low)
10031         (gnus-group-news-low-empty, gnus-group-mail-1)
10032         (gnus-group-mail-1-empty, gnus-group-mail-2)
10033         (gnus-group-mail-2-empty, gnus-group-mail-3)
10034         (gnus-group-mail-3-empty, gnus-group-mail-low)
10035         (gnus-group-mail-low-empty, gnus-summary-selected)
10036         (gnus-summary-cancelled, gnus-summary-high-ticked)
10037         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10038         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10039         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10040         (gnus-summary-low-undownloaded)
10041         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10042         (gnus-summary-low-unread, gnus-summary-normal-unread)
10043         (gnus-summary-high-read, gnus-summary-low-read)
10044         (gnus-summary-normal-read, gnus-splash):
10045         Remove "-face" suffix from face names.
10046         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10047         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10048         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10049         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10050         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10051         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10052         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10053         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10054         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10055         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10056         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10057         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10058         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10059         (gnus-summary-normal-ticked-face)
10060         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10061         (gnus-summary-normal-ancient-face)
10062         (gnus-summary-high-undownloaded-face)
10063         (gnus-summary-low-undownloaded-face)
10064         (gnus-summary-normal-undownloaded-face)
10065         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10066         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10067         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10068         (gnus-splash-face):
10069         New backward-compatibility aliases for renamed faces.
10070         (gnus-group-startup-message): Use renamed gnus faces.
10071
10072         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10073         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10074         (gnus-server-agent): Remove "-face" suffix from face names.
10075         (gnus-server-agent-face, gnus-server-opened-face)
10076         (gnus-server-closed-face, gnus-server-denied-face)
10077         (gnus-server-offline-face):
10078         New backward-compatibility aliases for renamed faces.
10079         (gnus-server-agent-face, gnus-server-opened-face)
10080         (gnus-server-closed-face, gnus-server-denied-face)
10081         (gnus-server-offline-face): Use renamed gnus faces.
10082
10083         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10084         Remove "-face" suffix from face names.
10085         (gnus-picon-xbm-face, gnus-picon-face):
10086         New backward-compatibility aliases for renamed faces.
10087
10088         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10089         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10090         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10091         (gnus-cite-11): Remove "-face" suffix from face names.
10092         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10093         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10094         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10095         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10096         New backward-compatibility aliases for renamed faces.
10097         (gnus-cite-attribution-face, gnus-cite-face-list)
10098         (gnus-article-boring-faces): Use renamed gnus faces.
10099
10100         * gnus-art.el (gnus-signature, gnus-header-from)
10101         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10102         (gnus-header-content): Remove "-face" suffix from face names.
10103         (gnus-signature-face, gnus-header-from-face)
10104         (gnus-header-subject-face, gnus-header-newsgroups-face)
10105         (gnus-header-name-face, gnus-header-content-face):
10106         New backward-compatibility aliases for renamed faces.
10107         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10108
10109         * gnus-sum.el (gnus-summary-selected-face)
10110         (gnus-summary-highlight): Use renamed gnus faces.
10111         * gnus-group.el (gnus-group-highlight): Likewise.
10112
10113 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10114
10115         * gnus-sieve.el (gnus-sieve-article-add-rule):
10116         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10117         * spam-stat.el (spam-stat-buffer-change-to-spam)
10118         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10119
10120         * message.el (message-is-yours-p):
10121         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10122
10123 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * mm-view.el (mm-inline-text): Withdraw the last change.
10126
10127 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10130         executing enriched-decode.
10131
10132 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10135         charset of tar files.
10136
10137 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10138
10139         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10140
10141 2005-06-04  Lute Kamstra  <lute@gnu.org>
10142
10143         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10144         information is never recorded.
10145
10146 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10147
10148         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10149
10150 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * pop3.el (pop3-apop): Run md5 in the binary mode.
10153
10154         * starttls.el (starttls-set-process-query-on-exit-flag):
10155         Use eval-and-compile.
10156
10157 2005-05-31  Simon Josefsson  <jas@extundo.com>
10158
10159         * smime.el (smime-replace-in-string): Define.
10160         (smime-cert-by-ldap-1): Use it.
10161
10162 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-art.el (article-display-x-face): Replace
10165         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10166
10167         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10168         set-process-query-on-exit-flag or process-kill-without-query.
10169
10170         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10171         loop instead of replace-regexp.
10172
10173         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10174         instead of process-kill-without-query if it is available.
10175
10176         * lpath.el: Fbind ldap-search-entries.
10177
10178         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10179         instead of find-file-hooks if it is available.
10180
10181         * mml1991.el: Bind pgg-default-user-id when compiling.
10182
10183         * mml2015.el: Bind pgg-default-user-id when compiling.
10184
10185         * nndraft.el (nndraft-request-associate-buffer):
10186         Use write-contents-functions instead of write-contents-hooks if it is
10187         available.
10188
10189         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10190         instead of find-file-hooks if it is available.
10191
10192         * nntp.el (nntp-open-connection): Replace
10193         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10194         (nntp-open-ssl-stream): Ditto.
10195         (nntp-open-tls-stream): Ditto.
10196
10197         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10198         set-process-query-on-exit-flag or process-kill-without-query.
10199         (starttls-open-stream-gnutls): Use it instead of
10200         process-kill-without-query.
10201         (starttls-open-stream): Ditto.
10202
10203 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10204
10205         * smime.el (smime-cert-by-ldap-1): Don't use
10206         replace-regexp-in-string.
10207
10208 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10209
10210         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10211
10212         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10213         in PEM format.  Adjust to the XEmacs compability.
10214
10215 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10218         by `string-to-number'.
10219         * gnus-agent.el (gnus-agent-regenerate-group)
10220         (gnus-agent-fetch-articles): Ditto.
10221         * gnus-art.el (gnus-button-fetch-group): Ditto.
10222         * gnus-cache.el (gnus-cache-generate-active)
10223         (gnus-cache-articles-in-group): Ditto.
10224         * gnus-group.el (gnus-group-set-current-level)
10225         (gnus-group-insert-group-line): Ditto.
10226         * gnus-score.el (gnus-score-set-expunge-below)
10227         (gnus-score-set-mark-below, gnus-summary-score-effect)
10228         (gnus-summary-score-entry): Ditto.
10229         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10230         (gnus-soup-pack): Ditto.
10231         * gnus-spec.el (gnus-xmas-format): Ditto.
10232         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10233         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10234         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10235         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10236         * nndb.el (nndb-get-remote-expire-response): Ditto.
10237         * nndiary.el (nndiary-parse-schedule-value)
10238         (nndiary-string-to-number, nndiary-request-replace-article)
10239         (nndiary-request-article): Ditto.
10240         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10241         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10242         * nneething.el (nneething-make-head): Ditto.
10243         * nnfolder.el (nnfolder-request-article)
10244         (nnfolder-retrieve-headers): Ditto.
10245         * nnheader.el (nnheader-file-to-number): Ditto.
10246         * nnkiboze.el (nnkiboze-request-article): Ditto.
10247         * nnmail.el (nnmail-process-unix-mail-format)
10248         (nnmail-process-babyl-mail-format): Ditto.
10249         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10250         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10251         (nnmh-request-create-group, nnmh-request-list-1)
10252         (nnmh-request-group, nnmh-request-article): Ditto.
10253         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10254         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10255         * nnsoup.el (nnsoup-make-active): Ditto.
10256         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10257         * nntp.el (nntp-find-group-and-number)
10258         (nntp-retrieve-headers-with-xover): Ditto.
10259         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10260         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10261         (pgg-format-key-identifier): Ditto.
10262         * pop3.el (pop3-last, pop3-stat): Ditto.
10263         * qp.el (quoted-printable-decode-region): Ditto.
10264
10265         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10266         of concat.
10267
10268 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10271
10272         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10273
10274         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10275
10276         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10277
10278         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10279
10280         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10281
10282         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10283         (gnus-carpal-mode): Ditto.
10284
10285         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10286         (gnus-browse-mode): Ditto.
10287
10288         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10289
10290         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10291
10292 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10293
10294         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10295
10296 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-util.el (gnus-run-mode-hooks): New function.
10299
10300         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10301
10302         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10303         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10304
10305 2005-05-27  Lute Kamstra  <lute@gnu.org>
10306
10307         * dns-mode.el (dns-mode): Specify customization group.
10308
10309 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10310
10311         * gnus-agent.el (gnus-agent-make-mode-line-string):
10312         Use mode-line-highlight as mouse-face.
10313
10314 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * canlock.el (canlock): Change the parent group to news.
10317
10318         * deuglify.el (gnus-outlook-deuglify): Add :group.
10319
10320         * dig.el (dig): Add :group.
10321
10322         * dns-mode.el (dns-mode): Add :group.
10323
10324         * encrypt.el (encrypt): Add :group.
10325
10326         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10327         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10328         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10329         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10330         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10331
10332         * gnus-diary.el (gnus-diary): Add :group.
10333
10334         * gnus.el (gnus-group-news-1-face): Add :group.
10335         (gnus-group-news-1-empty-face): Ditto.
10336         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10337         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10338         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10339         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10340         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10341         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10342         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10343         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10344         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10345         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10346         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10347         (gnus-summary-high-ticked-face): Ditto.
10348         (gnus-summary-low-ticked-face): Ditto.
10349         (gnus-summary-normal-ticked-face): Ditto.
10350         (gnus-summary-high-ancient-face): Ditto.
10351         (gnus-summary-low-ancient-face): Ditto.
10352         (gnus-summary-normal-ancient-face): Ditto.
10353         (gnus-summary-high-undownloaded-face): Ditto.
10354         (gnus-summary-low-undownloaded-face): Ditto.
10355         (gnus-summary-normal-undownloaded-face): Ditto.
10356         (gnus-summary-high-unread-face): Ditto.
10357         (gnus-summary-low-unread-face): Ditto.
10358         (gnus-summary-normal-unread-face): Ditto.
10359         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10360         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10361
10362         * hashcash.el (hashcash): New custom group.
10363         (hashcash-default-payment): Add :group.
10364         (hashcash-payment-alist): Ditto.
10365         (hashcash-default-accept-payment): Ditto.
10366         (hashcash-accept-resources): Ditto.
10367         (hashcash-path): Ditto.
10368         (hashcash-extra-generate-parameters): Ditto.
10369         (hashcash-double-spend-database): Ditto.
10370         (hashcash-in-news): Ditto.
10371
10372         * message.el (message-minibuffer-local-map): Add :group.
10373
10374         * netrc.el (netrc): Add :group.
10375
10376         * sieve-manage.el (sieve-manage-log): Add :group.
10377         (sieve-manage-default-user): Diito.
10378         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10379         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10380         (sieve-manage-authenticators): Ditto.
10381         (sieve-manage-authenticator-alist): Ditto.
10382         (sieve-manage-default-port): Ditto.
10383
10384         * sieve-mode.el (sieve-control-commands-face): Add :group.
10385         (sieve-action-commands-face): Ditto.
10386         (sieve-test-commands-face): Ditto.
10387         (sieve-tagged-arguments-face): Ditto.
10388
10389         * smime.el (smime): Add :group.
10390
10391         * spam-report.el (spam-report): Add :group.
10392
10393         * spam.el (spam, spam-face): Add :group.
10394
10395 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10398         return \n.\n.\n at the end of articles.  Protect against that.
10399         (nntp-with-open-group): Allow debugging.
10400
10401         * nnheader.el (mail-header-set-extra): Make into a function
10402         because I just could't understand how to quote the list properly.
10403
10404         * dns.el (query-dns-cached): New function.
10405
10406 2005-05-26  Lute Kamstra  <lute@gnu.org>
10407
10408         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10409
10410 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10413
10414         * gnus-art.el: Don't autoload mail-extract-address-components.
10415
10416         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10417         eval-and-compile to evaluate it.
10418
10419         * hashcash.el: Don't autoload executable-find.
10420
10421         * nndb.el: Don't declare the nndb back end two or more times; don't
10422         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10423
10424         * nntp.el: Autoload format-spec instead of format; use
10425         eval-and-compile to evaluate autoload forms.
10426
10427 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10428
10429         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10430
10431 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * gnus.el (gnus-version-number): Bump version.
10434
10435 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10436
10437         * gnus.el: No Gnus v0.3 is released.
10438
10439 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440
10441         * lpath.el (featurep): Bind show-nonbreak-escape.
10442
10443 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-art.el (gnus-article-edit-part): Disable undo.
10446
10447 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10450         gnus-article-date-lapsed-new-header is t if date timer is active;
10451         skip headers in which the original date value is empty.
10452         (gnus-article-save-original-date): Redefine it as a macro.
10453         (gnus-display-mime): Use it.
10454
10455 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-art.el (article-date-ut): Support converting date in
10458         forwarded parts as well.
10459         (gnus-article-save-original-date): New function.
10460         (gnus-display-mime): Use it.
10461
10462 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10463
10464         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10465         enclosure element of <item>.
10466
10467 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * message.el (message-kill-buffer-query): Renamed from
10470         `message-kill-buffer-query-if-modified'.  Added :version.
10471
10472 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10475         window layout.
10476
10477 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * mml.el: Autoload dnd when compiling.
10480
10481 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10484         x-dnd-*.
10485
10486 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * qp.el (quoted-printable-encode-region): Save excursion.
10489
10490 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10491
10492         * message.el (message-kill-buffer-query-if-modified): Add new variable
10493         so the user can kill a modified message buffer quickly.
10494         (message-kill-buffer): Use it.
10495
10496 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * lpath.el: Fbind display-time-event-handler; don't fbind
10499         string-to-multibyte.
10500
10501         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10502
10503 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10506         contained in text because xml.el decodes entities) with LFs.
10507
10508 2005-04-11  Lute Kamstra  <lute@gnu.org>
10509
10510         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10511         differently.
10512
10513 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10514
10515         * mm-util.el (mm-detect-coding-region): Typo.
10516
10517 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10520
10521 2005-04-06  Deepak Goel  <deego@gnufans.org>
10522
10523         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10524         user-function allow user modifications of the scores.
10525         (spam-stat-score-buffer-user): New function, to allow
10526         user-computed modifications to the score.
10527         (spam-stat-score-buffer-user-functions): List of additional
10528         scoring functions.
10529         (spam-stat-error-holder): Global temporary error holder.
10530         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10531         variable.
10532
10533 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10534
10535         * gnus-registry.el (gnus-registry-clean-empty-function)
10536         (gnus-registry-trim, gnus-registry-fetch-groups)
10537         (gnus-registry-delete-group): Groups that match
10538         `gnus-registry-ignored-groups' are removed from the registry
10539         entries, not just ignored for splitting.  This helps clean up the
10540         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10541         to get all the groups a message ID is in.
10542
10543         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10544         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10545         (spam-stat-score-buffer-user-functions): Add :number custom type.
10546
10547 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10550         argument in XEmacs.
10551
10552         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10553         (nnrss-request-group): Decode group name first.
10554         (nnrss-request-article): Make a text/plain article if mml-to-mime
10555         failed.
10556         (nnrss-get-encoding): Return a compatible encoding according to
10557         nnrss-compatible-encoding-alist.
10558         (nnrss-find-el): Use consp instead of listp.
10559         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10560
10561 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10564         which Emacs 20 doesn't support.
10565         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10566
10567 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10570         silence the byte compiler inside the defun.
10571
10572         * gnus-demon.el (parse-time-string): Add autoload.
10573
10574         * gnus-delay.el (parse-time-string): Add autoload.
10575
10576         * gnus-art.el (parse-time-string): Add autoload.
10577
10578         * nnultimate.el (parse-time): Require for `parse-time-string'.
10579
10580 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10583
10584         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10585
10586         * smime.el (smime-ldap-host-list): Add :version.
10587
10588 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10591         pass it to `gnus-browse-read-group'.
10592         (gnus-browse-read-group): Add NUMBER argument and pass it to
10593         `gnus-group-read-ephemeral-group'.
10594
10595         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10596         argument and pass it to `gnus-group-read-group'.
10597
10598 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10599
10600         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10601         mm-xemacs-find-mime-charset-1 if we have the mule feature
10602         available at runtime.
10603
10604 2005-03-25  Werner Lemberg  <wl@gnu.org>
10605
10606         * nnmaildir.el: Replace `illegal' with `invalid'.
10607
10608 2005-03-23  Lute Kamstra  <lute@gnu.org>
10609
10610         * time-date.el: Add comment on time value formats.
10611         Don't require parse-time.
10612         (with-decoded-time-value): New macro.
10613         (encode-time-value): New function.
10614         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10615         (days-to-time): Return a valid time value when arg is huge.
10616         (time-since): Use time-subtract.
10617         (time-to-number-of-days): Use time-to-seconds.
10618
10619 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10620
10621         * gnus-start.el (gnus-display-time-event-handler):
10622         Check display-time-timer at runtime rather than only at load time
10623         in case display-time-mode is turned off in the mean time.
10624
10625 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10628         used.
10629
10630         * nneething.el (nneething-map-file-directory): Derive from
10631         `gnus-directory'.
10632
10633         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10634         the To/Cc button.
10635
10636 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * nnmaildir.el (nnmaildir-request-accept-article):
10639         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10640
10641 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10642
10643         * gnus-async.el: Require timer-funcs at compile time when in
10644         XEmacs for `run-with-idle-timer'.
10645
10646 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10647
10648         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10649         autoloaded function.
10650
10651 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10652
10653         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10654
10655 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10656
10657         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10658
10659 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10662         gnus-expert-user to default.
10663
10664 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10665
10666         * nnimap.el (nnimap-open-server): Ditto.
10667
10668         * imap.el (imap-authenticate): Fix typo.
10669
10670 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10671
10672         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10673         buffer (since IMAP server might return FETCH response out of
10674         order, and the nntp buffer must be sorted).
10675
10676 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10677
10678         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10679         comparison on string.
10680
10681         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10682         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10683         (gnus-agent-summary-fetch-series): Modified to protect against
10684         gnus-agent-summary-fetch-group clearing processable flags.
10685         (gnus-agent-synchronize-group-flags): Update live group buffer as
10686         synchronization may occur due to the user toggle the plugged
10687         status.
10688         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10689         successfully downloaded.
10690         (gnus-agent-expire-group-1): Avoid using markers when the overview
10691         is in ascending order; greatly improves performance.
10692         (gnus-agent-regenerate-group): Use
10693         gnus-agent-synchronize-group-flags to reset read status in both
10694         gnus and server.
10695         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10696
10697 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * message.el: Don't autoload former message-utils variables.
10700         (message-strip-subject-trailing-was): Change doc string.
10701
10702         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10703         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10704         (nnweb-google-search): Add "hl=en" here.
10705         (nnweb-google-parse-1, nnweb-google-create-mapping):
10706         Don't hardcode URL.
10707
10708 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * message.el (message-get-reply-headers, message-followup):
10711         Mention related variables `message-use-followup-to' and
10712         `message-use-mail-followup-to', in the information buffer.
10713
10714         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10715         of broken groups(-beta).google.com.
10716
10717 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10718
10719         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10720         parameter to invoked gnus-request-move-article; remove the
10721         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10722         all at once instead of once per article.
10723         (gnus-summary-remove-process-mark): Accept a list of articles as
10724         well as a single article for processing.
10725
10726         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10727         parameter.
10728
10729         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10730
10731         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10732
10733         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10734         parameter.
10735
10736         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10737         parameter.
10738
10739         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10740         parameter and remove the gnus-sum-hint-move-is-internal variable.
10741
10742         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10743         parameter.
10744
10745         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10746         parameter.
10747
10748         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10749         parameter.
10750
10751         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10752
10753         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10754         parameter.
10755
10756         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10757         parameter.
10758
10759 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10760
10761         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10762         a more conservative way.
10763
10764 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10765
10766         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10767         buffer, so it moves the window's cursor.
10768
10769 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10770
10771         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10772         `mm-dissect-multipart' and receive the from field as an (optional)
10773         argument from `mm-dissect-multipart'.
10774         (mm-dissect-multipart): Receive the from field as an argument and
10775         pass it on when we call `mm-dissect-buffer' on MIME parts.
10776         Fixes verification/decryption of signed/encrypted MIME parts.
10777
10778 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10779
10780         * gnus-sum.el (gnus-summary-move-article): Set
10781         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10782         whatever it calls (right now, only nnimap-request-move article
10783         respects it).
10784
10785         * nnimap.el (nnimap-request-move-article): When
10786         gnus-sum-hint-move-is-internal is set, don't do the extra
10787         nnimap-request-article.
10788
10789 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10792
10793         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10794         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10795
10796         * gnus-sum.el (gnus-summary-caesar-message):
10797         Apply `gnus-treat-article' after rotation.
10798
10799         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10800         doc string.
10801
10802 2005-02-22  Simon Josefsson  <jas@extundo.com>
10803
10804         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10805         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10806         <arne@arnested.dk>.
10807         (encrypt): Add password-cache and password-cache-expiry as group
10808         members.
10809
10810 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10811
10812         * smime.el (smime-ldap-host-list): Doc fix.
10813         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10814         cache) password.
10815         (smime-sign-region): Use it.
10816         (smime-decrypt-region): Use it.
10817         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10818         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10819         fails.
10820         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10821         certificate from DER to PEM format rather than calling openssl.
10822
10823         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10824
10825         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10826         for signing/encryption.
10827
10828         * mml.el (mml-parse-1): Use them.
10829
10830 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10831
10832         * nnrss.el (nnrss-verbose): Removed.
10833         (nnrss-request-group): Use `nnheader-message' instead.
10834
10835 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10836
10837         * nnrss.el (nnrss-verbose): New variable.
10838         (nnrss-request-group): Make it say nnrss is requesting a group.
10839
10840 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10843         Handle news URL with given port correctly.
10844
10845 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10848         containing special characters.
10849
10850         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10851
10852         * mml.el (mime-to-mml): Ditto.
10853
10854         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10855         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10856         (rfc2047-decode-region): Quote decoded words containing special
10857         characters when rfc2047-quote-decoded-words-containing-tspecials
10858         is non-nil.
10859
10860 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10861
10862         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10863
10864         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10865
10866 2005-02-15  Simon Josefsson  <jas@extundo.com>
10867
10868         * nnimap.el (nnimap-debug): Doc fix.
10869
10870         * imap.el (imap-debug): Doc fix.
10871
10872 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10875
10876 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10877
10878         * gnus.el (spam-contents): Improve docs for spam-contents
10879         parameter in its variable incarnation.
10880
10881 2005-02-14  Simon Josefsson  <jas@extundo.com>
10882
10883         * smime-ldap.el: Use require instead of load-library for ldap.
10884         (smime-ldap-search): Indent.
10885         (smime-ldap-search-internal): Shorten line.
10886
10887         * smime.el (smime-cert-by-dns): Add doc-string.
10888         (smime-cert-by-ldap-1): Indent.
10889
10890         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10891         mml-smime-get-dns-ldap.
10892         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10893
10894 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10895
10896         * smime.el: Require smime-ldap.
10897         (smime-ldap-host-list): New variable.
10898         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10899
10900         * mml-smime.el (mml-smime-encrypt-query): New function.
10901         (mml-smime-encrypt-query): Use it.
10902
10903         * smime-ldap.el: New file.
10904
10905 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10908
10909 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10912         argument in doc string.  Make query for type more clear.
10913
10914 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus.el (gnus-group-startup-message): Search for gnus images in
10917         etc/images/gnus.
10918         * mm-util.el (mm-image-load-path): Likewise.
10919         * smiley.el (smiley-data-directory): Search for smilies in
10920         etc/images/smilies.
10921
10922 2005-02-09  Kim F. Storm  <storm@cua.dk>
10923
10924         Change Emacs release version from 21.4 to 22.1 throughout.
10925         Change Emacs development version from 21.3.50 to 22.0.50.
10926
10927 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10930
10931         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10932         non-Mule XEmacs as well.
10933         (mm-decompress-buffer): Signal an error intentionally if it does
10934         not decompress compressed data because auto-compression-mode is
10935         disabled.
10936
10937 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10938
10939         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10940         an ID in the registry even if it has no groups.
10941
10942 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10945         merge it into mm-decompress-buffer.
10946         (gnus-mime-copy-part): Use the MIME part charset, the value which
10947         a user specified or gnus-newsgroup-charset for decoding, like
10948         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10949         save-buffer what was used.  Suggested by Kevin Ryde
10950         <user42@zip.com.au>.
10951         (gnus-mime-inline-part): Allow the name parameter as well as the
10952         filename parameter; force decompressing of compressed data; always
10953         display contents being not decoded as unibyte.
10954
10955         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10956         as well as the filename parameter.
10957
10958         * mm-util.el (mm-decompress-buffer): Merge
10959         gnus-mime-jka-compr-maybe-uncompress.
10960         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10961         of compressed data.
10962
10963 2005-02-08  Simon Josefsson  <jas@extundo.com>
10964
10965         * imap.el (imap-log): Doc fix.
10966
10967 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10970         the coding cookies; decompress compressed parts.
10971
10972         * mml.el (mml-generate-mime-1): Add the charset parameter according
10973         to the value which a user specified manually or the coding cookie.
10974
10975         * mm-util.el (mm-string-to-multibyte): New function.
10976         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10977         (mm-coding-system-to-mime-charset): New function.
10978         (mm-decompress-buffer): New function.
10979         (mm-find-buffer-file-coding-system): New function.
10980
10981         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10982         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10983         parts.
10984
10985 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10986
10987         * mm-view.el (mm-display-inline-fontify): Decode a part according
10988         to the charset parameter.
10989
10990 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10993         prefix arg is neither nil nor a number, as info specifies.
10994
10995 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10998         timestamps.
10999
11000 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11001
11002         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11003         groups error checking and notify user.
11004
11005 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11006
11007         * message.el (message-send-mail-function): Check existence of
11008         sendmail-program first before using default value
11009         `message-send-mail-with-sendmail'.  Otherwise use more generic
11010         `smtpmail-send-it'.
11011
11012 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * nntp.el (nntp-request-update-info): Always return nil.
11015
11016 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11017
11018         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11019
11020 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11021
11022         * message.el (message-beginning-of-line): Change the behavior when
11023         invoked between BOL and : so that it first moves backward.
11024
11025 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11028         article buffer when editing of the article is discarded.
11029         (gnus-article-prepare): Revert.
11030
11031 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-art.el (gnus-article-prepare):
11034         Remove message-strip-forbidden-properties from the local hook.
11035
11036 2005-01-27  Simon Josefsson  <jas@extundo.com>
11037
11038         * password.el (password-cache-add): Only start one timer per key.
11039         Reported by Derek Atkins <warlord@MIT.EDU>.
11040
11041 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11042
11043         * run-at-time.el: Removed.  It is no longer needed as
11044         timer-funcs.el in the xemacs-base package has a working version of
11045         `run-at-time'.
11046
11047         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11048
11049         * password.el: Require timer-funcs instead of run-at-time in
11050         XEmacs.
11051         Remove `password-run-at-time' macro.
11052         (password-cache-add): Use `run-at-time' instead of
11053         `password-run-at-time'.
11054
11055         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11056         Remove `nnheader-cancel-function-timers' alias,
11057         `cancel-function-timers' exists in XEmacs in timer-funcs.
11058
11059         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11060         for `run-with-idle-timer'.
11061
11062         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11063         for `run-at-time'.
11064
11065         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11066         for `with-timeout'.
11067
11068         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11069         the same as for XEmacs 21.4.
11070         No need to ignore `run-with-idle-timer', this function exists in
11071         XEmacs now in timer-funcs.el in the xemacs-base package.
11072         (dgnushack-compile): No need to delete
11073         run-at-time.el from the list of files to compile because it
11074         doesn't exist anymore.
11075
11076 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11079         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11080
11081 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11082
11083         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11084         sensitively.
11085
11086 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11087
11088         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11089
11090 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11093         which will be inserted according to the multibyteness of a buffer
11094         rather than the type of contents.  Suggested by ARISAWA Akihiro
11095         <ari@mbf.ocn.ne.jp>.
11096
11097         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11098         of string which old xml.el may return rather than a string.
11099
11100 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11103
11104 2005-01-16  Simon Josefsson  <jas@extundo.com>
11105
11106         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11107         idn/idna.el isn't available.
11108         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11109         <michael@waxrat.com>.
11110
11111         * hashcash.el: Remove non-FSF copyright header.
11112
11113         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11114         (hashcash-generate-payment): Use it.
11115         (hashcash-generate-payment-async): Use it.
11116
11117 2005-01-15  Simon Josefsson  <jas@extundo.com>
11118
11119         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11120         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11121
11122         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11123         gnus-summary-idna-message.
11124         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11125         (gnus-summary-idna-message): New function.
11126
11127 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11130         gnus-novice-user.
11131
11132 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * nnrss.el (nnrss-request-delete-group): Delete entries in
11135         nnrss-group-alist as well.
11136         (nnrss-save-server-data): Insert newline.
11137
11138 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * gnus.el (gnus-user-agent): Use list of symbols instead of
11141         symbols.  Display full version number for (S)XEmacs.  Optionally
11142         display (S)XEmacs codename.
11143
11144         * gnus-util.el (gnus-emacs-version): Update for new
11145         `gnus-user-agent'.
11146
11147         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11148         Gnus version.
11149
11150 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11153         which is unreadable in some setups.
11154
11155 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-spec.el (gnus-update-format-specifications): Flush the
11158         group format spec cache if it doesn't support decoded group names.
11159
11160 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11163         Allow to apply decay on score files matching a regexp.
11164
11165 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11168         compatibility in %g and %c.
11169
11170 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11173         name for only %g and %c.
11174         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11175         of gnus-tmp-group to decoded group name.
11176         (gnus-group-make-rss-group): Exclude `/'s from group names.
11177
11178 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * nnrss.el (nnrss-get-encoding): Fix regexp.
11181
11182 2004-12-27  Simon Josefsson  <jas@extundo.com>
11183
11184         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11185         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11186         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11187
11188 2004-12-17  Kim F. Storm  <storm@cua.dk>
11189
11190         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11191
11192         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11193
11194 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11195
11196         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11197
11198 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * nnrss.el: Require rfc2047 and mml.
11201         (nnrss-file-coding-system): New variable.
11202         (nnrss-format-string): Redefine it as an inline function.
11203         (nnrss-decode-group-name): New function.
11204         (nnrss-string-as-multibyte): Remove.
11205         (nnrss-retrieve-headers): Decode group name; don't use
11206         nnrss-format-string.
11207         (nnrss-request-group): Decode group name.
11208         (nnrss-request-article): Decode group name; allow a Message-ID as
11209         well as an article number; don't use nnrss-format-string; encode a
11210         Message-ID string which may contain non-ASCII characters; use
11211         mml-to-mime to compose a MIME article.
11212         (nnrss-request-expire-articles): Decode group name.
11213         (nnrss-request-delete-group): Decode group name.
11214         (nnrss-fetch): Clarify error message.
11215         (nnrss-read-server-data): Use insert-file-contents instead of load;
11216         bind file-name-coding-system; use multibyte buffer.
11217         (nnrss-save-server-data): Bind coding-system-for-write to the
11218         value of nnrss-file-coding-system; bind file-name-coding-system;
11219         add coding cookie.
11220         (nnrss-read-group-data): Use insert-file-contents instead of load;
11221         bind file-name-coding-system; use multibyte buffer.
11222         (nnrss-save-group-data): Bind coding-system-for-write to the
11223         value of nnrss-file-coding-system; bind file-name-coding-system.
11224         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11225         make it work with non-ASCII text.
11226         (nnrss-find-el): Make it work with old xml.el as well.
11227
11228 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11229
11230         * nnrss.el (nnrss-get-encoding): New function.
11231         (nnrss-fetch): Use unibyte buffer initially; bind
11232         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11233         decode contents according to the encoding attribute.
11234         (nnrss-save-group-data): Add coding cookie.
11235         (nnrss-mime-encode-string): New function.
11236         (nnrss-check-group): Use it to encode subject and author.
11237
11238 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11239
11240         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11241         imaginary variable.
11242
11243 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11246         correctly even if there are wide characters.
11247
11248 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11249
11250         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11251         downcased symbol names; make a new cache instead of reusing
11252         bbdb-hashtable.
11253
11254 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11257         concatenating segments rather than before concatenating them.
11258         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11259
11260         * message.el (message-get-reply-headers): Bind `extra'.
11261
11262 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * message.el (message-extra-wide-headers): New variable.
11265         (message-get-reply-headers): Use it.
11266
11267 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11270         (gnus-agent-group-pathname): Ditto.
11271
11272         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11273
11274         * gnus-group.el (gnus-group-make-group): Decode group name.
11275         (gnus-group-make-rss-group): Register the group data after opening
11276         the nnrss group.
11277
11278 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11279
11280         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11281         by expiry now get marked as read.
11282
11283 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11286
11287 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11288
11289         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11290         unify Latin characters in XEmacs.
11291         (mm-find-mime-charset-region): Use it.
11292
11293 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-util.el (gnus-delete-directory): New function.
11296
11297         * gnus-agent.el (gnus-agent-delete-group): Use it.
11298
11299         * gnus-cache.el (gnus-cache-delete-group): Use it.
11300
11301 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11304         names.
11305
11306 2004-12-16  Simon Josefsson  <jas@extundo.com>
11307
11308         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11309
11310 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11313
11314         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11315         (gnus-group-set-current-level): Decode group name.
11316
11317 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11318
11319         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11320         failed.
11321
11322 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus-group.el (gnus-group-delete-group): Decode group name.
11325         (gnus-group-make-rss-group): Encode group name.
11326         (gnus-group-catchup-current): Decode group name.
11327         (gnus-group-kill-group): Decode group name.
11328
11329 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11330
11331         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11332
11333 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-group.el (gnus-group-make-rss-group):
11336         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11337
11338         * gnus-start.el (gnus-setup-news): Honor user's setting to
11339         gnus-message-archive-method.  Suggested by Lute Kamstra
11340         <lute@gnu.org>.
11341
11342 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11343
11344         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11345         global counterparts of the buffer-local variables.
11346
11347 2004-11-16  Romain Francoise  <romain@orebokech.com>
11348
11349         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11350         counterparts of the buffer-local variables.
11351
11352 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * message.el (message-forbidden-properties): Fixed typo in doc
11355         string.
11356
11357 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-util.el (gnus-replace-in-string): Added doc string.
11360
11361         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11362         to avoid problems when splitting mails with many recipients.
11363
11364 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11365
11366         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11367         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11368
11369 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11370
11371         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11372         if there is no hashtable in memory or file modification time is
11373         newer than cached timestamp.
11374
11375 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11378         not-matching option.
11379
11380 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11383         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11384         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11385         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11386         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11387         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11388
11389 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * message.el (message-forward-make-body-mml): Remove headers
11392         according to message-forward-ignored-headers if a message is decoded.
11393
11394 2004-12-02  Romain Francoise  <romain@orebokech.com>
11395
11396         * message.el (message-forward-make-body-plain): Always remove
11397         headers according to message-forward-ignored-headers.
11398
11399 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11400
11401         * spam.el (spam-summary-prepare-exit): Remove the
11402         gnus-summary-limit pop for now, it has problems with ham marks for
11403         me.
11404
11405 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11406
11407         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11408         correctly.
11409
11410 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11411
11412         * format-spec.el (format-spec): Message the char.
11413
11414 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11415
11416         * gnus-art.el (gnus-split-methods): Reformat comments.
11417
11418         * spam.el (spam-summary-prepare-exit): Remove article limits
11419         before exiting the summary buffer.
11420
11421 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11424         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11425
11426         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11427         order to silence the byte compiler.
11428
11429         * spam.el: Fix the way to silence the byte compiler, which
11430         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11431         bbdb-search-simple, spam-BBDB-register-routine,
11432         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11433         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11434         spam-stat-buffer-is-spam, spam-stat-load,
11435         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11436         spam-stat-save and spam-stat-split-fancy.
11437
11438 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11441         which may confuse users.
11442         (canlock-password-for-verify): Ditto.
11443
11444         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11445
11446         * gnus-art.el (gnus-emphasis-alist): Ditto.
11447
11448         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11449
11450         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11451
11452         * gnus-start.el (gnus-save-killed-list): Ditto.
11453
11454         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11455         (gnus-sum-thread-tree-root): Ditto.
11456         (gnus-sum-thread-tree-false-root): Ditto.
11457         (gnus-sum-thread-tree-single-indent): Ditto.
11458
11459         * message.el (message-courtesy-message): Ditto.
11460         (message-archive-note): Ditto.
11461         (message-subscribed-address-file): Ditto.
11462         (message-user-fqdn): Ditto.
11463
11464         * spam-report.el (spam-report-gmane-regex): Ditto.
11465
11466         * spam.el (spam-blackhole-good-server-regex): Ditto.
11467
11468 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * mml.el (mml-preview): Widen the message buffer before copying
11471         the contents to the preview buffer; sort headers before previewing.
11472
11473         * message.el (message-hidden-headers): Fix the way to avoid a bug
11474         in the `repeat' widget in Emacs 21.3 or earlier.
11475
11476 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * message.el (message-hidden-headers): Default to "^References:".
11479         Improve customization type.  Suggested by Reiner Steib
11480         <Reiner.Steib@gmx.de>.
11481
11482 2004-11-25  Romain Francoise  <romain@orebokech.com>
11483
11484         * message.el (message-strip-forbidden-properties): Remove check for
11485         obsolete `message-hidden' text property, hidden headers are not
11486         accessible in the buffer anymore.
11487
11488 2004-11-22  Romain Francoise  <romain@orebokech.com>
11489
11490         * message.el (message-header-format-alist): Add `From' in list
11491         so that it can be sorted.
11492         (message-fix-before-sending): Widen and sort headers before
11493         sending.
11494         (message-hide-headers): Use narrowing to hide headers by moving
11495         them to the top of the buffer and narrowing to the region
11496         underneath.
11497
11498 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * message.el (message-strip-forbidden-properties): Bind
11501         buffer-read-only (etc) to nil.
11502
11503 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11506         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11507
11508 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11509
11510         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11511
11512 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * dns.el (query-dns): Use sit-for to time instead of
11515         accept-process-output, since that doesn't seem to work on udp
11516         sockets.
11517
11518 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11521
11522 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11523
11524         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11525         doc string.  Improve doc string.
11526
11527 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * nntp.el (nntp-request-update-info): Return nil if
11530         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11531         may not call gnus-activate-group which uselessly issues the GROUP
11532         commands for all nntp groups and wastes time.  Reported by Romain
11533         Francoise <romain@orebokech.com>.
11534
11535         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11536
11537 2004-11-15  Simon Josefsson  <jas@extundo.com>
11538
11539         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11540         headers separately.
11541         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11542         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11543
11544 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-start.el (gnus-convert-old-newsrc):
11547         Assign legacy-gnus-agent to 5.10.7.
11548
11549 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550
11551         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11552         start of the lines.
11553
11554 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11555
11556         * hashcash.el (hashcash-default-payment): Change default to 20.
11557         (hashcash-default-accept-payment): Change default to 20.
11558         (hashcash-process-alist): New variable.
11559         (hashcash-generate-payment-async): Add.
11560         (hashcash-already-paid-p): Add.
11561         (hashcash-insert-payment): Don't generate payments twice.
11562         (hashcash-insert-payment-async): Add.
11563         (hashcash-insert-payment-async-2): Add.
11564         (hashcash-cancel-async): Add.
11565         (hashcash-wait-async): Add.
11566         (hashcash-processes-running-p): Add.
11567         (hashcash-wait-or-cancel): Add.
11568         (mail-add-payment): New optional argument.  Conditionally start
11569         asynchronous calculation.
11570         (mail-add-payment-async): Add.
11571
11572         * message.el (message-send-mail): Wait for asynchronous hashcash
11573         results.  Don't clobber existing X-Hashcash headers.
11574         (message-setup-1): Call mail-add-payment-async when
11575         message-generate-hashcash is non-nil.
11576
11577 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11578
11579         * message.el (message-use-alternative-email-as-from): Examine the
11580         From header as well; use message-make-from in order to include a
11581         user's full name.
11582
11583 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11586         default; improve customization type.
11587         (gnus-emphasis-custom-with-format): New macro.
11588         (gnus-emphasis-custom-value-to-external): New function.
11589         (gnus-emphasis-custom-value-to-internal): New function.
11590
11591 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11592
11593         * dns.el (query-dns): Resolve reverse addresses.
11594
11595 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11596
11597         * gnus-group.el (gnus-group-get-new-news): Use it.
11598
11599         * gnus-start.el (gnus-check-reasonable-setup): New function.
11600
11601 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11604         "Args out of range" error.  Reported by Arnaud Giersch
11605         <arnaud.giersch@free.fr>.
11606
11607 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11608
11609         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11610
11611 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11612
11613         * spam.el (spam group): Add :version.
11614
11615         * pgg-def.el (pgg group): Add :version.
11616
11617 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-art.el (gnus-article-edit-article): Don't associate the
11620         article buffer with a draft file.  This is a temporary measure
11621         against the 2004-08-22 change to gnus-article-edit-mode.
11622
11623 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11626         (html2text-format-tags): Remove unused variable `attr'.
11627
11628 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11631
11632         * tls.el (tls-process-connection-type, tls-success)
11633         (tls-certtool-program): Add :version.
11634
11635         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11636         (starttls-extra-arguments, starttls-process-connection-type)
11637         (starttls-connect, starttls-failure, starttls-success): Add :version.
11638
11639         * spam-stat.el (spam-stat): Add :version.
11640
11641         * sieve.el (sieve): Add :version.
11642
11643         * sha1.el (sha1): Add :version.
11644         (sha1-use-external): Remove redundant version.
11645
11646         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11647         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11648         (nnmail-split-fancy-match-partial-words)
11649         (nnmail-split-lowercase-expanded): Add :version.
11650
11651         * nndiary.el (nndiary): Add :version.
11652
11653         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11654
11655         * mml-sec.el (mml-default-sign-method)
11656         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11657         Add :version.
11658
11659         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11660
11661         * mm-url.el (mm-url-use-external, mm-url-program)
11662         (mm-url-arguments): Add :version.
11663
11664         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11665         (mm-attachment-file-modes, mm-decrypt-option)
11666         (mm-w3m-safe-url-regexp): Add :version.
11667
11668         * message.el (message-cite-prefix-regexp)
11669         (message-sendmail-envelope-from, message-minibuffer-local-map)
11670         (message-user-fqdn, message-completion-alist): Add :version.
11671
11672         * gnus-win.el (gnus-configure-windows-hook)
11673         (gnus-use-frames-on-any-display): Add :version.
11674
11675         * gnus-art.el (gnus-article-address-banner-alist)
11676         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11677         (gnus-treat-from-picon, gnus-treat-mail-picon)
11678         (gnus-treat-x-pgp-sig): Add :version.
11679
11680         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11681         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11682         (gnus-summary-article-delete-hook)
11683         (gnus-summary-display-while-building): Add :version.
11684
11685         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11686         (gnus-get-top-new-news-hook): Add :version.
11687
11688         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11689         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11690
11691         * gnus-registry.el (gnus-registry): Add :version.
11692
11693         * gnus-spec.el (gnus-use-correct-string-widths)
11694         (gnus-make-format-preserve-properties): Add :version.
11695
11696         * gnus.el (gnus-group-charter-alist)
11697         (gnus-group-fetch-control-use-browse-url)
11698         (gnus-install-group-spam-parameters): Add :version.
11699
11700         * gnus-diary.el (gnus-diary): Add :version.
11701
11702         * gnus-delay.el (gnus-delay): Add :version.
11703
11704         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11705         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11706         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11707         Add :version.
11708
11709         * gnus-agent.el (gnus-agent-max-fetch-size)
11710         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11711         (gnus-agent-prompt-send-queue): Add :version.
11712
11713         * deuglify.el (gnus-outlook-deuglify): Add :version.
11714
11715         * html2text.el: Beautify code.  Improve doc strings.  Some
11716         checkdoc cleanup.
11717         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11718
11719 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11720
11721         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11722
11723 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11724
11725         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11726         when package is loaded.
11727
11728         * spam.el (spam-summary-score-preferred-header): Add global preference
11729         for people who want to override the default SpamAssassin over
11730         Bogofilter preference (when both are set).
11731         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11732         (spam-user-format-function-S): Check
11733         spam-summary-score-preferred-header.
11734         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11735         (spam-user-format-function-S): Format the score correctly.
11736
11737 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11740         signature file.  Suggested by Manoj Srivastava
11741         <srivasta@golden-gryphon.com>.
11742
11743         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11744         iso-2022-jp even in the Japanese language environment.
11745         Suggested by Jason Rumney <jasonr@gnu.org>.
11746
11747 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11750         use the same characters as the dummy marks; make it free from
11751         getting affected by the language environment.
11752         (gnus-summary-read-group-1): Update mark positions only when the
11753         format spec is updated.
11754
11755         * gnus-spec.el (gnus-update-format-specifications): Return a list
11756         of updated types.
11757
11758 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11761         of boundp to check if display-warning is available.
11762
11763 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11764
11765         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11766
11767 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * nnspool.el (nnspool-spool-directory): Use news-path if the
11770         news-directory variable is not bound.
11771
11772         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11773         function instead of display-warning if it is not available.
11774
11775 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11778         v5-10: Use `point-at-bol'.
11779
11780 2004-10-26  Simon Josefsson  <jas@extundo.com>
11781
11782         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11783         <chenggao@gmail.com>.
11784
11785 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11788         instead.
11789
11790 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11791
11792         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11793         to remove a server from the nnimap-server-buffer-alist.
11794         (nnimap-open-connection, nnimap-close-server): Use it.
11795
11796         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11797
11798 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11801         running the major-mode function.
11802
11803 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11806         dummy marks in the right way.
11807
11808 2004-10-18  David Edmondson  <dme@dme.org>
11809
11810         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11811         excessively.
11812
11813 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11814
11815         * gnus-util.el (gnus-split-references): Accept a nil references
11816         string and go on blissfully.
11817
11818         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11819         cases where the references string is non-nil but has no references.
11820
11821         * encrypt.el: Add autoload tags.
11822
11823         * spam.el (spam-resolve-registrations-routine): Remove article
11824         from unregistration list too.  Reported by David Hanak
11825         <dhanak@isis.vanderbilt.edu>
11826
11827 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11830         nil.  Changed custom type.
11831
11832 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11835
11836         * gnus-sum.el (gnus-summary-move-article): Use it.
11837
11838 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * encrypt.el: Add autoload cookies.
11841
11842         * spam.el (spam-backend-article-list-property)
11843         (spam-backend-get-article-todo-list)
11844         (spam-backend-put-article-todo-list)
11845         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11846         Resolve registrations separately.
11847         (spam-register-routine): Format comments.
11848         (spam-unregister-routine, spam-register-routine): Always call with
11849         specific-articles, no default list.
11850         (spam-summary-prepare-exit): Use the spam-classifications function.
11851
11852         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11853         gnus-encrypt.el.
11854
11855         * encrypt.el: Copied from gnus-encrypt.el.
11856
11857         * gnus-encrypt.el: Commented that it's obsolete.
11858
11859 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11862         (gnus-score-save): Use it.
11863
11864         * message.el (message-bury): Use `window-dedicated-p'.
11865
11866 2004-10-15  Simon Josefsson  <jas@extundo.com>
11867
11868         * pop3.el (top-level): Don't require nnheader.
11869         (pop3-read-timeout): Add.
11870         (pop3-accept-process-output): Add.
11871         (pop3-read-response, pop3-retr): Use it.
11872
11873 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11874
11875         * spam.el (spam-register-routine): Move comment.
11876         (spam-verify-bogofilter): Use 'unknown for the initial
11877         spam-bogofilter-valid state, not 'never.
11878
11879         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11880         for netrc-machine.
11881
11882         * nnimap.el (nnimap-open-connection): Use
11883         netrc-machine-user-or-password.
11884
11885 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11886
11887         * gnus-registry.el (gnus-registry-unload-hook):
11888         Set as a variable with add-hook.
11889
11890         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11891         of news-path.
11892
11893         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11894
11895         * spam.el: Delete duplicate `provide'.
11896         (spam-unload-hook): Set as a variable with add-hook.
11897
11898 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11901         in the doc string.
11902
11903         * message.el (message-ignored-news-headers)
11904         (message-ignored-supersedes-headers)
11905         (message-ignored-resent-headers)
11906         (message-forward-ignored-headers): Improve custom type.
11907
11908 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * message.el (message-tokenize-header): Fix 2004-09-06 change
11911         which used point-min in the wrong place.
11912
11913 2004-10-12  Simon Josefsson  <jas@extundo.com>
11914
11915         * tls.el (tls-certtool-program): New variable.
11916         (tls-certificate-information): New function, based on
11917         ssl-certificate-information.
11918
11919 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * compface.el: Move the version of ELisp-based uncompface program
11922         to the contrib directory because of the copyright problem.
11923
11924 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * message.el (message-kill-buffer): Raise the current frame.
11927
11928 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11931
11932         * gnus.el (message-y-or-n-p): Autoload.
11933
11934         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11935         (pop3-password-required, pop3-authentication-scheme)
11936         (pop3-leave-mail-on-server): Made customizable.
11937         (pop3): New custom group.
11938         (pop3-retr): Remove `sleep-for' statements.
11939         Suggested by Dave Love <fx@gnu.org>.
11940
11941         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11942         Windows/DOS.
11943
11944         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11945         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11946         Dave Love <fx@gnu.org>.
11947
11948         * mml.el (mml-minibuffer-read-disposition): Require match.
11949         Suggested by Dave Love <fx@gnu.org>.
11950
11951 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11954         doc string.
11955
11956 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11959
11960 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11961
11962         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11963         instead of calling `mm-insert-inline', to decode text/* parts
11964         before displaying them.
11965
11966 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * mm-uu.el (mm-uu-text-plain-type): New variable.
11969         (mm-uu-pgp-signed-extract-1): Use it.
11970         (mm-uu-pgp-encrypted-extract-1): Use it.
11971         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11972         bind mm-uu-text-plain-type with that value.
11973         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11974         mm-uu-dissect.
11975
11976 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-group.el (gnus-update-group-mark-positions):
11979         * gnus-sum.el (gnus-update-summary-mark-positions):
11980         * message.el (message-check-news-body-syntax):
11981         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11982         of string-as-multibyte.
11983
11984 2004-10-05  Juri Linkov  <juri@jurta.org>
11985
11986         * gnus-group.el (gnus-update-group-mark-positions):
11987         * gnus-sum.el (gnus-update-summary-mark-positions):
11988         * message.el (message-check-news-body-syntax):
11989         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11990         8-bit unibyte values to a multibyte string for search functions.
11991
11992 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11995         (mm-uu-dissect-text-parts): New function.
11996
11997         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11998         dissect text parts.
11999
12000         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12001         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12002
12003         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12004
12005         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12006         gnus-current-topics instead of gnus-current-topic.
12007
12008 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12009
12010         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12011
12012 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12013
12014         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12015         where approriate.
12016
12017         * nnml.el (nnml-generate-active-info): do.
12018
12019         * nndiary.el (nndiary-generate-active-info): do.
12020
12021         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12022         (gnus-topic-move): do.
12023
12024         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12025         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12026
12027         * gnus-srvr.el (gnus-server-prepare)
12028         (gnus-server-open-all-servers): do.
12029
12030         * gnus-msg.el (gnus-summary-cancel-article)
12031         (gnus-summary-resend-message)
12032         (gnus-summary-mail-crosspost-complaint): do.
12033
12034         * gnus-move.el (gnus-change-server): do.
12035
12036         * gnus-group.el (gnus-group-unmark-all-groups)
12037         (gnus-group-set-current-level): do.
12038
12039 2004-10-04  Simon Josefsson  <jas@extundo.com>
12040
12041         * message.el (message-generate-hashcash): Doc fix.
12042
12043 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12044
12045         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12046         avoid infinite recursion via gnus-get-function.
12047
12048 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12049
12050         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12051
12052         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12053
12054         * nnmail.el (nnmail-split-history): do.
12055
12056         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12057         (nnml-request-delete-group): do.
12058
12059         * nnslashdot.el (nnslashdot-read-groups): do.
12060
12061         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12062         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12063
12064         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12065         (nnspool-sift-nov-with-sed): Use last.
12066         (nnspool-retrieve-headers-with-nov): Use mapc.
12067         (nnspool-request-newgroups): Use dolist.
12068         (nnspool-request-group): Use last.
12069
12070         * nntp.el (nntp-read-server-type): Use dolist.
12071
12072         * nnvirtual.el (nnvirtual-create-mapping)
12073         (nnvirtual-update-read-and-marked): Use dolist.
12074         (nnvirtual-convert-headers): Simplify.
12075
12076 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12077
12078         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12079         support for sync'ing tick marks.
12080
12081 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12084         there's no visible header.
12085
12086 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12087
12088         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12089         necessary, pass full group name to gnus-request-set-marks.
12090
12091 2004-10-01  Simon Josefsson  <jas@extundo.com>
12092
12093         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12094         acroread.
12095
12096 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * spam-report.el (spam-report-gmane): Fix interactive.
12099
12100         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12101
12102         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12103         when writing file.
12104         (gnus-agent-synchronize-flags): Don't default to being
12105         interactive.
12106
12107 2004-09-30  Simon Josefsson  <jas@extundo.com>
12108
12109         * message.el (message-generate-hashcash): Add.
12110         (message-send-mail): Use it, call mail-add-payment.
12111
12112 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12115
12116 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12117
12118         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12119         gnus-requst-update-info with explicit code to sync the in-memory
12120         info read flags with the marks being sync'd to the backend.
12121
12122         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12123
12124 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12125
12126         * spam.el (spam-verify-bogofilter): Add new function.
12127         (spam-check-bogofilter)
12128         (spam-bogofilter-register-with-bogofilter): Use it.
12129         (spam-verify-bogofilter): Add small fixes.
12130
12131 2004-09-28  Simon Josefsson  <jas@extundo.com>
12132
12133         * hashcash.el (hashcash-generate-payment): Revert.
12134
12135 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12136
12137         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12138         gnus-extract-references instead of gnus-split-references.
12139
12140         * gnus-util.el (gnus-extract-references): Add new function, analogous
12141         to gnus-split-references but extracts only the message-ID without
12142         anything extra.
12143
12144         * hashcash.el (hashcash-generate-payment)
12145         (hashcash-check-payment): Do the right thing if hashcash-path is
12146         nil (because the hashcash program could not be found).
12147
12148         * spam.el (spam-use-hashcash): Remove comment.
12149
12150 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12151
12152         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12153         (gnus-cache-enter-article, gnus-cache-remove-article)
12154         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12155
12156         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12157
12158         * gnus-art.el (article-hide-boring-headers)
12159         (article-translate-strings, article-display-face)
12160         (gnus-article-mime-match-handle-first)
12161         (gnus-article-highlight-headers)
12162         (gnus-article-add-buttons-to-head): do.
12163
12164 2004-09-27  Simon Josefsson  <jas@extundo.com>
12165
12166         * hashcash.el: New version, from
12167         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12168         ../contrib/.
12169
12170 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12173
12174 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12175
12176         * gnus-dup.el (gnus-dup-open): Use mapc.
12177         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12178
12179         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12180         Reported by Stefan Wiens <s.wi@gmx.net>.
12181
12182         * gnus.el (gnus-shutdown): Use dolist.
12183
12184         * gnus-undo.el (gnus-undo): Use mapc.
12185
12186         * nnrss.el (nnrss-generate-active): do.
12187
12188         * message.el (message-cite-original-without-signature)
12189         (message-cite-original): Use mapc.
12190         (message-do-actions, message-make-forward-subject): Use dolist.
12191
12192 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12193
12194         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12195         deletion to remove entire duplicate line.  Fixes merged article
12196         number bug.
12197
12198 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12199
12200         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12201         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12202         first ask if you want to open a server and then, even when you
12203         responded with no, asking if you want to synchronize the server's
12204         flags.
12205         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12206         multi-line expressions.
12207         (gnus-agent-synchronize-group-flags): New internal function.
12208         Updates marks in memory (in the info structure) AND in the
12209         backend.
12210
12211         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12212
12213         * nnagent.el (nnagent-request-set-mark): Use
12214         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12215         method, to ensure that synchronization updates marks in the
12216         backend and in the info (in memory) structure.
12217
12218 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12221         convention fully; don't miss the root article of a thread; make
12222         the X-Draft-From header with correct article numbers.
12223
12224 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12225
12226         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12227         unless plugged.  Disable the agent so that an open failure causes
12228         an error.
12229
12230         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12231         Reverted 2004-09-21 change.  The backend must be opened while
12232         synchronizing flags even when the backend stores the flags
12233         locally.
12234
12235 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12238         in `header' match.  Reported by Svend Tollak Munkejord.
12239
12240         * message.el (message-cite-original): Fix use of
12241         `message-cite-articles-with-x-no-archive'.
12242
12243 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12246         (gnus-window-to-buffer): Ditto.
12247
12248         * mml.el (mml-preview-buffer): New variable.
12249         (mml-preview): Manage window layout with gnus-buffer-configuration.
12250
12251         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12252         X-Draft-From header even if those articles aren't quoted.
12253
12254 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12255
12256         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12257         (gnus-request-set-mark, gnus-request-update-mark): Use new
12258         g-s-t-u-l-m to decide to use backend even when unplugged.
12259
12260 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12263         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12264
12265 2004-09-20  Simon Josefsson  <jas@extundo.com>
12266
12267         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12268         "utf-16-le".
12269
12270 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12271
12272         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12273
12274 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * uudecode.el (uudecode-use-external): Add :version.
12277
12278         * smime.el (smime-CA-file, smime-encrypt-cipher)
12279         (smime-dns-server): Add :version.
12280
12281         * smiley.el (gnus-smiley-file-types): Add :version.
12282
12283         * sha1.el (sha1-use-external): Add :version.
12284
12285         * pgg-def.el (pgg-query-keyserver): Add :version.
12286
12287         * nnmail.el (nnmail-fancy-expiry-targets)
12288         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12289         Add :version.
12290
12291         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12292         (nnimap-retrieve-groups-asynchronous): Add :version.
12293         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12294
12295         * mml.el (mml-content-disposition-parameters)
12296         (mml-insert-mime-headers-always): Add :version.
12297
12298         * mm-util.el (mm-coding-system-priorities): Add :version.
12299
12300         * mm-decode.el (mm-inline-text-html-with-images)
12301         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12302         (mm-verify-option): Add :version.
12303         (mm-text-html-renderer): Change :version.
12304
12305         * message.el (message-fcc-externalize-attachments)
12306         (message-required-headers, message-draft-headers)
12307         (message-subject-trailing-was-query)
12308         (message-subject-trailing-was-ask-regexp)
12309         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12310         (message-mark-insert-end, message-archive-header)
12311         (message-archive-note, message-cross-post-default)
12312         (message-cross-post-note, message-followup-to-note)
12313         (message-cross-post-note-function, message-use-mail-followup-to)
12314         (message-subscribed-address-functions)
12315         (message-subscribed-address-file, message-subscribed-addresses)
12316         (message-subscribed-regexps, message-allow-no-recipients)
12317         (message-yank-cited-prefix, message-signature-insert-empty-line)
12318         (message-hidden-headers, message-hierarchical-addresses)
12319         (message-mail-user-agent, message-use-idna)
12320         (message-valid-fqdn-regexp)
12321         (message-strip-special-text-properties, message-header-synonyms)
12322         (message-beginning-of-line, message-tab-body-function): Add :version.
12323         (message-insert-canlock, message-wide-reply-confirm-recipients):
12324         Change :version.
12325
12326         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12327         and :version.
12328         (mail-source-delete-old-incoming-confirm)
12329         (mail-source-movemail-program): Add :version.
12330
12331         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12332         (gnus-agent-cache, gnus-agent): Change :version.
12333
12334         * gnus-util.el (gnus-use-byte-compile): Change :version.
12335
12336         * gnus-sum.el (gnus-summary-make-false-root-always)
12337         (gnus-summary-default-high-score)
12338         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12339         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12340         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12341         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12342         (gnus-sum-thread-tree-single-indent)
12343         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12344         (gnus-sum-thread-tree-leaf-with-other)
12345         (gnus-sum-thread-tree-single-leaf): Add :version.
12346         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12347         (gnus-article-loose-mime): Change :version.
12348
12349         * gnus-start.el (gnus-backup-startup-file)
12350         (gnus-save-startup-file-via-temp-buffer): Add :version.
12351
12352         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12353         (gnus-server-offline-face): Add :version.
12354
12355         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12356
12357         * gnus-msg.el (gnus-gcc-externalize-attachments)
12358         (gnus-debug-files, gnus-debug-exclude-variables)
12359         (gnus-discouraged-post-methods): Change :version.
12360         (gnus-confirm-mail-reply-to-news)
12361         (gnus-confirm-treat-mail-like-news): Add :version.
12362
12363         * gnus-int.el (gnus-server-unopen-status): Add :version.
12364
12365         * gnus-group.el (gnus-group-jump-to-group-prompt)
12366         (gnus-large-ephemeral-newsgroup)
12367         (gnus-fetch-old-ephemeral-headers): Add :version.
12368
12369         * gnus-fun.el (gnus-x-face-directory)
12370         (gnus-convert-pbm-to-x-face-command)
12371         (gnus-convert-image-to-x-face-command)
12372         (gnus-convert-image-to-face-command): Add :version.
12373
12374         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12375
12376         * gnus-cite.el (gnus-cite-blank-line-after-header)
12377         (gnus-article-boring-faces): Add :version.
12378
12379         * gnus-art.el (gnus-buttonized-mime-types)
12380         (gnus-inhibit-mime-unbuttonizing)
12381         (gnus-treat-display-face)
12382         (gnus-treat-body-boundary): Change :version.
12383         (gnus-body-boundary-delimiter, gnus-picon-databases)
12384         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12385         (gnus-treat-date-english, gnus-treat-fold-headers)
12386         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12387         (gnus-treat-mail-picon, gnus-treat-wash-html)
12388         (gnus-article-encrypt-protocol)
12389         (gnus-use-idna, gnus-article-over-scroll)
12390         (gnus-mime-display-multipart-alternative-as-mixed)
12391         (gnus-mime-display-multipart-related-as-mixed)
12392         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12393         (gnus-ctan-url, gnus-button-ctan-handler)
12394         (gnus-button-handle-ctan-bogus-regexp)
12395         (gnus-button-ctan-directory-regexp)
12396         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12397         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12398         (gnus-button-man-level, gnus-button-emacs-level)
12399         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12400
12401         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12402         (gnus-agent-go-online): Change :version.
12403         (gnus-agent-expire-unagentized-dirs)
12404         (gnus-agent-auto-agentize-methods): Add :version.
12405
12406         * flow-fill.el (fill-flowed-display-column)
12407         (fill-flowed-encode-column): Add :version.
12408
12409         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12410         (gnus-outlook-deuglify-unwrap-max)
12411         (gnus-outlook-deuglify-cite-marks)
12412         (gnus-outlook-deuglify-unwrap-stop-chars)
12413         (gnus-outlook-deuglify-no-wrap-chars)
12414         (gnus-outlook-deuglify-attrib-cut-regexp)
12415         (gnus-outlook-deuglify-attrib-verb-regexp)
12416         (gnus-outlook-deuglify-attrib-end-regexp)
12417         (gnus-outlook-display-hook): Add :version.
12418
12419         * binhex.el (binhex-use-external): Add :version.
12420
12421 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12424         and `invisible'.
12425
12426 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12427
12428         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12429         in gnus-registry-trim.
12430
12431 2004-09-13  Simon Josefsson  <jas@extundo.com>
12432
12433         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12434
12435         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12436
12437         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12438         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12439         <yamaoka@jpl.org>.
12440         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12441         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12442         <yamaoka@jpl.org>.
12443
12444         * sieve.el (sieve-manage-mode): Ditto.
12445
12446 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12449
12450 2004-09-11  Simon Josefsson  <jas@extundo.com>
12451
12452         * dns-mode.el: Add.
12453
12454         * mm-view.el (mm-display-dns-inline): Add.
12455
12456         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12457         (mm-automatic-display): Ditto.
12458
12459         * mailcap.el (mailcap-mime-data): Add text/dns.
12460         (mailcap-mime-extensions): Map .soa to text/dns.
12461
12462 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12463
12464         * gnus-art.el (article-decode-mime-words, article-babel)
12465         (gnus-article-highlight-signature, gnus-article-add-buttons)
12466         (gnus-signature-toggle): Remove unnecessary bindings of
12467         `inhibit-read-only' inherited from v5.10 merge.
12468
12469 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * nntp.el (nntp): New customization group.
12472         (nntp-authinfo-file): Add customization group.
12473
12474         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12475
12476         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12477
12478         * gnus.el (to-address, to-list, subscribed)
12479         (large-newsgroup-initial): Ditto.
12480
12481         * flow-fill.el (fill-flowed-display-column)
12482         (fill-flowed-encode-column): Ditto.
12483
12484 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12485
12486         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12487         Use point-min rather than 1.
12488         (message-send-mail): Use buffer-size rather than point-max.
12489
12490         * gnus-sum.el (gnus-summary-search-article-forward):
12491         Signal a specific `search-failed' rather than a generic `error'.
12492
12493         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12494         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12495         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12496
12497 2004-09-10  Simon Josefsson  <jas@extundo.com>
12498
12499         * nndb.el (require): Remove tcp and duplicate cl.
12500
12501 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-agent.el (directory-files-and-attributes): Move forward.
12504
12505 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12506
12507         * gnus-agent.el (directory-files-and-attributes): Optionally
12508         defined to support XEmacs.
12509
12510 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12511
12512         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12513         to avoid run-time CL dependencies.
12514         (gnus-agent-unfetch-articles): New function.
12515         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12516         article numbers even when local .overview file is missing.
12517         (gnus-agent-read-article-number): New function.  Only accepts
12518         27-bit article numbers.
12519         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12520         gnus-agent-read-article-number.
12521         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12522         from backend while recognizing that article numbers in .overview
12523         must be valid.
12524         (gnus-agent-update-files-total-fetched-for): Use
12525         directory-files-and-attributes to improve performance.
12526         * gnus-int.el (gnus-request-move-article): Use
12527         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12528         improve performance.
12529
12530         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12531         some users confused by references to .newsrc when they only have a
12532         .newsrc.eld file.
12533         (gnus-convert-mark-converter-prompt)
12534         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12535         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12536         New function.  Used internally to only display 'gnus converting
12537         files' message when actually necessary.
12538
12539         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12540         methods now autoloaded.
12541
12542 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12545         identifiers.
12546
12547 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * gnus-picon.el: Fix indentation and closing parenthesis.
12550
12551 2004-09-01  Simon Josefsson  <jas@extundo.com>
12552
12553         * message.el (message-canlock-generate): Require sha1, not
12554         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12555         to require within a function.  Sadly, if sha1.el isn't loaded, the
12556         let binding in m-c-g will hide the defcustom definition, which is
12557         bad.)
12558
12559         * canlock.el: Require sha1, not sha1-el.
12560
12561         * message.el: Don't autoload sha1 (there is a autoload cookie in
12562         sha1.el).
12563
12564         * sha1-el.el: Renamed to sha1.el.
12565
12566 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12567
12568         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12569
12570 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12571
12572         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12573
12574 2004-08-30  Kim F. Storm  <storm@cua.dk>
12575
12576         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12577
12578         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12579         Add :group 'nnimap.
12580
12581 2004-08-30  Andreas Schwab  <schwab@suse.de>
12582
12583         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12584         ?* and ?\;.
12585
12586         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12587         and ?\' to symbol instead of whitespace.
12588
12589 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12592
12593         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12594         instead of re-search-forward.
12595
12596         * gnus-uu.el (gnus-uu-save-article): Ditto.
12597         (gnus-uu-post-encode-uuencode): Ditto.
12598
12599         * html2text.el (html2text-clean-list-items): Ditto.
12600         (html2text-clean-dtdd): Ditto.
12601         (html2text-format-tags): Ditto.
12602
12603         * message.el (message-send-mail-with-sendmail): Fix regexp.
12604         (message-fill-field-general): Use search-forward instead of
12605         re-search-forward.
12606         (unbold-region): Ditto.
12607
12608         * nnrss.el (nnrss-request-article): Ditto.
12609
12610         * nnslashdot.el (nnslashdot-request-article): Ditto.
12611
12612         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12613
12614         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12615         "Unrecognized menu descriptor" error in XEmacs.
12616
12617 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12618
12619         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12620         parent article of a sparse article in the thread hashtb.
12621
12622 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12623
12624         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12625         (nnmail-expand-newtext): Lowercase expanded entries if
12626         nnmail-split-lowercase-expanded is non-nil.
12627
12628 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12631
12632         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12633         of gnus-tmp-news-method into string under XEmacs.  It will be
12634         passed to gnus-correct-length which takes only a string argument.
12635
12636 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * gnus-util.el (gnus-bind-print-variables): New macro.
12639         (gnus-prin1): Use it.
12640         (gnus-prin1-to-string): Use it.
12641         (gnus-pp): New function.
12642         (gnus-pp-to-string): New function.
12643
12644         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12645         Replace pp-to-string with gnus-pp-to-string.
12646         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12647         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12648         * gnus-msg.el (gnus-debug): Ditto.
12649         * gnus-score.el (gnus-score-save): Ditto.
12650         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12651         gnus-pp-to-string.
12652         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12653         with gnus-pp.
12654         * score-mode.el (gnus-score-pretty-print): Ditto.
12655         * webmail.el (webmail-debug): Ditto.
12656
12657 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-art.el (article-display-face, article-display-x-face):
12660         Use buffer-read-only.
12661
12662 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (article-hide-list-identifiers):
12665         Bind inhibit-read-only as t.
12666
12667 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12670
12671 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12672
12673         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12674         (gnus-narrow-to-page): Don't assume point-min == 1.
12675         (gnus-article-edit-mode): Derive from message-mode.
12676
12677         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12678         point-min == 1.
12679
12680         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12681         Disable incorrect use of `assert'.
12682
12683         * message.el (message-mode): Set comment-start-skip.
12684
12685
12686 2004-08-22  Sam Steingold  <sds@gnu.org>
12687
12688         * pop3.el (pop3-leave-mail-on-server): New user variable.
12689         (pop3-movemail): Delete mail only when it is nil.
12690
12691 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12694
12695         * mml.el (mml-preview): Use `pop-to-buffer'.
12696
12697         * message.el (message-goto-mail-followup-to): Insert after "To".
12698         (message-carefully-insert-headers): Add comment.
12699
12700         * gnus.el: Remove unused variable `gnus-article-check-size'.
12701
12702         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12703
12704         * gnus-art.el (gnus-button-alist): Improve
12705         `gnus-button-handle-library' entry.
12706
12707 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12708
12709         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12710         downcase, since XEmacs capitalizes error messages differently.
12711
12712 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12713
12714         * nntp.el: Add (require 'gnus) due to reference to
12715         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12716
12717 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12718
12719         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12720         `mm-fill-flowed'.
12721
12722         * mm-decode.el (mm-dissect-singlepart): Check it.
12723
12724 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12727         'imap' for netrc parsing.
12728
12729 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * mailcap.el (mailcap-mime-data): Mark as risky.
12732
12733 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12736         may be included in the encoded word.
12737         (rfc2047-encode): Don't append a space if the encoded word
12738         includes close parenthesis.
12739
12740 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12743         of text within parentheses.
12744
12745 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12748         (gnus-encrypt-write-file-contents): Make the password key the file
12749         name PLUS the cipher, not just the cipher.  Also remove failed
12750         passwords from the cache.
12751
12752 2004-08-06  Simon Josefsson  <jas@extundo.com>
12753
12754         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12755         fix.
12756
12757 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12760         LWSP.
12761
12762 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12765         to append in-reply-to: data to the references: header.
12766
12767         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12768         (netrc-parse): Use gnus-encrypt.el functions.
12769
12770         * gnus-encrypt.el: Add new file for encryption support; currently
12771         does only a few GPG ciphers and an internal XOR cipher.
12772
12773         * password.el: Add comments on using password-read-and-add.
12774         (password-read-and-add): Add function to read and add the
12775         password to the cache at once.
12776
12777 2004-07-28  Simon Josefsson  <jas@extundo.com>
12778
12779         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12780         parameter (but don't use it, for now).
12781
12782         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12783         instead of hard coding to nil.
12784
12785 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12788         as mm-inline-image-xemacs does.
12789
12790 2004-07-26  Simon Josefsson  <jas@extundo.com>
12791
12792         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12793         Revert part of 2004-07-17 change below.
12794
12795 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12798         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12799
12800 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12801
12802         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12803         quotes that actually start with ">" at the beginning of the
12804         lines.
12805
12806 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * rfc2047.el (rfc2047-encode-region): Fix last change.
12809         (rfc2047-encode-parameter): Remove useless concat.
12810
12811 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12814         encode special characters; fix some kind of misconfigured headers;
12815         signal a real error if debug-on-quit or debug-on-error is non-nil.
12816         (rfc2047-encode-max-chars): New variable.
12817         (rfc2047-encode-1): Use it.
12818         (rfc2047-encode-parameter): New function.
12819
12820         * mml.el (mml-insert-parameter): Remove an excessive space.
12821
12822 2004-07-17  Simon Josefsson  <jas@extundo.com>
12823
12824         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12825         Kai Grossjohann <kai@emptydomain.de>.
12826         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12827         (gnus-group-make-menu-bar): Ditto.
12828
12829         * gnus-util.el (gnus-group-server): Add.
12830
12831 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12832
12833         * message.el (message-clone-locals): Clone sendmail and smtp
12834         variables.
12835
12836 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * rfc2047.el (rfc2047-encode-region): Fix last change.
12839
12840 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12843         characters as non-special.
12844
12845 2004-07-09  Simon Josefsson  <jas@extundo.com>
12846
12847         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12848         Users will lose all flag changes made while unplugged with
12849         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12850         good default.  See numerous reports on ding mailing list.
12851
12852 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12855         add generate-head-function and generate-article-function to the
12856         rfc822-forward entry.
12857         (nndoc-rfc822-forward-generate-article): New function.
12858         (nndoc-rfc822-forward-generate-head): New function.
12859
12860         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12861
12862 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12863
12864         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12865         respect display group parameter and gnus-summary-expunge-below.
12866         (gnus-articles-to-read): Remove unused reference to display group
12867         parameter.
12868
12869 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * nnheader.el (nnheader-uniquify-message-id): New experimental
12872         variable.
12873         (nnheader-nov-read-message-id): Use it.
12874
12875         * spam-report.el (spam-report-gmane): Add interactive.
12876
12877 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12880         qp-or-base64 for the application/* types.
12881
12882 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12883
12884         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12885
12886 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12887
12888         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12889         trim value.
12890
12891 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12892
12893         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12894         New macro and function.
12895         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12896
12897 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12900         after-load-alist.
12901
12902 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903
12904         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12905         update info that isn't there.
12906
12907 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12908
12909         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12910         entry.
12911
12912 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mm-view.el (mm-inline-render-with-function): Use multibyte
12915         buffer; decode html source by charset.
12916
12917         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12918
12919         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12920         Mule-UCS is loaded under XEmacs.
12921         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12922
12923 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12924
12925         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12926
12927 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * mm-util.el (mm-coding-system-p): Return a coding-system.
12930         (mm-mime-mule-charset-alist): Use shift_jis instead of
12931         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12932         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12933         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12934         instead of japanese-shift-jis and iso-latin-1 respectively in
12935         order to share the default value with both Emacs and XEmacs-mule.
12936         (mm-mule-charset-to-mime-charset): Make
12937         mm-coding-system-priorities effective.
12938         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12939         while predicating of candidates upon the priorities.
12940
12941 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12942
12943         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12944         gnus-uu-invert-processable.
12945
12946         * gnus.el: Autoload gnus-uu-invert-processable.
12947
12948 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * mm-util.el (mm-with-multibyte-buffer): New macro.
12951
12952         * rfc2047.el (rfc2047-encode-string): Use it.
12953         (rfc2047-encode-region): Move point to the end of the region after
12954         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12955
12956 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12959         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12960
12961 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12964         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12965         Karl Chen <quarl@nospam.quarl.org>.
12966
12967 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12968
12969         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12970         invalid addresses.
12971
12972 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12973
12974         * spam.el: Change section markers, revise TODO list.
12975         (spam-backends): Make new master list of all installed backends.
12976         (spam-summary-exit-behavior): Add new variable to determine how
12977         messages moves are done at summary exit.
12978         (spam-move-spam-nonspam-groups-only)
12979         (spam-process-ham-in-nonham-groups)
12980         (spam-process-ham-in-spam-groups): Remove variables, the
12981         spam-summary-exit-behavior variable should be used to manage this
12982         behavior.
12983         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12984         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12985         and spam-old-spam-articles.
12986         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12987         Add empty variables, placeholders for the backends they represent.
12988         (spam-set-difference): Move, unchanged.
12989         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12990         unless the user has a processor variable.
12991         (spam-classifications, spam-classification-valid-p)
12992         (spam-backend-properties, spam-backend-property-valid-p)
12993         (spam-backend-function-type-valid-p)
12994         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12995         (spam-report-articles-gmane, spam-report-articles-resend):
12996         Remove functions, they are not needed.
12997         (spam-install-backend-super, spam-backend-list)
12998         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12999         (spam-backend-function, spam-backend-ham-registration-function)
13000         (spam-backend-spam-registration-function)
13001         (spam-backend-ham-unregistration-function)
13002         (spam-backend-spam-unregistration-function)
13003         (spam-backend-statistical-p, spam-backend-mover-p)
13004         (spam-install-backend-alias, spam-install-checkonly-backend)
13005         (spam-install-mover-backend, spam-install-nocheck-backend)
13006         (spam-install-backend, spam-install-statistical-backend)
13007         (spam-install-statistical-checkonly-backend): Add backend installation
13008         support.
13009         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13010         (spam-group-processor-p): Use the new backend code and respect the
13011         summary exit behavior.
13012         (spam-mark-spam-as-expired-and-move-routine): Remove.
13013         (spam-summary-prepare): Change to use the new spam-old-articles
13014         variable.
13015         (spam-copy-or-move-routine, spam-copy-spam-routine)
13016         (spam-move-spam-routine, spam-copy-ham-routine)
13017         (spam-move-ham-routine): Add code to copy/move ham or spam.
13018         (spam-fetch-field-fast): Improve doc and code, plus allow the
13019         'number request.
13020         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13021         variables.
13022         (spam-split, spam-find-spam): Use the new backend code.
13023         (spam-registration-functions): Remove variable.
13024         (spam-unregister-routine): Add convenience wrapper.
13025         (spam-log-undo-registration, spam-register-routine)
13026         (spam-log-processing-to-registry)
13027         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13028         where possible.
13029         (spam-check-gmane-xref, spam-check-regex-headers)
13030         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13031         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13032         (spam-check-bogofilter-headers, spam-check-spamoracle)
13033         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13034         (spam-check-crm114-headers): Use the spam-split-group that
13035         spam-split prepares, no need to determine it every time.
13036
13037         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13038         to the nnheader-parse-naked-head call.
13039
13040         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13041
13042         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13043         the nnheader-nov-read-message-id call.
13044
13045 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13048         gnus-activate-group twice.  Suggested by Markus Peter
13049         <warp@spin.de>.
13050
13051 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-art.el (gnus-article-time-format): Exchange the order of
13054         day and month in the default value; fix customization type.
13055         (article-date-ut): Use add-text-properties.
13056         (article-make-date-line): Use message-make-date instead of
13057         current-time-string.
13058
13059         * message.el (message-fetch-field): Don't use set-text-properties.
13060         (message-make-date): Simplify.
13061
13062         * messagexmas.el (message-xmas-make-date): New function.
13063         (message-xmas-redefine): Defalias message-make-date to it.
13064
13065 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13068         (rfc2047-encode-region): Treat text within parentheses as special;
13069         show the original text when error has occurred.
13070
13071         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13072         already-computed method to gnus-activate-group.
13073
13074         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13075         same select-methods identical Lisp objects.
13076
13077         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13078         object when modifying the info.
13079
13080 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13083         gnus-opened-servers since it has never been opened with the new
13084         configuration yet.
13085
13086 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13089         arg to nnheader-generate-fake-message-id.
13090
13091 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13094         number and build a fake message ID localized to a group and
13095         article number (so it's repeatable from that point on).
13096         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13097         ID format.
13098
13099         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13100         nnheader-generate-fake-message-id with the article number.
13101
13102 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13103
13104         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13105         end-of-buffer.
13106
13107 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13108
13109         * message.el (message-ignored-supersedes-headers): Add Approved.
13110
13111 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13114         goto-char.
13115         (rfc2047-encode): Fold the line before encoding.
13116
13117 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13118
13119         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13120         folding -- not all headers can be folded, and this should be done
13121         by the message composition mode.  Probably.  I think.
13122
13123 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13126         fast.
13127
13128         * gnus-ems.el (gnus-remove-image): Don't use
13129         message-text-with-property; remove only the image found first.
13130
13131         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13132         found first.
13133
13134 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13135
13136         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13137
13138 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * message.el (message-text-with-property): Make it fast and accept
13141         optional arguments.
13142         (message-strip-forbidden-properties): Use it.
13143         (message-fix-before-sending): Follow the m-t-w-p change.
13144
13145         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13146
13147 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (article-hide-headers): Don't change the buffer
13150         mistakenly when performing mml-preview even if
13151         gnus-single-article-buffer is nil.
13152
13153 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13154
13155         * message.el (message-expand-name-databases): New user option.
13156         (message-expand-name): Use it.
13157
13158 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13159
13160         * spam.el (spam-report-articles-resend)
13161         (spam-report-resend-register-routine): Allow ham reporting.
13162         (spam-report-resend-register-ham-routine): Add wrapper.
13163         (spam-registration-functions): Add ham resending functions.
13164         (spam-list-of-processors): Add ham resend processor.
13165
13166         * gnus.el (ham-resend-to): Add new group parameter.
13167         (spam-process): Add ham resend option.
13168
13169         * spam-report.el (spam-report-resend): Allow reporting ham.
13170         (spam-report-resend-ham): Add wrapper.
13171
13172 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13173
13174         * message.el (message-cite-articles-with-x-no-archive): New
13175         variable.
13176         (message-cite-original): Use it.
13177
13178 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13179
13180         * message.el (message-cite-original): Respect X-No-Archive.
13181
13182 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-art.el (article-hide-headers): Refer to the values for
13185         gnus-ignored-headers and gnus-visible-headers in the summary
13186         buffer since a user may have set them as group parameters.
13187
13188 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13189
13190         * assistant.el (assistant-node-name): Add convenience function.
13191         (assistant-render-text, assistant-render-node): Add error handling,
13192         plus handle multiple next nodes.
13193         (assistant-find-next-node): Comment out for now.
13194         (assistant-find-next-nodes): Add function, returns list of next
13195         nodes.
13196
13197 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * mail-source.el (mail-source-directory): Fix doc-string.
13200
13201 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13202
13203         * assistant.el (assistant-render-text, assistant-eval): Add :set
13204         widget type, which is different because it takes and returns a
13205         list.  Much hilarity ensues.
13206
13207 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13210
13211         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13212         doc-string.
13213
13214         * gnus-start.el (gnus-activate-group): Added doc-string.
13215
13216 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13219
13220 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13221
13222         * assistant.el (assistant-render-text): Try to add a :set
13223         widget, more to come.
13224
13225         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13226         strings.
13227         (spam-report-articles-resend)
13228         (spam-register-routine): Do registration iff any articles warrant
13229         it.
13230         (spam-summary-prepare-exit): Change log message for nil group
13231         destinations.
13232
13233 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13234
13235         * spam.el (spam-report-resend-register-routine): Allow
13236         spam-report-resend-to to be a group parameter or a global value.
13237
13238 2004-05-26  Simon Josefsson  <jas@extundo.com>
13239
13240         * starttls.el: Merge with my GNUTLS based starttls.el.
13241         (starttls-gnutls-program, starttls-use-gnutls)
13242         (starttls-extra-arguments, starttls-process-connection-type)
13243         (starttls-connect, starttls-failure, starttls-success): New
13244         variables.
13245         (starttls-program, starttls-extra-args): Doc fix.
13246         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13247         functions.
13248         (starttls-negotiate, starttls-open-stream): Check
13249         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13250         function if it is set.
13251
13252 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13255         structured fields.
13256
13257 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13260
13261 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13264         variable.
13265         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13266         assigning the spam-mark to new messages.
13267
13268 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13269
13270         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13271
13272 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13275
13276         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13277         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13278         default.
13279
13280 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13281
13282         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13283         correct data.
13284
13285 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13286
13287         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13288         (spam-group-processor-p): Fix function.
13289         (spam-group-processor-multiple-p)
13290         (spam-group-spam-processor-report-gmane-p)
13291         (spam-group-spam-processor-report-resend-p)
13292         (spam-group-spam-processor-bogofilter-p)
13293         (spam-group-spam-processor-blacklist-p)
13294         (spam-group-spam-processor-ifile-p)
13295         (spam-group-ham-processor-ifile-p)
13296         (spam-group-spam-processor-spamoracle-p)
13297         (spam-group-spam-processor-crm114-p)
13298         (spam-group-ham-processor-bogofilter-p)
13299         (spam-group-spam-processor-stat-p)
13300         (spam-group-ham-processor-stat-p)
13301         (spam-group-ham-processor-whitelist-p)
13302         (spam-group-ham-processor-BBDB-p)
13303         (spam-group-ham-processor-spamoracle-p)
13304         (spam-group-ham-processor-copy-p): Remove functions with some
13305         prejudice against unneeded code.
13306         (spam-report-articles-resend)
13307         (spam-report-resend-register-routine): Allow the group/topic
13308         spam-resend-to value to override spam-report-resend-to.
13309         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13310         properly now.
13311
13312         * gnus.el (spam-resend-to): Add group/topic parameter.
13313         (spam-process): Move the OBSOLETE processors to the end of the
13314         choices.
13315
13316 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13317
13318         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13319         with resend-to set to nil, and then ask the user if necessary.
13320         (spam-report-resend): spam-report-resend takes a list of articles, not
13321         separate article numbers.
13322
13323 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13326         addition to emacs-w3m.
13327
13328 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13329
13330         * assistant.el (assistant-authinfo-data): New function.
13331         (assistant-eval): Eval for entire assistant.
13332
13333         * netrc.el (netrc-services-file): New variable.
13334         (netrc-parse-services): New function.
13335         (netrc-find-service-name): New function.
13336         (netrc-find-service-number): New function.
13337         (netrc-port-equal): New function.
13338         (netrc-machine): Use it.
13339
13340         * nnimap.el (nnimap-open-connection): Use netrc.
13341
13342         * gnus-util.el (gnus-netrc-get): Remove aliases.
13343
13344         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13345
13346         * assistant.el (wid-edit): Fix compilation.
13347
13348         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13349
13350 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13351
13352         * gnus-util.el (gnus-set-file-modes): New function.  (small
13353         patch).
13354
13355 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13358
13359         * assistant.el (assistant-render-node): Fix up rendering and
13360         read-only text.
13361         (assistant-render-node): Reset.
13362         (assistant-make-read-only): Not sticky.
13363
13364 2004-05-20  Danny Siu  <dsiu@adobe.com>
13365
13366         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13367         centered even when gnus-auto-center-summary is t.
13368
13369 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13370
13371         * dns.el (dns-get-txt-answer): New function.
13372         (dns-read-txt): Ditto.
13373         (query-dns): Use it.
13374
13375 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13378         active for foreign groups even if the group level is higher than
13379         the specified value.
13380
13381 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13384         non-active groups.
13385
13386         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13387
13388 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13389
13390         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13391
13392 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13393
13394         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13395         (spam-crm114-header, spam-crm114-spam-switch)
13396         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13397         (spam-crm114-positive-spam-header)
13398         (spam-crm114-database-directory, spam-list-of-processors)
13399         (spam-group-spam-processor-crm114-p)
13400         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13401         (spam-generic-score, spam-list-of-checks)
13402         (spam-list-of-statistical-checks, spam-registration-functions)
13403         (spam-check-crm114-headers, spam-crm114-score)
13404         (spam-check-crm114, spam-crm114-register-with-crm114)
13405         (spam-crm114-register-spam-routine)
13406         (spam-crm114-unregister-spam-routine)
13407         (spam-crm114-register-ham-routine)
13408         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13409         asjo@koldfront.dk (Adam Sjøgren).
13410
13411         * gnus.el: Add spam-use-crm114.
13412
13413         * spam.el (spam-list-of-processors, spam-registration-functions):
13414         Add spam-use-resend.
13415         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13416         (spam-report-articles-gmane): Add doc fix.
13417         (spam-report-articles-resend, spam-report-resend-register-routine):
13418         Add wrappers around spam-report-resend-to.
13419
13420         * spam-report.el (spam-report-resend-to, spam-report-resend):
13421         Add support for resending spam.
13422         (spam-report-gmane): Fix line length >80.
13423
13424         * gnus.el (spam-process): Add spam-use-resend.
13425
13426 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13427
13428         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13429         number of processed spam messages.
13430         (spam-ham-copy-or-move-routine): Return the number of processed
13431         ham messages.
13432         (spam-summary-prepare-exit): Use the above values to decide
13433         whether status messages shouled be displayed.
13434
13435 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13438         `rfc2047-encoding-function-alist' in order to avoid conflicting
13439         with the old version.
13440         (rfc2047-encode-region): Concatenate words containing non-ASCII
13441         characters in structured fields; don't encode space-delimited
13442         ASCII words even in unstructured fields; don't break words at
13443         char-category boundaries.
13444         (rfc2047-encode-1): New function.
13445         (rfc2047-encode): Use it; encode text so that it occupies the
13446         maximum width within 76-column; work correctly on Q encoding for
13447         iso-2022-* charsets.
13448         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13449         sure not to break a line just after the header name.
13450         (rfc2047-b-encode-region): Removed.
13451         (rfc2047-b-encode-string): New function.
13452         (rfc2047-q-encode-region): Removed.
13453         (rfc2047-q-encode-string): New function.
13454
13455         * mm-util.el (mm-replace-in-string): New function.
13456
13457 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13458
13459         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13460         get it right.
13461         (gnus-inews-make-draft): Really.
13462
13463 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13464
13465         * nnmh.el (nnmh-request-list-1): Don't check the link count
13466         before descending.  (small patch)
13467
13468 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13469
13470         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13471         stuff.
13472
13473         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13474         on real group name.
13475
13476         * gnus-art.el (gnus-signature-limit): Doc fix.
13477
13478         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13479
13480         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13481
13482 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13483
13484         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13485         isn't a string.
13486
13487 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13488
13489         * gnus-draft.el (gnus-draft-send): Bind
13490         rfc2047-encode-encoded-words.
13491
13492         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13493         (rfc2047-encodable-p): Say that =? needs encoding.
13494         (rfc2047-encode-encoded-words): New variable.
13495
13496         * gnus-group.el (gnus-group-select-group): Doc fix.
13497
13498         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13499
13500         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13501         to nil.
13502
13503         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13504
13505         * nnheader.el (nnheader-get-lines-and-char): New function.
13506
13507 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gnus-msg.el (gnus-summary-followup-with-original): Document
13510         yanking of region when active.
13511
13512 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13515         groups if the group level is higher than the specified value.
13516
13517 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13520         (gnus-group-jump-to-group): Added prefix argument using
13521         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13522         non-active group.
13523
13524         * compface.el (uncompface): Be verbose when changing
13525         `uncompface-use-external'.
13526
13527         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13528         handle manual section.
13529
13530 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13531
13532         * gnus-art.el (gnus-button-alist): Revert previous change.
13533
13534 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13537
13538 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13539
13540         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13541         whether backend can accept message.
13542
13543         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13544
13545 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13546
13547         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13548         Avoid creating directory when nntp-marks-is-evil is true.
13549         Reported by Reiner Steib.
13550
13551 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * gnus-picon.el (gnus-picon-style): New variable.
13554         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13555         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13556         Jesper Harder <harder@ifa.au.dk>.
13557
13558 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13559
13560         * message.el (message-fill-field): Return point.
13561         (message-generate-headers): Go to end of field.
13562
13563         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13564         stuff for non-living groups.
13565
13566 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13567
13568         * gnus-art.el (gnus-article-followup-with-original)
13569         (gnus-article-reply-with-original): gnus-mark-active-p ->
13570         gnus-region-active-p.
13571
13572 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13575         only when there is spam or ham to be processed.
13576
13577 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13578
13579         * mail-source.el (mail-source-delete-crash-box): Refactor.
13580         (mail-source-fetch): Use it.
13581         (mail-source-fetch-file): Ditto.
13582         (mail-source-fetch-directory): Run postscript in loop.
13583         (mail-source-fetch-pop): Delete.
13584         (mail-source-fetch-maildir): Ditto.
13585         (mail-source-fetch-imap): Ditto.
13586
13587         * imap.el (imap-authenticators): Comment out sasl.
13588
13589         * message.el (message-skip-to-next-address): New function.
13590         (message-fill-header-address): Refactor.
13591         (message-fill-address): Use it.
13592         (message-delete-address): Use it.
13593         (message-fill-header-general): Refactor.
13594         (message-fill-field-address): Rename.
13595         (message-narrow-to-field): Find the start of the header.
13596         (message-header-format-alist): Don't pre-fill.
13597         (message-fill-header): Removed.
13598         (message-insert-header): New function.
13599         (message-shorten-references): Use it.
13600
13601         * rfc2047.el (rfc2047-field-value): Strip props.
13602
13603         * mail-parse.el (mail-header-make-address): New alias.
13604
13605         * ietf-drums.el (ietf-drums-make-address): New function.
13606
13607         * imap.el: Add compiler directives.
13608
13609         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13610
13611         * gnus-art.el (article-decode-idna-rhs): Don't use
13612         message-idna-inside-rhs-p.
13613
13614 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * message.el (message-idna-inside-rhs-p): Removed.
13617         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13618
13619         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13620         false positives.
13621
13622 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13623
13624         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13625
13626 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13627
13628         * nneething.el (nneething-file-name): Don't create spurious
13629         files.
13630
13631         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13632         (gnus-inews-do-gcc): Remove sleep.
13633
13634         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13635         part under point.
13636
13637         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13638         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13639
13640 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13641
13642         * spam.el (spam-summary-prepare-exit): Fixed (length).
13643
13644 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13645
13646         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13647         as expired without moving it" message when there are spam
13648         messages left.
13649
13650 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13651
13652         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13653         header is not nil.
13654
13655 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13656
13657         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13658         nntp-possibly-create-directory, not nntp-possibly-change-group.
13659         (nntp-marks-changed-p): New arg SERVER.
13660         (nntp-request-update-info): Adjust caller.
13661
13662 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13663
13664         * nntp.el (nntp-save-marks): Pass missing arg.
13665
13666 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13667
13668         * nntp.el: Support marks.
13669         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13670         (nntp-marks-modtime, nntp-marks-directory): New variables.
13671         (nntp-request-set-mark, nntp-request-update-info)
13672         (nntp-possibly-create-directory, nntp-marks-changed-p)
13673         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13674         functions.
13675
13676 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13677
13678         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13679         (gnus-xmas-redefine): Rename.
13680
13681         * gnus-score.el (gnus-score-insert-help): Use
13682         gnus-select-lowest-window.
13683
13684         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13685         appt-select-lowest-window and rename to gnus-select-lowest-window.
13686
13687         * gnus.el: do.
13688
13689 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13690
13691         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13692         encodings of MIME-encoded words, in order to improve
13693         interoperability with several broken MUAs.
13694
13695 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13696
13697         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13698         tags, only when charsets are not specified in headers.
13699         (mm-inline-text-html-render-with-w3m): Ditto.
13700
13701         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13702         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13703
13704 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13705
13706         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13707         instead of MIME-decoded from fields when checking
13708         `gnus-article-address-banner-alist'.
13709
13710 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13711
13712         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13713         description rather than subject.
13714
13715 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13716
13717         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13718
13719 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13720
13721         * gnus.el (gnus-version-number): Bump.
13722
13723 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13724
13725         * gnus.el: No Gnus v0.2 is released.
13726
13727 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13728
13729         * gnus-agent.el (gnus-agent-read-agentview): Inline
13730         gnus-uncompress-range.
13731
13732 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13733
13734         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13735         `exec-installed-p'.
13736
13737 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13738
13739         * gnus.el (spam-process, spam-autodetect-methods): Add
13740         bsfilter and bsfilter-headers.
13741
13742         * spam.el (spam-bsfilter): New customize group.
13743         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13744         (spam-bsfilter-header, spam-bsfilter-probability-header)
13745         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13746         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13747         (spam-bsfilter-database-directory): New options.
13748         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13749         (spam-list-of-statistical-checks, spam-registration-functions):
13750         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13751         (spam-bsfilter-score): New command.
13752         (spam-check-bsfilter-headers, spam-check-bsfilter)
13753         (spam-bsfilter-register-with-bsfilter)
13754         (spam-bsfilter-register-spam-routine)
13755         (spam-bsfilter-unregister-spam-routine)
13756         (spam-bsfilter-register-ham-routine)
13757         (spam-bsfilter-unregister-ham-routine): New functions.
13758         (spam-generic-score): Support bsfilter; Accept an optional argument
13759         to recalcurate spam score even if scoring header has already been
13760         added.
13761         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13762         optional argument to recalcurate spam score even if scoring header
13763         has already been added.
13764
13765 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13766
13767         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13768         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13769         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13770         link is missing.
13771
13772 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13773
13774         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13775         (html2text-get-attr): Rewrite.
13776
13777         * message.el (message-setup-1): Remove redundant put-text-property
13778         on mail-header-separator.
13779
13780 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13781
13782         * gnus-registry.el (gnus-registry-cache-whitespace)
13783         (gnus-registry-action, gnus-registry-spool-action)
13784         (gnus-registry-split-fancy-with-parent): Change message levels
13785         from 5 to 3 or 7, as needed.
13786
13787         * spam.el (spam-summary-prepare-exit)
13788         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13789         (spam-split, spam-find-spam, spam-log-undo-registration)
13790         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13791         level from 5 to 6.
13792
13793 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13796         2004-03-04 change).
13797
13798 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13799
13800         * sieve-manage.el (sieve-manage-open):
13801         * nnweb.el (nnweb-insert-html):
13802         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13803         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13804         * nnspool.el (nnspool-request-group):
13805         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13806         * nnml.el (nnml-request-update-info):
13807         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13808         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13809         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13810         (nnimap-request-set-mark):
13811         * nnfolder.el (nnfolder-request-update-info):
13812         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13813         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13814         * gnus-uu.el (gnus-uu-find-articles-matching):
13815         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13816         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13817         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13818         * gnus-nocem.el (gnus-nocem-scan-groups):
13819         * gnus-int.el (gnus-start-news-server):
13820         * gnus-group.el (gnus-group-make-kiboze-group)
13821         (gnus-group-browse-foreign-server):
13822         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13823         Use mapc when appropriate.
13824
13825 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13826
13827         FIXME: Make separate entries for each person.
13828
13829         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13830         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13831         <shields@msrl.com>:
13832
13833         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13834         may need for spam sorting and scoring.
13835         (spam-user-format-function-S): Add user format function suitable for
13836         general use.
13837         (spam-article-sort-by-spam-status): Add sorting function for summary
13838         sorting.
13839         (spam-extra-header-to-number): Add function to get a score from a
13840         header.
13841         (spam-summary-score): Add function to get a numeric score from the
13842         headers.
13843         (spam-generic-score): Fix function doc, was in wrong place.
13844         (spam-initialize): Take symbols when it's run, and install the
13845         extra headers that spam-necessary-extra-headers thinks we need.
13846
13847 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13848
13849         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13850         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13851
13852 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13853
13854         * gnus-sum.el (gnus-set-global-variables)
13855         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13856         (gnus-article-get-xrefs, gnus-summary-best-group)
13857         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13858         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13859         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13860         Use with-current-buffer.
13861
13862 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13863
13864         * spam.el (spam-summary-prepare-exit): Simplify logic.
13865         (spam-fetch-article-header): Read the article header if it's not
13866         available.
13867         (spam-list-articles): Simplify logic.
13868         (spam-filelist-register-routine): Fix bug with unregister-list.
13869
13870         * gnus-registry.el: Fix comments at beginning.
13871
13872 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13873
13874         * message.el (message-cater-to-broken-inn): Remove.
13875         (message-shorten-references): Make sure the total folded length of
13876         References is shorter than 998 characters to cater to a bug in INN
13877         2.3.  Also, don't pretend that references aren't folded -- this
13878         hasn't worked for a while.
13879
13880 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13881
13882         * gnus-agent.el (gnus-agentize):
13883         gnus-agent-send-mail-real-function no longer set to current value
13884         of message-send-mail-function but rather a lambda that calls
13885         message-send-mail-function.  The change makes the agent real-time
13886         responsive to user changes to message-send-mail-function.
13887
13888 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13889
13890         * legacy-gnus-agent.el
13891         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13892         help from Florian Weimer <fw@deneb.enyo.de>
13893
13894 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * nnmail.el (nnmail-cache-insert): Revert last change.
13897
13898 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * nnmail.el (nnmail-cache-insert): Always check whether
13901         nnmail-cache-ignore-groups matches a group name.
13902
13903 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13904
13905         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13906         (spam-find-spam, spam-log-processing-to-registry)
13907         (spam-log-registered-p, spam-log-unregistration-needed-p)
13908         (spam-log-undo-registration): Use gnus-message instead of
13909         gnus-error, none of these errors are fatal.
13910
13911         * gnus-registry.el (gnus-registry-clean-empty-function)
13912         (gnus-registry-clean-empty): Remove only empty entries without
13913         extra data.
13914
13915 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13916
13917         * spam-stat.el (spam-stat-buffer-change-to-spam)
13918         (spam-stat-buffer-change-to-non-spam): Change (error) to
13919         (gnus-message 8) invocation.
13920
13921 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * nntp.el (nntp-via-netcat-command): New variable.
13924         (nntp-via-netcat-switches): New variable.
13925         (nntp-open-via-rlogin-and-netcat): New function.
13926         (nntp-open-connection-function): Doc fix.
13927         (nntp-telnet-command): Doc fix.
13928         (nntp-end-of-line): Doc fix.
13929         (nntp-via-rlogin-command): Doc fix.
13930         (nntp-via-user-name): Doc fix.
13931         (nntp-via-address): Doc fix.
13932
13933 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13936         error in Emacs 21.1.
13937
13938 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13941
13942 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13943
13944         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13945         (gnus-agent-with-refreshed-group): New macro.
13946         (gnus-agent-rename-group): New function.
13947         (gnus-agent-delete-group): New function.
13948         (gnus-agent-save-group-info): Use gnus-command-method when
13949         `method' parameter is nil.  Don't write nil entries into the
13950         active file.
13951         (gnus-agent-get-group-info): New function.
13952         (gnus-agent-fetch-articles): Use
13953         gnus-agent-update-files-total-fetched-for to increment disk space
13954         used.
13955         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13956         gnus-agent-update-view-total-fetched-for to increment disk space
13957         used.
13958         (gnus-agent-get-local): Added optional parameters to avoid calling
13959         gnus-group-real-name and gnus-find-method-for-group.
13960         (gnus-agent-set-local): Delete stored entry if either min, or max,
13961         are nil.
13962         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13963         quit, use gnus-agent-regenerate-group to record existance of any
13964         articles fetched to disk before the quit occurred.
13965         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13966         gnus-agent-update-view-total-fetched-for, and
13967         gnus-agent-update-files-total-fetched-for to decrement disk space
13968         used.
13969         (gnus-agent-retrieve-headers): Use
13970         gnus-agent-update-view-total-fetched-for to increment disk space
13971         used.
13972         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13973         with gnus-agent-update-files-total-fetched-for to decrement disk
13974         space and fresh group buffer.
13975         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13976         (gnus-agent-need-update-total-fetched-for): New variable.
13977         (gnus-agent-update-files-total-fetched-for): New function.
13978         (gnus-agent-update-view-total-fetched-for): New function.
13979         (gnus-agent-total-fetched-for): New function.
13980
13981         * gnus-cache.el (gnus-cache-save-buffers): Use
13982         gnus-cache-update-overview-total-fetched-for to change disk space
13983         used by this group.
13984         (gnus-cache-possibly-enter-article): Use
13985         gnus-cache-update-file-total-fetched-for to increment disk space
13986         used by this group.
13987         (gnus-cache-possibly-remove-article): Use
13988         gnus-cache-update-file-total-fetched-for to decrement disk space
13989         used by this group.
13990         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13991         (gnus-cache-rename-group): New function.
13992         (gnus-cache-delete-group): New function.
13993         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13994         (gnus-cache-need-update-total-fetched-for): New variable.
13995         (gnus-cache-with-refreshed-group): New macro.
13996         (gnus-cache-update-file-total-fetched-for): New function.
13997         (gnus-cache-update-overview-total-fetched-for): New function.
13998         (gnus-cache-rename-group-total-fetched-for): New function.
13999         (gnus-cache-delete-group-total-fetched-for): New function.
14000         (gnus-cache-total-fetched-for): New function.
14001
14002         * gnus-group.el: Require gnus-sum and autoload functions to
14003         resolve warnings when gnus-group.el compiled alone.
14004         (gnus-group-line-format): Documented new %F.
14005         (size of Fetched data) group line format; identifies disk space
14006         used by agent and cache.
14007         (gnus-group-line-format-alist): Defined new F format.
14008         (gnus-total-fetched-for): New function.
14009         (gnus-group-delete-group): No longer update
14010         gnus-cache-active-altered as gnus-request-delete-group now keeps
14011         the cache in sync.
14012         (gnus-group-list-active): Let the agent store a server's active
14013         list if currently plugged.
14014
14015         * gnus-int.el (gnus-request-delete-group):
14016         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14017         local disk in sync with the server.
14018         (gnus-request-rename-group):
14019         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14020         local disk in sync with the server.
14021
14022         * gnus-start.el (gnus-get-unread-articles):
14023         Cosmetic simplification to logic.
14024
14025         * gnus-util.el (gnus-rename-file): New function.
14026
14027 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14028
14029         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14030
14031 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14032
14033         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14034         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14035
14036 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14037
14038         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14039         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14040
14041 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14042
14043         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14044
14045 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14046
14047         * spam.el (spam-set-difference): Add function to replace
14048         gnus-set-difference in spam.el.
14049         (spam-summary-prepare-exit): Use spam-set-difference.
14050
14051 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14052
14053         * gnus-registry.el (gnus-registry-cache-file): Update to use
14054         gnus-dribble-directory OR gnus-home-directory OR ~.
14055         (gnus-registry-split-fancy-with-parent): Fix doc.
14056
14057 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * message.el (message-exchange-point-and-mark): Use
14060         message-mark-active-p.  Suggested by Jesper Harder
14061         <harder@ifa.au.dk>.
14062
14063 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * message.el (message-exchange-point-and-mark): Don't activate
14066         region if it was inactive.  Suggested by Hiroshi Fujishima
14067         <pooh@nature.tsukuba.ac.jp>.
14068
14069 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-art.el (article-display-face): Display Faces in the same
14072         order as X-Faces.
14073
14074 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14077
14078 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14081         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14082         (gnus-article-mime-hierarchy): Remove.
14083         (gnus-article-mime-hierarchy-next): Remove.
14084         (gnus-article-mode): Revert 2004-03-19 change.
14085         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14086         (gnus-insert-mime-button): Revert 2004-03-19 change.
14087         (gnus-mime-accumulate-hierarchy): Remove.
14088         (gnus-mime-enter-multipart): Remove.
14089         (gnus-mime-leave-multipart): Remove.
14090         (gnus-mime-display-part): Revert 2004-03-19 change.
14091         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14092
14093         * mml.el (mml-preview): Revert 2004-03-19 change.
14094
14095 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14096
14097         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14098
14099 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14102         t while entering a file name using the mm-with-multibyte macro.
14103         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14104
14105         * mm-util.el (mm-with-multibyte): New macro.
14106
14107 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14110         user option.
14111         (gnus-mime-multipart-functions): Doc and customization fix.
14112         (gnus-article-mime-hierarchy): New variable.
14113         (gnus-article-mime-hierarchy-next): New variable.
14114         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14115         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14116         gnus-article-mime-hierarchy-next to nil.
14117         (gnus-insert-mime-button): Show hierarchy numbers.
14118         (gnus-mime-accumulate-hierarchy): New function.
14119         (gnus-mime-enter-multipart): New function.
14120         (gnus-mime-leave-multipart): New function.
14121         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14122         (gnus-mime-display-alternative): Show hierarchy numbers.
14123
14124         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14125         gnus-article-mime-hierarchy-next to nil.
14126
14127 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14128
14129         * dns.el: Don't require gnus-xmas.
14130
14131 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14132
14133         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14134         inline PGP.
14135         (mml-menu): Disable mml-quote-region if mark is inactive.
14136
14137 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14140         when the group's active is not available.
14141
14142 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14145         error.
14146
14147 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * imap.el (imap-store-password): New variable.
14150         (imap-interactive-login): Use it.
14151         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14152
14153 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14156         window-start and hscroll to summary window.
14157
14158 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14159
14160         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14161         conversion message to newsrc-dribble when an actual conversion is
14162         performed.
14163
14164 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14165
14166         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14167
14168 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * mm-decode.el (mm-complicated-handles): New function reviving
14171         former definition of mm-multiple-handles.
14172
14173         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14174         (gnus-mime-delete-part): Use it.
14175
14176 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14177
14178         * gnus-agent.el (gnus-agent-read-local): Bind
14179         nnheader-file-coding-system to gnus-agent-file-coding-system to
14180         avoid the implicit assumption that they will always be equal.
14181         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14182         coding-system-for-write, as the with-temp-file macro first prints
14183         to a buffer then saves the buffer.
14184
14185 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (gnus-article-edit-part): New function.
14188         (gnus-mime-save-part-and-strip): Use it; do query instead of
14189         signaling an error; don't use mm-multiple-handles.
14190         (gnus-mime-delete-part): Ditto.
14191
14192 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14193
14194         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14195         old file versions.
14196         (gnus-group-prepare-hook): Removed function that converted list
14197         form of gnus-agent-expire-days to group properties.
14198
14199         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14200         (gnus-request-accept-article): Re-indented.
14201
14202         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14203         converters to handle old agent file formats.  Added logic for a
14204         "backup before upgrading warning".
14205         (gnus-convert-mark-converter-prompt): Developers can mark
14206         functions as needing (default), or not needing,
14207         gnus-convert-old-newsrc's "backup before upgrading warning".
14208         (gnus-convert-converter-needs-prompt): Tests whether the user
14209         should be protected from potentially irreversable changes by the
14210         function.
14211
14212         * legacy-gnus-agent.el: New.  Provides converters that are only
14213         loaded when gnus-convert-old-newsrc needs to call them.
14214
14215 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * mail-source.el (mail-source-touch-pop): Doc fix.
14218
14219         * message.el (message-smtpmail-send-it): Doc fix.
14220
14221 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14222
14223         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14224
14225         * nnmail.el (nnmail-split-fancy): do.
14226
14227         * gnus-kill.el (gnus-kill, gnus-execute): do.
14228
14229 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14230
14231         * gnus-sum.el (gnus-widget-reversible-match)
14232         (gnus-widget-reversible-to-internal)
14233         (gnus-widget-reversible-to-external): New functions.
14234         (gnus-widget-reversible): New widget.
14235         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14236
14237 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14238
14239         * gnus-sum.el (gnus-thread-sort-functions)
14240         (gnus-article-sort-functions): Document `(not F)' items.
14241
14242 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14243
14244         * spam.el (spam-use-gmane-xref): Add new backend.
14245         (spam-gmane-xref-spam-group): Add variable to control the name of the
14246         Gmane spam group.
14247         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14248         (spam-regex-headers-spam, spam-regex-headers-ham)
14249         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14250         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14251         backends and checks.
14252         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14253
14254         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14255         an autodetect method.
14256
14257 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14258
14259         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14260         articles are being added to a group.
14261         (gnus-request-replace-article): Inform the agent that articles
14262         need to be uncached as the cached contents are no longer valid.
14263
14264 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * binhex.el: Don't autoload executable-find.
14267
14268         * canlock.el: Don't autoload mail-fetch-field.
14269
14270         * dgnushack.el: Autoload c-mode for XEmacs.
14271
14272         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14273
14274         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14275         rmail-dont-reply-to and rmail-output.
14276
14277         * gnus-score.el: Don't autoload ffap-string-at-point.
14278
14279         * gnus-setup.el: Don't autoload sc-cite-original.
14280
14281         * imap.el: Don't autoload base64-decode-string,
14282         base64-encode-string and md5.
14283
14284         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14285         and rmail-msg-restore-non-pruned-header.
14286
14287         * mm-decode.el: Don't autoload executable-find.
14288
14289         * mm-url.el: Don't autoload executable-find.
14290
14291         * mm-view.el: Don't autoload diff-mode.
14292
14293         * nndb.el: Don't autoload news-reply-mode, news-setup,
14294         cancel-timer and telnet.
14295
14296         * password.el: Don't autoload run-at-time for Emacs.
14297
14298         * sha1-el.el: Don't autoload executable-find.
14299
14300         * sieve-mode.el: Don't autoload c-mode.
14301
14302         * uudecode.el: Don't autoload executable-find.
14303
14304 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14305
14306         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14307         (gnus-agent-possibly-alter-active): Avoid null in numeric
14308         comparison.
14309         (gnus-agent-set-local): Refuse to save null in local object table.
14310         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14311         list of articles that will be marked as unread.
14312
14313 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14316
14317 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14318
14319         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14320         language tags.
14321
14322 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14323
14324         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14325         Don't bind "obarray".
14326
14327         * gnus-sum.el (gnus-thread-sort-functions): Added
14328         `gnus-thread-sort-by-most-recent-number' and
14329         `gnus-thread-sort-by-most-recent-date'.
14330         Reported by Kai Grossjohann <kai@emptydomain.de>.
14331
14332 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14335
14336 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14337
14338         * gnus-cus.el (gnus-agent-customize-category): Removed
14339         ignore-errors macro reference that required cl to be loaded at
14340         run-time.
14341
14342         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14343         single-interval range of the form (min . max).  Previously the
14344         range had to look like ((min . max)).  Likewise, return
14345         (min . max) rather than ((min . max)).
14346         (gnus-range-map): Use gnus-range-normalize to accept
14347         single-interval range.
14348
14349         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14350         the cache, but not the agent, now appear with their usual face.
14351
14352         * dgnushack.el (loaddir): New variable that is bound to the
14353         directory containing the dgnushack.el file. Use loaddir, rather
14354         than srcdir, to update load-path. Change lets dgnushack compile
14355         code in directories other than GNUS/lisp.
14356
14357 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * lpath.el: Don't bind w3m-safe-url-regexp.
14360
14361         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14362         w3m-safe-url-regexp variable buffer-local.
14363
14364         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14365
14366 2004-02-27  Simon Josefsson  <jas@extundo.com>
14367
14368         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14369         gnus-group-real-prefix.
14370         (gnus-summary-move-article): Use it, instead of
14371         gnus-group-real-prefix.
14372
14373 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * lpath.el: Bind w3m-safe-url-regexp.
14376
14377         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14378         w3m-safe-url-regexp variable buffer-local and set it as the value
14379         of mm-w3m-safe-url-regexp.
14380
14381         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14382
14383         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14384         parsing gnus-posting-styles when the message is not for replying.
14385
14386         * dgnushack.el: Autoload sgml-mode for XEmacs.
14387
14388         * nnrss.el (nnrss-opml-export): Use
14389         mm-set-buffer-file-coding-system instead of
14390         set-buffer-file-coding-system.
14391
14392 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14393
14394         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14395         of checkdoc.el).
14396         * nnrss.el: do.
14397         * gnus-mlspl.el: do.
14398         * gnus-ml.el: do.
14399         * gnus-srvr.el: do.
14400
14401         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14402
14403 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14404
14405         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14406         Corrections to custom-manual links.
14407
14408         * gnus-art.el (gnus-article): Ditto.
14409
14410         * mm-decode.el (mime-display, mime-security): Ditto.
14411
14412 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14413
14414         * flow-fill.el: Typo.
14415
14416 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14417
14418         * spam-wash.el: New file.
14419
14420 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14421
14422         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14423
14424 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14427         to be run with new-articles as LIST1, not LIST2.
14428         (spam-registration-functions): Add spam-use-ham-copy as a nil
14429         registration backend.
14430
14431 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14432
14433         * spam-stat.el (spam-stat-washing-hook): New option.
14434         (spam-stat-buffer-words): Use it.
14435         (spam-stat-process-directory, spam-stat-test-directory): Use
14436         insert-file-contents-literally.
14437         (spam-stat-coding-system): New variable.
14438         (spam-stat-load, spam-stat-save): Use it.
14439
14440 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * spam-report.el (spam-report-plug-agent): Quote
14443         spam-report-url-to-file and spam-report-url-ping-plain.
14444
14445 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14446
14447         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14448         / in mailto URLs.
14449
14450 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * spam-report.el (spam-report-process-queue): Fix interactive use.
14453         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14454         (spam-report-unplug-agent): Doc fixes.
14455         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14456         (spam-report-agentize, spam-report-deagentize): Autoload.
14457
14458 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14461
14462         * message.el (message-setup-fill-variables): Add mml tags to
14463         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14464         <ajk@iu.edu>.
14465         (message-mode): Don't modify paragraph-separate there.
14466
14467 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * compface.el (uncompface-use-external): Default to undecided.
14470         (uncompface-use-external-threshold): New variable.
14471         (uncompface-float-time): New macro.
14472         (uncompface): Determine whether to use the external decoder if
14473         uncompface-use-external is undecided.
14474
14475 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14476
14477         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14478         after images.
14479
14480         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14481
14482 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14483
14484         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14485
14486         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14487
14488         * gnus-sum.el (gnus-summary-limit-to-age)
14489         (gnus-summary-limit-children): do.
14490
14491         * gnus-int.el (gnus-request-scan): do.
14492
14493         * gnus-group.el (gnus-group-suspend): do.
14494
14495         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14496
14497         * gnus-cite.el (gnus-cite-parse-attributions): do.
14498
14499         * gnus-agent.el (gnus-summary-set-agent-mark)
14500         (gnus-agent-regenerate-group): do.
14501
14502         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14503
14504         * binhex.el (binhex-decode-region-internal): do.
14505
14506 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-fun.el (gnus-face-properties-alist): New user option.
14509         (gnus-display-x-face-in-from): Use it.
14510
14511         * gnus-art.el (article-display-face): Ditto.
14512
14513         * compface.el (uncompface-use-external): Default to nil.
14514
14515 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14516
14517         * nntp.el (nntp-erase-buffer): New function.
14518         (nntp-retrieve-data, nntp-send-command)
14519         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14520         (nntp-possibly-change-group): Use it.
14521
14522         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14523         with-current-buffer.
14524
14525 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14526
14527         * compface.el: Merge the ELisp-based uncompface program.
14528         (compface): New customization group.
14529         (uncompface-use-external): New user option.
14530         (uncompface): Call uncompface-internal if uncompface-use-external
14531         is nil.
14532         (uncompface-internal): New function.  Note that there are also
14533         some other functions and variables added for this function.
14534
14535 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14536
14537         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14538         if necessary.
14539
14540 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14541
14542         * spam-report.el (spam-report-unplug-agent)
14543         (spam-report-plug-agent, spam-report-deagentize)
14544         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14545         Add support for the Agent in spam-report: when unplugged, report to a
14546         file; when plugged, submit all the requests.
14547
14548         * spam.el (spam-register-routine): Fix message about
14549         registration.
14550
14551 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14552
14553         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14554         dependencies.
14555         (rfc2047-encode): Use it.
14556
14557         * gnus-art.el (gnus-button-marker-list): Move before first
14558         reference.
14559
14560         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14561         (imap-parse-body): Fix format string mismatch.
14562
14563         * gnus-score.el (gnus-summary-increase-score): do.
14564
14565         * nnrss.el (nnrss-close): New function.
14566
14567 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14568
14569         * nnrss.el (nnrss-make-filename): New function.
14570         (nnrss-request-delete-group, nnrss-read-server-data)
14571         (nnrss-save-server-data, nnrss-read-group-data)
14572         (nnrss-save-group-data): Use it.
14573         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14574         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14575         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14576
14577 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14578
14579         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14580
14581 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14582
14583         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14584         files.
14585
14586         * message.el (message-generate-headers-first): Don't quote nil
14587         and t in docstrings.
14588
14589         * imap.el (imap-id): do.
14590
14591         * gnus-agent.el (gnus-agent-consider-all-articles)
14592         (gnus-agent-queue-mail): do.
14593
14594 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * spam-report.el (spam-report-process-queue): New function.
14597         Process requests from `spam-report-requests-file'.
14598         (spam-report-process-queue): Doc fix.
14599
14600 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14601
14602         * spam.el (spam-register-routine)
14603         (spam-log-processing-to-registry, spam-log-registered-p)
14604         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14605         Change "check" to "spam-check" for semi-clarity.
14606
14607 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14608
14609         * pop3.el: Require nnheader.
14610
14611         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14612
14613         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14614
14615         * gnus-picon.el: Require cl.
14616
14617         * gnus-fun.el: Require gnus-ems and gnus-util.
14618
14619         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14620
14621         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14622
14623         * gnus-art.el (gnus-article-edit-mode): Define before first
14624         reference.
14625
14626 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14627
14628         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14629         (gnus-uu-post-encoded): Use point-at-bol.
14630
14631         * gnus-topic.el (gnus-group-active-topic-p): do.
14632
14633         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14634
14635         * gnus-group.el (gnus-group-kill-region): do.
14636
14637         * gnus-art.el (article-date-ut): do.
14638
14639         * message.el (message-fetch-field): Remove redundant
14640         case-fold-search binding.
14641         (message-narrow-to-field): Simplify.
14642
14643 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * spam.el (spam-directory): Derive from `gnus-directory'.
14646
14647         * spam-report.el (spam-report-url-to-file)
14648         (spam-report-requests-file): New function and variable for offline
14649         reporting.
14650         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14651         and user defined function.
14652         (spam-report-url-ping-mm-url): Remove doubled slash.
14653
14654 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14655
14656         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14657
14658 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14659
14660         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14661         format string mismatch.
14662
14663         * sieve.el (sieve-deactivate-all): do.
14664
14665         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14666
14667         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14668
14669         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14670
14671         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14672
14673 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14674
14675         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14676         the list of checks.
14677
14678 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14679
14680         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14681         padding.
14682
14683 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14684
14685         * mm-view.el (mm-fill-flowed): New variable.
14686         (mm-inline-text): Use it.
14687
14688 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14689
14690         * spam.el (spam-spamassassin-register-ham-routine)
14691         (spam-spamassassin-register-spam-routine): Fix function names.
14692
14693 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus.el (gnus-tmp-grouplens): Remove.
14696         (gnus-summary-line-format): Remove grouplens.
14697
14698         * gnus-group.el (gnus-group-line-format): Ditto.
14699
14700         * gnus-spec.el (gnus-format-specs): Ditto.
14701         (gnus-update-format-specifications): Flush the group format spec
14702         cache if there's the grouplens stuff.
14703         (gnus-parse-simple-format): Replace %l with the empty string.
14704
14705 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14706
14707         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14708         omission.
14709
14710 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14713         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14714
14715 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14716
14717         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14718         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14719         New macros and functions.
14720         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14721         Handle > NLINK_MAX messages.
14722         * nnmaildir.el (nnmaildir-request-set-mark): Use
14723         nnmaildir--emlink-p and nnmaildir--eexist-p.
14724
14725 2004-01-25  Alex Schroeder  <alex@gnu.org>
14726
14727         * spam-stat.el (spam-stat-process-directory-age): New option.
14728         (spam-stat-process-directory): Use it.
14729
14730 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14731
14732         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14733         (spam-stat-save): Accept prefix argument.
14734
14735 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14736
14737         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14738         links" error.
14739
14740 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14743         the rest of the and/or forms.
14744
14745 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14748         compatibility with old .newsrc.eld files.
14749
14750         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14751
14752         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14753
14754         * gnus-start.el (gnus-1): do.
14755
14756         * gnus-group.el (gnus-group-line-format-alist): do.
14757
14758         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14759
14760         * gnus-gl.el: Remove.
14761
14762 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14763
14764         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14765         marks consisting of a single range {for example, (3 . 5)} rather
14766         than a list of a single range { ((3 . 5)) }.
14767
14768 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14769
14770         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14771         with-current-buffer.
14772         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14773         avoid consing a string.
14774
14775         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14776         Remove obsolete entries for big5 and gb2312.
14777
14778 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14779
14780         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14781         uncompressed list.
14782
14783 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14784
14785         * spam-stat.el (spam-stat-strip-xref): New function.
14786         (spam-stat-process-directory): Use it.
14787
14788         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14789         here -- it's done in message-fetch-field.
14790
14791 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14792
14793         * gnus-agent.el (gnus-agent-queue-mail)
14794         (gnus-agent-prompt-send-queue): New variables.
14795         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14796         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14797         "nndraft:queue" along to gnus-draft-send.  Use
14798         gnus-agent-prompt-send-queue.
14799         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14800         is "nndraft:queue".  Suggested by Gaute Strokkenes
14801         <gs234@srcf.ucam.org>
14802
14803         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14804         (agent-enable-undownloaded-faces): Added.
14805         (gnus-agent-cat-groups): Use eval-and-compile, not
14806         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14807         method of gnus-agent-cat-groups even when the buffer has been
14808         evaled.
14809         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14810         delete gnus-agent-save-active-1.
14811         (gnus-agent-save-groups): Deleted.  Identical to
14812         gnus-agent-save-active.
14813         (gnus-agent-write-active): No longer adjust agent's copy of active
14814         file as agent's adjustments are now stored in their own
14815         file.  Removed optional parameter.
14816         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14817         servers.  Add use of min/max range limits from server's local
14818         file.
14819         (gnus-agent-save-alist): Removed unused optional argument.
14820         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14821         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14822         (gnus-agent-set-local): A per-server file that keeps min/max range
14823         limits for articles known to the agent.  Provides a fast mechanism
14824         for altering many active ranges.
14825         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14826         active file (local makes it unnecessary).
14827         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14828
14829         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14830         (agent-enable-undownloaded-faces): Added.
14831
14832         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14833         disable it when sending to "nndraft:queue".
14834         (gnus-group-send-queue): Add safety check to avoid sending queue
14835         when unplugged.
14836
14837         * gnus-group.el (gnus-group-catchup): Use new
14838         gnus-sequence-of-unread-articles, not
14839         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14840         numbers of articles.  Use gnus-range-map to avoid having to
14841         uncompress the unread list.
14842         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14843         Fixed invalid ange-ftp reference.
14844
14845         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14846         (gnus-sorted-range-intersection): Intersection of two ranges
14847         without requiring that they first be uncompressed.
14848
14849         * gnus-start.el (gnus-activate-group): Unless blocked by the
14850         caller, possibly expand the active range to include both cached
14851         and agentized articles.
14852         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14853         multiple version-dependent converters.
14854         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14855         gnus-agent-save-active.
14856         (gnus-save-newsrc-file): Save dirty agent range limits.
14857
14858         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14859         gnus-agent-possibly-alter-active.
14860         (gnus-adjust-marked-articles): Faster handling of simple lists.
14861
14862 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14863
14864         * spam-stat.el (spam-stat-test-directory): New optional argument
14865         displays a list of files detected.  Suggested by Andrew Cohen
14866         <cohen@andy.bu.edu>.
14867         (spam-stat-buffer-words-with-scores): Don't narrow and change
14868         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14869
14870 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14871
14872         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14873         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14874         (spam-spamassassin-arguments)
14875         (spam-spamassassin-spam-flag-header)
14876         (spam-spamassassin-positive-spam-flag-header)
14877         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14878         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14879         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14880         (spam-list-of-processors, spam-list-of-checks)
14881         (spam-list-of-statistical-checks, spam-registration-functions)
14882         (spam-check-spamassassin-headers, spam-check-spamassassin)
14883         (spam-spamassassin-score)
14884         (spam-spamassassin-register-with-sa-learn)
14885         (spam-spamassassin-register-spam-routine)
14886         (spam-spamassassin-register-ham-routine)
14887         (spam-assassin-register-spam-routine)
14888         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14889         (spam-bogofilter-score): Fix to show article before scoring.
14890
14891 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14894         default scoring function.
14895         (spam-generic-score): Call spam-spamassassin-score if
14896         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14897         spam-bogofilter-score otherwise.
14898
14899         * gnus.el (spam-process, spam-autodetect-methods): Add
14900         spamassassin and spamassassin-headers.
14901
14902 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14903
14904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14905         Suppress unnecessary messages.
14906
14907 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14908
14909         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14910         make-hash-table.
14911
14912 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * canlock.el (base64-encode-string): Don't autoload it.
14915
14916 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * run-at-time.el: Remove useless (require 'itimer),
14919         eval-and-compile and (featurep 'xemacs).
14920
14921 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14922
14923         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14924         GROUP is a virtual group.
14925
14926 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14927
14928         * gnus.el: Autoload `message-y-or-n-p'.
14929
14930 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14931
14932         * pgg-parse.el: Remove unnecessary (require 'custom).
14933
14934         * pgg-def.el: do.
14935
14936         * nnmail.el: do.
14937
14938         * gnus-undo.el: do.
14939
14940         * gnus-picon.el: do.
14941
14942         * gnus-util.el: do.
14943
14944 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14947
14948 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14951         handle, as well as a list.
14952
14953         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14954         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14955         (mm-w3m-cid-retrieve): Simplify.
14956
14957 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14958
14959         * message.el (message-kill-to-signature): Allow prefix arg to
14960         specify number of lines to keep before signature.
14961
14962 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14963
14964         * message.el (message-kill-to-signature): Change docstring.
14965
14966 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * canlock.el: Always require sha1-el.
14969         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14970
14971         * message.el: Autoload sha1 only when compiling.
14972
14973         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14974         eudc-expand-inline for XEmacs.
14975
14976 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * message.el (message-canlock-generate): Require sha1-el.
14979
14980 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * message.el (message-expand-name): Silence the byte compiler.
14983
14984         * lpath.el: Add detect-coding-system.
14985
14986         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14987         cus-edit.
14988
14989 2004-01-13  Simon Josefsson  <jas@extundo.com>
14990
14991         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14992         Invoke gnus-score-mode.  Reported by
14993         bojohan+news@dd.chalmers.se (Johan Bockgård).
14994
14995         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14996         Jim Blandy <jimb@redhat.com> (tiny change).
14997
14998 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14999
15000         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15001
15002 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * spam.el (spam-get-article-as-string): Update to use
15005         gnus-request-article-this-buffer, much simpler.
15006         (spam-get-article-as-buffer): Remove.
15007
15008 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15009
15010         * message.el (message-expand-name): Use EUDC if the user uses that.
15011
15012 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15013
15014         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15015         character for the encoding to avoid consing a string.
15016
15017         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15018         unnecessarily.
15019
15020         * mm-util.el (mm-replace-chars-in-string): Remove.
15021
15022         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15023         of mm-replace-chars-in-string.
15024
15025 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15026
15027         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15028
15029         * mm-util.el (mm-subst-char-in-string): Support inplace.
15030
15031         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15032         a new string in every iteration.  Use shy groups.
15033
15034 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15035
15036         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15037         * gnus-soup.el (gnus-soup-group-brew):
15038         * gnus-msg.el (gnus-put-message):
15039         * gnus-move.el (gnus-group-move-group-to-server):
15040         * gnus-kill.el (gnus-batch-score):
15041         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15042         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15043         (gnus-group-update-group, gnus-group-read-group)
15044         (gnus-group-make-group, gnus-group-make-help-group)
15045         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15046         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15047         (gnus-group-sort-by-unread, gnus-group-catchup)
15048         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15049         (gnus-group-yank-group, gnus-group-set-info)
15050         (gnus-group-list-groups):
15051         * gnus.el (gnus-generate-new-group-name):
15052         * gnus-delay.el (gnus-delay-send-queue):
15053         * nnvirtual.el (nnvirtual-catchup-group):
15054         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15055         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15056         (gnus-group-prepare-topics, gnus-topic-check-topology):
15057         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15058         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15059         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15060         (gnus-group-make-articles-read):
15061         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15062         (gnus-group-change-level, gnus-kill-newsgroup)
15063         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15064         (gnus-get-unread-articles, gnus-make-articles-unread)
15065         (gnus-make-ascending-articles-unread): Use accessor
15066         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15067         to get group information for improved readability.
15068
15069
15070 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15071
15072         * gnus-art.el (article-decode-mime-words, article-babel)
15073         (gnus-article-highlight-signature, gnus-article-add-buttons)
15074         (gnus-signature-toggle): Use gnus-with-article-buffer.
15075
15076         * gnus-art.el (gnus-article-highlight-headers)
15077         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15078
15079         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15080         (gnus-article-set-globals, gnus-request-article-this-buffer)
15081         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15082         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15083         (gnus-mime-display-alternative): Use with-current-buffer.
15084
15085 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15086
15087         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15088         also under 80 char limit, and call gnus-error if needed.
15089         (spam-fetch-article-header): Fix - it was a
15090         buffer-local variable (gnus-newsgroup-data).
15091         (spam-find-spam): Use spam-generate-fake-headers, forget about
15092         spam-insert-fake-headers.
15093         (spam-insert-fake-headers): Remove.
15094
15095 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * deuglify.el (gnus-article-outlook-unwrap-lines)
15098         (gnus-outlook-rearrange-article)
15099         (gnus-outlook-repair-attribution-outlook)
15100         (gnus-outlook-repair-attribution-block)
15101         (gnus-outlook-repair-attribution-other): Remove redundant
15102         save-excursion.
15103
15104 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15107         (spam-fetch-field-subject-fast)
15108         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15109         (spam-fetch-article-header): Add functions to deal with Gnus
15110         internals for fast retrieval of article header data.
15111         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15112
15113 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15114
15115         * pop3.el (pop3-md5): Remove.
15116         (pop3-apop): Replace pop3-md5 with md5.
15117
15118         * mm-bodies.el: base64 is always built-in.
15119
15120         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15121         with-current-buffer.
15122
15123 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * canlock.el (canlock-insert-header): Remove excessive grouping in
15126         regexp.
15127
15128         * gnus-sum.el (gnus-summary-read-document): Ditto.
15129
15130         * gnus-uu.el (gnus-uu-part-number): Ditto.
15131
15132         * html2text.el (html2text-remove-tags): Ditto.
15133         (html2text-format-tags): Ditto.
15134         (html2text-format-single-elements): Ditto.
15135
15136         * mml.el (mml-parse-1): Ditto.
15137
15138 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15139
15140         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15141
15142         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15143
15144         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15145
15146         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15147
15148 2003-11-15  Simon Josefsson  <jas@extundo.com>
15149
15150         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15151         (pgg-gpg-lookup-key): Use regexp match instead of
15152         split-string (split-string is different between emacs 21.2 and
15153         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15154
15155 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15156
15157         * gnus-art.el (gnus-mime-view-all-parts)
15158         (gnus-article-part-wrapper, gnus-article-view-part): Use
15159         with-current-buffer.
15160
15161 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15162
15163         * spam.el (spam-disable-spam-split-during-ham-respool)
15164         (spam-spamoracle-database, spam-cache-lookups)
15165         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15166         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15167         (spam-group-ham-marks, spam-group-spam-marks)
15168         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15169         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15170         also add spam-use-blackholes to the statistical checks.
15171         (spam-fetch-field-fast): Add interface to fetching fields, may
15172         become a macro.
15173         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15174         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15175         (spam-insert-fake-headers): Fake an article when needed.
15176         (spam-find-spam): Fake article when possible.
15177         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15178         (spam-check-bogofilter-headers): Use message-fetch-field instead
15179         of nnmail-fetch-field.
15180
15181 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15184
15185 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * spam.el (spam-split): Do not require spam-use-CHECK to be
15188         enabled if that check is passed to spam-split explicitly; also
15189         fix so 'spam doesn't get converted to spam-split-group when
15190         spam-split-symbolic-return is t.
15191         (spam-find-spam): Find registrations of the article and use those
15192         instead of re-running spam-split to find the spam/ham
15193         classification of the article.
15194         (spam-log-processing-to-registry, spam-log-registered-p)
15195         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15196         Use gnus-error instead of gnus-message.
15197         (spam-log-registration-type): Add function to determine the
15198         classification of a message based on registry entries; will
15199         return nil if both 'spam and 'ham are found.
15200         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15201         a reasonably fast local cache without the loading errors.
15202         (spam-cache-lookups): Set to t by default.
15203         (spam-find-spam): Don't try to guess spam-cache-lookups.
15204         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15205         spam-caches entry.
15206         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15207         caching of whitelist/blacklist entries.
15208         (spam-check-whitelist, spam-check-blacklist): Invoke
15209         spam-from-listed-p with a type, not a cache variable.
15210         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15211
15212 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15213
15214         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15215
15216         * nnmail.el (nnmail-split-fancy): do.
15217
15218         * mml.el (mml-parse): do.
15219
15220         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15221         (gnus-score-adaptive): do.
15222
15223 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15226         (gnus-mime-button-map): Don't set keymap parent.
15227         (gnus-button-ctan-directory-regexp): Use shy grouping.
15228         (gnus-prev-page-map): Don't set keymap parent.
15229         (gnus-prev-page-map): Remove duplicated one.
15230         (gnus-next-page-map): Don't set keymap parent.
15231         (gnus-mime-security-button-map): Ditto.
15232
15233         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15234         version number.
15235
15236         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15237
15238 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * canlock.el (canlock-sha1-function): Remove.
15241         (canlock-sha1-function-for-verify): Remove.
15242         (canlock-openssl-program): Remove.
15243         (canlock-openssl-args): Remove.
15244         (canlock-ignore-errors): Remove.
15245         (canlock-sha1-with-openssl): Remove.
15246         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15247         (canlock-verify): Don't use canlock-ignore-errors.
15248
15249         * sha1-el.el (sha1-string-external): Make it can return a string
15250         in binary form.
15251         (sha1-region-external): Ditto.
15252         (sha1-string-internal): Ditto.
15253         (sha1-region-internal): Ditto.
15254         (sha1-region): Ditto.
15255         (sha1-string): Ditto.
15256         (sha1): Ditto.
15257
15258 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * spam.el (spam-report-articles-gmane): New command.
15261
15262 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15265
15266         * run-at-time.el (run-at-time-saved): Remove.
15267         (run-at-time): Doc fix.
15268
15269 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15270
15271         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15272         (gnus-summary-limit-map): Add it.
15273         (gnus-summary-make-menu-bar): do.
15274
15275 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15278         Make attempt at some caching support (done for BBDB only now).
15279         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15280         addresses to be checked.
15281         (spam-clear-cache-BBDB): Add function, to be invoked by
15282         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15283         (spam-check-BBDB): Check and use the caches, if
15284         spam-cache-lookups is on, remove superfluous (provide).
15285
15286 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15289
15290 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15291
15292         * run-at-time.el (run-at-time-saved): Move to after the definition
15293         of `run-at-time'.
15294
15295         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15296
15297 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15300         mm-w3m-local-map-property.
15301
15302         * mm-view.el (mm-w3m-mode-map): Remove.
15303         (mm-w3m-local-map-property): Remove.
15304         (mm-inline-text-html-render-with-w3m): Don't use
15305         mm-w3m-local-map-property.
15306
15307 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15308
15309         * run-at-time.el: New file.
15310
15311         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15312         under Emacs.
15313
15314         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15315         of gnus-set-text-properties.
15316
15317         * gnus-uu.el (gnus-uu-save-article): Ditto.
15318
15319         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15320
15321         * gnus-cite.el (gnus-cite-parse): Ditto.
15322
15323         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15324         of gnus-.
15325
15326         * gnus-xmas.el (run-at-time): Require run-at-time.
15327
15328         * gnus.el: Changed calls to nnheader-run-at-time and
15329         password-run-at-time throughout to use run-at-time directly.
15330
15331         * password.el: Removed definition of run-at-time.
15332
15333         * nnheaderxm.el: Remove definition of run-at-time.
15334
15335 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15336
15337         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15338         in prompt.
15339
15340 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15341
15342         * messagexmas.el (message-xmas-redefine): Alias
15343         `message-make-caesar-translation-table' to
15344         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15345         version.
15346
15347         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15348         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15349         `gnus-xmas-set-text-properties'.
15350         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15351         `gnus-xmas-completing-read'.
15352         (gnus-xmas-completing-read): Removed.
15353         (gnus-xmas-open-network-stream): Removed.
15354
15355         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15356         XEmacs version.
15357
15358         * dns.el (dns-make-network-process): Use `open-network-stream'
15359         instead of `gnus-xmas-open-network-stream'.
15360
15361         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15362
15363         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15364
15365 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15366
15367         * gnus-art.el (gnus-mime-display-alternative)
15368         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15369         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15370         Don't use gnus-local-map-property.
15371
15372         * gnus-util.el (gnus-local-map-property): Remove.
15373
15374         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15375         gnus-completing-read-maybe-default with completing-read.
15376
15377         * gnus-util.el (gnus-completing-read): do.
15378         (gnus-completing-read-maybe-default): Remove.
15379
15380 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15381
15382         * password.el: Only autoload `run-at-time' if not XEmacs.
15383         Only autoload the itimer functions if XEmacs.
15384
15385 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15388         XEmacsen.
15389
15390         * dgnushack.el: Autoload executable-find for XEmacs.
15391
15392 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15393
15394         * gnus-art.el (gnus-read-string): Remove.
15395         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15396         read-string.
15397
15398 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * netrc.el: Autoload password-read.
15401         (netrc): Add configuration group.
15402         (netrc-encoding-method, netrc-openssl-path): Add
15403         variables for encoding and decoding of files with symmetric
15404         ciphers.
15405         (netrc-encode): Add assistant function to encode a file with
15406         netrc-encoding-method.
15407         (netrc-parse): Add interactive parameter, added optional
15408         decoding if netrc-encoding-method is non-nil but otherwise
15409         behavior is standard.
15410         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15411         Do s/encode/encrypt/ everywhere.
15412
15413         * spam.el: Remove executable-find autoload.
15414
15415 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15416
15417         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15418
15419         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15420
15421 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-art.el (gnus-treat-ansi-sequences)
15424         (article-treat-ansi-sequences): New variable and function.
15425         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15426
15427         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15428         Use it.
15429
15430 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15431
15432         * mm-util.el (mm-quote-arg): Remove.
15433
15434         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15435         shell-quote-argument.
15436
15437         * gnus-uu.el (gnus-uu-command): do.
15438
15439         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15440
15441         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15442         with make-char.
15443
15444         * mm-util.el (mm-make-char): Remove.
15445
15446         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15447         add-minor-mode.
15448
15449         * gnus-undo.el (gnus-undo-mode): do.
15450
15451         * gnus-topic.el (gnus-topic-mode): do.
15452
15453         * gnus-sum.el (gnus-dead-summary-mode): do.
15454
15455         * gnus-start.el (gnus-slave-mode): do.
15456
15457         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15458
15459         * gnus-ml.el (gnus-mailing-list-mode): do.
15460
15461         * gnus-gl.el (gnus-grouplens-mode): do.
15462
15463         * gnus-draft.el (gnus-draft-mode): do.
15464
15465         * gnus-dired.el (gnus-dired-mode): do.
15466
15467         * gnus-ems.el (gnus-add-minor-mode): Remove.
15468
15469         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15470         Replace gnus-char-width with char-width.
15471
15472         * gnus-ems.el (gnus-char-width): Remove.
15473
15474         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15475         Replace gnus-char-width with char-width.
15476
15477         * gnus-ems.el (gnus-char-width): Remove.
15478
15479         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15480         definition.
15481         Remove Emacs 20 hash table compatibility code.
15482
15483         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15484         20 compatibility code.
15485
15486         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15487
15488         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15489
15490         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15491         with point-at-{eol,bol}.
15492
15493         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15494
15495         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15496
15497         * flow-fill.el (fill-flowed-point-at-bol)
15498         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15499
15500         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15501         Replace with point-at-{eol,bol} throughout all files.
15502
15503 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * ntlm.el (ntlm-string-as-unibyte): New macro.
15506         (ntlm-build-auth-response): Use it.
15507
15508         Remove Emacs 20 stuff:
15509         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15510         (butlast, mapc, remove): Remove the compiler macros.
15511         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15512         of delq and copy-sequence.
15513         * gnus-art.el (popup-menu): Remove the compiler macro.
15514         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15515         Emacs 20.
15516
15517 2004-01-05  Simon Josefsson  <jas@extundo.com>
15518
15519         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15520         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15521         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15522         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15523         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15524         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15525         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15526         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15527         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15528         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15529         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15530         string-xor into ntlm-string-xor.  Suggested by
15531         Jesper Harder <harder@myrealbox.com>.
15532
15533         * ntlm.el: Don't include poem.
15534
15535         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15536         Jesper Harder <harder@myrealbox.com>.
15537
15538         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15539
15540         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15541         probably breaks emacs with DL patch, but do we care? Is anyone
15542         still using the DL stuff?)
15543
15544         * sieve-manage.el: Use the password package.
15545         (sieve-manage-read-passwd): Remove.
15546         (sieve-manage-interactive-login): Use password.  Re-add
15547         condition-case around loop.
15548
15549         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15550         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15551         the password package.
15552
15553 2003-02-19  Simon Josefsson  <jas@extundo.com>
15554
15555         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15556         token.
15557
15558 2002-08-07  Simon Josefsson  <jas@extundo.com>
15559
15560         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15561         (sieve-manage-authenticators):
15562         (sieve-manage-authenticator-alist): Add some SASL mechs.
15563         (sieve-sasl-auth): New function.
15564         (sieve-manage-cram-md5-auth):
15565         (sieve-manage-plain-auth): Rewrite using SASL library.
15566         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15567         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15568         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15569         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15570
15571 2004-01-05  Simon Josefsson  <jas@extundo.com>
15572
15573         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15574         New files.
15575
15576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * gnus-group.el (gnus-no-groups-message): Update.
15579
15580         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15581
15582 2003-11-09  Simon Josefsson  <jas@extundo.com>
15583
15584         * imap.el: Support for ID IMAP extension (RFC 2971).
15585         (imap-local-variables): Add imap-id.
15586         (imap-id): New variable.
15587         (imap-id): New function.
15588         (imap-parse-response): Parse untagged ID response.
15589         * nnimap.el (nnimap-id): New variable.
15590         (nnimap-open-connection): Use it.
15591
15592 2003-12-28  Simon Josefsson  <jas@extundo.com>
15593
15594         * gnus-score.el (gnus-score-edit-all-score): New.
15595         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15596
15597 2004-01-04  Simon Josefsson  <jas@extundo.com>
15598
15599         * password.el: Add.
15600
15601 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15602
15603         * dns.el (dns-query-types): Fix typo.
15604         (dns-query-types): New function.
15605         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15606         PTR and SOA replies, see RFC 1035.
15607
15608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15611
15612         * Moved to Changelog.2.
15613
15614 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15615
15616         * gnus.el (gnus-version-number): Bump version.
15617
15618 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15619
15620         * gnus.el: No Gnus v0.1 is released.
15621
15622 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15623
15624         * gnus.el: No Gnus v0.0 is released.
15625
15626 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15627
15628         * gnus.el (gnus-version-number): Bump.
15629         (gnus-version): No.
15630
15631 See ChangeLog.2 for earlier changes.
15632
15633     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15634       Free Software Foundation, Inc.
15635
15636   This file is part of GNU Emacs.
15637
15638   GNU Emacs is free software: you can redistribute it and/or modify
15639   it under the terms of the GNU General Public License as published by
15640   the Free Software Foundation, either version 3 of the License, or
15641   (at your option) any later version.
15642
15643   GNU Emacs is distributed in the hope that it will be useful,
15644   but WITHOUT ANY WARRANTY; without even the implied warranty of
15645   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15646   GNU General Public License for more details.
15647
15648   You should have received a copy of the GNU General Public License
15649   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15650
15651 ;; Local Variables:
15652 ;; coding: utf-8
15653 ;; fill-column: 79
15654 ;; add-log-time-zone-rule: t
15655 ;; End:
15656
15657 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4