(gnus-agent-short-article), (gnus-agent-long-article): Increase values for these...
[gnus] / lisp / ChangeLog
1 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-short-article),
4         (gnus-agent-long-article): Increase values for these two variables,
5         since most people are likely to have more network connection and
6         storage than before.
7
8         * gnus.el (gnus-refer-article-method): Change default to 'current.
9         When referring an article, the common behaviour is to refer it from the
10         current select method, not the native select method.  The chances of
11         the native select method having the message in question is rather slim
12         these days.
13
14         * gnus-sum.el (gnus-auto-select-subject): Change default to
15         `unseen-or-unread'.  I think it's likely that most people want to
16         select an unseen article over a previously seen, but unread one.
17
18         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
19         means that in the article buffer none of the minor mode elements will
20         be shown, usually, and this is not desirable in most cases.
21
22         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
23         that commands like `d' (and the like) go to the next line in the
24         buffer, instead of the next unread article.  I think this is the
25         behaviour that is most natural for most users.
26         (gnus-single-article-buffer): Change default to nil, so that people can
27         have as many article buffers open as they have summary buffer.  I think
28         this is the most natural way for the groups to behave.
29
30         * message.el (message-generate-new-buffers): Change default to
31         `unsent', so that all new message buffers start their names with the
32         string "*unsent", and it's easier to find the buffers if you move from
33         them.
34
35 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
38         small. They're probably tracking images.
39         (gnus-html-wash-tags): Remove all <pre_int> place holders.
40         (gnus-html-rescale-image): Yet another try at getting the image sizing
41         right.
42
43         * nntp.el (nntp-request-set-mark): Refuse to do marks if
44         nntp-marks-file-name is nil.
45
46 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-html.el (gnus-html-wash-tags)
49         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
50         Better logging.
51
52 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
55
56         * gnus-html.el (gnus-html-wash-tags): Check the value of
57         gnus-blocked-images in the summary buffer.
58
59 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
60
61         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
62
63 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
66         like "a", it seems like.
67         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
68         since it needs to be picked from the correct buffer.
69
70         * nnwfm.el: Removed.
71
72         * nnlistserv.el: Removed.
73
74 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
77         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
78
79 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * nnkiboze.el: Removed.
82
83         * nndb.el: Removed.
84
85         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
86         alt text.
87         (gnus-html-rescale-image): Try to get the rescaling logic right for
88         images that are just wide and not tall.
89
90         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
91         overshadow variable bindings.
92
93 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * gnus-html.el (gnus-html-wash-tags)
96         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
97         extra logging.
98
99 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
102         (gnus-max-image-proportion): New variable.
103         (gnus-html-rescale-image): New function.
104         (gnus-html-put-image): Rescale images.
105
106 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
107
108         Fix up some byte-compiler warnings.
109         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
110         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
111         (gnus-article-fill-cited-article, gnus-article-hide-citation)
112         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
113         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
114         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
115         (gnus-group-update-group): Use save-excursion and with-current-buffer.
116
117 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-html.el (gnus-article-html): Decode contents by charset.
120
121 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
124         (gnus-html-frame-width, gnus-blocked-images)
125         * message.el (message-prune-recipient-rules): Add custom version.
126         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
127
128         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
129         functions.
130
131         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
132         gnus-process-get.
133
134 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
135
136         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
137         instead of lsub directly.
138
139 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * nnwarchive.el: Removed.
142
143         * gnus-soup.el: Removed.
144
145         * nnsoup.el: Removed.
146
147         * nnultimate.el: Removed.
148
149         * gnus-html.el (gnus-blocked-images): New variable.
150
151         * message.el (message-prune-recipients): New function.
152         (message-prune-recipient-rules): New variable.
153
154         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
155         guess whether a long line is natural text or not.
156
157         * gnus-html.el (gnus-html-schedule-image-fetching): Use
158         gnus-process-plist and friends for compatibility.
159
160 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
161
162         * gnus-html.el: Require packages that define macros used in this file.
163         (gnus-article-mouse-face): Declare to silence byte-compiler.
164         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
165         process-get.
166         (gnus-html-put-image): Use plist-get to avoid getf.
167         (gnus-html-prefetch-images): Use with-current-buffer.
168
169 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-ems.el: Provide compatibility functions for
172         gnus-set-process-plist.
173
174         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
175         header-line-format for XEmacs 21.4.
176
177         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
178         * gnus.el (gnus-valid-select-methods)
179         * message.el (message-send-mail-partially-limit)
180         * mm-decode.el (mm-text-html-renderer)
181         * mml.el (mml-insert-mime-headers-always)
182         * smiley.el (smiley-regexp-alist): Bump custom version.
183
184 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-html.el: require mm-url.
187         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
188         with the url to `url'.
189         (gnus-html-wash-tags): Support cid: URLs/images.
190
191 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
194         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
195         bindings, as they aren't useful at all. `w' is moved to `W w'.
196
197         * gnus-move.el: Removed file, since it doesn't really work.
198
199         * gnus-html.el (gnus-article-html): Tell w3m that the input is
200         UTF-8. This seems to fix problems with some German web feeds.
201
202         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
203         at the top so that the proper colours are applied.
204
205         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
206         don't have dots in their names.
207
208         * gnus-art.el (gnus-article-view-part): Doc fix.
209
210         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
211         XEmacs-compatible.
212         (gnus-html-put-image): Don't do images on non-graphic displays.
213
214         * nnslashdot.el: Removed this unused backend.
215
216         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
217         actions.
218         (gnus-undo-register-1): Revert last change.
219
220         * gnus-group.el (gnus-group-completing-read): Protect against not
221         having completion-styles bound.
222
223         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
224         make broken recipients happier.
225
226         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
227
228         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
229         point parameter.
230
231         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
232
233         * gnus-group.el (gnus-group-completing-read): Add 'substring to
234         completion-styles for group selection.
235
236 2009-02-04  Andreas Schwab  <schwab@suse.de>
237
238         * gnus-score.el (gnus-score-string): Fix regex for matching extra
239         headers and regexp-quote the match if necessary.
240
241 2009-03-24  Miles Bader  <miles@gnu.org>
242
243         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
244         the blinking smiley.
245
246 2009-03-24  Simon Josefsson  <simon@josefsson.org>
247
248         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
249         blink smiley.
250
251 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
254         where the dribbel file lives exists.
255
256         * message.el (message-send-mail-partially-limit): Change the default to
257         nil, since most people don't want this.
258
259         * mm-url.el (mm-url-decode-entities): Also decode entities like
260         &#x3212.
261
262 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
263
264         * gnus-sum.el (gnus-summary-idna-message):
265         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
266         Hyperlink urls in docstrings with URL `...'.
267
268 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
269
270         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
271         functions.
272
273 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
276         say what the mouseover text should be.
277
278         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
279         version of the mm-w3m-safe-url-regexp variable to only download images
280         in the groups where we want that to happen.
281
282         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
283
284         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
285         easier debugging.
286         (gnus-article-beginning-of-window): Add kludge to allow spacing past
287         big pictures in the article buffer.
288
289         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
290         gnus-article-html.
291         (mm-text-html-renderer): gnus-article-html needs curl in addition to
292         w3m.
293
294         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
295
296 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
299         which doesn't exist.
300
301         * message.el (message-inhibit-ecomplete): New variable to allow some
302         function to inhibit ecomplete address storage.
303         (message-resend): Disable ecomplete message storage when resending
304         messages.
305
306         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
307
308 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
311         Save excursion while copying, moving, and deleting articles in order to
312         prevent the cursor from jumping to unforeseen place.
313
314 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * lpath.el: No need to bind bookmark-current-buffer,
317         bookmark-yank-point and bookmark-make-record-function.
318
319 2010-08-17  Glenn Morris  <rgm@gnu.org>
320
321         * gnus-sync.el: Require gnus components whose functions are used.
322
323         * gnus-art.el (bookmark-make-record-function):
324         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
325         Declare for compiler.
326
327         * mm-url.el (mml-compute-boundary): Autoload.
328
329 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
332
333 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         Typo fix "hoo4a" -> "hook".
336
337         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
338
339 2010-08-14  Glenn Morris  <rgm@gnu.org>
340
341         * gnus-sync.el (gnus-sync): Fix defgroup version.
342
343 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
344
345         Doc fixes and keep unknown groups (ammended for nunion bug fix).
346
347         * gnus-sync.el: Fix docs.
348         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
349         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
350
351 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
352
353         Optimizations for gnus-sync.el.
354
355         * gnus-sync.el: Add docs about gnus-sync-backend
356         possibilities.
357         (gnus-sync-save): Remove unnecessary message.
358         (gnus-sync-read): Optimize and show what groups were skipped.
359
360 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         Minor bug fixes for gnus-sync.el.
363
364         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
365         read the sync on get-new-news.
366
367         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
368         quiet.
369
370         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
371
372 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
373
374         Make saving and restoring of hidden threads work with overlays.
375         Patch applied by Ted Zlatanov.
376
377         * gnus-sum.el (gnus-hidden-threads-configuration)
378         (gnus-restore-hidden-threads-configuration): Update to deal with text
379         properties, rather than searching for a magic character.
380
381 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
382
383         New gnus-sync.el library for synchronization of marks.
384
385         * gnus-sync.el: New library for synchronization of marks.
386
387         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
388         renamed from `gnus-registry-grep-in-list'.
389
390         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
391
392         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
393
394 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
397         determining charset of text fails.
398
399 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * nnmail.el (nnmail-get-new-mail-1): Revert.
402
403         * nnml.el (nnml-active-number): Make sure names of newly created groups
404         in nnml-group-alist are encoded.
405
406 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
409         containing non-ASCII characters in active file for nnml back end.
410
411 2010-07-24  David Engster  <dengste@eml.cc>
412
413         * mml-smime.el (mml-smime-epg-verify): Also accept the older
414         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
415
416 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
417
418         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
419         tag (Bug#6654).
420
421 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
424         the article buffer, not the summary buffer.
425
426 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
429         Emacs 23 as well.
430
431 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
434         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
435
436 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
437
438         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
439         Patch applied by Karl Fogel.
440
441         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
442         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
443
444 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
445
446         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
447         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
448         C-w still not working correctly from Article buffers; Thierry's
449         patch to fix that will be applied after this.
450
451         * gnus-art.el (bookmark-make-record-function): New local variable.
452
453         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
454         article buffer.
455         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
456
457 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
458
459         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
460         on changes in bookmark.el.
461
462 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
465         `no-log' instead of message not to log prompt string.
466
467 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
468
469         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
470         the *other* type of HTML form submission.
471
472 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
473
474         * auth-source.el (auth-source-pick): If choice does not contain a
475         questioned keyword, set the check to t.
476
477 2010-06-12  Romain Francoise  <romain@orebokech.com>
478
479         * gnus-util.el (gnus-date-get-time): Move up before first use.
480
481 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
484         (gnus-article-edit-part): Bind it to make last part that is substituted
485         or deleted visible.
486         (gnus-mime-display-single): Buttonize part of which id equals to
487         gnus-mime-buttonized-part-id.
488
489 2010-06-10  Dan Christensen  <jdc@uwo.ca>
490
491         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
492         (gnus-dd-mmm): Use gnus-date-get-time.
493         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
494         simplify logic.
495         (gnus-summary-limit-to-age): Use gnus-date-get-time.
496         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
497
498 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
499
500         * auth-source.el (top): Autoload `secrets-list-collections',
501         `secrets-create-item', `secrets-delete-item'.
502         (auth-sources): Fix tag string.
503         (auth-get-source, auth-source-retrieve, auth-source-create)
504         (auth-source-delete): New defuns.
505         (auth-source-pick): Rewrite in order to avoid 2 passes.
506         (auth-source-forget-user-or-password): New parameter USERNAME.
507         (auth-source-user-or-password): New parameters CREATE-MISSING and
508         DELETE-EXISTING.  Retrieve password interactively, if needed.
509
510 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
511
512         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
513         deleting unused directories when gnus-expert-user is t.
514
515 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
518         for each temp file when gnus-article-browse-delete-temp is ask.
519
520 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
521
522         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
523         Lisp calls to delete-backward-char by calls to delete-char.
524
525 2010-05-20  Kevin Ryde  <user42@zip.com.au>
526
527         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
528
529 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
530
531         * password-cache.el (password-cache-remove): Fix docstring.
532
533 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
536         article unless decoding article to be saved.
537
538 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
541         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
542         generated within the mm-with-unibyte-current-buffer macro.
543
544 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
547         to nil when we're in a mml-preview buffer and no group is selected.
548
549 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
550
551         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
552         when catching the `C-g'.  Reported by "Leo".
553
554 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * message.el (message-forward-make-body-plain)
557         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
558         multibyte-string-p.
559
560         * lpath.el: Revert.
561
562 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * message.el (message-forward-make-body-mml): Assume original message
565         is multibyte string; error on unibyte.
566         (message-forward-make-body-plain): Ditto; don't add excessive newline
567         in body end.
568
569         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
570
571 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
572
573         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
574         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
575
576 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * mm-extern.el (mm-extern-url): Don't use
579         mm-with-unibyte-current-buffer.
580         (mm-extern-cache-contents): Use with-current-buffer instead of
581         save-excursion + set-buffer.
582
583 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * mm-util.el (mm-emacs-mule): Remove.
586
587 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
588
589         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
590         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
591         change.
592
593 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
596         bind the default value of enable-multibyte-characters to nil.
597
598 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * message.el (message-forward-make-body-plain)
601         (message-forward-make-body-mml):
602         Don't use mm-with-unibyte-current-buffer.
603
604 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
605
606         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
607
608 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
609
610         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
611         (Bug#5592).
612
613 2010-05-07  Julien Danjou  <julien@danjou.info>
614
615         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
616         it to mm-pipe-part.
617
618         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
619         it is given.
620
621 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * binhex.el (binhex-decode-region-internal)
624         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
625         (dns-query)
626         * nnweb.el (nnweb-gmane-search)
627         * pgg-parse.el (pgg-parse-armor)
628         * pgg.el (pgg-verify-region)
629         * sha1.el (sha1-string-external)
630         * uudecode.el (uudecode-decode-region-internal)
631         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
632         XEmacs.
633
634         * gnus-art.el (gnus-article-browse-html-parts)
635         * gnus-group.el (gnus-read-ephemeral-gmane-group)
636         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
637         make-temp-file.
638
639         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
640         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
641         compiling.
642
643         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
644         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
645         XEmacs when compiling.
646
647         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
648         gnus-pick-mode-off-hook for XEmacs when compiling.
649         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
650         gnus-binary-mode-off-hook for XEmacs when compiling.
651
652         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
653         nil if char-charset is not available.
654
655         * imap.el (imap-disable-multibyte)
656         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
657         macros.
658
659         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
660         instead of encode-coding-string.
661
662         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
663         'xemacs) instead of mm-emacs-mule to switch function definitions.
664         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
665
666         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
667         bind temporary-file-directory for XEmacs;
668         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
669         timer-set-function for XEmacs 21.4 and SXEmacs;
670         bind timer-list for XEmacs 21.4 and SXEmacs;
671         fbind char-charset and find-charset-region for non-Mule XEmacs;
672         fbind decode-coding-region, decode-coding-string, detect-coding-region,
673         encode-coding-region and encode-coding-string for XEmacs having no
674         file-coding feature.
675
676 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
677
678         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
679
680 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
683         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
684
685 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
686
687         * mm-util.el (mm-decompress-buffer): Use `delete-file';
688         alias `jka-compr-delete-temp-file' no longer exists.
689
690 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
691
692         Use define-minor-mode in Gnus where applicable.
693         * mml.el (mml-mode): Use define-minor-mode.
694         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
695         (gnus-undo-mode): Use define-minor-mode.
696         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
697         (gnus-dead-summary-mode): Use define-minor-mode.
698         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
699         Initialize in declaration.
700         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
701         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
702         (gnus-mailing-list-mode): Use define-minor-mode.
703         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
704         (gnus-draft-mode): Use define-minor-mode.
705         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
706         (gnus-dired-mode): Use define-minor-mode.
707
708 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
709
710         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
711         handles on recursive mml-to-mime translation and check them for
712         boundary delimiter collisions.  Reported by Greg Troxel.
713
714 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
717
718 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
719
720         * mm-util.el (mm-find-buffer-file-coding-system):
721         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
722
723 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
724
725         * message.el (message-generate-headers): Record insertion of optional
726         headers as well.  Otherwise the check to prevent repeated insertion of
727         optional headers is a no-op.
728
729 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * smime.el: Don't mention CVS.
732
733         * nnrss.el (nnrss-fetch): Don't mention CVS.
734
735         * nnir.el: Don't mention CVS.
736
737 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
738
739         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
740
741 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * lpath.el: Fbind bookmark-default-handler,
744         bookmark-get-bookmark-record, bookmark-make-record-default,
745         bookmark-prop-get for Emacs <23 and XEmacs.
746
747 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
748
749         * gnus-sum.el: Add bookmark declarations to silence the compiler.
750         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
751         Use with-current-buffer to silence the byte-compiler.
752         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
753         bother to require `gnus'.
754         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
755
756 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
757
758         * gnus-sum.el (gnus-summary-bookmark-make-record)
759         (gnus-summary-bookmark-jump): New functions.
760         (gnus-summary-mode): Setup bookmark support.
761
762 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
763
764         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
765         if set.
766
767 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
770         gnus-article-browse-html-save-cid-image; make it work recursively for
771         forwarded messages as well.
772         (gnus-article-browse-html-parts): Work when prefix arg is given.
773         (gnus-article-browse-html-article): Doc fix.
774
775 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
776
777         * message.el (message-default-mail-headers):
778         (message-default-headers): Carry the value mail-default-headers over
779         into message-default-mail-headers, rather than message-default-headers.
780
781 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
782
783         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
784         charset.
785
786         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
787         charset into the <meta> tag when the article is encoded to utf-8.
788
789 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
792         directories as well.
793         (gnus-article-browse-html-parts): Work for images that do not specify
794         file names; delete temp directory when quitting; insert header at the
795         right place; use file: scheme for image files.
796
797 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
798
799         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
800         (gnus-article-browse-html-parts): Use it to make temporary cid image
801         files in addition to html file so that browser may display them.
802
803 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
806
807 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
810
811 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
812
813         * auth-source.el (auth-sources): Change default to be simpler.  Explain
814         about Secret Service API sources.  Improve Customize options.
815         (auth-source-pick): Change to accept any number of search parameters.
816         Implement fallbacks iteratively, not recursively.  Add scoring on the
817         second pass and sort by score.  Call Secret Service API when needed.
818         (auth-source-user-or-password): Use it.  Call Secret Service API
819         directly when needed to get the user name and the password.
820
821 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
822
823         * message.el (message-interactive): Doc fix.
824         (message-qmail-inject-args): Reflow.
825         (message-kill-to-signature): Fix typo in docstring.
826
827         * smiley.el (smiley-buffer): Fix typo in docstring.
828
829 2010-03-24  Glenn Morris  <rgm@gnu.org>
830
831         * mail-source.el (gnus-message): Declare.
832         (mail-source-delete-old-incoming): Require gnus-util.
833
834 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
837
838         * message.el (ecomplete-setup): Autoload it for Emacs <23.
839
840         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
841         password-cache's default if it is not bound.
842         (mml-secure-passphrase-cache-expiry): Default to 16 that is
843         password-cache-expiry's default if it is not bound.
844
845         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
846         available in Emacs 21.
847
848         * lpath.el: Suppress compiler warnings for:
849         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
850         XEmacs;
851         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
852         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
853         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
854
855 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * auth-source.el (auth-sources): Fix up definition so extra parameters
858         are always inline.
859
860 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
861
862         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
863         wasn't updated after mismatch.  Clear cached mailbox info correctly
864         when uidvalidity changes.
865         (nnimap-group-prefixed-name): New function to avoid some code
866         duplication.
867         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
868         (nnimap-request-group): Use it.
869         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
870         (nnimap-update-unseen): Significantly improved speed of Gnus startup
871         with many imap folders.  This is done by caching the group status from
872         the imap server persistently in a group parameter `imap-status'.  (This
873         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
874         but not persistently, so every Gnus startup was still very slow.)
875
876 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * assistant.el (assistant-render-text): Run `widget-setup' and don't
879         delete the extra newline.  Otherwise editing of :string and :number
880         types don't work.
881
882 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
883
884         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
885         secrets.el dependency.
886         (auth-sources): Add optional user name.  Add secrets.el configuration
887         choice (unused right now).
888
889 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
890
891         * gnus-sum.el (gnus-summary-make-menu-bar): Let
892         `gnus-registry-install-shortcuts' fill in the functions.
893
894         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
895         warnings.
896         (gnus-registry-misc-menus): Variable to hold registry mark menus.
897         (gnus-registry-install-shortcuts): Populate and use it in a
898         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
899
900 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
901
902         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
903         In-place substitutions for the group name encoding/decoding.
904         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
905         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
906         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
907         (nnimap-update-unseen, nnimap-request-list)
908         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
909         (nnimap-request-set-mark, nnimap-split-to-groups)
910         (nnimap-split-articles, nnimap-request-newgroups)
911         (nnimap-request-create-group, nnimap-request-accept-article)
912         (nnimap-request-delete-group, nnimap-request-rename-group)
913         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
914         `encoded-mbx' for consistency.
915         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
916         variable `imap-current-mailbox'.
917
918         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
919         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
920
921 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
922
923         * pop3.el (pop3-display-message-size-flag): Display message size byte
924         counts during POP3 download.
925         (pop3-movemail): Use it.
926         (pop3-list): Implement listing of available messages.
927
928 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
929
930         * nnir.el (nnir-get-article-nov-override-function): New function to
931         override the normal NOV retrieval.
932         (nnir-retrieve-headers): Use it.
933
934 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
935
936         * auth-source.el (netrc-machine-user-or-password): Autoload.
937
938 2010-03-19  Glenn Morris  <rgm@gnu.org>
939
940         Stop message.el from loading about 40 libraries it doesn't always need.
941         The general approach is to autoload rather than require, and to
942         require in the specific functions rather than the file.  (Bug#5642)
943
944         * gmm-utils.el: Don't require wid-edit.
945         (widget-create-child-value, widget-convert, widget-default-get):
946         Autoload.
947
948         * gnus-util.el: Don't require time-date, netrc.
949         (message-fetch-field, gnus-group-name-decode): Declare rather than
950         autoloading.
951         (gnus-fetch-field): Require message.
952         (gnus-decode-newsgroups): Require gnus-group.
953
954         * ietf-drums.el: Don't require time-date.
955
956         * message.el: Don't require hashcash, canlock, ecomplete.
957         Do require mail-utils.  Require nnheader only when compiling.
958         (smtpmail-default-smtp-server): Remove declaration.
959         (message-send-mail-function): Check smtpmail-default-smtp-server
960         is bound rather than requiring smtpmail.
961         (message-auto-save-directory, message-insert-signature): Use
962         expand-file-name rather than nnheader-concat.
963         (nnheader-insert-file-contents): Autoload.
964         (hashcash-wait-async): Declare.
965         (message-send-mail): Only call gnus-setup-posting-charset if
966         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
967         (message-send-mail-with-sendmail): Require sendmail.
968         (canlock-password, canlock-password-for-verify): Declare.
969         (message-canlock-password): Require canlock.
970         (nnheader-get-report): Autoload.
971         (gnus-setup-posting-charset): Declare.
972         (message-send-news): Require gnus-msg.
973         (message-make-references, message-make-in-reply-to): Use mail-header-id
974         rather than the alias mail-header-message-id.
975         (ecomplete-add-item, ecomplete-save): Declare.
976         (message-put-addresses-in-ecomplete): Require ecomplete.
977         (ecomplete-display-matches): Autoload.
978
979         * mm-decode.el: Don't require mailcap, gnus-util.
980         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
981         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
982         Autoload.
983         (mailcap-mime-extensions): Declare.
984
985         * mm-encode.el: Don't require mailcap.
986         (mailcap-extension-to-mime): Autoload.
987
988         * mml-sec.el: Don't require password-cache.
989
990         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
991         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
992         (mml-minibuffer-read-type): Require mailcap.
993         (mml-preview): Require gnus-msg.
994
995         * mml1991.el: Require password-cache.
996         (password-cache-expiry): Remove declaration.
997
998         * mml2015.el: Require password-cache.
999         (password-cache-expiry): Remove declaration.
1000
1001         * nneething.el (mailcap): Require mailcap.
1002
1003         * nnheader.el (declare-function): Add compatibility stub.
1004         (message-remove-header): Declare rather than autoload.
1005         (nnheader-replace-header): Require message.
1006
1007         * nnimap.el (declare-function): Add compatibility stub.
1008         (netrc-parse, netrc-machine-user-or-password): Declare.
1009         (nnimap-open-connection): Require netrc.
1010
1011         * nntp.el (declare-function): Add compatibility stub.
1012         (netrc-parse, netrc-machine, netrc-get): Declare.
1013         (nntp-send-authinfo): Require netrc.
1014
1015         * rfc2047.el: Don't require qp.
1016         (quoted-printable-encode-region, quoted-printable-decode-string):
1017         Autoload.
1018
1019         * sieve-mode.el: Don't require easymenu.
1020         (easy-menu-add-item): Autoload it.
1021
1022         * spam-stat.el (time-to-number-of-days): Autoload it.
1023
1024 2010-03-19  Glenn Morris  <rgm@gnu.org>
1025
1026         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1027
1028 2010-03-18  Glenn Morris  <rgm@gnu.org>
1029
1030         * hashcash.el (declare-function): Remove duplicate definition.
1031
1032 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1033
1034         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1035         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1036         value if any backslash escapes).
1037
1038 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1041         if it is available.  (bug#5647)
1042
1043         * lpath.el: Suppress compiler warning for coding-system-from-name for
1044         Emacs 21 and XEmacs.
1045
1046 2010-03-14  Juri Linkov  <juri@jurta.org>
1047
1048         * hmac-def.el:
1049         * hmac-md5.el:
1050         * netrc.el: Fix keywords.
1051
1052 2010-02-26  Glenn Morris  <rgm@gnu.org>
1053
1054         * message.el (message-send-mail-function): Change the default, so that
1055         it inherits from a customized send-mail-function.  (Bug#5643)
1056
1057 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1058
1059         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1060         shell-command-to-string signals an error (bug#5299).
1061
1062 2010-02-24  Glenn Morris  <rgm@gnu.org>
1063
1064         * message.el (message-smtpmail-send-it)
1065         (message-send-mail-with-mailclient): Doc fixes.
1066
1067 2010-02-16  Glenn Morris  <rgm@gnu.org>
1068
1069         * message.el (message-default-mail-headers): Change the default value
1070         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1071
1072 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1075         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1076
1077 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1078
1079         * time-date.el (date-to-time): Doc fix (Bug#5408).
1080
1081 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1082
1083         * message.el (message-mail): Just pass yank-action on to message-setup.
1084         (message-setup): Handle (FUN . ARGS) form of yank-action.
1085         (message-with-reply-buffer, message-widen-reply)
1086         (message-yank-original): Handle non-buffer values of
1087         message-reply-buffer (Bug#4080).
1088         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1089
1090 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1091
1092         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1093         Fix typo in docstring.
1094
1095 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1096
1097         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1098         response.
1099
1100 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1103
1104         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1105
1106         * message.el (message-check-news-header-syntax): Protect against a
1107         string that `rfc822-addresses' returns when parsing fails.
1108
1109 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1112         (gnus-previous-char-property-change): New functions.
1113
1114         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1115
1116 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1117
1118         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1119         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1120
1121 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1122
1123         * message.el (message-exchange-point-and-mark): Rework last change to
1124         avoid using optional arg of exchange-point-and-mark, for backward
1125         compatibility.
1126
1127 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1128
1129         * message.el (message-exchange-point-and-mark): Call
1130         exchange-point-and-mark with an argument rather than setting
1131         mark-active by hand (Bug#5175).
1132
1133 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * nntp.el (nntp-service-to-port): Work for service expressed with
1136         numeric string; replace [:digit:] with [0-9] for XEmacs.
1137
1138 2009-12-17  Glenn Morris  <rgm@gnu.org>
1139
1140         * gnus-group.el (gnus-bug-group-download-format-alist):
1141         Change emacs entry to debbugs.gnu.org.  Bump :version.
1142
1143 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1144
1145         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1146
1147 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1148
1149         * message.el (message-info): Explain why we use `Info-goto-node'.
1150
1151 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1154
1155 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1156
1157         * message.el (message-completion-in-region): New compatibility function.
1158         (message-expand-group): Use it.
1159
1160 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1163         with no unread article should be listed if the 2nd arg `predicate' is
1164         given.
1165
1166 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1169
1170 2009-11-29  Juri Linkov  <juri@jurta.org>
1171
1172         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1173         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1174         on `gnus-recenter'. (Bug#4698, Bug#4981)
1175
1176 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1177
1178         * sha1.el (sha1-string-external): default-directory "/" in case
1179         otherwise non-existent.  process-connection-type pipe for touch of
1180         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1181
1182 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1183
1184         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1185         it's comms related and sgml-mode.el has "comm" on that basis too.
1186
1187 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1190         containing tspecial characters if they have been already quoted.
1191
1192 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1193
1194         * dns-mode.el (auto-mode-alist): Purecopy string.
1195
1196 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1199
1200 2009-10-24  Glenn Morris  <rgm@gnu.org>
1201
1202         * gnus-art.el (help-xref-stack-item): Define for compiler.
1203
1204 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1205
1206         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1207
1208 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1211
1212 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1215         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1216
1217 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1220         (gnus-overlays-in): New alias to overlays-in.
1221
1222         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1223         gnus-overlay-get, and gnus-delete-overlay.
1224         (gnus-summary-show-thread): Make it work as well for systems in which
1225         next-single-char-property-change is not available.
1226         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1227
1228         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1229         (gnus-overlay-get): New alias to extent-property.
1230         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1231
1232         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1233         SXEmacs.
1234
1235         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1236         SXEmacs.
1237
1238 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1241
1242 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1243
1244         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1245         and XEmacs that don't have `remove-overlays'.
1246
1247 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1248
1249         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1250         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1251         selective display.  Use overlays instead.
1252
1253 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1254
1255         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1256
1257 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1258
1259         * spam-stat.el (spam-stat-load): Fix typo in message.
1260
1261 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1262
1263         * dig.el (dig-invoke): Fix typo in docstring.
1264         (query-dig): Reflow docstring.
1265
1266 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1267
1268         * gnus-art.el (gnus-article-encrypt-body):
1269         * message.el (message-check-recipients):
1270         * mm-util.el (mm-codepage-setup):
1271         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1272         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1273
1274 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1275
1276         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1277         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1278         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1279         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1280         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1281
1282 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1283
1284         * dig.el: Add "Keywords: comm", as per net-utils.el.
1285
1286 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1287
1288         * dig.el (dig-mode): Use define-derived-mode.
1289
1290 2009-09-19  Glenn Morris  <rgm@gnu.org>
1291
1292         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1293
1294 2009-09-18  Glenn Morris  <rgm@gnu.org>
1295
1296         * gnus-diary.el (gnus-diary-check-message):
1297         * message.el (message-insert-formatted-citation-line):
1298         * nnbabyl.el (top-level):
1299         * nndiary.el (nndiary-schedule):
1300         Fix typos in condition-case handlers.
1301
1302 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1305         configuration that provides the sole article window in a frame;
1306         position point correctly after deleting a part.
1307
1308 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1309
1310         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1311         (spam-resolve-registrations-routine): Use it to unregister articles
1312         that change status.
1313
1314 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1317         with XEmacs.
1318         (parse-time-string-chars): Use it.
1319
1320 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * imap.el (imap-interactive-login): Better messages.
1323         (imap-open): Fix bug with renamed buffer on reconnect.
1324         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1325         for easier debugging and cleaner code.  On successful (guessed based on
1326         server capabilities) secondary authentication, set imap-state
1327         correctly.
1328         (imap-last-authenticator): Define imap-last-authenticator as a variable
1329         to avoid warnings.
1330
1331 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * nnrss.el (nnrss-request-article): Remove binding of
1334         default-enable-multibyte-characters that has gotten needless by
1335         the 2007-07-13 change in rfc2047-encode-message-header.
1336
1337         * mml.el (mml-insert-multipart): Error on the message header.
1338         (mml-insert-part): Error on the message header; position point at
1339         the end of a MIME tag.
1340
1341 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * time-date.el (autoload): Expand define-obsolete-function-alias into
1344         defalias and make-obsolete for old Emacsen that Gnus supports.
1345         (with-no-warnings): Define it for old Emacsen.
1346         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1347         is available.
1348         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1349         float-time is available; suppress compile warning for time-to-seconds.
1350
1351         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1352         (gnus-float-time): Alias to float-time if it exists.
1353
1354         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1355         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1356         float-time is available; suppress compile warning for time-to-seconds.
1357
1358         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1359         XEmacs.
1360
1361 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1362
1363         * imap.el (imap-message-map): Docstring fix.
1364
1365 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1368         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1369         Add the optional argument `encoding' that overrides the default.
1370
1371         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1372         mm-encode-buffer.
1373
1374 2009-09-04  Glenn Morris  <rgm@gnu.org>
1375
1376         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1377         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1378         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1379         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1380         * mm-util.el (mm-with-unibyte-current-buffer)
1381         (mm-find-buffer-file-coding-system):
1382         * yenc.el (yenc-decode-region): Use default-value rather than
1383         default-enable-multibyte-characters.
1384
1385 2009-09-03  Glenn Morris  <rgm@gnu.org>
1386
1387         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1388         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1389         than default-enable-multibyte-characters.
1390
1391 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1392
1393         * gnus-art.el (gnus-article-read-summary-keys):
1394         Fix gnus-buffer-configuration's value temporarily used.
1395
1396 2009-09-02  Glenn Morris  <rgm@gnu.org>
1397
1398         * gnus-util.el (gnus-float-time): New function.
1399         * gnus-delay.el (gnus-delay-article):
1400         * gnus-sum.el (gnus-thread-latest-date):
1401         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1402         * nnspool.el (nnspool-request-newgroups):
1403         Use gnus-float-time rather than time-to-seconds.
1404         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1405
1406         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1407         (gnus-header-subject-face, gnus-header-newsgroups-face)
1408         (gnus-header-name-face, gnus-header-content-face):
1409         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1410         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1411         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1412         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1413         (gnus-cite-face-11):
1414         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1415         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1416         (gnus-server-closed-face, gnus-server-denied-face)
1417         (gnus-server-offline-face):
1418         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1419         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1420         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1421         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1422         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1423         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1424         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1425         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1426         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1427         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1428         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1429         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1430         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1431         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1432         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1433         (gnus-summary-high-undownloaded-face)
1434         (gnus-summary-low-undownloaded-face)
1435         (gnus-summary-normal-undownloaded-face)
1436         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1437         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1438         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1439         (gnus-splash-face):
1440         * message.el (message-header-to-face, message-header-cc-face)
1441         (message-header-subject-face, message-header-newsgroups-face)
1442         (message-header-other-face, message-header-name-face)
1443         (message-header-xheader-face, message-separator-face)
1444         (message-cited-text-face, message-mml-face):
1445         * sieve-mode.el (sieve-control-commands-face)
1446         (sieve-action-commands-face, sieve-test-commands-face)
1447         (sieve-tagged-arguments-face):
1448         * spam.el (spam-face):
1449         Mark face aliases with "-face" in the name as obsolete.
1450
1451 2009-09-01  Glenn Morris  <rgm@gnu.org>
1452
1453         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1454         than goto-line.
1455
1456 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1459         Don't move point if the command is invoked inside the message header.
1460
1461 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1462
1463         * imap.el (imap-send-command): Simplify.
1464         (imap-wait-for-tag): point-max -> buffer-size.
1465
1466 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1467
1468         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1469         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1470         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1471         * nnir.el (nnir-swish-e-index-file):
1472         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1473         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1474         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1475         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1476         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1477         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1478
1479 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1482         Don't save excursion.
1483
1484 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1485
1486         * nnheader.el (nnheader-find-file-noselect):
1487         * mm-util.el (mm-insert-file-contents):
1488         Use (default-value 'major-mode) instead of default-major-mode.
1489
1490 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1491
1492         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1493
1494 2009-08-26  Glenn Morris  <rgm@gnu.org>
1495
1496         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1497         than placing in files.el.
1498
1499 2009-08-25  Glenn Morris  <rgm@gnu.org>
1500
1501         * nnir.el (top-level): Don't require cl at run-time.
1502         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1503         Replace cl-function substitute with gnus-replace-in-string.
1504         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1505         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1506         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1507         simplified expansions.
1508
1509 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1510
1511         * dig.el (dig): Add autoload cookie.
1512
1513 2009-08-22  Glenn Morris  <rgm@gnu.org>
1514
1515         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1516         goto-line.
1517
1518 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1519
1520         * parse-time.el (parse-time-string-chars): Save match data.
1521
1522 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1523
1524         * parse-time.el (parse-time-string-chars): Compute using character
1525         classes, to handle non-ascii characters (Bug#3190).
1526
1527 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1530
1531         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1532         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1533         (gnus-mm-display-part, gnus-mime-display-single)
1534         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1535         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1536
1537         * gnus-sum.el
1538         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1539         (gnus-summary-move-article): Add expirable mark to articles copied or
1540         moved to group that has auto-expire turned on if the option is non-nil.
1541
1542 2009-07-24  Glenn Morris  <rgm@gnu.org>
1543
1544         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1545         Fix typo.  (Bug#3903)
1546
1547 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1550         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1551         that should not be used for draft articles.
1552         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1553         that has no concern in minor mode keys.
1554         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1555         Abolish.
1556
1557 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1560         article without making inquiry to a user for unknown encoding.
1561
1562         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1563         (nnmaildir--scan): Assume i-node and device number that file-attributes
1564         returns might be cons-cell.
1565
1566         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1567
1568         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1569
1570 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1571
1572         * auth-source.el: Remove docs now in auth.texi.  Don't use
1573         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1574         `auth-source-hide-passwords' and use them.
1575
1576 2009-07-15  Glenn Morris  <rgm@gnu.org>
1577
1578         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1579
1580 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1583         excessive whitespace from the default values of title and description.
1584
1585 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1588         mail-fetch-field to fetch Content-Description header in order to
1589         exclude newlines.
1590
1591 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1592
1593         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1594         format used by GnuPG 2.0.11.
1595
1596 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1599         to deleted part.
1600
1601 2009-05-30  David Engster  <dengste@eml.cc>
1602
1603         * nnmairix.el: Remove old documentation in the commentary block.
1604         (nnmairix-request-group): Do not update active file for nnml back ends.
1605         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1606         end so that overview files are ignored.
1607         (nnmairix-update-groups): Make updating the groups more robust by using
1608         marks.
1609         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1610         with dollar characters in message-id.
1611
1612 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1613
1614         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1615         2008-12-25 in dns.el.
1616
1617 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1618
1619         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1620         could happen if the text is only composed of spaces and/or tabs.
1621
1622 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1623
1624         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1625         when sending a queued message to avoid extra mml tags.
1626
1627 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1630
1631 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1634         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1635         rmail-toggle-header for XEmacs;
1636         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1637
1638 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-dired.el: Remove autoload for gnus-setup-message.
1641         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1642         displaying Gnus logo; always use compose-mail.
1643
1644 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1647
1648 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1651         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1652         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1653         available.
1654         (gnus-nocem-epg-verify): New function.
1655
1656 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1659
1660 2009-02-15  Glenn Morris  <rgm@gnu.org>
1661
1662         * gnus-util.el (rmail-insert-rmail-file-header)
1663         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1664         autoloads.
1665         (rmail-default-rmail-file): Remove unnecessary declaration.
1666         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1667
1668 2009-02-14  Glenn Morris  <rgm@gnu.org>
1669
1670         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1671         variable (only used in gnus-util, which declares it anyway).
1672         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1673         which was only needed by gnus-art (changed to not use it any more).
1674         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1675         only used in gnus-util, which autoloads it itself.
1676         (rmail-update-summary): Fix autoload.
1677
1678         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1679         rather than rmail-output-to-rmail-file.
1680
1681 2009-02-07  Glenn Morris  <rgm@gnu.org>
1682
1683         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1684         autoload of function that no longer exists.
1685         (rmail-toggle-header): Declare.
1686         (message-forward-rmail-make-body): Handle mbox Rmail.
1687
1688 2009-01-31  Glenn Morris  <rgm@gnu.org>
1689
1690         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1691         2009-01-09 change.
1692
1693 2009-01-31  Dave Love  <fx@gnu.org>
1694
1695         * imap.el (imap-fetch-safe): Bind debug-on-error.
1696         (imap-debug): Add imap-fetch-safe.
1697
1698 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1699
1700         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1701         (auth-source-forget-all-cached): New convenience function.
1702         (auth-source-user-or-password): Accept list of modes or a single mode.
1703
1704         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1705         auth-source modes.
1706
1707         * netrc.el (netrc-machine-user-or-password): Use list of
1708         auth-source modes.
1709
1710         * nnimap.el (nnimap-open-connection): Use list of
1711         auth-source modes.
1712
1713         * nntp.el (nntp-send-authinfo): Use list of
1714         auth-source modes.
1715
1716 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1717
1718         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1719         now.
1720
1721 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1724         coding system in XEmacs; add a workaround for XEmacs.
1725
1726         * lpath.el: Fbind coding-system-aliasee.
1727
1728 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1731         of current-language-environment.
1732
1733 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1734
1735         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1736         available at runtime.
1737
1738 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1741
1742 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1743
1744         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1745         the greatest positive fixnum value doesn't work under an XEmacs with
1746         bignum support; use the most-positive-fixnum constant instead,
1747         available since Emacs 21.1 with cl and XEmacs 21.1.
1748
1749 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1752         XEmacs gets not to work.
1753
1754 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * mm-util.el (mm-coding-system-priorities): Allow the value like
1757         "Japanese (UTF-8)" of current-language-environment.
1758
1759 2009-01-09  Glenn Morris  <rgm@gnu.org>
1760
1761         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1762         with last-command-event.
1763
1764 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1765
1766         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1767         in the doc string.
1768
1769         * message.el (message-fix-before-sending): Amend comment.
1770
1771 2009-01-08  Dave Love  <fx@gnu.org>
1772
1773         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1774
1775 2009-01-07  David Engster  <dengste@eml.cc>
1776
1777         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1778         simplified server definitions by converting it via
1779         gnus-server-to-method.
1780
1781 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1784         parameter's operands.
1785
1786 2009-01-06  David Engster  <dengste@eml.cc>
1787
1788         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1789         primary select method (for gnus-group-mark-article-as-read).
1790
1791 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1792
1793         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1794         `(gnus)Face', not `(gnus)X-Face'.
1795
1796 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * mm-util.el (mm-ucs-to-char): New function.
1799
1800         * mm-url.el (mm-url-decode-entities): Use it.
1801
1802         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1803         unicode-to-char.
1804
1805 2009-01-05  Dave Love  <fx@gnu.org>
1806
1807         * time-date.el: Require cl for `declare'.
1808
1809 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1810
1811         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1812         Dave Love.
1813
1814 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * message.el (message-fix-before-sending): Add `eight-bit' to
1817         illegible-text check.
1818
1819 2009-01-03  Michael Olson  <mwolson@gnu.org>
1820
1821         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1822         `headers' is nil.  This can occur if the IMAP server does not have
1823         permissions to read messages from a folder, but can write new messages
1824         to the folder.
1825         (nnimap-request-article-part): Do not insert `data' if it is nil.
1826
1827         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1828         characters which will confuse `read', so skip past them.
1829
1830 2009-01-01  Dave Love  <fx@gnu.org>
1831
1832         * imap.el (imap-string-to-integer): Fix typo.
1833         (imap-fetch-safe): New function.
1834         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1835
1836         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1837
1838         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1839         (imap-parse-greeting): Fix doc strings.
1840         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1841         (imap-parse-flag-list): Make messages unique.
1842         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1843
1844         * nnimap.el: Fix author email.
1845         (nnimap-split-rule): Add FIXME comment.
1846         (nnimap-debug): Fix doc string.
1847
1848 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1851
1852 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1855         nslookup if resolv.conf isn't available.
1856         (dns-query): Rename from query-dns.
1857         (dns-query-cached): Rename from query-dns-cached.
1858
1859 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1862         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1863         to check if those variables exist (first appeared in Emacs 18.50).
1864
1865 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * mm-util.el (mm-line-number-at-pos): New function.
1868
1869         * spam-report.el (spam-report-process-queue): Use it.
1870
1871 2008-12-24  David Engster  <dengste@eml.cc>
1872
1873         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1874         parameters that haven't existed as variables as buffer-local variables.
1875
1876 2008-12-23  Dave Love  <fx@gnu.org>
1877
1878         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1879         cadar.
1880
1881         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1882         imap-starttls-p.
1883         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1884
1885 2008-12-22  Dave Love  <fx@gnu.org>
1886
1887         * imap.el: Fix author email.  Doc fixes.
1888         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1889         reply.
1890
1891 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1892
1893         * spam-report.el (spam-report-gmane-max-requests): New constant.
1894         (spam-report-gmane-wait): New variable.
1895         (spam-report-gmane-ham, spam-report-gmane-spam)
1896         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1897         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1898         the server.
1899
1900         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1901         Add explanations.
1902
1903         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1904         nnheader-accept-process-output and nnheader-read-timeout if available.
1905         (pop3-movemail): Use it.
1906
1907         * message.el (message-check-news-body-syntax): Fix signature check if
1908         there's an attachment.
1909
1910 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * mm-util.el: Add comments to the mm- emulating functions.
1913
1914 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1915
1916         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1917         by Stephen Berman <stephen.berman@gmx.net>.
1918
1919 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * mm-util.el (mm-substring-no-properties): New function.
1922         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1923         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1924         (mm-string-to-multibyte): Doc fix.
1925
1926         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1927
1928 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1929
1930         * mml.el (mml-attach-file): Strip text properties from file name.
1931         (Bug#1574)
1932
1933 2008-12-16  Glenn Morris  <rgm@gnu.org>
1934
1935         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1936
1937 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1940         knows since the charset specified might be a bogus alias that
1941         mm-charset-synonym-alist provides.
1942
1943 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1946         "ISO_8859-1".
1947
1948         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1949
1950 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * mm-util.el (mm-charset-eval-alist):
1953         Define it before mm-charset-to-coding-system.
1954         (mm-charset-to-coding-system): Add optional argument `silent';
1955         define it before mm-charset-override-alist.
1956         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1957         default value if it can be used in Emacs currently running;
1958         silence mm-charset-to-coding-system.
1959
1960 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1963         `allow-override' which says whether to use `mm-charset-override-alist'.
1964         (rfc2047-decode-encoded-words): Use it.
1965
1966         * mm-util.el (mm-charset-override-alist): Fix custom type;
1967         add `(gb2312 . gbk)' to choices.
1968
1969 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1972         fast.
1973
1974         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1975
1976         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1977
1978 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1979
1980         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1981         on links.
1982
1983         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1984
1985 2008-12-03  Lute Kamstra  <lute@gnu.org>
1986
1987         * sha1.el: Remove leading * from docstrings of defcustoms,
1988         deffaces, defconsts and defuns.
1989
1990 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1993         users' addresses that don't have domain parts.
1994         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1995         rather than message-narrow-to-head since there will be the message
1996         header separator.
1997
1998 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2001         since the result is inserted in a unibyte buffer anyway.
2002         (nnimap-demule-use-string-to-multibyte): Remove.
2003         (nnimap-demule): Alias it to mm-string-to-multibyte.
2004
2005 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2006
2007         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2008         variable for debugging bug#464 and bug#1174.
2009         (nnimap-demule): Use it.
2010
2011 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2014         score calculation correctly.
2015
2016 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2017
2018         * message.el (message-send-mail): Just set the buffer to unibyte
2019         rather than use mm-with-unibyte-current-buffer which does a lot more.
2020         (message-send-mail-partially): Don't bother with
2021         mm-with-unibyte-current-buffer since it's already been made unibyte by
2022         message-send-mail.
2023
2024 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2027
2028 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2029
2030         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2031
2032 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2035         require itself and to remove `with-no-warnings'.
2036
2037 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * starttls.el (starttls-any-program-available): Get the name of the
2040         available TLS layer program.
2041         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2042         well as the host name in the "opening" message.
2043
2044         * auth-source.el (auth-source-cache, auth-source-do-cache)
2045         (auth-source-user-or-password): Cache passwords and logins by default,
2046         allow override with `auth-source-do-cache'.
2047         (auth-source-forget-user-or-password): Allow users to remove cache
2048         entries if needed.
2049
2050 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2051
2052         * md4.el (md4-buffer): Fix typo in docstring.
2053         (md4, md4-64): Doc fixes.
2054         (md4-pack-int32): Reflow docstring.
2055
2056 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2057
2058         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2059         condition-case to only the forward-sexp call.
2060
2061 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2064         quotes contained.  Make it more robust regardless by an extra
2065         condition-case wrapper.
2066
2067 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2070
2071 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * nnml.el (nnml-request-expire-articles): Check if the function set to
2074         `nnmail-expiry-target' returns the symbol `delete'.
2075
2076         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2077
2078         * nnmail.el (nnmail-expiry-target): Fix custom type.
2079
2080 2008-10-02  Glenn Morris  <rgm@gnu.org>
2081
2082         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2083         Silence compiler warning.
2084
2085 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2086
2087         * tls.el (open-tls-stream): Show the actual command being
2088         executed, instead of the format string.
2089
2090 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * lpath.el: Fbind codepage-setup for Emacs 23.
2093
2094 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2095
2096         * mml.el (mml-menu): Don't assume mml2015 is bound.
2097
2098 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2101         exists.
2102
2103 2008-09-27  Glenn Morris  <rgm@gnu.org>
2104
2105         * gnus-util.el (mail-header-remove-comments): Autoload it.
2106
2107 2008-09-27  Andreas Schwab  <schwab@suse.de>
2108
2109         * gnus-util.el (gnus-split-references): Strip comments.
2110         (gnus-parent-id): Likewise.
2111
2112 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * message.el (message-confirm-send): Fix version.
2115
2116 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * message.el (message-idna-to-ascii-rhs-1): Use
2119         mail-extract-address-components rather than mail-header-parse-addresses
2120         that is an alias by default to ietf-drums-parse-addresses that does not
2121         support non-ASCII names in headers' contents.
2122
2123 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * message.el (message-confirm-send): Fixed variable documentation to
2126         avoid the "y/n" wording.
2127
2128 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2129
2130         * message.el (message-set-auto-save-file-name): Save to a different
2131         filename so multiple messages (especially drafts) can be recovered.
2132
2133 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         * message.el (message-confirm-send): Add appropriate version.
2136
2137 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2138
2139         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2140         defvar.
2141
2142 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2143
2144         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2145         (mm-pkcs7-enveloped-magic): Ditto.
2146
2147 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2148
2149         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2150         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2151
2152 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2153
2154         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2155         default, it's better.
2156
2157 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2158
2159         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2160         summary line gnus-number property and ignore them (with a warning
2161         message).
2162
2163 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2166         macro caddr in the interactive form since it won't be expanded.
2167
2168 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2171         `charset'; fix name of function called recursively.
2172         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2173
2174 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2177         (gnus-mime-set-charset-parameters): New function.
2178         (gnus-mime-view-part-as-charset): Use it to correctly display part
2179         specifying wrong charset.
2180
2181 2008-09-08  David Engster  <dengste@eml.cc>
2182
2183         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2184         in completing-read for back end server.
2185
2186 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2187
2188         * message.el (message-confirm-send): New variable to confirm sending a
2189         message.
2190         (message-send): Use it.
2191
2192 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2193
2194         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2195
2196 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2199
2200 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2201
2202         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2203         prevent tracking too many groups.
2204         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2205         Use it.
2206
2207 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2208
2209         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2210         moving point to the bottom of the window in order to avoid recentering.
2211
2212 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2215
2216         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2217         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2218         (gnus-article-beginning-of-window): Fix calculation.
2219
2220 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-msg.el (gnus-summary-supersede-article)
2223         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2224         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2225         message header.
2226
2227 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2228
2229         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2230         pending output coming after the status change.
2231
2232 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2233
2234         * message.el:
2235         * gnus-start.el:
2236         * gnus-registry.el: Remove VMS support.
2237
2238 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2241         macro.
2242         (rfc2104-hash): Use it.
2243
2244 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2245
2246         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2247         (gnus-summary-sort-by-most-recent-date): New commands.
2248         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2249         and menu entries.
2250
2251 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2254         don't redisplay article for raw contents; remove plural articles stuff.
2255
2256         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2257         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2258         on gnus-summary-save-article; display results properly.
2259
2260 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * lpath.el: No need to fbind ns-focus-frame.
2263
2264 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2267
2268 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2271         gnus-save-all-headers.
2272
2273 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2274
2275         * gnus-util.el (ns-focus-frame): Remove declaration.
2276         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2277         like x.
2278
2279 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2280
2281         * rfc2104.el (rfc2104-zero): Delete defconst.
2282         (rfc2104-hex-alist): Likewise.
2283         (rfc2104-hex-to-int): Delete func.
2284         (rfc2104-hexstring-to-bitstring): Likewise.
2285         (rfc2104-nybbles): New defconst.
2286         (rfc2104-hash): Rewrite for speed.
2287
2288 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * tls.el (open-tls-stream): Make it work with the 2nd argument
2291         BUFFER that is a string but does not exist as a buffer object, as
2292         mentioned in the doc-string.
2293
2294 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2297         SXEmacs.
2298
2299 2008-07-16  Glenn Morris  <rgm@gnu.org>
2300
2301         * gnus-util.el (ns-focus-frame): Declare for compiler.
2302
2303 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2306         set as a group parameter.
2307         (gnus-summary-save-in-pipe): Work when it is called independently.
2308         (gnus-summary-pipe-to-muttprint): Don't modify
2309         gnus-summary-pipe-output-default-command.
2310
2311 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2312
2313         * message.el (message-send-mail-with-sendmail):
2314         Display the error message.
2315
2316 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-art.el (gnus-default-article-saver):
2319         Add gnus-summary-save-in-pipe to choices.
2320         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2321         gnus-summary-pipe-output-default-command as the default command.
2322         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2323         instead of gnus-last-shell-command.
2324
2325         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2326         New user option.
2327         (gnus-summary-muttprint-program): Mention the value will be changed.
2328         (gnus-summary-save-article): Force showing of all headers.
2329         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2330
2331 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2332
2333         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2334
2335 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2336
2337         * nnimap.el (nnimap-id):
2338         * sieve-manage.el (sieve-manage-open): Doc fixes.
2339
2340 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2341
2342         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2343         if available.
2344
2345 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2346
2347         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2348
2349         * nnkiboze.el (nnkiboze-generate-group):
2350         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2351
2352         * nnmairix.el: Require CL.
2353
2354 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * dgnushack.el: Autoload get-display-table and put-display-table for
2357         XEmacs 21.5.
2358
2359         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2360         21.4 and SXEmacs.
2361
2362 2008-06-15  David Engster  <dengste@eml.cc>
2363
2364         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2365
2366 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2367
2368         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2369         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2370         runtime choice under XEmacs.
2371
2372         * gnus-sum.el (gnus-summary-set-display-table):
2373         Use `gnus-put-display-table', `gnus-get-display-table',
2374         `gnus-set-display-table' for the display table, instead of `aset'.
2375
2376         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2377         Use `gnus-put-display-table', `gnus-get-display-table',
2378         `gnus-set-display-table' for the display table.
2379
2380 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2381
2382         * nnmairix.el: Add autoloads.
2383
2384 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2385
2386         * nnmairix.el (nnmairix-delete-recreate-group)
2387         (nnmairix-update-and-clear-marks): Fix error messages.
2388
2389 2008-06-14  David Engster  <dengste@eml.cc>
2390
2391         * nnmairix.el: Upgrade to version 0.6.
2392         (nnmairix-group-toggle-propmarks-this-group)
2393         (nnmairix-group-toggle-readmarks-this-group)
2394         (nnmairix-group-delete-recreate-this-group)
2395         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2396         (nnmairix-remove-tick-mark-original-article): New commands.
2397         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2398         (nnmairix-propagate-marks-to-nnmairix-groups)
2399         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2400         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2401         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2402         functions needed for marks propagation and manipulation of read marks.
2403         (nnmairix-update-groups): New function.
2404         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2405         (nnmairix-determine-original-group-from-registry)
2406         (nnmairix-determine-original-group-from-path)
2407         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2408         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2409         New helper functions.
2410         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2411         keystrokes for new commands.
2412         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2413         (nnmairix-request-group): Check allow-fast group parameter.
2414         (nnmairix-request-create-group): Set allow-fast group parameter if
2415         nnmairix-allowfast-default is set.
2416         (nnmairix-close-group): Propagate marks upon closing if needed.
2417         (nnmairix-group-toggle-threads-this-group): Use new.
2418         nnmairix-group-toggle-parameter helper function.
2419         (nnmairix-search): Better check for empty search result.
2420         (nnmairix-goto-original-article): Use new helper functions for
2421         determining original article.
2422         (nnmairix-show-original-article): Make sure message-id is in brackets.
2423         (nnmairix-call-mairix-binary): Change variable name.
2424         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2425         helper function.
2426         (nnmairix-widget-toggle-activate): Fix doc string.
2427
2428 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * nnir.el: Require edmacro when compiling with XEmacs.
2431         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2432         available in Emacs 21.
2433
2434 2008-06-11  Glenn Morris  <rgm@gnu.org>
2435
2436         * gnus-util.el (x-focus-frame):
2437         * gnus.el (image-size):
2438         * mm-decode.el (image-size): Declare.
2439
2440         * gnus-picon.el (declare-function): Add compat definition.
2441         (image-size): Declare.
2442
2443         * gnus-group.el (tool-bar-map):
2444         * gnus-sum.el (tool-bar-map): Define for compiler.
2445
2446         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2447
2448         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2449
2450         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2451         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2452         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2453         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2454         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2455         * sieve-manage.el, spam-report.el, spam.el:
2456         Remove unnecessary eval-and-compile of autoloads.
2457
2458 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2459
2460         * auth-source.el: Precise Tramp doc.
2461
2462 2008-06-07  Glenn Morris  <rgm@gnu.org>
2463
2464         * nnmairix.el: Remove unnecessary eval-when-compile.
2465
2466 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * lpath.el: Fbind propertize for XEmacs 21.4.
2469
2470 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2471
2472         * nnir.el: Move here from ../contrib.
2473
2474 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2475
2476         * gnus-util.el (gnus-read-shell-command): New function.
2477         * mm-decode.el (mm-pipe-part):
2478         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2479
2480 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2483
2484 2008-06-03  Glenn Morris  <rgm@gnu.org>
2485
2486         * pop3.el (nnheader-accept-process-output): Autoload it.
2487
2488 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2491         are not 2-digit hexadecimal characters that follow `%'s.
2492
2493 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2494
2495         * message.el (message-bogus-recipient-p): Fix type in doc string.
2496         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2497         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2498         Improve custom options.
2499         (message-bogus-recipient-p): Adjust accordingly.
2500
2501 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2502
2503         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2504         long-form month and day names.
2505
2506 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * dgnushack.el: Autoload debug, eudc-expand-inline and
2509         pgg-snarf-keys-region for XEmacs.
2510
2511         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2512
2513         * nnmairix.el: Require edmacro when compiling with XEmacs.
2514
2515 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2516
2517         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2518         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2519
2520 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2521
2522         * auth-source.el: Add more docs.
2523
2524         * netrc.el (netrc-machine): Always match if the port is not given.
2525
2526 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2529         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2530         retrieval faster in some cases, but might make CPU usage larger.  If
2531         this has any bad side effects, we might revert this change.
2532
2533         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2534         seems to make mail retrieval much, much faster.
2535         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2536         unconditionally.
2537
2538         * gnus-draft.el (gnus-group-send-queue): Bind
2539         message-send-mail-partially-limit to nil to avoid being prompted.
2540
2541 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2544
2545         * message.el (message-bogus-address-regexp): Fix and improve custom
2546         type.
2547         (message-setup-hook): Add message-check-recipients as custom option.
2548
2549 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * message.el (message-cite-function): Remove bogus autoload which crept
2552         in during merge from v5-10.
2553
2554 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2555
2556         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2557
2558         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2559
2560         * auth-source.el: Preliminary Tramp docs.
2561         (auth-sources): Change the default auth-sources to use
2562         EPA .gpg files.
2563
2564 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         * nntp.el: Autoload `auth-source-user-or-password'.
2567         (nntp-send-authinfo): Use it.
2568
2569         * nnimap.el: Autoload `auth-source-user-or-password'.
2570         (nnimap-open-connection): Use it.
2571
2572         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2573         for the gnus-message function.
2574         (auth-source-user-or-password): Use it.
2575
2576 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2577
2578         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2579         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2580         (rfc2104-hash): Use it.
2581
2582 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2583
2584         * gnus-art.el (gnus-article-toggle-truncate-lines):
2585         Don't use `iff' in docstring.
2586
2587 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2590
2591         * gnus-util.el (gnus-extract-address-component-name)
2592         (gnus-extract-address-component-email): Convenience functions around
2593         `gnus-extract-address-components'.
2594
2595         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2596         Use `gnus-extract-address-component-email' to fix bug of comparing full
2597         sender name to `user-mail-address'.
2598
2599 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2602         catch/throw to optimize.
2603         (gnus-registry-find-keywords): Just use member to find a keyword.
2604
2605 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2606
2607         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2608         is current before calling gnus-server-prepare.
2609         (gnus-server-setup-buffer, gnus-server-update-server)
2610         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2611
2612 2008-05-04  Juri Linkov  <juri@jurta.org>
2613
2614         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2615         (mailcap-file-default-commands): Use mailcap-replace-in-string
2616         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2617         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2618
2619 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2620
2621         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2622
2623 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2624
2625         * gnus.el: Bump version to 0.11.
2626
2627 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2628
2629         * gnus.el: No Gnus v0.10 is released.
2630
2631 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2634         hooks.
2635         (gnus-update-read-articles): Speed up non-marks-using users.
2636         (gnus-use-marks): Define gnus-use-marks.
2637         (gnus-propagate-marks): Rename variable to something more sensible.
2638
2639 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2640
2641         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2642         (gmm-image-load-path-for-library): Fix typos in docstrings.
2643         (gmm-message): Reflow docstring.
2644
2645 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         * mail-source.el (mail-source-set-1, mail-source-bind):
2648         Move auth-source code out of the macro to clean it up and fix bugs.
2649
2650 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2653         by sender if it's equal to user-mail-address, it's likely to be
2654         useless.
2655
2656         * mail-source.el (mail-source-bind): Don't use user or password if they
2657         are not bound.  Unintern them if they are nil.  Don't use server unless
2658         it's bound, and default it to empty string otherwise.
2659
2660 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         * mail-source.el: Load auth-source.el.
2663         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2664         get user name or password, if auth-sources is set up.
2665
2666         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2667         strategy of splitting with parent.
2668         (gnus-registry-split-fancy-with-parent)
2669         (gnus-registry-post-process-groups): Use it and fix prior
2670         bug (returning a list as the split result).
2671
2672         * auth-source.el (auth-sources): Remove server parameter.
2673         (auth-source-pick, auth-source-user-or-password)
2674         (auth-source-user-or-password-imap)
2675         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2676         (auth-source-user-or-password-sftp)
2677         (auth-source-user-or-password-smtp): Remove server parameter.
2678
2679 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2680
2681         * smime.el (smime-sign-region, smime-encrypt-region)
2682         (smime-decrypt-region):
2683         Remove redundant calls to `generate-new-buffer-name'.
2684
2685 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2686
2687         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2688         Don't use QP for message/rfc822.
2689         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2690
2691 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2692
2693         * sieve-manage.el (sieve-string-bytes): Remove.
2694         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2695         correct byte-length only if the process's coding-system is the same as
2696         the one used internally by Emacs to represent strings.
2697
2698 2008-04-22  Juri Linkov  <juri@jurta.org>
2699
2700         * mailcap.el (mailcap-file-default-commands): New function.
2701
2702 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2703
2704         * message.el (message-signature-separator, message-cite-function):
2705         Change custom version.
2706
2707 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2708
2709         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2710         commands.
2711         (tls-checktrust): Ditto.
2712
2713 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2714
2715         * mm-decode.el (mm-display-external): Make temp file read-only.
2716
2717 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2718
2719         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2720         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2721         `C-c C-f d'.
2722
2723 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2724
2725         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2726
2727 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2728
2729         * gnus.el: Bump version to 0.9.
2730
2731 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * gnus.el: No Gnus v0.8 is released.
2734
2735 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2736
2737         * mail-source.el (mail-source-value):
2738         Prefer fboundp to functionp so it works with macros as well.
2739
2740 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2741
2742         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2743         Fix last change in case the element is not even a symbol.
2744
2745 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2746
2747         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2748         Prefer fboundp to functionp so it works with macros as well.
2749
2750 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2751
2752         * auth-source.el: Added docs.
2753         (auth-sources): Modify format to support server.
2754         (auth-source-pick, auth-source-user-or-password)
2755         (auth-source-user-or-password-imap)
2756         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2757         (auth-source-user-or-password-sftp)
2758         (auth-source-user-or-password-smtp): Add server parameter.
2759
2760 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2761
2762         * gnus-registry.el: Initialize the registry when gnus-registry-install
2763         is t.
2764
2765 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * compface.el (uncompface): Make buffer unibyte.
2768
2769 2008-04-05  Glenn Morris  <rgm@gnu.org>
2770
2771         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2772
2773 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2774
2775         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2776         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2777
2778         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2779         multibyteness after rather than before erasing it.
2780
2781         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2782         mm-with-multibyte.
2783         (gnus-request-article-this-buffer): Make sure the proper decoding is
2784         used if gnus-original-article-buffer happens to be unibyte.
2785
2786         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2787         default-enable-multibyte-characters.
2788
2789         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2790         default-enable-multibyte-characters.
2791
2792         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2793
2794         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2795
2796 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2797
2798         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2799         (imap-message-copyuid-1): Use it.
2800         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2801         J. Williams in
2802         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2803
2804         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2805         imap-enable-exchange-bug-workaround.
2806         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2807
2808 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2809
2810         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2811         a 100 byte status-checks into a 2-3MB transfer for each group.
2812         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2813         to enable bug workaround or not.
2814         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2815
2816 2008-03-31  Glenn Morris  <rgm@gnu.org>
2817
2818         * message.el (mml2015-use): Declare for compiler.
2819         (message-info): Require mml2015 when appropriate.
2820
2821 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2824         whitespace.
2825
2826 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2827
2828         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2829         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2830         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2831         (nntp-service-to-port): New function.
2832         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2833         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2834         (nntp-open-netcat-stream): New function.
2835         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2836
2837 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2838
2839         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2840
2841 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2842
2843         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2844
2845 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2846
2847         * dns.el (dns-write): Use set-buffer-multibyte.
2848
2849 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2850
2851         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2852
2853 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * message.el (message-signature-separator): Change default.
2856         Improve custom type.
2857         (message-cite-function): Change default to
2858         message-cite-original-without-signature.
2859
2860         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2861         toggle.
2862
2863         * message.el (message-check-news-body-syntax): Fix signature check.
2864         (message-setup-1): Mark buffer as unmodified _after_ running
2865         message-setup-hook and handling message-alternative-emails.
2866         (message-shorten-references): Be more strict when building list of
2867         valid references to comply with GNKSA.
2868
2869         * gnus-group.el (gnus-read-ephemeral-bug-group)
2870         (gnus-read-ephemeral-debian-bug-group)
2871         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2872
2873         * message.el (message-info): Don't use booleanp which isn't supported
2874         in Emacs 21 and XEmacs.
2875
2876 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2879         gnus-group-gmane-group-download-format.
2880         (gnus-group-read-ephemeral-gmane-group): Rename from
2881         gnus-group-read-ephemeral-gmane-group.
2882         (gnus-read-ephemeral-gmane-group-url): Rename from
2883         gnus-group-read-ephemeral-gmane-group-url.
2884         (gnus-bug-group-download-format-alist): New variable.
2885         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2886         (gnus-read-ephemeral-emacs-bug-group): New commands.
2887
2888 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2889
2890         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2891         (gnus-visible-headers): Improve custom type.
2892
2893 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * mml.el (mml-menu): Add workarounds for XEmacs.
2896
2897         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2898         X-Boundary header.
2899
2900         * message.el (message-simplify-recipients): Fix previous commit.
2901
2902 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2903
2904         * mm-util.el (mm-set-buffer-multibyte): New function.
2905         * mm-decode.el (mm-copy-to-buffer): Use it.
2906
2907 2008-03-19  Glenn Morris  <rgm@gnu.org>
2908
2909         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2910         Accidentally removed in the sync process with Emacs.
2911
2912 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2913
2914         * message.el (message-alter-recipients-discard-bogus-full-name):
2915         New function.
2916         (message-alter-recipients-function): New variable.
2917         (message-get-reply-headers): Use it.
2918         (message-replace-header): New helper function.
2919         (message-recipients-without-full-name): New variable.
2920         (message-simplify-recipients): New command.
2921
2922         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2923
2924         * message.el (message-info): Handle EasyPG manual.
2925
2926         * mml.el (mml-menu): Add entry for EasyPG.
2927
2928 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2929
2930         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2931         parameter.
2932
2933         * message.el (message-disassociate-draft): Specify drafts group name
2934         fully.
2935
2936 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2937
2938         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2939         unnecessary duplicates from the match list.
2940
2941 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2944
2945         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2946
2947         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2948         args of `how-many' of which the XEmacs version doesn't take; declare
2949         Info-index-next as function.
2950
2951 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2952
2953         * gnus-score.el (gnus-score-headers): Fix handling of
2954         gnus-inhibit-slow-scoring.
2955
2956         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2957         string.
2958         (gnus-button-url-regexp): Improve handling of parenthesis.
2959         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2960         (gnus-button-handle-info-keystrokes): Handle index entries.
2961
2962 2008-03-15  Glenn Morris  <rgm@gnu.org>
2963
2964         * parse-time.el (parse-time-string): Simplify.
2965
2966 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2969         Incoming* files.
2970
2971 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2972
2973         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2974         (auth-source-pick): Use it.
2975
2976 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2977
2978         * binhex.el (binhex-decode-region-internal):
2979         * uudecode.el (uudecode-decode-region-internal):
2980         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2981         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2982         setting default-enable-multibyte-characters.
2983
2984 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2985
2986         * auth-source.el (auth-source-protocols)
2987         (auth-source-protocols-customize, auth-source-choices): Added and
2988         modified variable customizations and defaults.
2989         (auth-source-pick, auth-source-user-or-password)
2990         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2991         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2992         (auth-source-user-or-password-sftp)
2993         (auth-source-user-or-password-smtp): Use new variables and provide an
2994         interface to netrc.el.
2995
2996 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2999         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3000         Make sure the nntp port to specify is a string.
3001
3002 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3003
3004         * nntp.el: Use with-current-buffer.
3005         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3006         dubious mm-with-unibyte-current-buffer.
3007         (nntp-with-open-group-function): New function extracted from
3008         nntp-with-open-group macro.
3009         (nntp-with-open-group): Use the function, so it's easier to debug.
3010         Add indentation and debugging info.
3011         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3012         the use of the netcat alternatives.
3013
3014         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3015         Avoid mm-string-as-multibyte as well.
3016
3017         * nnweb.el (nnweb-insert-html):
3018         Remove use of nnheader-string-as-multibyte.
3019
3020         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3021         (nnheader-string-as-multibyte): Remove.
3022
3023         * mm-view.el: Use inhibit-read-only.
3024         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3025         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3026         or unibyte-string.
3027
3028         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3029         (mm-uu-yenc-extract): Use with-current-buffer.
3030
3031         * gnus-soup.el (gnus-soup-send-packet): Don't use
3032         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3033
3034         * nnmh.el: Use with-current-buffer.
3035         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3036         mm-string-as-multibyte on the output of mm-encode-coding-string.
3037
3038         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3039         (nnimap-request-move-article): Use with-current-buffer.
3040
3041         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3042         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3043         conversion uses string-make-unibyte rather than string-as-unibyte.
3044
3045         * gnus-msg.el: Use with-current-buffer.
3046
3047         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3048
3049 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3050
3051         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3052         string for caching if it is 'PIN.
3053
3054 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * lpath.el: Consider the case without Emacs/W3.
3057
3058 2008-03-08  Glenn Morris  <rgm@gnu.org>
3059
3060         * time-date.el (date-to-time, time-subtract, time-add)
3061         (safe-date-to-time): Doc fixes.
3062
3063 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3064
3065         * mail-source.el (mail-source-delete-old-incoming-confirm):
3066         Change default to nil.
3067         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3068
3069 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * lpath.el: Rearrange.
3072
3073         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3074         (gnus-article-goto-prev-page): Work for articles having ^L's.
3075
3076         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3077
3078         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3079
3080 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3081
3082         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3083         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3084         (gnus-bookmark-jump): Adjust some variable names.
3085
3086 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         * auth-source.el: New package.
3089         (auth-source-choices): Add customization entry point variable.
3090
3091         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3092         bug.
3093
3094 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3095
3096         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3097         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3098         (gnus-registry-install-shortcuts): Rename from
3099         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3100         the `gnus-registry-mark-map' keymap dynamically from
3101         `gnus-registry-marks'.  The generated functions update the summary line
3102         when a registry mark is added or deleted, and will call
3103         `gnus-registry-install-p' (see the comments in the code).
3104         (gnus-registry-user-format-function-M): Use concat intelligently.
3105
3106         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3107         the registry mark functions.
3108
3109 2008-03-05  Glenn Morris  <rgm@gnu.org>
3110
3111         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3112         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3113         gnus-art.
3114         (top-level): No need to load own source when compiling.
3115
3116 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3119         Suggested by <chris.anderton@zetnet.co.uk>.
3120
3121 2008-03-04  Glenn Morris  <rgm@gnu.org>
3122
3123         * gnus-sum.el (top-level): No need to require gnus when compiling,
3124         since unconditionally required near start of file.
3125         (gnus-summary-display-while-building): Move definition before use.
3126
3127 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3128
3129         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3130         formatting function.
3131
3132 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3133
3134         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3135         with plists.
3136         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3137         Use new format.
3138
3139 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3142         `where-is-internal' that returns a range of key sequences.
3143
3144 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3147
3148         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3149         (gnus-summary-jump-to-group): Consider windows on other displayed
3150         frames as well.  Similar changes might be needed elsewhere, but that's
3151         the one I've bumped into during my use.
3152
3153         * nndoc.el (nndoc-oe-dbx-type-p):
3154         * gnus-msg.el (gnus-debug):
3155         * gnus-group.el (gnus-update-group-mark-positions):
3156         Use mm-string-to-multibyte.
3157
3158 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3159
3160         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3161         doesn't handle NotDashEscaped.
3162
3163         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3164         (mml-dnd-attach-options): Fix typo in custom choice.
3165
3166         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3167         nndoc-article-type to mbox.
3168         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3169
3170         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3171         to nil, instead of html2text.
3172
3173         * imap.el (imap-debug): Add `imap-ping-server'.
3174
3175         * gnus-bookmark.el: Add FIXMEs.
3176
3177         * message.el (message-form-letter-separator)
3178         (message-send-form-letter-delay): New variables.
3179         (message-send-form-letter): Use them.  New command to send form
3180         letters.  Requested by Uwe Siart.
3181         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3182
3183 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * Update copyright years.
3186
3187 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3188
3189         Sync from EMACS_22_BASE.
3190
3191         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3192
3193 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3194
3195         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3196         empty author.
3197
3198 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3199
3200         * gnus-registry.el (gnus-registry-marks): Add variable for
3201         customization of marks and their appearance.
3202         (gnus-registry-read-mark): Use it.
3203         (gnus-registry-do-marks): Add utility function to loop through
3204         `gnus-registry-marks'.
3205         (gnus-registry-install-shortcuts-and-menus): Add function to install
3206         shortcuts and menus.
3207         (gnus-registry-initialize): Use it.
3208         (gnus-registry-default-mark): Clarify documentation.
3209
3210 2008-02-29  Glenn Morris  <rgm@gnu.org>
3211
3212         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3213         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3214         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3215         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3216         Change defcustom :version from 23.0 to 23.1.
3217
3218 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3219
3220         * gnus-registry.el (gnus-registry-follow-group-p)
3221         (gnus-registry-post-process-groups): Add functions to aid registry
3222         splitting and improve logging.  Clarify behavior in function
3223         documentation.
3224         (gnus-registry-split-fancy-with-parent): Use them.
3225
3226 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3227
3228         * gnus-art.el: Use with-current-buffer.
3229
3230 2008-02-27  David Engster  <dengste@eml.cc>
3231
3232         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3233         Express real group name in the response.
3234
3235 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3238         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3239         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3240         autoload gnus-registry-fetch-group when compiling.
3241         (nnmairix-request-group-with-article-number-correction): Remove
3242         unreferenced argument passed to nnmairix-call-backend.
3243
3244 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3247         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3248         Wilde.
3249
3250 2008-02-27  Glenn Morris  <rgm@gnu.org>
3251
3252         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3253         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3254         variables to defconsts.  Convert comments to doc-strings.
3255         (nnmairix-last-server, nnmairix-current-server): Convert from free
3256         variables to defvars.  Convert comments to doc-strings.
3257         (gnus-registry-fetch-group): Autoload.
3258         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3259         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3260         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3261         caddr.
3262         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3263         nnmairix-request-group-with-article-number-correction call.
3264         (nnmairix-fast, nnmairix-group): New, less general names, for free
3265         variables passed from nnmairix-request-group to
3266         nnmairix-request-group-with-article-number-correction.  Declare.
3267         (nnmairix-request-group-with-article-number-correction):
3268         Use nnmairix-fast, nnmairix-group rather than fast, group.
3269
3270 2008-02-26  David Engster  <dengste@eml.cc>
3271
3272         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3273         version 0.5.
3274
3275 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3276
3277         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3278         instead of making an extra function call.  Don't add the current group
3279         to articles only when they have the group.  Use
3280         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3281         Reported by David <de_bb@arcor.de>.
3282
3283 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3286         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3287
3288 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3289
3290         * mail-source.el (mail-source-delete-incoming): Change default.
3291         Supplement doc string.
3292
3293         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3294
3295 2008-02-14  Glenn Morris  <rgm@gnu.org>
3296
3297         * time-date.el (format-seconds): New function.
3298
3299 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3300
3301         * nnmail.el (nnmail-message-id-cache-file): Derive from
3302         `gnus-home-directory'.
3303
3304 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3307         Document negative prefix.
3308
3309         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3310
3311 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * message.el (message-unsent-separator): Add the Exim bounce
3314         separator.
3315
3316 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3317
3318         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3319         list.
3320         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3321         recipient/signer list.
3322
3323 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * Makefile.in (datarootdir): Define.
3326         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3327         name that might contain whitespace.
3328
3329 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3330
3331         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3332         fbound (Emacs 23 unicode), signal an error.
3333
3334 2008-02-08  Glenn Morris  <rgm@gnu.org>
3335
3336         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3337
3338 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3339
3340         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3341         ports to the calls to `netrc-machine-user-or-password' in addition to
3342         "imap" and "imaps".
3343
3344 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3345
3346         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3347
3348         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3349
3350 2008-02-01  Kenichi Handa  <handa@m17n.org>
3351
3352         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3353         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3354         (rfc2104-hash): Convert the result of concat to unibyte string.
3355
3356 2008-02-01  Dave Love  <fx@gnu.org>
3357
3358         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3359         coding-system-for-read.
3360         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3361
3362 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3365         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3366         <hanche@math.ntnu.no>.
3367
3368 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3371
3372         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3373
3374 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3375
3376         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3377         * message.el (message-beginning-of-line): Use featurep instead of bound
3378         tests in order to resolve conditionals at compile time.
3379
3380 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3381
3382         * mail-source.el (mail-sources): Add `group' choice.
3383
3384         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3385         parameter `in-group' to control into which group the articles go.
3386         Add treatment of `group' mail-source.
3387
3388 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3391
3392         * mm-decode.el (mm-dissect-buffer): Decode description.
3393
3394         * mml.el (mml-to-mime): Encode message header first.
3395
3396 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3399         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3400
3401         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3402         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3403
3404 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3405
3406         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3407
3408 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3411         prefix keys.
3412         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3413         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3414         gnus-xmas.el.
3415
3416         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3417         (gnus-xmas-article-describe-bindings): New function.
3418         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3419         gnus-xmas-article-describe-bindings.
3420
3421         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3422
3423 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3424
3425         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3426         Add new variables for article mark management.
3427         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3428         list of extra data entries which, when present, will indicate that the
3429         article ID should not be trimmed from the registry.
3430         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3431         functions.
3432         (gnus-registry-read-mark): New function to read a mark name from the
3433         user.
3434         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3435         (gnus-registry-set-article-mark-internal): New functions to add and
3436         remove marks.
3437         (gnus-registry-get-article-marks): New function to show the marks for
3438         an article, or retrieve them for further use.
3439
3440 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3443         keys when no argument is given.
3444
3445 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * imap.el (imap-ping-server): New variable.
3448         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3449         (imap-ping-server): Minor doc string fixes.
3450
3451 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3452
3453         * imap.el (imap-ping-server): New function.
3454         (imap-opened): Call imap-ping-server.
3455
3456 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * gnus-sum.el (gnus-article-sort-by-random)
3459         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3460         jidanni@jidanni.org.
3461
3462 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-article-describe-bindings): New function.
3465         (gnus-article-read-summary-keys): Use it.
3466         (gnus-article-mode-map): Bind `C-h b' to it.
3467
3468 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3471         XEmacs.
3472         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3473         against non-character events.
3474
3475         * lpath.el: Fbind map-keymap for Emacs 21.
3476
3477 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3480         command.
3481         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3482         instead of END.  Change name of the temp file.
3483         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3484         customizable.
3485
3486 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3489         bind `S W' to gnus-article-wide-reply-with-original; set default
3490         binding to gnus-article-read-summary-send-keys.
3491         (gnus-article-read-summary-keys): Fix the order of keys; display
3492         continuation keys correctly in the echo area; describe bindings
3493         correctly when keys end with `C-h'.
3494         (gnus-article-read-summary-send-keys): New function.
3495         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3496         for gnus-article-read-summary-send-keys; display continuation keys
3497         correctly in the echo area.
3498         (gnus-article-reply-with-original): Ignore prefix argument.
3499         (gnus-article-wide-reply-with-original): New function.
3500
3501         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3502         Emacs 21.
3503
3504 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3507         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3508
3509 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3512         (gnus-group-read-ephemeral-gmane-group): New command.
3513
3514 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3515
3516         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3517
3518 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * message.el (message-send-mail-function): Increase custom version.
3521
3522         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3523         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3524
3525 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3526
3527         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3528         for the cases where imap-authenticate is called with a nil buffer
3529         parameter.
3530
3531 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3534         html parts correctly; support forwarded messages.
3535         (gnus-article-browse-html-article): Remove work buffers.
3536
3537         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3538         compiling.
3539         (netrc-bound-and-true-p): New macro.
3540         (netrc-parse): Use it instead of bound-and-true-p that is not available
3541         in XEmacs 21.4.
3542
3543 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * gnus-registry.el (gnus-registry-mark-article)
3546         (gnus-registry-article-marks): Add functionality to mark articles
3547         through the Gnus registry.
3548
3549         * encrypt.el: Clarify documentation for the new pgg method.
3550         (encrypt-file-alist): Add PGG option.
3551         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3552         functionality.  Abstract password key and messaging to external
3553         functions.
3554         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3555         (encrypt-message-method-and-cipher): Add new convenience external
3556         functions.
3557         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3558         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3559
3560         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3561         (netrc-parse): Use encrypt-file-alist to determine if
3562         encrypt-find-model or encrypt-insert-file-contents should be used.
3563
3564         * encrypt.el: Clarify documentation.  Load password-cache or
3565         password, whichever one is found first, instead of autoloading.
3566
3567 2007-12-19  Glenn Morris  <rgm@gnu.org>
3568
3569         * mml.el (message-options-set, message-narrow-to-head)
3570         (message-in-body-p, message-mail-p, message-encode-message-body):
3571         Autoload.
3572         (message-remove-header, message-narrow-to-headers-or-head)
3573         (message-subscribed-p, message-make-mail-followup-to)
3574         (message-position-on-field, message-news-p)
3575         (message-options-set-recipient, message-generate-headers)
3576         (message-sort-headers): Declare as functions.
3577
3578 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3579
3580         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3581         convention in doc string.
3582
3583 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3586         title to html parts.
3587         (gnus-article-browse-html-article): Pass message header to it.
3588
3589         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3590
3591 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3594         or password compatible with XEmacs.
3595
3596 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3599         format document.
3600         (gnus-mime-delete-part): Don't write description line if empty.
3601         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3602
3603 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3604
3605         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3606         (gnus-summary-mark-read-and-unread-as-read)
3607         (gnus-summary-mark-current-read-and-unread-as-read)
3608         (gnus-summary-mark-unread-as-ticked): Doc fix.
3609         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3610
3611 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3612
3613         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3614         Christoph Conrad <christoph.conrad@gmx.de>.
3615
3616 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3617
3618         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3619         yes-or-no-p.
3620
3621 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * mm-decode.el (mm-add-meta-html-tag): New function.
3624         (mm-save-part-to-file, mm-pipe-part): Use it.
3625
3626         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3627         gnus-y-or-n-p instead of y-or-n-p.
3628         (gnus-article-browse-html-parts): Work with message/external-body; use
3629         mm-add-meta-html-tag.
3630
3631 2007-12-11  Glenn Morris  <rgm@gnu.org>
3632
3633         * gnus-cache.el: Require gnus-sum not just when compiling.
3634
3635         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3636
3637         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3638         definitions before use.
3639
3640         * mm-decode.el: Require gnus-util.
3641         (mm-remove-part): Only call delete-annotation on XEmacs.
3642
3643         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3644
3645         * nnmail.el: Require gnus-int.
3646
3647         * spam.el: Move `require's before `eval-when-compile's.
3648
3649         * gnus-ems.el (gnus-alive-p):
3650         * gnus-fun.el (message-goto-eoh):
3651         * gnus-util.el (gnus-group-name-decode):
3652         * mail-source.el (gnus-compress-sequence):
3653         * message.el (Info-goto-node, format-spec):
3654         * mm-bodies.el (message-options-get):
3655         * mm-decode.el (mm-view-pkcs7):
3656         * mm-util.el (gmm-write-region):
3657         * mml-smime.el (mml-compute-boundary)
3658         (gnus-completing-read-with-default):
3659         * mml.el (widget-button-press, gnus-make-hashtable):
3660         * mml1991.el (mm-decode-content-transfer-encoding)
3661         (mm-encode-content-transfer-encoding)
3662         (message-options-get, message-options-set):
3663         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3664         * nnfolder.el (gnus-request-group):
3665         * nnheader.el (ietf-drums-unfold-fws):
3666         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3667         * smime.el (gnus-run-mode-hooks):
3668         * spam-stat.el (gnus-message): Autoload.
3669
3670         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3671         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3672         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3673         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3674         Add declare-function compatibility definition.
3675
3676         * gnus-cache.el (nnvirtual-find-group-art):
3677         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3678         (gnus-add-image, gnus-add-wash-type):
3679         * gnus-group.el (nnkiboze-score-file):
3680         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3681         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3682         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3683         (message-tokenize-header, gnus-get-buffer-create)
3684         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3685         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3686         * gnus.el (gnus-group-decoded-name):
3687         * mail-source.el (imap-capability):
3688         * mm-bodies.el (message-options-set):
3689         * mm-decode.el (gnus-configure-windows):
3690         * mm-extern.el (message-goto-body):
3691         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3692         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3693         (epg-sub-key-validity, message-options-set):
3694         * mml.el (widget-event-point, gnus-configure-windows):
3695         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3696         * mml2015.el (epg-check-configuration, epg-configuration)
3697         (message-options-set):
3698         * nndb.el (nndb-request-article):
3699         * nnfolder.el (gnus-request-create-group):
3700         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3701         * nnmaildir.el (gnus-group-mark-article-read):
3702         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3703         * rfc1843.el (message-fetch-field):
3704         * spam.el (gnus-extract-address-components):
3705         Declare as functions.
3706
3707 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3710
3711         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3712
3713         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3714         bind show-trailing-whitespace for XEmacs.
3715
3716 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3719         new no-op macro for backward compatibility.
3720
3721         * imap.el (imap-string-to-integer): New function.
3722
3723 2007-12-09  Glenn Morris  <rgm@gnu.org>
3724
3725         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3726
3727         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3728         * message.el, mm-view.el, sieve-manage.el, smime.el:
3729         Add declare-function compatibility definition.
3730
3731         * gnus-art.el (w3-region, w3m-region, Info-menu):
3732         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3733         * gnus-sum.el (gnus-get-predicate):
3734         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3735         * message.el (mail-abbrev-in-expansion-header-p):
3736         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3737         (w3m-detect-meta-charset, w3m-region):
3738         * sieve-manage.el (password-read, password-cache-add)
3739         (password-cache-remove):
3740         * smime.el (password-read-and-add): Declare as functions.
3741
3742 2007-12-08  David Kastrup  <dak@gnu.org>
3743
3744         * gnus-sum.el (gnus-summary-simplify-subject-query):
3745         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3746         `message'.
3747
3748 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3751         it to bind idna-program, installation-directory, defined-colors, and
3752         face-attribute for XEmacs of the version that compiles defcustom forms.
3753
3754 2007-12-07  Glenn Morris  <rgm@gnu.org>
3755
3756         * gnus-art.el (article-make-date-line): Revert previous change.
3757
3758 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3761
3762 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3763
3764         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3765         Call gnus-add-to-range ranges only once with a prepared article-list.
3766
3767 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3768
3769         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3770         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3771         group names with backslashes.  Reported by Tassilo Horn
3772         <tassilo@member.fsf.org>.
3773
3774 2007-12-06  Deepak Goel  <deego3@gmail.com>
3775
3776         * gnus-art.el (article-make-date-line):
3777         * gnus-start.el (gnus-load):
3778         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3779
3780 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-art.el (gnus-use-idna)
3783         * gnus-start.el (gnus-site-init-file)
3784         * message.el (message-use-idna)
3785         * mm-uu.el (mm-uu-hide-markers)
3786         * smiley.el (smiley-style): Revert changes that suppress warnings.
3787
3788 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3791         specify charset to html source.  Reported by Christoph Conrad
3792         <christoph.conrad@gmx.de>.
3793
3794 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3797         idna-program in order to suppress byte compile warning issued by XEmacs
3798         that came to byte compile the default value section of defcustom forms
3799         recently.
3800
3801         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3802         value of installation-directory.
3803
3804         * message.el (message-use-idna): Don't directly refer to the value of
3805         idna-program.
3806
3807         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3808
3809         * smiley.el (smiley-style): Don't directly call face-attribute.
3810
3811 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3812
3813         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3814
3815         * gnus-dired.el: Reduce Gnus dependencies.
3816         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3817         require.  Use autoloads instead.
3818         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3819         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3820         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3821         (gnus-dired-mode): Adjust doc string.
3822         (gnus-dired-mail-mode): New variable.
3823         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3824         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3825         (gnus-dired-mail-buffers): New function.  Return mail or message
3826         composition buffers.
3827         (gnus-dired-attach): Use it.
3828         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3829         NO-DECODE.
3830         (gnus-dired-print): Use `gnus-print-buffer' depending on
3831         `gnus-dired-mail-mode'.
3832
3833 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * rfc2047.el (rfc2047-encoded-word-regexp)
3836         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3837         explaining what regexp patterns are for.
3838
3839 2007-12-04  Glenn Morris  <rgm@gnu.org>
3840
3841         * password.el: Move to password-cache.el.
3842
3843         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3844         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3845         * mml-smime.el (password-read, password-cache-add)
3846         (password-cache-remove):
3847         No need to autoload, since mml-sec requires password.
3848
3849         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3850         * message.el (gnus-extract-address-components):
3851         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3852
3853         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3854         password.
3855
3856 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * mailcap.el: Reduce dependencies.
3859         (mail-header-parse-content-type): Autoload.
3860         (mailcap-delete-duplicates): New alias.
3861         (mailcap-mime-info): Add optional argument NO-DECODE.
3862         (mailcap-mime-types): Use mailcap-delete-duplicates.
3863
3864         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3865
3866 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3867
3868         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3869         (imap-parse-status): Upcase status-att for servers that sends them
3870         lower-case (e.g., MS Exchange 2007).
3871
3872 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3875         function.
3876
3877         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3878         (gnus-uu-yenc-article): New function.
3879
3880         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3881
3882         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3883         buffer.
3884
3885 2007-12-02  Glenn Morris  <rgm@gnu.org>
3886
3887         * binhex.el (binhex): New custom group.
3888         (binhex-decoder-program, binhex-decoder-switches)
3889         (binhex-use-external): Move to the binhex custom group.
3890
3891         * uudecode.el (uudecode): New custom group.
3892         (uudecode-decoder-program, uudecode-decoder-switches)
3893         (uudecode-use-external): Move to the uudecode custom group.
3894
3895         * netrc.el (top-level): Don't load `encrypt' features.
3896         (netrc-parse): Don't use encrypt.
3897         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3898
3899         * encrypt.el: Remove file.
3900
3901 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3904         matches on patches.
3905
3906         * gnus-art.el (gnus-article-browse-html-article): Mention
3907         `mm-text-html-renderer' in the doc string.
3908
3909         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3910         string.  Add comments.
3911
3912         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3913         if rhs is ASCII.
3914
3915 2007-12-01  Glenn Morris  <rgm@gnu.org>
3916
3917         * mail-source.el (top-level): Require format-spec before
3918         eval-when-compile.
3919
3920 2007-11-30  Glenn Morris  <rgm@gnu.org>
3921
3922         * encrypt.el: Require password, rather than autoloading password-read.
3923
3924 2007-11-29  Glenn Morris  <rgm@gnu.org>
3925
3926         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3927         (sasl-make-client, sasl-next-step, sasl-step-data)
3928         (sasl-step-set-data): Declare as functions.
3929
3930 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3931
3932         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3933
3934 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3935
3936         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3937         certs should be verified and what is to be done in the event of a
3938         verification failure.
3939
3940         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3941         caller can indicate whether the cache should be disregarded for this
3942         call.  This way the result of the call is reproducible at all times and
3943         can be considered a canonical server name for the supplied method.
3944         (gnus-agent-method-p): Canonicalize server names by pushing their
3945         method through `gnus-method-to-server' using the no-cache argument.
3946
3947         * gnus-srvr.el (gnus-server-insert-server-line): Call
3948         `gnus-method-to-server' with `no-cache' argument.
3949
3950         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3951         gnus-agent-possibly-synchronize-flags as this should be called when the
3952         server is actually being opened.
3953         (gnus-agent-possibly-synchronize-flags)
3954         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3955         flags file of an agentized server to the latter function.
3956
3957         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3958         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3959         after a connection has been established successfully.
3960
3961 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-art.el (article-display-face): Force to display face if called
3964         interactively; check if gnus-article-x-face-too-ugly matches author.
3965         (article-display-x-face): Display face even if From header is missing
3966         as article-display-face does.
3967
3968 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3969
3970         * hashcash.el (message-narrow-to-headers-or-head)
3971         (message-fetch-field, message-goto-eoh)
3972         (message-narrow-to-headers): Declare as functions.
3973
3974 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * mail-source.el (mail-sources): Default to fetch from file for
3977         compatibility with default of nnmail-spool-file.
3978
3979 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3982         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3983         to look for encoded word that should be encoded again.
3984         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3985         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3986         encoding pattern.
3987         (rfc2047-decode-region): Switch strict regexp and loose one according
3988         to rfc2047-allow-irregular-q-encoded-words.
3989
3990 2007-11-25  Romain Francoise  <romain@orebokech.com>
3991
3992         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3993
3994 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3995
3996         * tls.el (tls-program): Provide more custom choices from
3997         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3998         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3999
4000 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4003         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4004
4005         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4006         `nnmail-spool-file'.
4007
4008         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4009         `nnmail-spool-file'.
4010
4011         * gnus-move.el (gnus-change-server): Ditto.
4012
4013         * gnus-kill.el (gnus-batch-score): Ditto.
4014
4015         * gnus-cache.el (gnus-jog-cache): Ditto.
4016
4017         * gnus-msg.el (gnus-summary-reply):
4018         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4019
4020 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4023         version.  Minor improvement to doc strings.
4024         (tls-program): Add comment.
4025
4026 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4027
4028         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4029         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4030         mismatch between the hostname provided in the certificate and the name
4031         of the host connnecting to.
4032         (open-tls-stream): Use them.  Check certificates against trusted root
4033         certificates.
4034
4035 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4036
4037         * gnus-cache.el (gnus-cache-generate-nov-databases):
4038         Use nnml-generate-nov-databases-directory instead of
4039         nnml-generate-nov-databases-1.
4040
4041 2007-11-24  Glenn Morris  <rgm@gnu.org>
4042
4043         * message.el (message-tool-bar-retro): Update for rename
4044         mail_send.xpm->mail-send.xpm.
4045
4046 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4047
4048         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4049         `smime-ldap-search' for Emacs 22 and up.
4050
4051 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4052
4053         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4054
4055         * message.el (message-send-mail-function): Fix error convention.
4056         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4057         (message-widen-reply, message-send-mail, message-talkative-question)
4058         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4059         (message-clone-locals, message-send-news): Use with-current-buffer.
4060         (message-insert-or-toggle-importance): Remove unused var `valid'.
4061         (message-make-references): Remove unused var `new-references'.
4062         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4063
4064 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4065
4066         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4067         (spam-split-symbolic-return-positive): Reflow docstring.
4068         (spam-backends, spam-summary-exit-behavior)
4069         (spam-mark-ham-unread-before-move-from-spam-group)
4070         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4071         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4072         (spam-clear-cache, spam-backend-check, spam-install-backend)
4073         (spam-install-statistical-backend, spam-list-of-processors)
4074         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4075         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4076         (spam-check-crm114, spam-initialize, spam-unload-hook):
4077         Fix typos in docstrings.
4078
4079 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4082         been checked if they have never been read and those group levels are
4083         higher than the one that a user specified.
4084
4085 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4088         foreign groups unless a group level is specified by a user.
4089         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4090
4091 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * message.el (message-send-mail-function): Require sendmail.
4094
4095 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * message.el (message-send-mail-function): Check for smtpmail too.
4098
4099         * utf7.el (utf7-encode, utf7-decode): Use coding system
4100         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4101
4102         * message.el (message-send-mail-function): New function.
4103         (message-send-mail-function): Set default using
4104         message-send-mail-function.  Adjust doc string.
4105         (message-send-mail-with-mailclient): New function.
4106
4107 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4108
4109         * smime.el (from):
4110         * rfc2047.el (message-posting-charset):
4111         * qp.el (mm-use-ultra-safe-encoding):
4112         * pop3.el (parse-time-months):
4113         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4114         * nnml.el (files):
4115         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4116         (jka-compr-compression-info-list, ange-ftp-path-format)
4117         (efs-path-regexp):
4118         * nndiary.el (files):
4119         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4120         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4121         (epg-digest-algorithm-alist, inhibit-redisplay)
4122         (password-cache-expiry):
4123         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4124         (pgg-output-buffer, password-cache-expiry):
4125         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4126         (efs-path-regexp):
4127         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4128         (inhibit-redisplay):
4129         * mm-uu.el (file-name, start-point, end-point, entry)
4130         (gnus-newsgroup-name, gnus-newsgroup-charset):
4131         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4132         (latin-unity-ucs-list):
4133         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4134         (mm-uu-binhex-decode-function):
4135         * message.el (gnus-message-group-art, gnus-list-identifiers)
4136         (rmail-enable-mime-composing, gnus-local-organization)
4137         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4138         (gnus-read-active-file, facemenu-add-face-function)
4139         (facemenu-remove-face-function, gnus-article-decoded-p)
4140         (tool-bar-mode):
4141         * mail-source.el (display-time-mail-function):
4142         * gnus-util.el (nnmail-pathname-coding-system)
4143         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4144         (gnus-original-article-buffer, gnus-user-agent)
4145         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4146         (xemacs-codename, sxemacs-codename, emacs-program-version):
4147         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4148         * gnus-start.el (gnus-agent-covered-methods)
4149         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4150         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4151         (gnus-newsgroup-headers, gnus-group-list-mode)
4152         (gnus-group-mark-positions, gnus-newsgroup-data)
4153         (gnus-newsgroup-unreads, nnoo-state-alist)
4154         (gnus-current-select-method, mail-sources)
4155         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4156         (nnmail-spool-file, gnus-cache-active-hashtb):
4157         * gnus-mh.el (mh-lib-progs):
4158         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4159         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4160         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4161         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4162         (gnus-group-buffer):
4163         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4164         (font-lock-set-defaults):
4165         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4166         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4167         (gnus-summary-post-menu, total-parts, type, condition, length):
4168         * gnus-agent.el (gnus-agent-read-agentview):
4169         * flow-fill.el (show-trailing-whitespace):
4170         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4171         eval-and-compile wrappers for byte compiler pacifiers.
4172
4173         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4174         (mm-display-inline-fontify): Check for featurep 'xemacs not
4175         extent-list.
4176
4177         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4178         itimer-list.
4179         (mm-create-image-xemacs): Only do something for XEmacs.
4180         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4181
4182         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4183
4184         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4185         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4186
4187 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4188
4189         * nnimap.el (nnimap-split-download-body):
4190         * gnus-demon.el (gnus-demon):
4191         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4192
4193 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4196         macros.
4197         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4198         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4199         copy data from unibyte buffer to multibyte current buffer.
4200         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4201         to copy data from unibyte current buffer to multibyte buffer.
4202         (nntp-make-process-buffer): Make process buffer unibyte.
4203
4204         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4205
4206 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4207
4208         * pop3.el (pop3-open-server): Accept and process data more robustly at
4209         connexion start to avoid spurious "POP SSL connexion failed" errors.
4210
4211 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4214         read group names.
4215
4216 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4219
4220 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4223         (nnmail-save-active): Use a unibyte buffer when saving active file,
4224         which may contain non-ASCII group names.
4225
4226         * nnml.el (nnml-request-group): Decode group names in messages.
4227
4228 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * message.el (message-citation-line-function)
4231         (message-insert-formatted-citation-line): Fix spelling of
4232         `message-insert-formated-citation-line'.
4233
4234 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4237
4238 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4241         nnmail-pathname-coding-system.
4242
4243         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4244         that a user enters; decode group names in messages.
4245
4246         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4247
4248 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4251
4252         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4253
4254         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4255         risky local variable.
4256
4257         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4258
4259 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * encrypt.el: Improve documentation to fix function name typo.
4262         Reported by Daiki Ueno <ueno@unixuser.org>.
4263
4264 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4267         even if the point is not in the last page of an article.
4268         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4269         back to the previous page.
4270
4271 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4272
4273         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4274
4275 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4278
4279 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4280
4281         * message.el (message-check-news-body-syntax): Avoid
4282         mm-string-as-multibyte.
4283         (message-hide-headers): Don't assume (point-min)==1.
4284
4285 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4286
4287         * message.el (message-remove-blank-cited-lines): Fix if remove is
4288         given.
4289         (message-bogus-address-regexp): New variable.
4290         (message-bogus-recipient-p): New function.
4291         (message-check-recipients): New command.
4292         (message-syntax-checks): Add `bogus-recipient'.
4293         (message-fix-before-sending): Add `bogus-recipient'.
4294
4295         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4296         (gnus-treat-body-boundary): Don't test window-system.
4297
4298 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4299
4300         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4301
4302 2007-10-28  Miles Bader  <miles@gnu.org>
4303
4304         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4305         at compile-time too.
4306
4307 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * gnus-msg.el (gnus-message-setup-hook): Add
4310         `message-remove-blank-cited-lines' to options.
4311
4312 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * message.el (message-remove-blank-cited-lines): New function.
4315         Suggested by Karl Plästerer.
4316
4317 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4320         mapc.
4321
4322         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4323         (top-level): Use mapc to set functions to be traced for debugging.
4324
4325         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4326         called for effect with while loop.
4327
4328         * message.el (message-talkative-question): Replace mapcar called for
4329         effect with mapc.
4330
4331         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4332         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4333         called for effect with dolist.
4334
4335         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4336
4337         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4338         gnus-extra-headers and nnmail-extra-headers.
4339
4340         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4341         called for effect with dolist.
4342         (top-level): Use mapc to set functions to be traced for debugging.
4343
4344         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4345         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4346         dolist.
4347
4348         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4349         Replace mapcar called for effect with mapc.
4350         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4351         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4352         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4353         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4354
4355         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4356         remove-if that's a cl function.
4357
4358         * webmail.el (webmail-debug): Replace mapcar called for effect with
4359         dolist.
4360
4361         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4362         with mapc.
4363
4364 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4367         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4368         with while loop.
4369
4370         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4371         functions from article-* functions.
4372         (gnus-multi-decode-header): Replace mapcar called for effect with
4373         dolist.
4374
4375         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4376         (gnus-bookmark-show-details): Replace mapcar called for effect with
4377         while loop.
4378
4379         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4380         called for effect with while loop.
4381
4382         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4383         with dolist.
4384
4385         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4386         mapcar called for effect with dolist.
4387
4388         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4389
4390         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4391         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4392         Replace mapcar called for effect with dolist.
4393         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4394         mapc.
4395
4396         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4397         Replace mapcar called for effect with dolist.
4398         (gnus-topic-list): Replace mapcar called for effect with mapc.
4399
4400         * gnus.el: Use mapc instead of mapcar to add autoloads.
4401
4402 2007-10-23  Richard Stallman  <rms@gnu.org>
4403
4404         * gnus-group.el (gnus-group-highlight): Mark as risky.
4405
4406 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus.el (gnus-server-to-method): Return method found first in
4409         gnus-newsrc-alist.
4410
4411         * gnus-art.el (gnus-article-highlight-signature)
4412         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4413         button overlay without the front stickiness.
4414
4415 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4416
4417         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4418         overview buffer needed a catch to receive its throw.
4419         (gnus-agent-flush-cache): Declared as interactive to make this function
4420         easier to use.
4421
4422 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4423
4424         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4425         `next-line'.
4426
4427 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4430         exclude address matching message-dont-reply-to-names.
4431
4432 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-util.el (gnus-string<): New function.
4435
4436         * gnus-sum.el (gnus-article-sort-by-author)
4437         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4438
4439 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4442         the frame-focus tag is set in gnus-buffer-configuration.
4443
4444 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4447         the front stickiness.
4448
4449 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4452         url pattern; remove duplicate one.
4453         (gnus-article-extend-url-button): New function.
4454         (gnus-article-add-buttons): Use it.
4455         (gnus-button-push): Use concatenated url that it makes.
4456
4457 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4458
4459         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4460
4461 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4462
4463         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4464         Don't hardcode point-min==1.
4465
4466 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4467
4468         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4469         Fix comment about "iso8859-1".
4470
4471 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4472
4473         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4474         ones returned from the verify-function.
4475
4476         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4477         mml2015-extract-cleartext-signature if extraction failed.
4478
4479 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4480
4481         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4482         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4483         failed.
4484
4485 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4488
4489 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4492         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4493         recommends to use EasyPG instead of PGG.
4494
4495         * pgg.el: Revert to revision 6.23.2.16.
4496
4497         * pgg-def.el: Revert to revision 6.6.2.14.
4498
4499         * pgg-gpg.el: Revert to revision 6.23.2.34.
4500
4501 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4504         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4505         thread for both the null and zero (kill/expire thread) universal prefix
4506         cases.
4507         (gnus-summary-expire-thread): Add new function to expire a thread,
4508         using gnus-summary-kill-thread.
4509         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4510         shortcuts for gnus-summary-expire-thread.
4511         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4512         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4513
4514 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4517         extras value, so an extras entry can be deleted.
4518         (gnus-registry-delete-extra-entry): Use it.
4519         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4520         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4521         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4522         storage through the gnus-registry, and provide an appropriate API for
4523         it.
4524
4525 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4528         Suggested by Leo <sdl.web@gmail.com>.
4529
4530         * gnus.el: Do.
4531
4532 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4535         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4536
4537         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4538
4539         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4540         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4541
4542 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4545         newline.
4546         (nnmbox-request-accept-article): Don't change article in source buffer;
4547         narrow to header to use message-fetch-field rather than
4548         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4549         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4550         as delimiters; make sure article ends with newline.
4551         (nnmbox-delete-mail): Correct last position of article to be deleted;
4552         ignore X-Gnus-Newsgroup header in article body.
4553         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4554         positions; make sure article ends with newline.
4555
4556         * message.el (message-display-abbrev): Don't infloop when a user
4557         inserts SPC in the beginning of header.
4558
4559         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4560         coding-system-for-read and coding-system-for-write for XEmacs having no
4561         file-coding feature.
4562
4563         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4564
4565 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4566
4567         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4568         list of groups not followed by default.  Fix type to be regexp.
4569         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4570
4571 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4572
4573         * hmac-def.el (define-hmac-function): Switch from old-style to
4574         new-style backquotes.
4575
4576         * md4.el (md4-make-step): Likewise.
4577
4578 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4581         raw-text coding system when saving .newsrc file, which may contain
4582         non-ASCII group names.
4583
4584 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-cus.el (gnus-score-extra): New widget.
4587         (gnus-score-extra-convert): New function.
4588         (gnus-score-customize): Use it for Extra.
4589
4590 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4591
4592         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4593         (mml2015-mailcrypt-clear-verify): Use it.
4594         (mml2015-gpg-clear-verify): Use it.
4595         (mml2015-pgg-clear-verify): Use it.
4596         (mml2015-epg-clear-verify): Replace the current part with the output
4597         from GnuPG; don't extract the plaintext by itself.
4598
4599         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4600         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4601         mml2015-clear-verify-function; don't touch the armor headers or
4602         dash-escaped text here.
4603
4604 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4607         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4608         parts, or application/octet-stream as a last resort.
4609         (gnus-mime-view-part-as-type): Don't toggle display.
4610         (gnus-mime-view-part-as-charset): Don't turn off display before
4611         querying charset.
4612
4613         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4614         stuff to undisplayer function in Emacs.
4615         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4616
4617         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4618         text/calendar parts.
4619
4620 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4623         decoding text/calendar parts.
4624
4625         * message.el (message-forward-make-body-mime): Always mark body as
4626         having no illegible text; remove signed-or-encrypted argument.
4627         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4628
4629         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4630         (mml-generate-mime-1): Don't encode body if it is specified to be in
4631         raw form; don't make buffer be unibyte when inserting multibyte string.
4632
4633 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4634
4635         * sha1.el: Fix up comment style.
4636         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4637         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4638
4639         * hex-util.el: Fix up comment style.
4640         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4641
4642         * gnus-salt.el: Use with-current-buffer.
4643         (gnus-pick-setup-message): Fix long-standing typo.
4644
4645 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * imap.el (imap-logout-timeout): New variable.
4648         (imap-logout, imap-logout-wait): New functions.
4649         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4650
4651         * nnimap.el (nnimap-logout-timeout): New server variable.
4652         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4653         nnimap-logout-timeout.
4654
4655         * gnus-art.el (gnus-article-summary-command-nosave)
4656         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4657
4658 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus.el (gnus-maximum-newsgroup): New variable.
4661
4662         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4663         according to gnus-maximum-newsgroup.
4664
4665         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4666         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4667         Limit the range of articles according to gnus-maximum-newsgroup.
4668
4669 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4670
4671         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4672         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4673         Don't perform gnus-configure-windows here; reuse existing sticky
4674         article buffer.
4675
4676         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4677         it doesn't exist in gnus-article-mode.
4678
4679 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4682         (gnus-agent-decoded-group-name): New function.
4683         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4684         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4685
4686 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4687
4688         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4689         Add binding for gnus-sticky-article.
4690         (gnus-summary-exit): Don't kill sticky article buffers.
4691
4692         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4693         article buffer.
4694         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4695         (gnus-kill-sticky-article-buffers): New commands.
4696
4697 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * nntp.el (nntp-xref-number-is-evil): New server variable.
4700         (nntp-find-group-and-number): If it is non-nil, don't trust article
4701         numbers in the Xref header.
4702
4703 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-agent.el (gnus-agent-read-group): New function.
4706         (gnus-agent-flush-group, gnus-agent-expire-group)
4707         (gnus-agent-regenerate-group): Use it.
4708         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4709         nnmail-pathname-coding-system.
4710
4711 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4714
4715         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4716         that are unread as unread, and also as selected so that information of
4717         marks having been changed by a user may be updated when exiting group.
4718
4719 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4722         calculated ignoring signature parts to gnus-treat-article.
4723
4724 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4727         a point here in order to keep the window start.
4728         (gnus-insert-mime-security-button): Make a button overlay without the
4729         front stickiness.
4730         (gnus-mime-display-security): Goto the end of a button.
4731
4732         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4733
4734 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4737         group-name-at-point.
4738         (gnus-group-completing-read): New function that offers decoded
4739         non-ASCII group names for completion.
4740         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4741         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4742         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4743         (gnus-group-fetch-control): Use it.
4744         (gnus-fetch-group): Use group-name-at-point for the initial value
4745         rather than the default value; use gnus-alive-p.
4746
4747         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4748         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4749         (gnus-summary-post-news): Use gnus-group-completing-read.
4750
4751         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4752         (gnus-read-move-group-name): Decode group name for completion.
4753
4754 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4757         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4758         Yamaoka slightly modified the code).
4759
4760 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4763         (nnmail-split-incoming): Bind it.
4764
4765         * nnml.el (nnml-group-name-charset): New function.
4766         (nnml-decoded-group-name): Use it; don't decode group name if
4767         nnmail-group-names-not-encoded-p is non-nil.
4768         (nnml-encoded-group-name): New function.
4769         (nnml-group-pathname): Inline nnml-decoded-group-name.
4770         (nnml-request-expire-articles): Decode group name in message.
4771         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4772         nnmail-pathname-coding-system.
4773         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4774         not decoded ones according to nnmail-group-names-not-encoded-p.
4775         (nnml-generate-active-info): Use nnml-encoded-group-name.
4776
4777 2007-08-08  Glenn Morris  <rgm@gnu.org>
4778
4779         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4780         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4781         doc-strings and comments.
4782
4783 2007-07-25  Glenn Morris  <rgm@gnu.org>
4784
4785         * Relicense all FSF files to GPLv3 or later.
4786
4787 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-sum.el (gnus-summary-move-article): Make
4790         gnus-summary-respool-article work.
4791
4792 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4795         string.
4796
4797 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4798
4799         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4800         that should be ignored when comparing distant RSS articles with local
4801         ones.
4802         (nnrss-make-hash-index): New function.  Create a hash index according
4803         to the ignored fields.
4804         (nnrss-check-group): Use it.
4805
4806 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4809
4810         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4811
4812         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4813         the new optional argument ENCODED is non-nil.
4814         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4815         coding system for encoding group name.
4816         (gnus-group-make-rss-group): Pass un-encoded group name to
4817         gnus-group-make-group.
4818         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4819         encoded.
4820
4821         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4822         Encode group name to which articles are moved or copied.
4823         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4824         coding system for encoding Newsgroup, Followup-To and Xref headers.
4825
4826         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4827         marks; use nnheader-file-coding-system to write a file.
4828         (nnagent-retrieve-headers): Bind file-name-coding-system to
4829         nnmail-pathname-coding-system.
4830
4831         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4832
4833         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4834         (nnml-request-article, nnml-request-create-group)
4835         (nnml-request-rename-group, nnml-find-id)
4836         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4837         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4838         (nnml-save-marks): Use nnml-group-pathname instead of
4839         nnmail-group-pathname.
4840
4841         (nnml-request-create-group, nnml-request-expire-articles)
4842         (nnml-request-move-article, nnml-request-delete-group)
4843         (nnml-deletable-article-p, nnml-possibly-create-directory)
4844         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4845         (nnml-open-marks): Bind file-name-coding-system to
4846         nnmail-pathname-coding-system.
4847
4848         (nnml-request-article): Pass server argument to nnml-find-group-number.
4849         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4850         server argument to nnml-possibly-create-directory.
4851         (nnml-request-accept-article): Pass server argument to
4852         nnml-active-number and nnml-save-mail.
4853         (nnml-find-group-number): Pass server argument to nnml-find-id.
4854         (nnml-request-update-info): Pass server argument to
4855         nnml-marks-changed-p.
4856
4857         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4858         (nnml-save-mail, nnml-active-number): Add server argument.
4859
4860         (nnml-request-delete-group): Warn if group is missing.
4861         (nnml-get-nov-buffer): Decode group name.
4862         (nnml-generate-active-info): Encode group name.
4863         (nnml-open-marks): Decode group name in messages.
4864
4865 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4868         if it is not specified.
4869         (gnus-article-pipe-part, gnus-article-save-part)
4870         (gnus-article-interactively-view-part, gnus-article-copy-part)
4871         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4872         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4873         (gnus-article-replace-part, gnus-article-delete-part)
4874         (gnus-article-view-part-as-type): Pass raw prefix argument to
4875         gnus-article-part-wrapper.
4876
4877 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-agent.el (gnus-agent-save-active): Bind
4880         nnheader-file-coding-system to gnus-agent-file-coding-system.
4881
4882         * gnus-cache.el (gnus-cache-save-buffers)
4883         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4884         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4885         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4886         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4887         (gnus-cache-generate-active, gnus-cache-rename-group)
4888         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4889         (gnus-cache-update-overview-total-fetched-for): Bind
4890         file-name-coding-system to nnmail-pathname-coding-system.
4891         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4892         variables.
4893         (gnus-cache-decoded-group-name): New function.
4894         (gnus-cache-file-name): Use it.
4895         (gnus-cache-generate-active): Use non-decoded group name for active.
4896
4897         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4898         right place.
4899         (gnus-write-active-file): Don't break non-ASCII group names.
4900
4901         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4902         nnmail-pathname-coding-system.
4903
4904         * lpath.el: Bind default-file-name-coding-system,
4905         file-name-coding-system and language-info-alist for XEmacs.
4906
4907         * gnus-uu.el (gnus-uu-decode-save): Typo.
4908
4909 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4912
4913 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4916         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4917         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4918         (gnus-agent-flush-group, gnus-agent-flush-cache)
4919         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4920         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4921         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4922         (gnus-agent-regenerate-group)
4923         (gnus-agent-update-files-total-fetched-for)
4924         (gnus-agent-update-view-total-fetched-for): Bind
4925         file-name-coding-system to nnmail-pathname-coding-system.
4926         (gnus-agent-group-pathname): Don't encode file names by
4927         nnmail-pathname-coding-system.
4928         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4929         coding-system-for-write instead of buffer-file-coding-system to
4930         gnus-agent-file-coding-system.
4931
4932         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4933         Decode group name.
4934
4935         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4936
4937         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4938         (gnus-read-newsrc-el-file): Make group names unibyte.
4939
4940         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4941         nnmail-pathname-coding-system.
4942
4943         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4944         (nnrss-request-delete-group): Bind file-name-coding-system to
4945         nnmail-pathname-coding-system.
4946         (nnrss-read-server-data, nnrss-read-group-data): Bind
4947         file-name-coding-system correctly.
4948         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4949
4950         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4951         (nntp-server-to-method-cache): New variable.
4952         (nntp-group-pathname): New function that decodes non-ASCII group names.
4953         (nntp-possibly-create-directory, nntp-marks-changed-p)
4954         (nntp-save-marks, nntp-open-marks): Use it.
4955         (nntp-possibly-create-directory, nntp-open-marks):
4956         Bind file-name-coding-system to nnmail-pathname-coding-system.
4957         (nntp-open-marks): Decode group names when bootstrapping marks.
4958
4959         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4960         Newsgroups and Folowup-To headers.
4961
4962 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4965         (gnus-server-closed-face, gnus-server-denied-face)
4966         (gnus-server-offline-face): Remove variable.
4967         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4968
4969         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4970         of modifying message-stack directly for XEmacs.
4971
4972         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4973         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4974         if the coding-system argument is nil for XEmacs.
4975
4976         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4977         mm-charset-override-alist.
4978
4979         * rfc2047.el: Don't require base64; require rfc2045 for the function
4980         rfc2045-encode-string.
4981         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4982         to quote the parameter value.
4983
4984 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4987         form in gnus-group-name-charset-method-alist.
4988
4989         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4990         overrides the default layout edit-form.
4991
4992         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4993
4994         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4995
4996 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4999         as unfetched articles.
5000
5001 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5004
5005 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5008         original back end that keeps marks in the local system.
5009
5010 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5013         arg of pop-to-buffer for XEmacs.
5014         (gnus-article-read-summary-keys): Ditto; don't restore window
5015         configuration if summary command ends up with neither article buffer
5016         nor summary buffer; describe bindings if summary keys end with C-h.
5017
5018 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * message.el (message-fix-before-sending): Skip raw message part to be
5021         forwarded while checking illegible text.
5022         (message-forward-make-body-mime, message-forward-make-body): Mark
5023         signed or encrypted raw message as having no illegible text.
5024
5025 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5028         (gnus-message-with-timestamp-1): New macro.
5029         (gnus-message-with-timestamp): New function.
5030         (gnus-message): Use them.
5031
5032         * nnheader.el (nnheader-message): Use them.
5033
5034 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5037         .newsrc.eld file.
5038
5039 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-agent.el (gnus-agent-fetch-headers)
5042         (gnus-agent-retrieve-headers): Bind
5043         gnus-decode-encoded-address-function to identity.
5044
5045         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5046         available also when the server returns simply a dot.
5047
5048         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5049
5050 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5053
5054 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-ems.el (gnus-x-splash): Make it work.
5057
5058         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5059         from being used.
5060
5061         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5062
5063 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5066         4th and the 5th arguments.
5067
5068         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5069         the front stickiness.
5070         (gnus-article-summary-command-nosave): Correct the order of the
5071         arguments passed to pop-to-buffer.
5072         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5073         summary command ends up with the article buffer.
5074
5075         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5076         the same faces.
5077
5078 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5079
5080         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5081
5082 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5083
5084         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5085         * gnus-sum.el (gnus-summary-highlight):
5086         * pgg.el (pgg-sign-region, pgg-sign):
5087         * mail-source.el (mail-source-delete-old-incoming-confirm):
5088         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5089
5090 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-art.el (gnus-mime-view-part-externally)
5093         (gnus-mime-view-part-internally): Fix predicate function passed to
5094         completing-read.
5095
5096         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5097
5098         * gnus.el (gnus-update-message-archive-method): Add :version.
5099
5100 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus.el (gnus-update-message-archive-method): New variable.
5103
5104         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5105         according to gnus-message-archive-method if
5106         gnus-update-message-archive-method is non-nil.
5107
5108 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5111         by Loic Dachary <loic@dachary.org>.
5112         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5113
5114 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * message.el (message-pop-to-buffer): Add switch-function argument.
5117         (message-mail): Pass switch-function argument to it.
5118
5119 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5122         Improve doc string.
5123
5124 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5127         (gnus-header-content)
5128         * gnus-cite.el (gnus-cite-10)
5129         * gnus-srvr.el (gnus-server-closed)
5130         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5131         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5132         (gnus-group-mail-3-empty, gnus-group-mail-low)
5133         (gnus-group-mail-low-empty, gnus-splash)
5134         * message.el (message-header-to, message-header-cc)
5135         (message-header-subject, message-header-other, message-header-name)
5136         (message-header-xheader, message-separator, message-cited-text)
5137         (message-mml): Lighten colors of faces used for dark background.
5138
5139 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5140
5141         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5142         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5143
5144 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * message.el (message-narrow-to-headers-or-head):
5147         Ignore mail-header-separator in the body.
5148
5149 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5152         same as window size.
5153
5154 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5155
5156         * message.el (message-font-lock-keywords): Use message-header-xheader
5157         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5158         ahead of the anything pattern, to get it recognised.
5159
5160 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5163         spam.el loads uses it in the compiled defadvice form.
5164
5165 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5166
5167         * gnus-sum.el (gnus-articles-to-read)
5168         (gnus-summary-insert-old-articles): Don't truncate group name for
5169         `read-string'.
5170
5171         * gnus-util.el (gnus-limit-string): Delete this function.
5172
5173         * gnus-sum.el (gnus-simplify-subject-fully): Use
5174         `truncate-string-to-width' instead.
5175
5176 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5177
5178         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5179         if, on summary exit, the next group has to be selected.
5180         (gnus-summary-exit): Use it.
5181
5182 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5183
5184         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5185         non-break space.
5186
5187 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5190         Check if group is not a directory.
5191         (nnfolder-request-expire-articles): Don't delete articles if the target
5192         group is not available.
5193
5194         * nnml.el (nnml-request-create-group): Properly check if group is not a
5195         file.
5196         (nnml-request-expire-articles): Don't delete articles if the target
5197         group is not available.
5198
5199         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5200         Don't quote characters that are within parentheses.
5201
5202 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5205         (gnus-handle-ephemeral-exit): Select article according to it.
5206
5207 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * message.el (message-insert-formated-citation-line): Remove newline.
5210         (message-citation-line-format): Add final \n here so that the user can
5211         avoid a blank line.
5212
5213 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5214
5215         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5216         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5217         Update lanl/arXiv support.
5218
5219 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * gnus.el: Bump version number.
5222
5223 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * gnus.el (gnus-version-number): Bump version.
5226
5227 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5228
5229         * gnus.el: No Gnus v0.6 is released.
5230
5231 2007-04-27  Didier Verna  <didier@xemacs.org>
5232
5233         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5234         * gmm-utils.el (gmm-regexp-concat): here.
5235         * message.el: Don't require 'gnus-util.
5236         (message-dont-reply-to-names): Handle name change above.
5237         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5238
5239 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5242         since the initial value varies according to the system.
5243
5244 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5247
5248 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5249
5250         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5251
5252 2007-04-24  Didier Verna  <didier@xemacs.org>
5253
5254         Improve the type of gnus-ignored-from-addresses.
5255         * gnus-util.el (gnus-orify-regexp): New function.
5256         * message.el (gnus-util): Require it.
5257         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5258         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5259         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5260
5261 2007-04-24  Didier Verna  <didier@xemacs.org>
5262
5263         * gnus-sum.el:
5264         * gnus-utils.el: Fix some trailing whitespaces.
5265
5266 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5269         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5270         article's Message-ID; refer parent article in summary buffer.
5271
5272         * message.el (message-bounce): Call mime-to-mml.
5273
5274         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5275         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5276         optimize and/or forms properly.
5277
5278 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5281         URL.
5282
5283 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5286
5287 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5290         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5291         displayed of multipart/alternative part if it is invoked from summary
5292         buffer.
5293
5294         * mm-view.el (mm-inline-text-html-render-with-w3m)
5295         (mm-inline-text-html-render-with-w3m-standalone)
5296         (mm-inline-render-with-function): Use mail-parse-charset by default.
5297
5298 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5299
5300         * parse-time.el (parse-time-string-chars): Check if CHAR
5301         is less than the length of parse-time-syntax.
5302
5303 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5306         from gnus-newsgroup-processable.
5307
5308 2007-04-16  Didier Verna  <didier@xemacs.org>
5309
5310         * gnus-msg.el (gnus-configure-posting-styles): Handle
5311         message-signature-directory properly with :file syntax.  Reported by
5312         "Leo".
5313
5314 2007-04-11  Didier Verna  <didier@xemacs.org>
5315
5316         New user option: message-signature-directory.
5317         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5318         * message.el (message-insert-signature): Ditto.
5319         * message.el (message-signature-file): Doc update.
5320         * message.el (message-signature-directory): New.
5321
5322 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-msg.el (gnus-inews-yank-articles): Use
5325         message-exchange-point-and-mark instead of exchange-point-and-mark.
5326
5327 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * message.el (message-yank-original): Make sure cited text ends with
5330         newline; don't exchange point and mark.
5331
5332 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5333
5334         * tls.el (open-tls-stream): Properly handle case where there
5335         is no associated buffer.
5336
5337 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5338
5339         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5340         message-yank-original, make sure (< mark TEXT point).
5341
5342 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * message.el (message-fill-column): New variable.
5345         (message-mode): Use it.  Add comment on a possible new hook.
5346
5347         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5348         (nnmail-get-new-mail): Reformat.
5349
5350         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5351
5352         * gmm-utils.el: Fix Commentary.
5353         (gmm-tool-bar-from-list): Fix typo in doc string.
5354
5355 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5356
5357         * message.el (message-yank-original): Don't switch point and mark
5358         unnecessarily to put point and mark as documented.
5359
5360 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361
5362         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5363         from the message heads.
5364
5365 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5366
5367         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5368         article buffer does not have a window.  This may not be the best
5369         solution but is certainly better than setting the start of the null,
5370         that is the current, window.
5371
5372 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5375         (gnus-draft-setup): Run it.
5376
5377         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5378         gnus-score-fast-scoring.  Allow regexp.
5379         (gnus-score-headers): Use it.
5380
5381         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5382         XEmacs.
5383
5384         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5385         string.
5386         (gnus-button-alist): Also catch `<f1> k ...'.
5387         (gnus-treat-display-x-face): Fix doc string.
5388
5389 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5390
5391         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5392         evaluation of gnus-extended-version to ensure correct generation of the
5393         User-Agent header when message-generate-headers-first is used.
5394
5395 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5396
5397         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5398         hashcash-path is nil.  Don't call callback with incorrect number of
5399         parameters if val is 0.
5400
5401 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5402
5403         * message.el (message-required-news-headers):
5404         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5405
5406 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5407
5408         * tls.el (open-tls-stream): In handshake-waiting loop,
5409         don't wait more if there is output available to process.
5410
5411 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5412
5413         * tls.el (tls-program): Doc fix.
5414
5415 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * message.el (message-generate-new-buffers): Change the meaning of the
5418         nil value; add `standard' to the choices; treat t as `unique'; improve
5419         doc string.
5420         (gnus-select-frame-set-input-focus): Autoload.
5421         (message-buffer-name): Search for the existing message buffer if
5422         message-generate-new-buffers is nil or `standard'; treat the value t of
5423         message-generate-new-buffers as `unique'.
5424         (message-pop-to-buffer): Raise the frame already displaying the message
5425         buffer; clear the echo area after querying.
5426         (message-setup): Pass the `continue' argument to compose-mail.
5427         (message-mail): Prefer `switch-function' if it is given; search for the
5428         existing message buffer if the `continue' argument is non-nil; pass
5429         continue and switch-function arguments to compose-mail by way of
5430         message-setup.
5431         (message-mail-other-window): Adjust argument of message-setup.
5432         (message-mail-other-frame): Ditto.
5433
5434 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5437         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5438         to turn font-lock on when turning gnus-message-citation-mode on.
5439
5440 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5441
5442         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5443         (mml-smime-function-alist): New variable; add epg as the backend.
5444         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5445         mml-smime- functions instead.
5446         * mm-view.el: Require smime.
5447
5448 2007-03-05  Didier Verna  <didier@xemacs.org>
5449
5450         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5451         instead of just inheritance for posting styles.
5452         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5453
5454 2007-02-24  Chris Moore  <dooglus@gmail.com>
5455
5456         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5457         * pgg-pgp.el (pgg-pgp-encrypt-region):
5458         * pgg-gpg.el (pgg-gpg-encrypt-region):
5459         Check pgg-encrypt-for-me if no other recipients.
5460
5461 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5462
5463         * tls.el (tls-certtool-program): Fix custom type.
5464
5465 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5468         and point-at-eol instead of line-(beginning|end)-position.
5469
5470         * assistant.el (assistant-parse-buffer): Ditto.
5471
5472         * netrc.el (netrc-parse-services): Ditto.
5473
5474 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5475
5476         * mml2015.el (mml2015-epg-find-usable-key): New function.
5477         (mml2015-epg-sign): Use it.
5478         (mml2015-epg-encrypt): Use it.
5479
5480 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * message.el (message-make-in-reply-to): Quote name containing
5483         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5484         if there are special characters.  Reported by NAKAJI Hiroyuki
5485         <nakaji@jp.freebsd.org>.
5486
5487 2007-02-27  Didier Verna  <didier@xemacs.org>
5488
5489         Include the group parameters as well as the topic ones in the
5490         inheritance filter process.
5491         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5492         argument GROUP-PARAMS-LIST.
5493         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5494
5495 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * nntp.el (nntp-never-echoes-commands)
5498         (nntp-open-connection-functions-never-echo-commands): New variables.
5499         (nntp-send-command): Use them.
5500
5501 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5502
5503         * mml2015.el (mml2015-epg-verify): Simplified.
5504
5505 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * mml.el (mml-content-disposition-alist): New user option.
5508         (mml-content-disposition): New function.
5509         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5510         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5511
5512 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5513
5514         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5515         verification.
5516
5517 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5518
5519         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5520         articles posted in the last 24 hours.
5521
5522 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5523
5524         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5525
5526 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5527
5528         * nntp.el (nntp-send-command): Don't wait for echoes when
5529         nntp-open-ssl-stream is used.
5530
5531 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5534         (gnus-message-add-citation-keywords)
5535         (gnus-message-remove-citation-keywords): Remove.
5536         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5537         directly, make the variables in font-lock-defaults buffer-local, add
5538         gnus-message-citation-keywords to them and then update the value of
5539         font-lock-keywords.
5540
5541 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * message.el (message-cite-original-1): Don't call
5544         gnus-article-highlight-citation.
5545
5546         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5547         citations; fix line count.
5548
5549 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5552         (gnus-message-add-citation-keywords)
5553         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5554         versions of font-lock-add-keywords and font-lock-remove-keywords to
5555         work with XEmacs correctly.
5556
5557 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-cite.el (gnus-cite-face-list): Set the values of
5560         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5561         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5562         (gnus-message-cite-prefix-regexp): New variable.
5563         (gnus-message-search-citation-line): Use it; protect against long
5564         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5565         the 0th match data for Emacs.
5566         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5567         (gnus-message-add-citation-keywords): Append keywords rather than
5568         prepending; emulate font-lock-add-keywords if it is not available.
5569         (gnus-message-remove-citation-keywords): Emulate
5570         font-lock-remove-keywords if it is not available.
5571
5572         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5573
5574         * message.el (message-cite-prefix-regexp): Set the value of
5575         gnus-message-cite-prefix-regexp.
5576
5577 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5578
5579         * nnweb.el (nnweb-google-parse-1): Update parser.
5580
5581 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5582
5583         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5584
5585 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5586
5587         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5588         regexp.
5589
5590 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5593         string-to-multibyte.
5594         (uudecode-decode-region-internal): Use it.
5595
5596         * lpath.el: Fbind string-as-multibyte for XEmacs.
5597
5598 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5601         custom choice.
5602
5603         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5604
5605 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5606
5607         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5608
5609         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5610         `write-region' to respect `mm-inhibit-file-name-handlers'.
5611
5612 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5615         Use gnus-home-directory instead of "~/" or "$HOME".
5616
5617 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5620         to mention filename.
5621         Add comments at beginning regarding usage.
5622         (encrypt-write-file-contents): Change interactive so a string is
5623         acceptable.  If the file has no associated model, show an error instead
5624         of a nonsense prompt.
5625
5626 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5627
5628         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5629         Thanks to Yoshihiko Yamada for kind notification of this typo.
5630
5631 2007-01-12  Kenichi Handa  <handa@m17n.org>
5632
5633         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5634         multibyte buffer.
5635
5636 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * gnus-score.el (gnus-score-fast-scoring): New variable.
5639         (gnus-score-headers): Use it.
5640
5641         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5642
5643         * message.el (message-cite-original-1): Call
5644         gnus-article-highlight-citation if requested.
5645         (message-make-from): Allow name and address as optional arguments.
5646
5647         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5648
5649         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5650         bugs to doc string.
5651         (gnus-button-alist): Add mid\\|message-id.
5652         (gnus-button-fetch-group): Extend for use in
5653         `browse-url-browser-function'.
5654         (gnus-button-url-regexp): Try to catch paired parentheses like in
5655         Wikipedia URLs.
5656
5657         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5658         Suggested by Simon Krahnke <overlord@gmx.li>.
5659
5660 2007-01-13  Romain Francoise  <romain@orebokech.com>
5661
5662         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5663         Update copyright.
5664
5665 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5666
5667         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5668
5669 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * gnus-registry.el (gnus-registry-unfollowed-groups)
5672         (gnus-registry-split-fancy-with-parent): Fix documentation.
5673
5674 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5677         from nnweb groups.
5678
5679 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5682         Xref urls.  Erase buffer before requesting head.
5683
5684 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5687         customizable.
5688
5689 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5690
5691         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5692         no signing key is found.
5693         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5694         no encrypting and/or signing key is found.
5695
5696 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5699
5700 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5701
5702         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5703         headers read from disk with the ones newly found in the current search.
5704         This should no longer cause problems, because the article numbers in
5705         Gmane's `nov.php' output are ignored since the previous change.
5706
5707 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5708
5709         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5710
5711 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5714         replace-regexp-in-string; bind url-version; fbind display-images-p and
5715         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5716         find-face and set-itimer-function for Emacs; bind itimer-list for
5717         Emacs.
5718
5719         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5720
5721 2007-01-01  Romain Francoise  <romain@orebokech.com>
5722
5723         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5724
5725 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5726
5727         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5728         `define-minor-mode' macro definition expanded properly.
5729         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5730         exclude it there.
5731
5732         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5733         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5734         `fboundp' test.
5735         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5736         This is OK to autoload in (S)XEmacs now.
5737
5738 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5741         keystroke.
5742         (gnus-summary-limit-to-singletons): Fix typo.
5743
5744         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5745         else fails.
5746
5747 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5748
5749         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5750         docstring.
5751
5752         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5753         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5754         (gnus-summary-insert-dormant-articles): Fix typo in message.
5755
5756 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5759         nil for XEmacs.
5760         (gnus-message-citation-mode): Don't autoload in XEmacs.
5761
5762         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5763
5764 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5765
5766         * nnimap.el (nnimap-expunge-search-string): Mention
5767         nnimap-search-uids-not-since-is-evil in docstring.
5768
5769 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * spam.el: Revert to make-obsolete-variable because
5772         define-obsolete-variable-alias is not supported in Emacs 21.
5773
5774         * spam.el (spam-ifile-path, spam-ifile-database-path)
5775         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5776         make-obsolete-variable.
5777         (spam-bsfilter-path, spam-bsfilter-program)
5778         (spam-spamassassin-path, spam-spamassassin-program)
5779         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5780         use "path" inappropriately.
5781         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5782         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5783         variable names.
5784
5785 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5786
5787         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5788         summary buffer.
5789
5790         * password.el (password-cache-remove): Use clear-string to burn
5791         password, if available.
5792
5793 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5796
5797         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5798
5799         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5800         (gnus-message-highlight-citation): Move defcustom here from
5801         gnus-cite.el.
5802         (gnus-message-citation-mode): Autoload.
5803
5804         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5805         checks to make it compile with XEmacs.
5806         (gnus-message-citation-mode): New minor mode.
5807         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5808         (gnus-message-highlight-citation): New variables.
5809         (gnus-message-search-citation-line)
5810         (gnus-message-add-citation-keywords)
5811         (gnus-message-remove-citation-keywords)
5812         (turn-on-gnus-message-citation-mode)
5813         (turn-off-gnus-message-citation-mode): New functions.
5814
5815 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5816
5817         * gnus-cite.el: Enable highlighting of different citation levels in
5818         message-mode.
5819
5820 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * message.el (message-make-fqdn): Fix comment.
5823         (message-bogus-system-names): Add ".local".
5824
5825         * spam.el (spam-ifile-path, spam-ifile-program)
5826         (spam-ifile-database-path, spam-ifile-database)
5827         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5828         Don't use "path" inappropriately.
5829         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5830         strings.
5831         (spam-check-ifile, spam-ifile-register-with-ifile)
5832         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5833         new variable names.
5834
5835         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5836         (gnus-treat-display-smileys): Simplify using
5837         gnus-image-type-available-p.
5838
5839         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5840         available.
5841
5842         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5843         `display-images-p' if available.
5844
5845 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5848         one after turning on the buffer's multibyteness instead of decoding
5849         them directly in the unibyte buffer that causes unexpected conversion
5850         in Emacs 23 (unicode).
5851
5852 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5853
5854         * message.el (message-generate-hashcash): Fix custom type.
5855
5856 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5859
5860 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5863         disconnect icons.  Add help text.
5864
5865 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5868         negated to be consistent with the others we handle.
5869
5870 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5873         version of gnus-summary-buffer to something, so that we can use two
5874         article buffers at the same time.
5875
5876 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5879         trigger all the extra headers.
5880         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5881         sorting.
5882
5883 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5884
5885         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5886         solid groups.
5887
5888 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5889
5890         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5891
5892 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * legacy-gnus-agent.el: Add Copyright notice.
5895
5896 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5897
5898         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5899
5900 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5903
5904         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5905         to make it work reliably in CVS Emacs.
5906         (gnus-summary-limit-strange-charsets-predicate)
5907         (gnus-summary-limit-to-predicate): New functions.
5908
5909 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5910
5911         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5912         specifying array size.
5913         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5914         array if it is too small.
5915         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5916         (gnus-sort-threads-loop): New function.
5917
5918 2006-12-06  Chris Moore  <dooglus@gmail.com>
5919
5920         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5921         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5922
5923 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5924
5925         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5926         options.
5927
5928 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5931         DOS-ing the recipient.
5932
5933         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5934         the headers when creating the mapping to avoid mismappings.
5935         (nnweb-gmane-create-mapping): Always nix out old mapping.
5936
5937 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5940         and mm-verify-option to never.
5941
5942 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * message.el (message-signed-or-encrypted-p): New function.
5945         (message-forward-make-body): Use it.
5946
5947         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5948         Replace encode-coding-string with mm-encode-coding-string.
5949
5950 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * nneething.el (nneething-decode-file-name): Replace
5953         decode-coding-string with mm-decode-coding-string.
5954
5955         * gnus-int.el (gnus-open-server): Say failed server's name.
5956
5957 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5958
5959         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5960         strings to a single string.  Quote `errors-file-name'.
5961         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5962         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5963         Adjust calls.  Use `shell-quote-argument'.
5964
5965 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5966
5967         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5968         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5969
5970         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5971         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5972         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5973         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5974         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5975         (gnus-subscribe-newsgroup, gnus-1):
5976         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5977         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5978         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5979         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5980
5981 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5984         keystroke.
5985         (gnus-summary-limit-to-bodies): Implement headersp.
5986
5987 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5990
5991 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5994
5995 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * message.el (message-generate-hashcash): Expand range of values to
5998         include `opportunistic'.
5999         (message-send-mail): Use it.
6000
6001 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6002
6003         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6004         and comment it.
6005
6006         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6007
6008 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * gnus-util.el (gnus-extract-address-components): Improve comment.
6011
6012 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-util.el (gnus-extract-address-components): Work with address in
6015         which the name portion contains @.
6016
6017         * lpath.el: Fbind custom-autoload.
6018
6019 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus.el (gnus-start): Move custom group up.
6022         (gnus-select-method): Don't autoload, but make it available for
6023         `customize-variable'.
6024         (gnus-getenv-nntpserver): Don't autoload.
6025
6026 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6029
6030 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6031
6032         * message.el (message-sendmail-extra-arguments): New variable.
6033         (message-send-mail-with-sendmail): Use it.
6034
6035 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6038         mm-with-unibyte-current-buffer to make string unibyte.
6039
6040         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6041         mm-string-as-multibyte.
6042
6043 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6044
6045         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6046         Reported by Werner Koch <wk@gnupg.org>.
6047
6048 2006-11-14  Daiki Ueno  <ueno@p360>
6049
6050         * mml2015.el: Autoload epa-select-keys when compiling.
6051
6052 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6053
6054         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6055         message-options.
6056         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6057
6058 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6059
6060         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6061         EasyPG (< 0.0.6).
6062         (mml2015-always-trust): New user option.
6063         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6064         prompt.
6065
6066 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * nntp.el (nntp-authinfo-force): New variable.
6069         (nntp-send-authinfo): Use it.
6070
6071 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6074         decode encoded words.  Improve prompt.  Add comment about forwarding.
6075         (message-replacement-char): Move up.
6076
6077 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6078
6079         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6080         instead of gnus-intersection because arguments of gnus-sorted-nunion
6081         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6082
6083 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6086         (message-simplify-subject-functions): Enable
6087         message-strip-subject-encoded-words by default.
6088
6089 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * message.el (message-strip-subject-encoded-words): New function.
6092         (message-simplify-subject-functions): New variable.
6093         (message-simplify-subject): Use it.  Fix typo in doc string.
6094         Support message-strip-subject-encoded-words.
6095
6096 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * gnus-diary.el (gnus-diary-delay-format-function):
6099         * nndiary.el (nndiary-reminders):
6100         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6101
6102 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * gnus-art.el (article-hide-boring-headers): Fetch date from
6105         gnus-original-article-buffer to avoid problems with localized date
6106         strings.
6107
6108 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6111
6112 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6115         New variables.
6116         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6117         (mm-charset-synonym-alist): Move some entries to
6118         mm-codepage-iso-8859-list.
6119         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6120         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6121
6122 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6125
6126 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6127
6128         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6129         with Emacs 21 and XEmacs.
6130
6131 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * spam.el (spam-parse-address): New function for better parsing,
6134         catching errors, etc.
6135         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6136
6137 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * mm-view.el: Add interactive arg to html2text autoload.
6140
6141 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6144
6145 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6148         variables.
6149         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6150         (mm-charset-synonym-alist): Move some entries to
6151         mm-codepage-iso-8859-list.
6152
6153         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6154
6155 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * message.el (message-citation-line-format)
6158         (message-insert-formated-citation-line): Fix implementation of %E, %N
6159         and %n according to the doc string.
6160
6161 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6164         car-safe to avoid bad parses.
6165
6166 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6169         names.
6170
6171         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6172
6173 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6176         header.
6177
6178         * message.el (message-draft-headers): Add Date.
6179         (message-headers-to-generate): Fix typo in docstring.
6180
6181         * nndraft.el (nndraft-required-headers): New variable.
6182         (nndraft-generate-headers): Use it.
6183
6184         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6185
6186 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * gnus-registry.el (gnus-registry-wash-for-keywords)
6189         (gnus-registry-find-keywords): New functions to allow easy searching of
6190         articles that are in the registry.
6191
6192 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6193
6194         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6195         ietf-drums-parse-address instead of gnus-extract-address-components.
6196         Reported by Damien Elmes <damien@repose.cx>.
6197
6198 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus.el (gnus-mime): Remove unused custom group.
6201
6202 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6203
6204         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6205         "blank line" when searching for end of armor headers.
6206
6207 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gmm-utils.el (gmm-write-region): Fix variable name.
6210
6211 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gmm-utils.el (gmm-write-region): New function based on compatibility
6214         code from `mm-make-temp-file'.
6215
6216         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6217
6218         * nnmaildir.el (nnmaildir--update-nov)
6219         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6220         Use `gmm-write-region'.
6221
6222 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6225         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6226
6227         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6228
6229         * message.el (message-replacement-char): New variable.
6230         (message-fix-before-sending): Use it.
6231         (message-simplify-subject): New function to remove duplicate code.
6232         (message-reply, message-followup): Use it.
6233
6234         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6235         gnus-summary-limit-to-articles.
6236
6237 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * gnus-util.el (gnus-with-local-quit): New macro.
6240
6241         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6242
6243 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6246         ignore non-string data.
6247
6248 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6251         non-string data (needs to be done in the registry too).
6252
6253 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6254
6255         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6256         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6257         (gnus-registry-split-fancy-with-parent)
6258         (gnus-registry-fetch-simplified-message-subject-fast)
6259         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6260         Remove text properties on ingress into the registry and when it's saved.
6261         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6262         registry from entries with no groups.
6263
6264 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6267         function to remove string properties.
6268
6269 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gmm-utils.el (gmm): Adjust custom version.
6272
6273         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6274         custom version.
6275
6276         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6277
6278 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * gnus-art.el (gnus-insert-prev-page-button)
6281         (gnus-insert-next-page-button): Simplify.  Reformat.
6282
6283 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6284
6285         * gnus-art.el (gnus-insert-prev-page-button)
6286         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6287
6288 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6289
6290         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6291
6292 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6293
6294         * gnus-art.el (gnus-insert-mime-button)
6295         (gnus-insert-mime-security-button):
6296         Apply gnus-article-button-face to MIME and security buttons.
6297
6298 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6301         readable.
6302
6303 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6306
6307 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6308
6309         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6310         `browse-url-of-file' instead of `browse-url'.
6311
6312 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6313
6314         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6315         regexp.  Articles containing quotation were cut prematurely.
6316
6317 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * message.el (message-cite-original-1): Use nobody by default for the
6320         value of From header.
6321         (message-reply): Ditto.
6322
6323 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6324
6325         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6326         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6327         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6328
6329 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6332         mails in the doc string.  Add some URLs in comment.
6333         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6334
6335 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6338         backslashes handling and the way to find boundaries of quoted strings.
6339
6340 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6341
6342         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6343         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6344         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6345         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6346
6347 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6350         doc string.
6351         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6352
6353 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * lpath.el: Fbind epg-check-configuration.
6356
6357 2006-09-06  Simon Josefsson  <jas@extundo.com>
6358
6359         * mml2015.el (mml2015-use): Doc fix, mention epg.
6360
6361 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6362
6363         * mml2015.el (mml2015-use): Default to epg, if available.
6364
6365 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6368         message-sender.
6369         (mml1991-epg-encrypt): Ditto.
6370         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6371         message-sender.
6372         (mml2015-epg-encrypt): Ditto.
6373
6374 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6375
6376         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6377         several common directories.
6378
6379 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6380
6381         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6382         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6383
6384 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (article-decode-encoded-words): Make it fast.
6387
6388 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6391
6392         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6393         in quoted string into `\'.
6394
6395 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6398         Use standard-syntax-table.
6399
6400 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-art.el (gnus-decode-address-function): New variable.
6403         (article-decode-encoded-words): Use it to decode headers which are
6404         assumed to contain addresses.
6405         (gnus-mime-delete-part): Remove useless `or'.
6406
6407         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6408         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6409         (gnus-nov-parse-line): Use it to decode From header.
6410         (gnus-get-newsgroup-headers): Ditto.
6411         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6412
6413         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6414         (mail-decode-encoded-address-string): New alias.
6415
6416         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6417         New function.
6418         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6419         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6420         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6421         (rfc2047-decode-string): Ditto.
6422         (rfc2047-decode-address-region): New function.
6423         (rfc2047-decode-address-string): New function.
6424
6425 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * message.el (message-caesar-buffer-body): Allow rotating headers.
6428
6429         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6430
6431         * message.el (message-insert-formated-citation-line): Fix %f.
6432         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6433
6434 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6437         (gnus-bookmark-mouse-available-p): New macro.
6438         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6439         (gnus-bookmark-bmenu-show-infos): Use it.
6440         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6441         (gnus-bookmark-bmenu-hide-infos): Ditto.
6442         (gnus-bookmark-remove-properties): New function.
6443         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6444         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6445         (gnus-bookmark-write-file): Bind coding-system-for-write.
6446         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6447         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6448         group before selecting it.
6449         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6450         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6451         quit-window if it is not available; use gnus-mouse-2 and bind it to
6452         gnus-bookmark-bmenu-select-by-mouse.
6453         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6454         (gnus-bookmark-bmenu-select-by-mouse): New function.
6455
6456 2006-08-13  Romain Francoise  <romain@orebokech.com>
6457
6458         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6459         space.
6460
6461 2006-08-10  Romain Francoise  <romain@orebokech.com>
6462
6463         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6464         (dns-mode-soa-auto-increment-serial): New user option.
6465         (dns-mode-soa-maybe-increment-serial): New function.
6466         (dns-mode): Add the latter to `write-contents-functions'.
6467
6468 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * compface.el (uncompface): Use binary rather than raw-text-unix.
6471
6472 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * compface.el (uncompface): Make sure the eol conversion doesn't take
6475         place when communicating with the external programs.  Reported by
6476         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6477
6478 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6481
6482 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6483
6484         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6485         Make it more robust by parsing author and date independently.
6486
6487 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6490
6491 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6492
6493         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6494         first matching secret key.
6495         (mml2015-epg-encrypt): Ditto.
6496
6497         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6498         first matching secret key.
6499         (mml1991-epg-encrypt): Ditto.
6500
6501         * mml2015.el (mml2015-encrypt-to-self): New user option.
6502         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6503         mml2015-epg-encrypt-to-self is set.
6504
6505         * mml1991.el (mml1991-encrypt-to-self): New variable.
6506         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6507         mml1991-epg-encrypt-to-self is set.
6508
6509         * mml2015.el (mml2015-signers): New user option.
6510         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6511         (mml2015-epg-encrypt): Allow to select signing keys.
6512
6513         * mml1991.el (mml1991-signers): New variable.
6514         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6515         (mml1991-epg-encrypt): Allow to select signing keys.
6516
6517 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * nnheader.el (nnheader-insert-head): Make it work even if the file
6520         uses CRLF for the line-break code.
6521
6522 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6523
6524         * mml2015.el: Require mml-sec instead of password.
6525         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6526         (mml2015-cache-passphrase): Inherit the default value from
6527         mml-secure-cache-passphrase.
6528         (mml2015-passphrase-cache-expiry): Inherit the default value from
6529         mml-secure-passphrase-cache-expiry.
6530
6531         * mml1991.el: Require mml-sec instead of password.
6532         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6533         (mml1991-cache-passphrase): Inherit the default value from
6534         mml-secure-cache-passphrase.
6535         (mml1991-passphrase-cache-expiry): Inherit the default value from
6536         mml-secure-passphrase-cache-expiry.
6537
6538         * mml-sec.el: Require password.
6539         (mml-secure-verbose): New user option.
6540         (mml-secure-cache-passphrase): New user option.
6541         (mml-secure-passphrase-cache-expiry): New user option.
6542
6543 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6544
6545         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6546         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6547         andreas@altroot.de (Andreas Vögele).
6548
6549         FIXME: Use `tiny change'?
6550
6551 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6552
6553         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6554         workaround for the url package included with Emacs.
6555
6556         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6557
6558 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6561         correctly.  This fixes a bug caused by the 2006-05-12 change.
6562
6563 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6564
6565         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6566         some information about the error when saying that the `bogus' mail
6567         group will be used.
6568
6569 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6572         string.
6573
6574 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6575
6576         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6577
6578 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6579
6580         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6581
6582 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6583
6584         * mml1991.el (mml1991-function-alist): Add epg.
6585         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6586         (mml1991-epg-encrypt): New functions.
6587
6588 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6589
6590         * mml2015.el (mml2015-verbose): New variable.
6591         (mml2015-cache-passphrase): Ditto.
6592         (mml2015-passphrase-cache-expiry): Ditto.
6593         (mml2015-function-alist): Add epg.
6594         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6595         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6596         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6597         functions.
6598
6599 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6600
6601         * message.el (message-cite-original-1): Preserve region when removing
6602         quoted text due to X-No-Archive in order to avoid bogus attribution
6603         when citing multiple messages.
6604
6605 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6606
6607         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6608         Kenneth Jacker <khj@be.cs.appstate.edu>.
6609
6610 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * gnus-diary.el (gnus-user-format-function-d)
6613         (gnus-user-format-function-D): Autoload.
6614
6615         * imap.el (Commentary): Fix typo.
6616
6617         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6618         2006-04-22 contribution.
6619
6620 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6621
6622         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6623         It didn't really fix the bogosity I'm seeing with solid web groups.
6624
6625 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6626
6627         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6628         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6629         created using server names.  If we use the feature without declaring
6630         it, Gnus does not properly manage server and group state.
6631
6632         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6633         bound.
6634
6635 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6636
6637         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6638         looking up the method using GROUP's prefix before inventing a new one.
6639         It is used on killed/unknown groups in various places where returning
6640         an all-new method isn't expected by the caller.
6641
6642         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6643         and match semantics of gnus-group-real-prefix.
6644
6645 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * nnmail.el (nnmail-broken-references-mailers): New variable.
6648         (nnmail-ignore-broken-references): New function generalizing
6649         nnmail-fix-eudora-headers.
6650         (nnmail-fix-eudora-headers): Now obsolete.
6651
6652         * gnus-art.el (gnus-button-handle-custom): Support
6653         `customize-apropos*'.
6654
6655 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6658
6659         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6660         articles.
6661
6662 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * message.el (message-cite-reply-above): New variable.
6665         (message-yank-original): Use it.
6666
6667 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6670
6671 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6674         as read.
6675
6676         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6677
6678 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6681         (gnus-bookmark-default-file): Use gnus-directory.
6682         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6683         Remove "*" in doc string.
6684         (gnus-bookmark-write-file): Simplify.
6685         (gnus-bookmark-maybe-sort-alist): Use `when'.
6686         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6687         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6688         FIXME about Emacs 21 and XEmacs compatibility.
6689         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6690         compatibility.
6691         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6692         compatibility.
6693         (gnus-bookmark-menu-heading): Fix version.
6694
6695 2006-06-19  Bastien Guerry  <bzg@altern.org>
6696
6697         * gnus-bookmark.el: New file.
6698
6699 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * message.el (message-syntax-checks): Doc fix.
6702
6703 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6704
6705         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6706         unsubscribed groups as if they were killed ones.  It causes duplicate
6707         entries in gnus-newsrc-alist.
6708
6709 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * message.el (message-syntax-checks): Doc fix.
6712         (message-send-mail): Add check for continuation headers.
6713         (message-check-news-header-syntax): Fix regexp used to check for
6714         continuation headers.
6715
6716 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6719
6720 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6723
6724 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6727         default-truncate-lines.
6728
6729 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6732         to fill the utf-8 entry.
6733
6734         * lpath.el: Fbind unicode-precedence-list.
6735
6736 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6737
6738         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6739
6740 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6741
6742         * gnus-agent.el (directory-files-and-attributes): Move all the way
6743         forward (the third and final move).
6744         (gnus-agent-read-agentview): Trap reconstruction errors due to
6745         nonexistant directory.  Handle by returning nil.
6746
6747 2006-05-30  Didier Verna  <didier@xemacs.org>
6748
6749         * message.el (message-dont-reply-to-names): Update the custom type.
6750         * message.el (message-dont-reply-to-names): New defsubst: potentially
6751         convert a list of regexps into a single one.
6752         * message.el (message-get-reply-headers): Use it.
6753         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6754
6755 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-agent.el (directory-files-and-attributes): Move forward.
6758
6759 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * gnus-ml.el (gnus-mailing-list-subscribe)
6762         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6763         (gnus-mailing-list-message): Fix doc strings.
6764
6765 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6766
6767         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6768         of doing it manually.
6769
6770 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6773         comment.
6774
6775 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6776
6777         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6778         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6779         (gnus-agent-read-local): All symbols allocated in my-obarray.
6780         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6781         (gnus-agent-regenerate-group): Check numeric names to see if they are
6782         messages or groups.
6783         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6784         better way of do this...)
6785
6786         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6787         'dummy.group' (there should be a better way of do this...)
6788
6789 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6792         (gnus-saved-headers): Ditto.
6793         (gnus-default-article-saver): Mention functions may have properties.
6794         (gnus-article-save): Override gnus-save-all-headers and
6795         gnus-saved-headers by :headers property which saver function may have.
6796         (gnus-summary-save-in-file): Add :headers property.
6797         (gnus-summary-write-to-file): Ditto.
6798
6799         * gnus-sum.el (gnus-summary-save-article): Bind
6800         gnus-prompt-before-saving to t when saving many articles in a file;
6801         always show all headers.
6802
6803         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6804
6805 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6808         marks.
6809
6810         * message.el (message-indent-citation): Add optional arguments to allow
6811         using it outside of message buffers.
6812
6813         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6814         (gnus-article-treat-unfold-headers): Use it.
6815         (gnus-article-truncate-lines): New variable.
6816         (gnus-article-mode): Use it.
6817         (gnus-article-toggle-truncate-lines): New function.
6818
6819         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6820         gnus-article-toggle-truncate-lines.
6821
6822         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6823         coding system in XEmacs, use binary.
6824
6825 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6828         after-load-alist.
6829
6830         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6831         this function should save decoded articles.
6832         (gnus-summary-write-to-file): Use property to specify this function
6833         should save decoded articles and specify gnus-summary-save-in-file
6834         should be used to save articles other than the first one when saving
6835         many articles.
6836         (gnus-summary-save-body-in-file): Use property to specify this
6837         function should save decoded articles.
6838         (gnus-summary-write-body-to-file): Use property to specify this
6839         function should save decoded articles and specify
6840         gnus-summary-save-body-in-file should be used to save articles other
6841         than the first one when saving many articles.
6842
6843         * gnus-sum.el (gnus-summary-save-article): Simplify.
6844
6845 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-art.el (gnus-default-article-saver): Add
6848         gnus-summary-write-body-to-file.
6849         (gnus-article-save-coding-system): Don't use coding system object
6850         in XEmacs.
6851         (gnus-read-save-file-name): Add optional `dir-var' argument which
6852         specifies directory in which files are saved; work even if optional
6853         `variable' argument is not specified.
6854         (gnus-summary-write-to-file): Read file name.
6855         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6856         (gnus-summary-write-body-to-file): New function.
6857
6858         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6859         (gnus-summary-local-variables): Add it.
6860         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6861         (gnus-summary-save-article): Remove optional `decode' argument;
6862         determine whether to decode articles by the value of
6863         gnus-default-article-saver; when saving many files using
6864         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6865         it first and use gnus-summary-save-in-file or
6866         gnus-summary-save-body-in-file thereafter unless
6867         gnus-prompt-before-saving is always; move point to article which
6868         will be saved.
6869         (gnus-summary-save-article-file): Revert.
6870         (gnus-summary-write-article-file): Revert.
6871         (gnus-summary-save-article-body-file): Revert.
6872         (gnus-summary-write-article-body-file): New function.
6873
6874 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-default-article-saver): Doc fix.
6877         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6878         from gnus-summary-save-article-coding-system, and default to a
6879         certain coding system.
6880         (gnus-output-to-file): Add coding cookie and encode text according
6881         to gnus-article-save-coding-system; don't use mm-append-to-file.
6882
6883         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6884         gnus-art.el and rename to gnus-article-save-coding-system.
6885         (gnus-summary-save-article): Require gnus-art; don't show all
6886         headers if it decodes articles; don't add coding cookie here;
6887         don't bind mm-text-coding-system-for-write.
6888         (gnus-summary-save-article-file): Save decoded articles.
6889         (gnus-summary-write-article-file): When saving many files, use
6890         gnus-summary-write-to-file first and gnus-summary-save-in-file
6891         thereafter unless gnus-prompt-before-saving is always.
6892         (gnus-summary-save-article-body-file): Save decoded articles.
6893
6894         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6895
6896 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * nnrss.el (nnrss-check-group): Bind hash-index.
6899
6900 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6901
6902         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6903         its hash index.  Store this hash in `nnrss-group-data'.
6904         (nnrss-read-group-data): Update accordingly.
6905
6906 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6909         entry.
6910
6911         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6912         gnus-article-browse-html-article.
6913
6914 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6915
6916         * gnus-sum.el (gnus-summary-mime-map): Add
6917         gnus-article-browse-html-article.
6918
6919         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6920
6921 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6924         suitable coding systems in customize.
6925
6926 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * mail-source.el (mail-sources): Fix custom type.
6929
6930 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6933         (gnus-summary-expire-articles-now): Shorten prompt.
6934
6935         * gmm-utils.el (wid-edit): Require.
6936         (defun-gmm): Renamed from `gmm-defun-compat'.
6937         (gmm-image-search-load-path): Use it.
6938         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6939
6940 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6943         variable.
6944         (gnus-summary-save-article): Add optional `decode' argument.  If
6945         it is set and gnus-summary-save-article-coding-system is non-nil,
6946         save decoded article.
6947         (gnus-summary-write-article-file): Save decoded article if
6948         gnus-summary-save-article-coding-system is non-nil.
6949
6950         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6951         type.
6952
6953 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6956
6957 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6960         first to test gnus-single-article-buffer which may be buffer-local.
6961
6962         * gnus-sum.el (gnus-summary-setup-buffer): Make
6963         gnus-single-article-buffer buffer-local and nil in ephemeral
6964         group; make gnus-article-buffer, gnus-article-current, and
6965         gnus-original-article-buffer always buffer-local.
6966         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6967         group.
6968         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6969
6970 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * nnml.el (nnml-request-compact-group): Compressed files might not
6973         have .gz extension.
6974
6975 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6976
6977         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6978         (mm-copy-to-buffer): Use with-current-buffer.
6979         (mm-display-part): Simplify.
6980         (mm-inlinable-p): Add optional arg `type'.
6981
6982 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6983
6984         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6985         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6986         Try harder to show the attachment internally or externally using
6987         gnus-mime-view-part-as-type.
6988
6989 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * message.el (message-from-style, message-signature-separator)
6992         (message-user-organization-file, message-send-mail-function)
6993         (message-citation-line-function, message-yank-prefix)
6994         (message-indent-citation-function, message-signature)
6995         (message-signature-file, message-signature-insert-empty-line):
6996         Remove autoloads.
6997
6998         * gnus-art.el (gnus-buttonized-mime-types): Remove
6999         "multipart/signed".  Revert 2006-04-26 change.
7000
7001 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * gnus.el (gnus-version-number): Bump version.
7004
7005 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7006
7007         * gnus.el: No Gnus v0.5 is released.
7008
7009 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7010
7011         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7012         fetching articles by message-id.
7013
7014 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * message.el (hashcash): Require hashcash as normal.
7017
7018         * ecomplete.el (ecomplete-highlight-match-line): Use
7019         point-at-eol.
7020         (ecomplete-highlight-match-line): Use `highlight', because that
7021         face exists in both Emacs and XEmacs.
7022
7023         * message.el (message-display-abbrev): Use point-at-bol.
7024
7025         * mail-source.el: Don't require timer/timer-funcs.
7026
7027         * gnus-async.el: Ditto.
7028
7029         * password.el: Ditto.
7030
7031         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7032
7033         * mm-url.el: Ditto.
7034
7035         * gnus-xmas.el: Don't require timer-funcs.
7036
7037         * mm-util.el: Require timer/timer-funcs.
7038
7039 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7040
7041         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7042         Close.
7043
7044 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7047         unibyte after clear-decrypt function runs.
7048
7049         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7050         returns as a unibyte string.
7051
7052 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * lpath.el: Revert.
7055
7056         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7057         (pgg-gpg-process-sentinel): Revert.
7058
7059         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7060         (pgg-pgp-lookup-key): Revert.
7061
7062         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7063         (pgg-pgp5-lookup-key): Revert.
7064
7065         * pgg.el (pgg-fetch-key): Revert.
7066
7067 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * lpath.el: Fbind string-as-multibyte for XEmacs.
7070
7071         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7072         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7073         (mml1991-pgg-encrypt): Ditto.
7074
7075         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7076         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7077         a multibyte buffer.
7078
7079         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7080         (pgg-pgp-lookup-key): Ditto.
7081
7082         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7083         (pgg-pgp5-lookup-key): Ditto.
7084
7085         * pgg.el (pgg-fetch-key): Ditto.
7086
7087 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * message.el (message-user-organization-file): Check several
7090         locations of the organization file.
7091
7092         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7093         Add gnus-article-view-part-as-type.
7094
7095         * gnus-art.el (gnus-article-view-part-as-type): New function.
7096
7097         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7098         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7099
7100         * mml.el: Simplify autoload.
7101         (mml-mode): defvar dnd-protocol-alist instead of using
7102         symbol-value.
7103         (mml-default-directory): New variable.
7104         (mml-minibuffer-read-file): Use it.
7105         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7106
7107         * message.el (message-citation-line-format): New variable.
7108         (message-insert-formated-citation-line): New function.
7109         (message-citation-line-function): Add
7110         `message-insert-formated-citation-line' to custom type.
7111
7112         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7113         to doc string.
7114
7115         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7116         depending on mm-verify-option.
7117
7118 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7121         binding pgg-* variables; reimplement the section which prevents
7122         MIME header from being signed.
7123         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7124         pgg-text-mode; remove a blank line at the top of body.
7125
7126         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7127         lines at the top of body; use gnus-newsgroup-charset if there's no
7128         Charset header.
7129
7130 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * message.el (message-self-insert-commands): Doc fix.
7133
7134         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7135         (mm-uu-pgp-encrypted-test): Ditto.
7136         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7137         between header and body; return application/pgp-encrypted handle
7138         if decryption failed; decode decrypted body by charset.
7139
7140         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7141         element match to application/pgp-*.
7142
7143 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7144
7145         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7146         HTML.
7147
7148 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * mail-source.el (mail-source-call-script): Message the error
7151         string.
7152
7153 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus-util.el (gnus-byte-compile): Use it.
7156
7157 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7158
7159         * gnus-util.el (kill-empty-logs): New function.
7160
7161 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162
7163         * message.el (message-mail-alias-type): Doc fix.
7164         (message-mail-alias-type-p): New function.
7165         (message-send): Use it.
7166         (message-mode): Ditto.
7167         (message-strip-forbidden-properties): Ditto.
7168
7169         * ecomplete.el (ecomplete-database-file-coding-system): New
7170         variable.
7171         (ecomplete-save): Use it.
7172         (ecomplete-setup): Use it.
7173
7174 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * message.el (message-self-insert-commands): New variable.
7177         (message-strip-forbidden-properties): Use it.
7178
7179 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7182         that doesn't make XEmacs choke.
7183
7184 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-util.el (gnus-replace-in-string):
7187         Prefer replace-regexp-in-string over of replace-in-string.
7188
7189 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-util.el (gnus-select-frame-set-input-focus):
7192         Use select-frame-set-input-focus if it is available in XEmacs; use
7193         definition defined in Emacs 22 for old Emacsen.
7194
7195         * dgnushack.el: Autoload unmorse-region for XEmacs.
7196
7197         * lpath.el: Bind cursor-in-non-selected-windows and
7198         select-frame-set-input-focus for XEmacs.
7199
7200 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7203
7204 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7205
7206         * gnus-registry.el (gnus-registry-cache-save): Remove text
7207         properties when saving via the temp buffer.
7208
7209 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * message.el (message-generate-hashcash): Honor custom type.
7212
7213 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214
7215         * message.el (message-generate-hashcash): Default to non-nil when
7216         hashcash is found.
7217
7218         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7219         (gnus-refer-thread-limit): Increase default to 500.
7220
7221         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7222
7223         * flow-fill.el (fill-flowed): Allow delete-space.
7224
7225 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7228         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7229         Remove autoloads.
7230
7231 2006-04-18  Simon Josefsson  <jas@extundo.com>
7232
7233         * message.el (message-generate-hashcash): Default to.
7234
7235 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7238         concatenating segments rather than before concatenating them.
7239
7240 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7243
7244 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7247
7248         * message.el (message-forward-make-body-plain): Allow
7249         message-forward-ignored-headers to be a list.
7250         (message-remove-ignored-headers): Factor out into function.
7251         (message-forward-make-body-mml): Use it.
7252
7253         * imap.el (imap-quote-specials): New function.
7254         (imap-login-auth): Quote specials.
7255
7256         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7257         (rfc2231-parse-string): Allow concatanation of parameters that
7258         aren't contiguous.  The test case is
7259           (mail-header-parse-content-type "message/external-body;
7260             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7261             access-type=LOCAL-FILE;
7262             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7263
7264 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7265
7266         * nntp.el (nntp-accept-process-output): Return the value of
7267         `nnheader-accept-process-output'.
7268
7269 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7272         (gnus-button-alist): Recognize more diff formats.
7273         (gnus-button-patch): Strip directory.
7274
7275 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7278         Emacs 22 when setting focus.
7279
7280 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-art.el (gnus-article-treat-types): Do treatment of
7283         text/x-verbatim parts.
7284         (gnus-button-patch): New command.
7285
7286         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7287         addresses that contain invalid characters.
7288
7289 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * message.el (message-put-addresses-in-ecomplete): Use
7292         gnus-replace-in-string.
7293         (message-is-yours-p): Use the more correct
7294         mail-header-parse-address instead of
7295         mail-extract-address-components.
7296         (message-put-addresses-in-ecomplete): Fix typo.
7297
7298         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7299         keystroke.
7300
7301         * gnus-art.el (gnus-treatment-function-alist): Change order of
7302         newsgroups/generic header folding to avoid double-folding.
7303
7304         * message.el (message-hidden-headers): Add X-Draft-From.
7305
7306         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7307         command.
7308         (gnus-summary-repeat-search-article-backward): New command.
7309
7310         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7311         groups in the parent topic.
7312
7313 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7314
7315         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7316         (spam-extra-header-to-number): Return the CRM114 number as a
7317         number instead of a string.
7318
7319 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * gnus-art.el (gnus-face-properties-alist): Moved here from
7322         gnus-fun.
7323
7324         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7325
7326 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327
7328         * message.el (message-strip-forbidden-properties): Only display on
7329         self-insert-command.
7330
7331         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7332         reindent.
7333         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7334
7335 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7336
7337         * smiley.el (smiley-style): Fix typo.
7338
7339 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * hashcash.el (hashcash-insert-payment-async-2): Use
7342         message-goto-eoh instead of doing it manually.
7343         (mail-add-payment): Use message-narrow-to-header instead of trying
7344         to do the same itself.
7345
7346         * message.el (message-hidden-headers): Add Face.
7347
7348         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7349         reparenting code.
7350         (gnus-summary-reparent-children): Refactored out code.
7351         (gnus-summary-thread-map): New keystroke.
7352         (gnus-summary-reparent-children): Make into command.
7353
7354         * smiley.el (smiley-style): Default to `medium' if using a large
7355         font.
7356
7357         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7358         does it itself.
7359
7360         * message.el (message-point-in-header-p): Simplify definition.
7361
7362 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * nnagent.el (nnagent-request-set-mark): Silence log file
7365         writing.
7366         (nnagent-request-set-mark): Use write-region instead of
7367         append-to-file.
7368
7369         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7370         strange select method.
7371
7372         * ecomplete.el (ecomplete-display-matches): Get highlightling
7373         right.
7374         (ecomplete-display-matches): Use literals.
7375         (ecomplete-display-matches): Disable message logging.
7376
7377         * message.el (message-display-abbrev): Small optimization.
7378
7379         * ecomplete.el (ecomplete-display-matches): Allow automatic
7380         display.
7381
7382         * message.el (message-strip-forbidden-properties): Display
7383         abbrevs.
7384         (message-display-abbrev): Get automatic display right.
7385
7386         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7387         keystrokes.
7388
7389 2006-04-13  Romain Francoise  <romain@orebokech.com>
7390
7391         TODO: Backport to v5-10!
7392
7393         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7394         Moved here (and renamed) from gnus-registry.el.
7395
7396         * gnus-registry.el: Require gnus-util.
7397         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7398
7399 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-group.el (gnus-group-catchup-current): Change
7402         if-then-else-if-then-else into cond.
7403         (gnus-group-catchup): Indent.
7404         (group-name-at-point): New function.
7405         (gnus-fetch-group): Provide default from thing at point.
7406
7407 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * message.el (message-display-abbrev): Fix regexp.
7410
7411         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7412         choosing.
7413         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7414         dead variables.
7415
7416         * message.el (message-newline-and-indent): Remove debugging.
7417         (message-display-abbrev): Use new implementation.
7418
7419 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-art.el (gnus-article-mode): Set
7422         cursor-in-non-selected-windows to nil.
7423
7424         * smiley.el: Revert previous change.
7425         (smiley-data-directory): defvar it before using it in the
7426         defcustom of `smiley-style'.
7427
7428 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * message.el (message-newline-and-indent): New function.
7431
7432         * ecomplete.el: Implement more bits.
7433
7434         * message.el (message-put-addresses-in-ecomplete): Clean up the
7435         string.
7436
7437         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7438
7439         * gnus-sum.el (gnus-summary-save-parts): Bind
7440         gnus-summary-save-parts-counter and use it to make unique file
7441         names.
7442
7443         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7444
7445         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7446         parameter to say whether to actually parse the individual
7447         addresses.
7448
7449         * message.el (message-put-addresses-in-ecomplete): New function.
7450         (ecomplete): Require.
7451         (message-mail-alias-type): Add ecomplete as an option.
7452
7453 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7454
7455         * flow-fill.el (fill-flowed): Remove trailing space from blank
7456         quoted lines.
7457
7458 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459
7460         * smiley.el (smiley-style): Move definition later to avoid a
7461         compilation warning.
7462
7463 2006-04-12  Kenichi Handa  <handa@m17n.org>
7464
7465         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7466         buffer and then decode the buffer text if necessary.
7467         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7468         first, and after mm-encode-body, change the buffer to unibyte.
7469         Use mm-disable-multibyte instead of set-buffer-multibyte.
7470
7471 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7474         Content-Type header instead of Content-Disposition header.
7475         (gnus-mime-inline-part): Ditto.
7476         (gnus-mime-view-part-as-charset): Ignore charset that the part
7477         specifies.
7478
7479         * mm-decode.el (mm-display-part): Work with external parts and
7480         usual parts similarly.
7481
7482         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7483         instead of gnus-display-mime.
7484
7485         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7486         instead of with-temp-buffer.
7487
7488         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7489         tag to summarized topics part in order to encode non-ASCII text.
7490
7491 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * smiley.el (smiley-style): New variable.
7494         (smiley-directory): New function.
7495         (smiley-data-directory): Derive from `smiley-style' using
7496         `smiley-directory'.
7497         (smiley-regexp-alist): Add new entries.
7498
7499         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7500         (gnus-article-browse-delete-temp): Add :version.
7501
7502 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7503
7504         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7505         the sieve region.
7506
7507 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * gnus.el (gnus-version-number): Bump version.
7510
7511 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus.el: No Gnus v0.4 is released.
7514
7515 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7518         layout.
7519
7520         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7521         unknown charset.
7522
7523         * message.el (message-header-synonyms): Add Original-To to the
7524         default.
7525
7526         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7527         optional parameter.
7528
7529 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-fun.el (gnus): Require it for gnus-directory.
7532
7533 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7536
7537 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7538
7539         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7540
7541 2006-04-05  Simon Josefsson  <jas@extundo.com>
7542
7543         * password.el (password-reset): New function.
7544
7545 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7546
7547         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7548         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7549
7550 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7551
7552         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7553         Some whitespace was matched into the url, which broke browsing hits
7554         > 100 when mm-url-use-external was nil.
7555
7556 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7559         gnus-extra-headers for 'Newsgroups.
7560
7561         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7562         bound.
7563
7564 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7565
7566         * pgg-gpg.el: Clean up process buffers every time gpg processes
7567         complete.
7568
7569 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7572         doc string.
7573
7574 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7575
7576         * pgg-gpg.el (pgg-gpg-process-filter)
7577         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7578
7579         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7580         lines, temporary fix.
7581
7582 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7585
7586 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7587
7588         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7589         default-enable-multibyte-characters.  This reverts the change from
7590         revision 6.17 which is no longer necessary because the passphrase
7591         is sent separately now.  GnuPG messages are unreadable under
7592         multibyte locales with default-enable-multibyte-characters set to
7593         nil.
7594
7595 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * message.el (message-tool-bar-gnome): Move "spell".
7598
7599 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7602         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7603         instead.
7604
7605 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7606
7607         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7608         newsgroups handling for NNTP overviews which don't include
7609         Newsgroups.
7610
7611 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7612
7613         * message.el (message-resend): Bind message-generate-hashcash to nil.
7614
7615 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7616
7617         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7618         when searching for already-paid recipients.
7619
7620 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7621
7622         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7623         passphrases when it is not needed.
7624         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7625         passphrase stuff from gpg, should only be necessary when you use
7626         gpg with a smartcard.
7627
7628 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * mml.el (mml-insert-mime): Ignore cached contents of
7631         message/external-body part.
7632
7633         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7634         (mm-insert-part): Ditto.
7635
7636 2006-03-23  Simon Josefsson  <jas@extundo.com>
7637
7638         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7639         Reiner.
7640         (pgg-gpg-use-agent-p): Use it again.
7641
7642 2006-03-23  Simon Josefsson  <jas@extundo.com>
7643
7644         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7645         older emacsen.
7646         (pgg-gpg-use-agent-p): Don't use it.
7647
7648 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7651         if we can.
7652
7653 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7654
7655         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7656         (pgg-gpg-update-agent): New function.
7657         (pgg-gpg-use-agent-p): New function.
7658         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7659         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7660         (pgg-gpg-sign-region): Use it.
7661
7662 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7665         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7666
7667 2006-03-21  Simon Josefsson  <jas@extundo.com>
7668
7669         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7670         <wilde@sha-bang.de>.
7671         (pgg-gpg-use-agent): New variable.
7672         (pgg-gpg-process-region): Use it.
7673         (pgg-gpg-encrypt-region): Likewise.
7674         (pgg-gpg-encrypt-symmetric-region): Likewise.
7675         (pgg-gpg-decrypt-region): Likewise.
7676         (pgg-gpg-sign-region): Likewise.
7677         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7678
7679 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7682
7683         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7684         Add comment on version.
7685
7686 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * smiley.el: Add missing test smiley.
7689
7690 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * mm-decode.el (mm-with-part): New macro.
7693         (mm-get-part): Use it; work with message/external-body as well.
7694         (mm-save-part): Treat name and filename equally.
7695
7696         * mm-extern.el (mm-extern-cache-contents): New function.
7697         (mm-inline-external-body): Use it; force the part to be displayed;
7698         move undisplayer added to the cached handle to the parent.
7699
7700         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7701         (gnus-mime-view-part-as-type): Work with message/external-body.
7702
7703         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7704
7705 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7708         images in image-load-path.  [Sync with image.el, revision 1.60, in
7709         Emacs.]
7710
7711 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7714         path rather than symbol.  Always return list of directories.
7715         Guarantee that image directory comes first.  [Sync with image.el,
7716         revision 1.59, in Emacs.]
7717
7718         * message.el (message-make-tool-bar): Adjust to new API of
7719         `gmm-image-load-path-for-library'.
7720
7721         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7722
7723         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7724
7725 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7726
7727         * gnus-art.el (gnus-article-only-boring-p):
7728         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7729         intangible text.
7730         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7731
7732 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7735         `defun' instead of `gmm-defun-compat'.
7736
7737 2006-03-14  Simon Josefsson  <jas@extundo.com>
7738
7739         * message.el (message-unique-id): Don't use message-number-base36
7740         if (user-uid) is a float.
7741         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7742
7743 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7746
7747         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7748         empty line between a part and a message part.
7749
7750 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * smiley.el: Add more test smileys.
7753         (smiley-data-directory, smiley-regexp-alist)
7754         (gnus-smiley-file-types): Fix doc strings.
7755         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7756         adding new elements.
7757         (smiley-mouse-map): Unused code.  Make it a comment.
7758
7759 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7762         scan latest NoCeM messages instead of old ones.
7763         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7764         delimiters that are recently used.
7765         (gnus-nocem-load-cache): Add autoload cookie.
7766
7767         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7768
7769         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7770         level which is larger than gnus-use-nocem is specified.
7771
7772         * gnus-group.el (gnus-group-get-new-news): Ditto.
7773
7774 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * gnus-util.el (gnus-tool-bar-update): New function.
7777
7778         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7779         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7780
7781         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7782
7783         * gnus-group.el (gnus-group-redraw-when-idle)
7784         (gnus-group-redraw-check): Remove.
7785         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7786
7787 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7790         if optional last element is specified in splits (FIELD VALUE...).
7791
7792 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7795         to gmm-image-load-path-for-library.  Call with no-error argument.
7796         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7797
7798         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7799
7800         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7801
7802         * gmm-utils.el (gmm-image-load-path): Remove alias.
7803
7804 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gmm-utils.el (gmm-image-load-path): Add alias.
7807
7808         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7809         nnml-generate-nov-databases-1.
7810         (nnml-generate-nov-databases): Use it.
7811         (nnml-generate-nov-databases-directory): Document no-active
7812         argument.
7813
7814         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7815         directory if path is t.  Add no-error.
7816
7817         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7818         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7819
7820         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7821         resetting gnus-article-browse-html-temp-list.
7822
7823         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7824         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7825         Add example to docstring.  Rename local variables.  Move error
7826         checks to default case in cond and simplify.
7827
7828 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7831         handle is multipart when calling it recursively.
7832         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7833
7834 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7835
7836         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7837         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7838
7839 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7842         is loaded.
7843
7844         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7845         loaded.
7846
7847 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7850         to "Emacs 23 (unicode)" in doc string.
7851
7852         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7853         "Emacs 23 (unicode)" in comment.
7854
7855 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7858
7859         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7860         characters 160 through 255 in Emacs 23.
7861
7862 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7865         gnus-article-browse-html-temp.
7866         (gnus-article-browse-delete-temp): Make it customizable.  Add
7867         `file'.  Adjust doc string.
7868         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7869         query for each file.  Adjust doc string.
7870         (gnus-article-browse-html-parts): Add
7871         `gnus-article-browse-delete-temp-files' to
7872         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7873
7874 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7875
7876         * gnus-art.el (gnus-article-browse-html-temp)
7877         (gnus-article-browse-delete-temp): New variables.
7878         (gnus-article-browse-delete-temp-files): New function.
7879         (gnus-article-browse-html-parts): Use it.
7880
7881 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7884
7885         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7886         string.
7887
7888         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7889         gnus-summary-insert-new-articles when unplugged.  Remove
7890         gnus-summary-search-article-forward.
7891
7892         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7893         display-visual-class instead of display-color-cells.
7894
7895 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * dgnushack.el: Autoload customize-group for XEmacs.
7898
7899         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7900         message/* containing non-ASCII text properly.
7901
7902 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * message.el: Require gmm-utils, remove autoloads.
7905         (message-tool-bar): Set default based on
7906         gmm-tool-bar-style.
7907         (message-tool-bar-gnome): Add gmm-customize-mode.
7908
7909         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7910         gmm-tool-bar-style.
7911         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7912
7913         * gnus-group.el (gnus-group-tool-bar): Set default based on
7914         gmm-tool-bar-style.
7915         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7916
7917         * gmm-utils.el (gmm-image-directory): Rename variable from
7918         gmm-image-load-path.
7919         (gmm-image-load-path): Use gmm-image-directory.
7920         (gmm-customize-mode): New function.
7921         (gmm-tool-bar-style): New variable.
7922
7923         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7924         gnus-group-redraw-line-number.
7925         (gnus-group-redraw-check): Simplify.
7926         (gnus-group-tool-bar-update): Remove redraw check.
7927         (gnus-group-make-tool-bar): Add redraw check.
7928
7929 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7930
7931         * gnus-art.el (gnus-button): Add missing parentheses.
7932
7933 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * lpath.el: Fbind line-number-at-pos.
7936
7937 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7940
7941 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * gnus-art.el (gnus-button): New face.
7944         (gnus-article-button-face): Use it.
7945
7946         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7947         gnus-summary-next-page.  Re-order.
7948
7949         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7950         next-node are now included.
7951         (gnus-group-redraw-line-number): New internal variable.
7952         (gnus-group-redraw-check): Helper function for updating the tool
7953         bar.
7954         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7955
7956         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7957
7958         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7959         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7960         Use it to match format of Spamassassin 3.0 and later.  Reported by
7961         IRIE Tetsuya <irie@t.email.ne.jp>.
7962         (spam-check-bogofilter)
7963         (spam-bogofilter-register-with-bogofilter): Fix args of
7964         `gnus-error' calls.
7965
7966 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7969         unnecessary interaction when sending queued mails.  Reported by
7970         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7971
7972 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7975         first or last are nil.
7976
7977 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7978
7979         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7980
7981 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7984
7985 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * dns.el (query-dns): Protect more against buggy tcp output.
7988
7989 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7992         nov.php.
7993
7994 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7995
7996         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7997         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7998         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7999         output on the server side.
8000         (nnweb-google-create-mapping): Update regexps and add some
8001         progress indication.
8002
8003 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8006         gnus-agent-toggle-plugged.  Re-order icons.
8007         (gnus-group-tool-bar-gnome): Add
8008         gnus-group-{prev,next}-unread-group.
8009         (gnus-group-tool-bar-gnome): Re-order icons.
8010
8011         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8012         gnus-summary-insert-new-articles.
8013
8014         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8015         comments.
8016
8017         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8018         also available in Emacs 21.3.
8019
8020         * message.el (message-fix-before-sending): Change "Emacs 22" to
8021         "Emacs 23 (unicode)" in comment.
8022
8023         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8024         "Emacs 23 (unicode)" in comment.
8025
8026         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8027         comment.
8028         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8029
8030         * mm-view.el (mm-fill-flowed): Add :version.
8031
8032 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8035         and load-path.
8036
8037 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * message.el: Autoload gmm-image-load-path.
8040         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8041         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8042         consitency.
8043
8044         * gmm-utils.el (gmm-image-load-path): Also search in
8045         "../etc/images".  Don't set gmm-image-load-path if we don't find
8046         the image.
8047
8048 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gmm-utils.el (gmm-image-load-path): Don't make
8051         `gmm-image-load-path' include subdirectories which the second arg
8052         `image' might specify.
8053
8054         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8055         subdirectory to icon file names.
8056
8057         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8058
8059 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8062         gmm-image-load-path calls.
8063
8064         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8065
8066         * message.el (message-make-tool-bar): Ditto.
8067
8068         * mml.el (mml-preview): Added comment concerning tool bar icons.
8069
8070         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8071         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8072
8073         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8074         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8075
8076         * message.el (message-tool-bar-gnome): Use new icon names.
8077         (message-make-tool-bar): Use `gmm-image-load-path'.
8078
8079         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8080         functions from MH-E.
8081         (gmm-image-load-path): New variable from MH-E.
8082         (gmm-image-load-path): New function from MH-E.  Added arguments
8083         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8084         *-image-load-path-called-flag.
8085
8086 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8087
8088         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8089
8090 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8091
8092         * nnimap.el (nnimap-request-move-article): Change folder back to
8093         source group before deleting.
8094
8095 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8098
8099         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8100         mm-url.
8101
8102         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8103
8104 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8107         coding system which mm-charset-to-coding-system returns for a
8108         given charset is valid.
8109
8110 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8111
8112         * html2text.el (html2text-remove-tag-list):
8113         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8114
8115 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8116
8117         * gnus-cus.el: Revert 2005-10-17 change.
8118
8119 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-art.el (article-strip-banner): Call
8122         article-really-strip-banner only when the regexp match is made.
8123
8124 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (article-strip-banner): Use
8127         gnus-extract-address-components instead of
8128         mail-header-parse-addresses to make it work with non-ASCII text;
8129         remove mail-encode-encoded-word-string.
8130
8131         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8132         values which are surrounded with \"...\"; make it never cause a
8133         Lisp error; give up parsing of parameters if it failed in
8134         extracting type.
8135
8136 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8137
8138         * smime.el (smime-cert-by-ldap-1): Fix bug where
8139         `smime-ldap-search' returns results without userCertificates.
8140
8141 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8144
8145 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * spam.el (spam-check-spamassassin-headers): Adapt format for
8148         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8149         <ari@mbf.ocn.ne.jp>.
8150         (spam-list-of-processors): Add spam-use-gmane.
8151
8152 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8155         make-temp-file; make it work with XEmacs as well.
8156
8157         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8158         mm-make-temp-file.
8159
8160         * mm-decode.el (mm-display-external): Use the 3rd arg of
8161         mm-make-temp-file.
8162         (mm-create-image-xemacs): Ditto.
8163
8164 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8167         with message-narrow-to-headers.
8168         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8169         (gnus-draft-check-draft-articles): New function.
8170         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8171
8172 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus-art.el (gnus-article-browse-html-parts):
8175         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8176         Don't use suffix argument for mm-make-temp-file for Emacs 21
8177         compatibility.  Remove useless `format'.
8178
8179 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8180
8181         * nnweb.el (nnweb-google-wash-article): Update regexps.
8182         (nnweb-group-alist): Use defvoo instead of defvar.
8183
8184 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8187         re-loading nn* modules.
8188
8189 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8192         for `tool-bar-mode' and don't check it's default-value.
8193
8194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8195
8196         * message.el (message-make-tool-bar): Ditto.
8197
8198         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8199         `substring'.  Shorten tmp-file name.
8200
8201         * gnus.el: Remove bogus comment.
8202
8203 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8204
8205         * gnus-art.el (gnus-article-browse-html-parts): New function.
8206         (gnus-article-browse-html-article): New function for viewing html
8207         articles with a browser.
8208
8209 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8210
8211         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8212         in elisp.
8213         (pgg-gpg-encrypt-symmetric-region): Ditto.
8214         (pgg-gpg-sign-region): Ditto.
8215
8216         * pgg-def.el (pgg-text-mode): New variable.
8217
8218         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8219         (mml2015-pgg-encrypt): Ditto.
8220
8221         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8222         (mml1991-pgg-encrypt): Ditto.
8223
8224 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8227         message-make-date instead of current-time-string.
8228
8229         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8230         to gnus-decoded which mm-uu might set.
8231
8232 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8235         don't decode quoted parameters; remove misimported Emacs code.
8236         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8237         (rfc2231-decode-encoded-string): Don't use split-string which
8238         behaves differently according to Emacs version; use
8239         mm-decode-coding-region to convert charset to coding-system.
8240         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8241         (rfc2231-encode-string): Remove misimported Emacs code.
8242
8243 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8246         when calling mail-header-parse-content-type.
8247         (article-de-quoted-unreadable): Ditto.
8248         (article-de-base64-unreadable): Ditto.
8249         (article-wash-html): Ditto.
8250
8251         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8252         calling mail-header-parse-content-type and
8253         mail-header-parse-content-disposition.
8254         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8255         mail-header-parse-content-type.
8256
8257         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8258         insert charset and format parameters; encode description after
8259         inserting it to buffer.
8260         (mml-insert-parameter): Fold lines properly even if a parameter is
8261         segmented into two or more lines; change the max column to 76.
8262
8263         * rfc1843.el (rfc1843-decode-article-body): Don't use
8264         ignore-errors when calling mail-header-parse-content-type.
8265
8266         * rfc2231.el (rfc2231-parse-string): Return at least type if
8267         possible; don't cause an error even if it fails in parsing of
8268         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8269         (rfc2231-encode-string): Don't break lines at the beginning, leave
8270         it to mml-insert-parameter.
8271
8272         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8273         calling mail-header-parse-content-type.
8274
8275 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * spam-report.el (spam-report-gmane-use-article-number):
8278         Improve doc string.
8279         (spam-report-gmane-internal): Check if a suitable header was found
8280         in the article.
8281
8282 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8285         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8286
8287 2006-02-05  Romain Francoise  <romain@orebokech.com>
8288
8289         Update copyright notices of all files in the gnus directory.
8290
8291 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8292
8293         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8294
8295 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8298         segmented lines of parameter value to cope with Thunderbird 1.5
8299         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8300         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8301         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8302
8303 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8304
8305         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8306         parts.
8307
8308 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8309
8310         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8311         there's only one active file for all servers.
8312         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8313         solid groups.  Gnus might have used a FAST request to select the group.
8314         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8315         and nnweb-search redundantly in the active file.
8316         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8317         (nnweb-request-create-group): Don't use ARGS.
8318         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8319         initialisations.  Let nnoo do the work.
8320
8321 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8324         Say the part has been decoded.
8325
8326         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8327
8328 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8329
8330         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8331         mailcap-viewer-test-cache when there's no 'test clause, since that
8332         will invert the meaning of a "nil" test previously determined by
8333         mailcap-mailcap-entry-passes-test.
8334
8335 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8338         compiling.
8339
8340         * gnus-sum.el: Ditto.
8341
8342         * message.el: Don't bind tool-bar-map when compiling.
8343
8344 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8347
8348 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8349
8350         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8351         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8352         current Google Groups.
8353
8354 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8357         and tool-bar-mode.
8358
8359         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8360         and tool-bar-mode.
8361
8362         * message.el (message-tool-bar-update): Simplify.
8363         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8364
8365         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8366         gnus-summary-buffer.
8367         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8368         gnus-summary-reply.
8369
8370         * gmm-utils.el (gmm): Add :version.
8371
8372 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * Makefile.in (clean): New rule.
8375         (distclean): Use it.
8376
8377 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8378
8379         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8380         autoload.
8381
8382 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gmm-utils.el (gmm-verbose): Add :group.
8385
8386 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * message.el: Change some comments WRT tool-bars.
8389
8390         * gnus-sum.el (gnus-summary-tool-bar)
8391         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8392         (gnus-summary-tool-bar-zap-list): New variables.
8393         (gnus-summary-make-tool-bar): Complete rewrite using
8394         `gmm-tool-bar-from-list'.
8395
8396         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8397         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8398         variables.
8399         (gnus-group-make-tool-bar): Complete rewrite using
8400         `gmm-tool-bar-from-list'.
8401         (gnus-group-tool-bar-update): New function.
8402
8403         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8404
8405 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8408         is dissected into a single part of which the type is the same as
8409         the given one; decode charset.
8410
8411 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8412
8413         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8414         into alists as symbol not string, since that's what
8415         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8416         look for.
8417
8418 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8421         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8422
8423         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8424
8425 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8428         (gnus-xmas-mime-security-button-menu): New function.
8429
8430         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8431         (gnus-mime-security-button-menu): New definition.
8432         (gnus-mime-security-button-map): Use them.
8433         (gnus-mime-security-button-menu): New function.
8434         (gnus-insert-mime-security-button): Addition to help echo.
8435         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8436         (gnus-mime-security-pipe-part): New functions.
8437
8438         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8439         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8440
8441         * mm-decode.el (mm-handle-set-disposition): Remove.
8442         (mm-handle-set-description): Remove.
8443
8444 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8447         (mm-w3m-standalone-supports-m17n-p): New function.
8448         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8449         w3m usage.
8450
8451         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8452         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8453
8454 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * message.el (message-tool-bar-zap-list): Use
8457         gmm-tool-bar-zap-list as custom type.
8458         (message-tool-bar-update): New function.
8459         (message-tool-bar, message-tool-bar-gnome)
8460         (message-tool-bar-retro): Add message-tool-bar-update.
8461         (message-tool-bar-gnome): Add flyspell-buffer.
8462
8463         * gnus-util.el (gnus-error): Describe `args'.
8464
8465         * gmm-utils.el (gmm-error): Describe `args'.
8466         (gmm-tool-bar-zap-list): New widget.
8467         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8468
8469 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8472         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8473         the number of recursive calls.
8474
8475         * mm-decode.el (mm-handle-set-disposition): New macro.
8476         (mm-handle-set-description): New macro.
8477
8478 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8481         encoding.
8482
8483 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * message.el (message-tool-bar-zap-list, message-tool-bar)
8486         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8487         (message-tool-bar-local-item-from-menu): Remove.
8488         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8489         (message-make-tool-bar): New function.
8490         (message-mode): Use `message-make-tool-bar'.
8491
8492         * gmm-utils.el: New file.
8493         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8494         (gmm-lazy): New widget copied from `nnmail.el'.
8495         (gmm-tool-bar-from-list): New function for creating customizable
8496         tool bars.
8497         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8498         output.
8499         (gmm): Add :prefix to defgroup.
8500
8501 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8502
8503         * gmm-utils.el (gmm-widget-p): New function.
8504
8505 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * mml.el (mml-attach-file): Describe `description' in doc string.
8508         (mml-menu): Add Emacs MIME manual and PGG manual.
8509
8510 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8511
8512         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8513
8514 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8515
8516         * nntp.el (nntp-end-of-line): Doc fix.
8517
8518 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8519
8520         * imap.el (imap-open): Handle case where buffer is a buffer
8521         object.
8522
8523 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8524
8525         * gnus-delay.el (gnus-delay): Don't autoload.
8526         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8527         to be re-loaded when customizing the `gnus-delay' group.
8528
8529 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8530
8531         * message.el (message-insert-citation-line): Use newlines.
8532
8533 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8534
8535         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8536         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8537         these routines, so the passphrase can be managed externally and
8538         passed in to the system.
8539         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8540         pgg-add-passphrase-to-cache function.
8541
8542         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8543         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8544         these routines, so the passphrase can be managed externally and
8545         passed in to the system.
8546         (pgg-pgp5-sign-region): Use new name of
8547         pgg-add-passphrase-to-cache function.
8548
8549 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8550
8551         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8552         part of the decoded armor to find the key-identifier.
8553         (pgg-gpg-lookup-key-owner): New function to return the
8554         human-readable identifier of a key owner.
8555         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8556         itself.
8557         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8558         the key value) if we have a key and can match it against a secret
8559         key.  Also, added a note pointing out fact that the prompt only
8560         indicates the first matching key.
8561
8562         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8563         pgg-decrypt-region.
8564         (pgg-add-passphrase-to-cache): Rename from
8565         `pgg-add-passphrase-cache' to reduce confusion (all callers
8566         changed).
8567         (pgg-remove-passphrase-from-cache): Rename from
8568         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8569         changed).
8570         (pgg-read-passphrase, pgg-add-passphrase-cache)
8571         (pgg-remove-passphrase-cache): Add informative docstrings.
8572         (pgg-decrypt): Convey provided passphrase in subordinate call to
8573         pgg-decrypt-region.
8574
8575 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8576
8577         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8578         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8579         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8580         'passphrase' argument, so the passphrase can be managed externally
8581         and then passed in to the system.
8582
8583         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8584         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8585         so the passphrase cache can be used reliably with identifiers
8586         besides a pgp packet's key id.
8587
8588         * pgg-gpg.el (pgg-gpg-encrypt-region)
8589         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8590         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8591         these routines, so the passphrase can be managed externally and
8592         passed in to the system.
8593
8594         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8595         'notruncate' argument, so the passphrase cache can be used
8596         reliably with identifiers besides a pgp packet's key id.
8597
8598 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8599
8600         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8601         symmetric encryption.
8602         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8603         encrypted session key.
8604         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8605         message ask for the passphrase in a proper way.
8606
8607         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8608         New user commands for symmetric encryption.
8609
8610 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8613
8614         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8615
8616 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8617
8618         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8619
8620 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * mm-decode.el (mm-inlined-types): Add application/pgp.
8623         (mm-automatic-display): Ditto.
8624
8625         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8626         part as text.
8627
8628 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * nnrss.el: Update copyright.
8631         (nnrss-opml-import): Query whether to subscribe to each entry.
8632
8633         * gnus-art.el:
8634         * gnus-sum.el:
8635         * gnus-xmas.el:
8636         * messagexmas.el:
8637         * mm-uu.el:
8638         * mm-view.el: Update copyright.
8639
8640 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * message.el (message-info): New function.
8643         (message-mode-menu): Add it.
8644         Update copyright.
8645
8646         * ChangeLog: Fix and update copyright.
8647
8648 2006-01-13  Romain Francoise  <romain@orebokech.com>
8649
8650         * message.el (message-forward-subject-name-subject): Prefer the
8651         address to 'nowhere' if the sender has no name.
8652         Fix typo.  Update copyright year.
8653
8654 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-art.el (article-wash-html): Use
8657         gnus-summary-show-article-charset-alist if a numeric arg is given.
8658         (gnus-article-wash-html-with-w3m-standalone): New function.
8659
8660         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8661         mm-inline-text-html-render-with-w3m-standalone.
8662         (mm-text-html-washer-alist): Map w3m-standalone to
8663         gnus-article-wash-html-with-w3m-standalone.
8664         (mm-inline-text-html-render-with-w3m-standalone): New function.
8665
8666 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8669         Improve LaTeX.
8670
8671 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8674         (nnrss-request-article): Render text/plain parts as HTML.
8675
8676         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8677         the buffer.
8678
8679 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8682         custom definition of `gnus-posting-styles'.
8683
8684         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8685         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8686
8687 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8690         Use nntp for bug archive.
8691
8692 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8695         parts.
8696         (nnrss-normalize-date): New function converts ISO 8601 date into
8697         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8698         (nnrss-check-group): Use it.
8699
8700 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8703
8704         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8705         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8706         (nnrss-insert-w3): Ditto.
8707
8708 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8711         the articles to be forwarded including the case where neither a
8712         number of articles nor a region is specified.
8713
8714 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * nnrss.el (nnrss-request-article): Fix last change; fill
8717         text/plain parts.
8718
8719 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8722         in text/plain part.
8723         (nnrss-check-group): Don't add excessive newline to dc:subject.
8724
8725 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8726
8727         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8728         article.
8729
8730 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8733         (nnml-use-compressed-files, nnml-save-mail): Support other
8734         comression programs such as bzip2.
8735
8736 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * dns.el (query-dns): Make sure we check the buffer size before
8739         removing tcp headers.
8740
8741 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8744         remove MIME buttons associated with multipart/alternative parts.
8745         (gnus-mime-display-alternative): Tag buttons using `article-type'
8746         text property.
8747
8748         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8749         associated with multipart/alternative parts.
8750
8751         * gnus-art.el (gnus-signature-separator): Fix custom type.
8752
8753         * mm-decode.el (mm-inlined-types): Fix custom type.
8754         (mm-keep-viewer-alive-types): Ditto.
8755         (mm-automatic-display): Ditto.
8756         (mm-attachment-override-types): Ditto.
8757         (mm-inline-override-types): Ditto.
8758         (mm-automatic-external-display): Ditto.
8759
8760 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * spam-report.el (spam-report-user-mail-address)
8763         (spam-report-user-agent): New variables.
8764         (spam-report-url-ping-plain): Use spam-report-user-agent.
8765
8766 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8767
8768         * gnus-art.el (gnus-button-handle-custom): Do not just use
8769         `customize-apropos' for any "M-x customize-*" button but the
8770         function called for.  Accept both the function name and its
8771         argument in order to achieve this.
8772         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8773         function name to `gnus-button-handle-custom' in case of "M-x
8774         customize-*" buttons.
8775
8776 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8779         multipart/alternative and add xref to mm-discouraged-alternatives
8780         in doc string.
8781
8782         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8783         gnus-buttonized-mime-types in doc string.
8784
8785 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8788         Suggest image/.* in the doc string.
8789
8790 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8793         message-marks (Debian bug #342521).
8794
8795 2005-12-12  Simon Josefsson  <jas@extundo.com>
8796
8797         * password.el (password-read-from-cache): Add.
8798         (password-read): Use it.
8799
8800 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8803         us-ascii as a MIME charset.
8804
8805         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8806         against the case where the 2nd arg TYPE is nil.
8807
8808 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * pop3.el (pop3-stream-type): Fix custom version.
8811
8812         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8813
8814 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8815
8816         * mm-decode.el (mm-display-external): Add missing cdr.
8817
8818 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8821         RFC1524) if it is in mailcap or add a suffix according to
8822         mailcap-mime-extensions when generating a temp filename; postpone
8823         deleting a temp file for 2 seconds for some wrappers, shell
8824         scripts, and so on, which might exit right after having started a
8825         viewer command as a background job.
8826
8827 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * nntp.el (nntp-marks-directory): Fix custom group.
8830
8831         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8832         steps when < 10.
8833
8834         * gnus-start.el (gnus-no-server-1): Mention
8835         `gnus-level-default-subscribed' in doc string.
8836
8837 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8838
8839         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8840         parens.
8841
8842 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-xmas.el (gnus-use-toolbar): Revert.
8845         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8846         gnus-use-toolbar is default.
8847
8848         * messagexmas.el (message-use-toolbar): Revert.
8849         (message-setup-toolbar): Use global default-toolbar if
8850         message-use-toolbar is default.
8851
8852 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8855         according to default-toolbar-visible-p.
8856
8857         * messagexmas.el (message-use-toolbar): Ditto.
8858
8859 2005-11-26  Dave Love  <fx@gnu.org>
8860
8861         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8862         (tls-program, tls-success): Provide openssl alternative.
8863
8864         * starttls.el: Doc fixes.
8865         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8866         SERVICE to PORT.
8867
8868         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8869         port null or service name.
8870         (starttls-negotiate): Autoload.
8871
8872 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * message.el (message-kill-to-signature): Fix interactive spec.
8875
8876 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * pop3.el (pop3-open-server): Recognize a string as a service name.
8879
8880 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8881
8882         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8883
8884 2005-11-23  Dave Love  <fx@gnu.org>
8885
8886         Add pop3s, pop3/starttls.
8887
8888         * pop3.el (pop3-authentication-scheme): Clarify doc.
8889         (open-tls-stream, starttls-open-stream): Autoload.
8890         (pop3-stream-type): New.
8891         (pop3-open-server): Use it.
8892
8893         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8894         for POP.
8895         (mail-source-keyword-map): Add :stream for POP.
8896         (mail-source-fetch-pop): Use pop3-stream-type.
8897
8898 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8901         of current-time-string.
8902
8903 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8904
8905         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8906         date header.
8907
8908 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8909
8910         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8911         it can seriously impact performance as it bypasses the agent's
8912         local caches.
8913
8914 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8915
8916         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8917         must be explicitly online rather than "not explicitly offline" for
8918         its flags to be synchronized.
8919
8920         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8921         that gnus-uu-unmark-thread will function correctly.
8922
8923         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8924         1024K is instead displayed as 1M.
8925
8926 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8929
8930 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8931
8932         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8933
8934 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8935
8936         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8937         error message to display actual error condition.
8938         (gnus-agent-save-local): Avoid saving symbols that are bound to
8939         nil as they simply result in a warning message in
8940         gnus-agent-read-local.
8941
8942 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8945         rather than make-variable-buffer-local for file-precious-flag.
8946
8947 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8948
8949         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8950         for duplicates which are removed.  The invalid sort check then
8951         triggers a rescan after the sort as sorting may have moved
8952         duplicate entries such that they can be cheaply detected.
8953
8954 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8957
8958 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8959
8960         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8961         internal variable to a custom variable.  Changed default value
8962         from compressed(2) to uncompressed(1).
8963         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8964         support for uncompressed agentview files.  Taken together, reading
8965         the agentview file should now be 6-7 times faster.
8966
8967 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8968
8969         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8970         as a buffer-local variable.  This avoids creating truncated
8971         dribble files as a result of a hang up, eg.
8972
8973 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8974
8975         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8976         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8977         XEmacs.
8978
8979 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gnus-start.el (gnus-start-draft-setup): Enforce
8982         `gnus-draft-mode' for nndraft:drafts at startup.
8983
8984         * gnus.el (gnus-splash): Change custom group.
8985         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8986         allow-list argument.
8987
8988         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8989         string.
8990
8991 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * gnus-art.el (gnus-default-article-saver): Add user-defined
8994         `function' to custom type.
8995
8996 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8997
8998         * imap.el (imap-open): Handle case where buffer is a buffer
8999         object.
9000
9001 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9004         long lines.
9005         (gnus-cache-delete-group): Wrap doc strings.
9006
9007         * gnus-agent.el (gnus-agent-rename-group)
9008         (gnus-agent-delete-group): Wrap doc strings.
9009
9010 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * messagexmas.el (message-use-toolbar): Change the valid values
9013         into default, top, bottom, left, and right.
9014         (message-toolbar-thickness): New variable.
9015         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9016         well.
9017         (message-setup-toolbar): Make it work.
9018
9019         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9020         (gnus-use-toolbar): Change the valid values into default, top,
9021         bottom, left, and right.
9022         (gnus-toolbar-thickness): New variable.
9023         (gnus-xmas-setup-toolbar): New function.
9024         (gnus-xmas-setup-group-toolbar): Use it.
9025         (gnus-xmas-setup-summary-toolbar): Use it.
9026
9027 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus-start.el (gnus-1): Add "native" to
9030         gnus-predefined-server-alist.
9031
9032         * gnus.el (gnus-method-to-server): Don't add "native" to the
9033         lists here, because that leads to problems when
9034         gnus-select-method is bound.
9035
9036 2005-11-09  Simon Josefsson  <jas@extundo.com>
9037
9038         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9039         use (not sort-by-date) instead.
9040
9041 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9042
9043         * gnus-delay.el (gnus-delay-group): Don't autoload.
9044         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9045         to be re-loaded when customizing the `gnus-delay' group.
9046
9047 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9048
9049         * message.el: Revert last changes.
9050         (message-insert-citation-line): Use newlines.
9051
9052 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9053
9054         * message.el (message-courtesy-message)
9055         (message-mark-insert-begin, message-mark-insert-end)
9056         (message-elide-ellipsis, message-cancel-message)
9057         (message-add-header, message-change-subject)
9058         (message-cross-post-followup-to-header)
9059         (message-cross-post-insert-note, message-reduce-to-to-cc)
9060         (message-widen-reply, message-delete-not-region)
9061         (message-kill-to-signature, message-insert-signature)
9062         (message-insert-importance-high, message-insert-importance-low)
9063         (message-insert-or-toggle-importance)
9064         (message-insert-disposition-notification-to)
9065         (message-indent-citation, message-yank-original)
9066         (message-cite-original-without-signature, message-cite-original)
9067         (message-insert-citation-line, message-position-on-field)
9068         (message-fix-before-sending, message-send-mail-partially)
9069         (message-send-mail, message-send-mail-with-sendmail)
9070         (message-send-mail-with-qmail, message-send-news)
9071         (message-check-news-header-syntax, message-generate-headers)
9072         (message-insert-courtesy-copy, message-fill-address)
9073         (message-fill-header, message-shorten-references)
9074         (message-setup-1, message-cancel-news)
9075         (message-forward-make-body-plain, message-forward-make-body-mime)
9076         (message-forward-make-body-mml, message-encode-message-body)
9077         (message-forward-make-body-digest-plain)
9078         (message-forward-make-body-digest-mime)
9079         (message-use-alternative-email-as-from): Insert `hard-newline'
9080         instead of ordinary newlines.
9081
9082 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * message.el (message-generate-headers): Downcase the argument
9085         given to message-check-element.
9086
9087 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9088
9089         * nntp.el (nntp-authinfo-rejected): New error condition.
9090         (nntp-wait-for): Use new error condition to signal authentication
9091         error.
9092         (nntp-retrieve-data): Rethrow new error condition to break out of
9093         recursive call to nntp-send-authinfo.
9094
9095 2005-11-08  Romain Francoise  <romain@orebokech.com>
9096
9097         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9098         (gnus-summary-exit-map): Bind to `Z p'.
9099         (gnus-summary-make-menu-bar): Add menu item.
9100
9101 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9104         (gnus-treat-*): Add `first' in all doc strings.
9105
9106         * gnus-group.el (gnus-group-compact-group): Fix typo.
9107
9108 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus.el (gnus-parameters-case-fold-search): New variable.
9111         (gnus-parameters-get-parameter): Use it.
9112
9113         * gnus-score.el (gnus-home-score-file): Doc fix.
9114
9115 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9116
9117         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9118
9119 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * mm-util.el (mm-special-display-p): New function.
9122
9123         * mml.el (mml-preview): Use it; doc fix.
9124
9125 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9126
9127         * imap.el (imap-open): Handle case where buffer is a buffer object.
9128
9129 2005-10-29  Romain Francoise  <romain@orebokech.com>
9130
9131         * message.el (message-fix-before-sending): Fix comment.
9132
9133 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9134
9135         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9136
9137 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9138
9139         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9140         Used in gnus-score.el.
9141
9142 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9145
9146 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9149         whitespace removed in revision 7.8.  Use concatenated string to
9150         protect trailing whitespace.
9151
9152 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9153
9154         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9155         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9156         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9157         Courier IMAP ("some version from 2004").  Mostly based on similar
9158         code in the same function.
9159
9160 2005-10-26  Didier Verna  <didier@xemacs.org>
9161
9162         * gnus-group.el (gnus-group-compact-group): Invalidate original
9163         article buffer.
9164         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9165         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9166         NOV database and in article itself.
9167         Invalidate article backlog.
9168
9169 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9172
9173 2005-10-26  Simon Josefsson  <jas@extundo.com>
9174
9175         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9176         part of 2004-07-25 change.
9177
9178 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * message.el (message-display-completion-list): New function.
9181         (message-expand-group): Use it; make sure the Completions buffer
9182         is modifiable.
9183 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9184
9185         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9186         user-mail-name is an empty string.
9187
9188 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9191         depending on gnus-score-decay-constant.
9192
9193         * encrypt.el (encrypt-insert-file-contents)
9194         (encrypt-write-file-contents): Don't use `gnus-message'.
9195
9196         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9197         arguments.
9198         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9199         arguments to mm-uu-verbatim-marks-extract.
9200         (mm-uu-hide-markers): New variable.
9201         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9202
9203         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9204         (gnus-convert-image-to-face-command): Use "convert" by default to
9205         allow other input image formats.
9206         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9207         accordingly.
9208
9209 2005-10-23  Simon Josefsson  <jas@extundo.com>
9210
9211         * imap.el (imap-gssapi-program): Align command line parameters
9212         with latest GNU SASL.
9213         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9214
9215 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9218         HTML.
9219         (nnslashdot-request-article): Ditto.
9220
9221         * lpath.el (featurep): Add nobreak-char-display.
9222
9223 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9224
9225         * mail-source.el (mail-source-fetch-pop): Require pop3.
9226         (mail-source-check-pop): Ditto.
9227
9228 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9231         errors.
9232
9233 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9236         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9237
9238         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9239
9240         * mm-bodies.el (mm-decode-string): Call
9241         `mm-charset-to-coding-system' with allow-override argument.
9242
9243 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9246         (rfc2047-charset-to-coding-system): New function.
9247         (rfc2047-decode-encoded-words): New function.
9248         (rfc2047-decode-region): Use them.
9249         (rfc2047-decode-cte): Remove.
9250         (rfc2047-parse-and-decode): Remove.
9251         (rfc2047-decode): Remove.
9252
9253 2005-10-15  Kenichi Handa  <handa@m17n.org>
9254
9255         * rfc2047.el (rfc2047-decode-cte): New function.
9256         (rfc2047-decode-region): Change the way to decode successive
9257         encoded-words: decode B- or Q-encoding in each encoded-word,
9258         concatenate them, and decode it as charset.
9259
9260 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * lpath.el: Fbind codepage-setup for XEmacs.
9263
9264 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9265
9266         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9267         widget-move-and-invoke.
9268         (gnus-custom-mode): Use gnus-custom-map.
9269
9270 2005-10-15  Bill Wohler  <wohler@newt.com>
9271
9272         * message.el (message-tool-bar-map): Renamed image file from
9273         mail_send to mail/send.
9274
9275 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9276
9277         * message.el (message-expand-group): Pass the common
9278         prefix substring of completion to `display-completion-list'.
9279
9280 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * mml-sec.el (mml-secure-method): New internal variable.
9283         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9284         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9285         functions using mml-secure-method.
9286
9287         * mml.el (mml-mode-map): Add key bindings for those functions.
9288         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9289         Harder <harder@myrealbox.com>.
9290         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9291         end of message if point is the headers of the message.
9292
9293         * message.el (message-in-body-p): New function.
9294
9295         * assistant.el: Autoload gnus-util and netrc.
9296
9297         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9298         Use `mm-charset-override-alist' only when decoding.
9299
9300         * mm-bodies.el (mm-decode-body): Call
9301         `mm-charset-to-coding-system' with allow-override argument.
9302
9303         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9304         `filename' from Content-Disposition if Content-Type doesn't
9305         provide `name'.
9306         (gnus-mime-view-part-as-type): Set default instead of
9307         initial-input.
9308
9309 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9310
9311         * format-spec.el (format-spec): Propagate text properties of % spec.
9312
9313 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-art.el (gnus-treat-predicate): Add `first'.
9316
9317 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9320         (mm-charset-override-alist): New variable.
9321         (mm-charset-to-coding-system): Use it.
9322         (mm-codepage-setup): New helper function.
9323         (mm-charset-eval-alist): New variable.
9324         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9325         about unknown charsets.
9326
9327         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9328
9329 2005-10-04  David Hansen  <david.hansen@gmx.net>
9330
9331         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9332         (nnrss-check-group): Ditto.
9333
9334 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9337         Rename x-gnus-verbatim to x-verbatim.
9338         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9339
9340         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9341         x-verbatim.
9342
9343         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9344
9345         * gnus-util.el (gnus-remove-duplicates): Remove.
9346
9347         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9348         instead of gnus-remove-duplicates.
9349
9350         * message.el (message-remove-duplicates): Remove.
9351         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9352         message-remove-duplicates.
9353
9354         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9355         available, else use implementation from `delete-dups'.
9356
9357         * message.el (message-insert-expires): New function.
9358         (message-mode-map): Add key binding.
9359         (message-mode-field-menu): Add menu entry.
9360         (message-mode): Document it.
9361         (message-make-expires-date): Use `message-make-date'.
9362
9363 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9364
9365         * message.el (message-make-expires-date): New function.
9366
9367 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * Makefile.in (list-installed-shadows): New entry.
9370         (install): Use it.
9371         (remove-installed-shadows): New entry.
9372
9373         * dgnushack.el (dgnushack-default-load-path): New variable.
9374         (dgnushack-find-lisp-shadows): New function.
9375         (dgnushack-remove-lisp-shadows): New function.
9376
9377 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * Makefile.in (install-el-elc): New entry.
9380         (install): Use it so that .el files are necessarily installed.
9381
9382 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9385
9386 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9389         function rather than the diff-mode.el package.
9390         (mm-display-external): Use with-current-buffer.
9391         (mm-viewer-completion-map, mm-viewer-completion-map):
9392         Move initialization inside declaration.
9393
9394 2005-09-29  Simon Josefsson  <jas@extundo.com>
9395
9396         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9397         autoload mail-check-payment.
9398         (spam-check-hashcash): Define unconditionally, since hashcash.el
9399         is part of Gnus now.  Ignore errors from payment checking.
9400
9401 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * message.el (message-bold-region, message-unbold-region): Rename
9404         from `bold-region' and `unbold-region'.
9405
9406         * message.el: Remove useless autoloads.
9407
9408 2005-09-28  Simon Josefsson  <jas@extundo.com>
9409
9410         * message.el (message-use-idna): Default to t.
9411         (message-use-idna): Test whether encoding works too.  Doc fix.
9412
9413 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * nntp.el (nntp-warn-about-losing-connection): Remove.
9416
9417 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9420         customizable.  Change default value.
9421         (mm-uu-diff-groups-regexp): Change default value.
9422         (mm-uu-type-alist): Add doc string.
9423         (mm-uu-configure): Add doc string.  Make it interactive.
9424         (mm-uu-tex-groups-regexp): New variable.
9425         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9426         (mm-uu-type-alist): Add LaTeX documents.
9427         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9428         of "text/verbatim".
9429         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9430
9431         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9432         instead of "text/verbatim".
9433
9434         * message.el (message-mark-inserted-region)
9435         (message-mark-insert-file): Use slrn style marks when called with
9436         prefix argument.
9437
9438 2005-09-27  Simon Josefsson  <jas@extundo.com>
9439
9440         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9441
9442 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9443
9444         * message.el (message-remove-duplicates): New function.
9445         Implementation borrowed from `gnus-remove-duplicates'.
9446         (message-idna-to-ascii-rhs): Also encode idna addresses in
9447         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9448         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9449         only ask about the same idna domain once per header and also tell
9450         in what header to replace the idna domain.
9451
9452         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9453         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9454         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9455         a header is decoded and not just the last one.
9456
9457 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9460         has been decoded.
9461
9462         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9463         (mm-insert-part): Don't modify text if it has been decoded.
9464
9465         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9466         decoded.
9467
9468         * mm-view.el (mm-inline-text): Don't strip text props unless
9469         decoding enriched or richtext parts.
9470
9471 2005-09-25  Romain Francoise  <romain@orebokech.com>
9472
9473         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9474         * gnus-start.el (gnus-subscribe-interactively):
9475         * gnus-uu.el (gnus-uu-grab-articles):
9476         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9477         space.
9478
9479 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9480
9481         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9482         * mm-view.el (mm-view-pkcs7-decrypt):
9483         * gnus-sum.el (gnus-summary-limit-to-extra)
9484         (gnus-summary-respool-article, gnus-read-move-group-name):
9485         * gnus-score.el (gnus-summary-increase-score):
9486         * gnus-util.el (gnus-completing-read-with-default):
9487         * gnus-art.el (gnus-read-save-file-name)
9488         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9489         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9490         * message.el (message-check-news-header-syntax):
9491         Follow convention for reading with the minibuffer.
9492
9493 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * spam-report.el (spam-report-url-ping-plain):
9496         Use gnus-extended-version as User-Agent.
9497
9498         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9499         default value is nil.
9500
9501         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9502         (mm-uu-verbatim-marks-extract): New function.
9503         (mm-uu-extract): New face.
9504         (mm-uu-copy-to-buffer): Use it.
9505
9506         * spam-report.el (spam-report-gmane-ham): Renamed from
9507         `spam-report-gmane-unspam'.
9508         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9509         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9510
9511         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9512         Autoload.
9513         (spam-report-gmane-unregister-routine): Renamed
9514         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9515
9516 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9517
9518         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9519         (spam-report-gmane-unregister-routine): Add support for gmane
9520         unregistration.
9521
9522         * spam-report.el (spam-report-gmane-unspam)
9523         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9524         (spam-report-gmane): Change to take a single article and do unspam
9525         registration.
9526
9527 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * mm-url.el (mm-url-decode-entities): Fix regexp.
9530
9531 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9534         default to nil, to be able to use Gnus at all.  If the default
9535         switches to something else, then the function should be fixed not
9536         be exceedingly slow.
9537
9538 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9539
9540         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9541         fail hard.
9542
9543         * spam-report.el: Add better Keywords line.
9544
9545         * spam.el: Add Maintainer and better Keywords line.
9546
9547 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus-art.el (gnus-article-replace-part)
9550         (gnus-mime-replace-part): New functions.
9551         (gnus-mime-action-alist, gnus-mime-button-commands)
9552         (gnus-mime-save-part-and-strip): Added file argument.
9553         (gnus-article-part-wrapper): Added interactive argument.
9554
9555         * gnus-sum.el (gnus-summary-mime-map): Add
9556         `gnus-article-replace-part'.
9557
9558 2005-09-19  Didier Verna  <didier@xemacs.org>
9559
9560         The nnml compaction feature:
9561         * nnml.el (nnml-request-compact-group): New function.
9562         * nnml.el (nnml-request-compact): New function.
9563         * gnus-int.el (gnus-request-compact-group): New function.
9564         * gnus-int.el (gnus-request-compact): New function.
9565         * gnus-group.el (gnus-group-compact-group): New function.
9566         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9567         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9568         * gnus-srvr.el (gnus-server-compact-server): New function.
9569         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9570         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9571
9572 2005-09-18  Deepak Goel  <deego@gnufans.org>
9573
9574         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9575         format spec.
9576
9577 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9580
9581 2005-09-15  Romain Francoise  <romain@orebokech.com>
9582
9583         * message.el (message-fill-paragraph): Clarify docstring.
9584
9585 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-art.el (gnus-mime-display-part): Protect against broken
9588         MIME messages.
9589
9590 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9593         before parsing header.
9594
9595 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9596
9597         * html2text.el (html2text-replace-list): Add new entities.
9598
9599 2005-09-11  Romain Francoise  <romain@orebokech.com>
9600
9601         * message.el (message-alternative-emails): Improve docstring.
9602         (message-setup-1): Call `message-use-alternative-email-as-from'
9603         after `message-setup-hook' to give it precedence over posting
9604         styles, etc.
9605         (message-use-alternative-email-as-from): Add docstring.  Remove
9606         the original From header if present.
9607
9608         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9609         (nnml-save-mail): Use it.
9610
9611         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9612         articles.  Add new argument `silent'.
9613         (gnus-uu-mark-all): Report the total number of marked articles.
9614
9615 2005-09-10  Romain Francoise  <romain@orebokech.com>
9616
9617         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9618         (gnus-uu-mark-series): Likewise.
9619
9620 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * spam-report.el (spam-report-gmane): Fix generation of spam
9623         report URL.
9624
9625 2005-09-10  Simon Josefsson  <jas@extundo.com>
9626
9627         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9628         t, based on discussion on the ding list with Robert Epprecht
9629         <epprecht@solnet.ch>.
9630
9631 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * spam-report.el (spam-report-gmane): Make it work without
9634         X-Report-Spam header.  Gmane now only provides Archived-At.
9635         This is only used if `spam-report-gmane-use-article-number' is nil.
9636         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9637
9638         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9639         make `gnus-summary-sort-by-recipient' work with threading.
9640
9641         * nnweb.el (nnweb-google-wash-article): Print a message if article
9642         is not available.
9643
9644 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9645
9646         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9647         change.  Decode text/* parts content before displaying.
9648
9649 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9652
9653 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9656
9657         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9658         url-package-name, url-package-version,
9659         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9660         w3m-display-inline-images, and w3m-minor-mode-map.
9661
9662 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * message.el (message-tab-body-function): Fix mismatched custom type.
9665
9666         * gnus.el (gnus-group-change-level-function): Ditto.
9667
9668         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9669
9670         * gnus-art.el (gnus-signature-limit)
9671         (gnus-article-mime-part-function): Ditto.
9672
9673 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * mml.el (mml-mode): Silence the byte compiler.
9676
9677         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9678         using `(sit-for 0)' before moving the point to the specified part;
9679         skip unbuttonized parts.
9680         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9681         return to the summary window if gnus-auto-select-part is non-nil.
9682
9683 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9686         variables.
9687         (mml-dnd-attach-file, mml-mode): Use them.
9688
9689         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9690         Make fetching article by MID work again for Google Groups.  Added
9691         FIXME concerning gnus-group-make-web-group.
9692
9693         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9694         Don't depend on Gnus by using mail-extract-address-components if
9695         gnus-extract-address-components is not bound.
9696
9697 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * gnus-art.el (gnus-mime-display-security): Don't display the
9700         signature, but only the signed part.
9701
9702 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9705
9706         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9707         list, not listp.
9708
9709 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9710
9711         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9712         when encoding.
9713
9714         * mm-bodies.el (mm-decode-content-transfer-encoding):
9715         De-canonicalize CRLF for all text content types, not just
9716         text/plain.
9717
9718 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9721         valid article; point arrow and cursor at the MIME button.
9722
9723 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9726         Suggested by Dan Christensen <jdc@uwo.ca>.
9727
9728         * mm-decode.el (mm-save-part): Enable change of prompt.
9729
9730 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9731
9732         * gnus-msg.el (gnus-inews-add-send-actions): Made
9733         `message-post-method' lambda parameter ARG `&optional'.
9734
9735 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gnus-sum.el (gnus-summary-mime-map): Added
9738         gnus-article-save-part-and-strip, gnus-article-delete-part and
9739         gnus-article-jump-to-part.
9740
9741         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9742         (gnus-article-edit-part): Use it.
9743         (gnus-article-part-wrapper): Added no-handle argument.
9744         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9745         functions.
9746
9747 2005-08-29  Romain Francoise  <romain@orebokech.com>
9748
9749         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9750         docstring.
9751         (gnus-face-from-file): Likewise.
9752
9753 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9756         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9757         non-nil.
9758         (gnus-auto-select-part): New variable.
9759         (gnus-article-jump-to-part): New function.
9760         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9761         (gnus-mime-delete-part): Allow selecting specified part after
9762         deleting or stripping parts.
9763         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9764         part if argument is bogus.
9765
9766 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9767
9768         * gnus-art.el (w3m-minor-mode-map):
9769         * gnus-spec.el (gnus-newsrc-file-version):
9770         * gnus-util.el (nnmail-active-file-coding-system)
9771         (gnus-original-article-buffer, gnus-user-agent):
9772         * gnus.el (gnus-ham-process-destinations)
9773         (gnus-parameter-ham-marks-alist)
9774         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9775         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9776         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9777         * mm-decode.el (gnus-current-window-configuration):
9778         * mm-extern.el (gnus-article-mime-handles):
9779         * mm-url.el (url-current-object, url-package-name)
9780         (url-package-version):
9781         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9782         (smime-keys, w3m-cid-retrieve-function-alist)
9783         (w3m-current-buffer, w3m-display-inline-images)
9784         (w3m-minor-mode-map):
9785         * mml-smime.el (gnus-extract-address-components):
9786         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9787         (gnus-newsrc-hashtb, message-default-charset)
9788         (message-deletable-headers, message-options)
9789         (message-posting-charset, message-required-mail-headers)
9790         (message-required-news-headers):
9791         * mml1991.el (mc-pgp-always-sign):
9792         * mml2015.el (mc-pgp-always-sign):
9793         * nnheader.el (nnmail-extra-headers):
9794         * rfc1843.el (gnus-decode-encoded-word-function)
9795         (gnus-decode-header-function, gnus-newsgroup-name):
9796         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9797
9798 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9799
9800         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9801         the end of the date treatments.
9802
9803 2005-08-15  Simon Josefsson  <jas@extundo.com>
9804
9805         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9806         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9807         Capello and Romain Francoise.
9808         (pgg-fetch-key-function): Removed, not used?
9809         (pgg-insert-url-with-w3): Require url, to get
9810         url-insert-file-contents regardless of where it is defined.
9811
9812 2005-08-13  Romain Francoise  <romain@orebokech.com>
9813
9814         * message.el (message-cite-original-1): New function.
9815         (message-cite-original): Use it.
9816         (message-cite-original-without-signature): Ditto.
9817
9818 2005-08-08  Romain Francoise  <romain@orebokech.com>
9819
9820         * message.el (message-yank-empty-prefix): New variable.
9821         (message-indent-citation): Use it.
9822         (message-cite-original-without-signature): Respect X-No-Archive.
9823
9824 2005-08-08  Simon Josefsson  <jas@extundo.com>
9825
9826         * pgg.el: Autoload url-insert-file-contents instead of loading
9827         w3/url.
9828         (pgg-insert-url-with-w3): Don't load url here.
9829
9830 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9831
9832         * message.el (message-kill-to-signature): Don't insert newline at
9833         bol.
9834         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9835
9836 2005-08-06  Romain Francoise  <romain@orebokech.com>
9837
9838         * message.el (message-user-fqdn): Fix typo in docstring.
9839
9840 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9841
9842         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9843
9844         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9845
9846 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * mm-bodies.el (mm-encode-body): Use coding system rather than
9849         charset to encode text.
9850
9851         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9852         number of charsets if utf-8 is available (XEmacs).
9853
9854 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9857         taken from `gnus-button-mid-or-mail-regexp'.
9858         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9859         (gnus-button-alist): Improve regexp for domain part of the MIDs
9860         for news:localpart@domain buttons.
9861         (gnus-button-ctan-directory-regexp): Update.
9862
9863 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * sieve-manage.el (sieve-manage-interactive-login): Use
9866         make-local-variable rather than make-variable-buffer-local.
9867         (sieve-manage-open): Ditto.
9868         (sieve-manage-authenticate): Ditto.
9869
9870         * mml.el (mml-generate-mime-1): Make the content type default to
9871         text/plain if the filename is not specified.
9872
9873 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9876         instead of insert-buffer.
9877
9878         * message.el (message-yank-original): Ditto; set the mark at the
9879         end of the yanked message.
9880
9881 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9884         lines to scroll rather than to stop it.
9885
9886         * mml.el (mml-generate-default-type): Add doc string.
9887         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9888         default to application/octet-stream when determining the content
9889         type if it is not specified for the part or the mml contents; add
9890         a comment about mml-generate-default-type.
9891
9892 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9895         make it default to application/octet-stream when determining the
9896         content type if it is not specified for the external contents.
9897
9898 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9901         segmented parameter but also other parameters might be there.
9902
9903 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * mm-decode.el (mm-display-external): Delete temp file, directory
9906         and buffer immediately if the external process is exited.
9907
9908 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9911         fewer lines than that of scroll-margin.
9912         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9913
9914 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-art.el (gnus-article-next-page): Revert.
9917         (gnus-article-beginning-of-window): New macro.
9918         (gnus-article-next-page-1): Use it.
9919         (gnus-article-prev-page): Ditto.
9920         (gnus-article-edit-part): Use insert-buffer-substring instead of
9921         insert-buffer.
9922         (gnus-article-edit-exit): Ditto.
9923
9924         * gnus-util.el (gnus-beginning-of-window): Remove.
9925         (gnus-end-of-window): Remove.
9926
9927         * lpath.el: Don't bind header-line-format and scroll-margin.
9928
9929 2005-07-25  Simon Josefsson  <jas@extundo.com>
9930
9931         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9932         to have the url package without w3.  Reported by Daiki Ueno
9933         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9934
9935 2005-07-20  Didier Verna  <didier@xemacs.org>
9936
9937         * gnus-diary.el: Remove the description comment (nndiary is now
9938         properly documented in the Gnus manual).
9939         Fix the spelling of "Back End".
9940         * nndiary.el: Ditto.
9941         Fix the copyright notice.
9942
9943 2005-07-18  Romain Francoise  <romain@orebokech.com>
9944
9945         * gnus-sum.el (gnus-summary-to-prefix)
9946         (gnus-summary-newsgroup-prefix): New variables.
9947         (gnus-summary-from-or-to-or-newsgroups): Use them.
9948
9949 2005-07-17  Romain Francoise  <romain@orebokech.com>
9950
9951         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9952         space as it's generally not especially interesting to the user.
9953
9954 2005-07-16  Romain Francoise  <romain@orebokech.com>
9955
9956         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9957         nil to avoid prompting and file modification if one of the
9958         messages at the top of the nnfolder file contains a copyright
9959         notice.
9960         Update copyright notice.
9961
9962         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9963         instead of `current-time-string' as the latter creates a time
9964         string that is not RFC 2822 compliant (it lacks the zone).
9965         Update copyright notice.
9966
9967 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9968
9969         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9970         for text/rtf.  Display default in prompt.  Pass default for M-n.
9971
9972         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9973
9974 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * gnus-msg.el (gnus-button-mailto): Remove
9977         save-selected-window-window hackery because it relies on
9978         save-selected-window internals.
9979
9980 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9983         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9984         (gnus-article-prev-page): Ditto.
9985
9986         * gnus-util.el (gnus-beginning-of-window): New function.
9987         (gnus-end-of-window): New function.
9988
9989         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9990
9991 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9992
9993         * gnus-score.el (gnus-score-edit-all-score): Set
9994         gnus-score-edit-exit-function to gnus-score-edit-done and call
9995         gnus-message.
9996
9997 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * gnus-msg.el (gnus-button-mailto): Remove
10000         save-selected-window-window hackery because it relies on
10001         save-selected-window internals.
10002
10003 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10006         add-minor-mode.
10007         (gnus-binary-mode): Ditto.
10008
10009         * gnus-topic.el (gnus-topic-mode): Ditto.
10010
10011 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10012
10013         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10014         (gnus-article-prev-page): Take scroll-margin into consideration.
10015
10016 2005-07-04  Lute Kamstra  <lute@gnu.org>
10017
10018         Update FSF's address in GPL notices.
10019
10020 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10021
10022         * gnus.el (gnus-exit):
10023         * gnus-group.el (gnus-group-icons):
10024         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10025
10026         * gnus-nocem.el (gnus-nocem):
10027         * message.el (message-various, message-buffers, message-sending)
10028         (message-interface, message-forwarding, message-insertion)
10029         (message-headers, message-news, message-mail):
10030         * pgg-gpg.el (pgg-gpg):
10031         * pgg-parse.el (pgg-parse):
10032         * pgg-pgp.el (pgg-pgp):
10033         * pgg-pgp5.el (pgg-pgp5):
10034         * pop3.el (pop3): Finish `defgroup' description with period.
10035
10036 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-art.el (article-display-face): Improve the efficiency.
10039         (article-display-x-face): Ditto; remove grey x-face stuff.
10040
10041 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-art.el (article-display-face): Correct the position in
10044         which Faces are inserted.
10045
10046 2005-06-29  Didier Verna  <didier@xemacs.org>
10047
10048         * gnus-art.el (article-display-face): Display faces in correct
10049         order.
10050
10051 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10054         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10055         (gnus-nocem-check-article): Fetch the Type header.
10056         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10057         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10058         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10059         make sure gnus-nocem-hashtb is initialized.
10060         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10061         (gnus-nocem-unwanted-article-p): Ditto.
10062
10063         * pgg.el (pgg-verify): Return the verification result.
10064
10065 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10068         is ascii.
10069
10070 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10071
10072         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10073         `show-nonbreak-escape'.
10074
10075 2005-06-23  Lute Kamstra  <lute@gnu.org>
10076
10077         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10078
10079         * dig.el (dig-mode):
10080         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10081
10082 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10083
10084         * nnimap.el (nnimap-split-download-body): Fix spellings.
10085
10086 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10087
10088         * gnus-art.el (gnus-article-encrypt-body):
10089         * gnus-cus.el (gnus-score-customize):
10090         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10091         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10092
10093 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10094
10095         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10096         header by looking for magic "MII" at the beginnig.
10097
10098 2005-06-16  Miles Bader  <miles@gnu.org>
10099
10100         * gnus-xmas.el (gnus-xmas-group-startup-message):
10101         Use renamed gnus-splash face.
10102
10103         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10104         (assistant-field-face): New backward-compatibility alias for renamed
10105         face.
10106         (assistant-render-text): Use renamed assistant-field face.
10107
10108         * spam.el (spam): Remove "-face" suffix from face name.
10109         (spam-face): New backward-compatibility alias for renamed face.
10110         (spam-face, spam-initialize): Use renamed spam face.
10111
10112         * message.el (message-header-to, message-header-cc)
10113         (message-header-subject, message-header-newsgroups)
10114         (message-header-other, message-header-name)
10115         (message-header-xheader, message-separator, message-cited-text)
10116         (message-mml): Remove "-face" suffix from face names.
10117         (message-header-to-face, message-header-cc-face)
10118         (message-header-subject-face, message-header-newsgroups-face)
10119         (message-header-other-face, message-header-name-face)
10120         (message-header-xheader-face, message-separator-face)
10121         (message-cited-text-face, message-mml-face):
10122         New backward-compatibility aliases for renamed faces.
10123         (message-font-lock-keywords): Use renamed message faces.
10124
10125         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10126         (sieve-test-commands, sieve-tagged-arguments):
10127         Remove "-face" suffix from face names.
10128         (sieve-control-commands-face, sieve-action-commands-face)
10129         (sieve-test-commands-face, sieve-tagged-arguments-face):
10130         New backward-compatibility aliases for renamed faces.
10131         (sieve-control-commands-face, sieve-action-commands-face)
10132         (sieve-test-commands-face, sieve-tagged-arguments-face):
10133         Use renamed sieve faces.
10134
10135         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10136         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10137         (gnus-group-news-3-empty, gnus-group-news-4)
10138         (gnus-group-news-4-empty, gnus-group-news-5)
10139         (gnus-group-news-5-empty, gnus-group-news-6)
10140         (gnus-group-news-6-empty, gnus-group-news-low)
10141         (gnus-group-news-low-empty, gnus-group-mail-1)
10142         (gnus-group-mail-1-empty, gnus-group-mail-2)
10143         (gnus-group-mail-2-empty, gnus-group-mail-3)
10144         (gnus-group-mail-3-empty, gnus-group-mail-low)
10145         (gnus-group-mail-low-empty, gnus-summary-selected)
10146         (gnus-summary-cancelled, gnus-summary-high-ticked)
10147         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10148         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10149         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10150         (gnus-summary-low-undownloaded)
10151         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10152         (gnus-summary-low-unread, gnus-summary-normal-unread)
10153         (gnus-summary-high-read, gnus-summary-low-read)
10154         (gnus-summary-normal-read, gnus-splash):
10155         Remove "-face" suffix from face names.
10156         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10157         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10158         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10159         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10160         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10161         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10162         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10163         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10164         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10165         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10166         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10167         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10168         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10169         (gnus-summary-normal-ticked-face)
10170         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10171         (gnus-summary-normal-ancient-face)
10172         (gnus-summary-high-undownloaded-face)
10173         (gnus-summary-low-undownloaded-face)
10174         (gnus-summary-normal-undownloaded-face)
10175         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10176         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10177         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10178         (gnus-splash-face):
10179         New backward-compatibility aliases for renamed faces.
10180         (gnus-group-startup-message): Use renamed gnus faces.
10181
10182         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10183         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10184         (gnus-server-agent): Remove "-face" suffix from face names.
10185         (gnus-server-agent-face, gnus-server-opened-face)
10186         (gnus-server-closed-face, gnus-server-denied-face)
10187         (gnus-server-offline-face):
10188         New backward-compatibility aliases for renamed faces.
10189         (gnus-server-agent-face, gnus-server-opened-face)
10190         (gnus-server-closed-face, gnus-server-denied-face)
10191         (gnus-server-offline-face): Use renamed gnus faces.
10192
10193         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10194         Remove "-face" suffix from face names.
10195         (gnus-picon-xbm-face, gnus-picon-face):
10196         New backward-compatibility aliases for renamed faces.
10197
10198         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10199         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10200         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10201         (gnus-cite-11): Remove "-face" suffix from face names.
10202         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10203         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10204         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10205         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10206         New backward-compatibility aliases for renamed faces.
10207         (gnus-cite-attribution-face, gnus-cite-face-list)
10208         (gnus-article-boring-faces): Use renamed gnus faces.
10209
10210         * gnus-art.el (gnus-signature, gnus-header-from)
10211         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10212         (gnus-header-content): Remove "-face" suffix from face names.
10213         (gnus-signature-face, gnus-header-from-face)
10214         (gnus-header-subject-face, gnus-header-newsgroups-face)
10215         (gnus-header-name-face, gnus-header-content-face):
10216         New backward-compatibility aliases for renamed faces.
10217         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10218
10219         * gnus-sum.el (gnus-summary-selected-face)
10220         (gnus-summary-highlight): Use renamed gnus faces.
10221         * gnus-group.el (gnus-group-highlight): Likewise.
10222
10223 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10224
10225         * gnus-sieve.el (gnus-sieve-article-add-rule):
10226         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10227         * spam-stat.el (spam-stat-buffer-change-to-spam)
10228         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10229
10230         * message.el (message-is-yours-p):
10231         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10232
10233 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * mm-view.el (mm-inline-text): Withdraw the last change.
10236
10237 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10240         executing enriched-decode.
10241
10242 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10245         charset of tar files.
10246
10247 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10248
10249         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10250
10251 2005-06-04  Lute Kamstra  <lute@gnu.org>
10252
10253         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10254         information is never recorded.
10255
10256 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10257
10258         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10259
10260 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * pop3.el (pop3-apop): Run md5 in the binary mode.
10263
10264         * starttls.el (starttls-set-process-query-on-exit-flag):
10265         Use eval-and-compile.
10266
10267 2005-05-31  Simon Josefsson  <jas@extundo.com>
10268
10269         * smime.el (smime-replace-in-string): Define.
10270         (smime-cert-by-ldap-1): Use it.
10271
10272 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gnus-art.el (article-display-x-face): Replace
10275         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10276
10277         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10278         set-process-query-on-exit-flag or process-kill-without-query.
10279
10280         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10281         loop instead of replace-regexp.
10282
10283         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10284         instead of process-kill-without-query if it is available.
10285
10286         * lpath.el: Fbind ldap-search-entries.
10287
10288         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10289         instead of find-file-hooks if it is available.
10290
10291         * mml1991.el: Bind pgg-default-user-id when compiling.
10292
10293         * mml2015.el: Bind pgg-default-user-id when compiling.
10294
10295         * nndraft.el (nndraft-request-associate-buffer):
10296         Use write-contents-functions instead of write-contents-hooks if it is
10297         available.
10298
10299         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10300         instead of find-file-hooks if it is available.
10301
10302         * nntp.el (nntp-open-connection): Replace
10303         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10304         (nntp-open-ssl-stream): Ditto.
10305         (nntp-open-tls-stream): Ditto.
10306
10307         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10308         set-process-query-on-exit-flag or process-kill-without-query.
10309         (starttls-open-stream-gnutls): Use it instead of
10310         process-kill-without-query.
10311         (starttls-open-stream): Ditto.
10312
10313 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10314
10315         * smime.el (smime-cert-by-ldap-1): Don't use
10316         replace-regexp-in-string.
10317
10318 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10319
10320         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10321
10322         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10323         in PEM format.  Adjust to the XEmacs compability.
10324
10325 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10328         by `string-to-number'.
10329         * gnus-agent.el (gnus-agent-regenerate-group)
10330         (gnus-agent-fetch-articles): Ditto.
10331         * gnus-art.el (gnus-button-fetch-group): Ditto.
10332         * gnus-cache.el (gnus-cache-generate-active)
10333         (gnus-cache-articles-in-group): Ditto.
10334         * gnus-group.el (gnus-group-set-current-level)
10335         (gnus-group-insert-group-line): Ditto.
10336         * gnus-score.el (gnus-score-set-expunge-below)
10337         (gnus-score-set-mark-below, gnus-summary-score-effect)
10338         (gnus-summary-score-entry): Ditto.
10339         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10340         (gnus-soup-pack): Ditto.
10341         * gnus-spec.el (gnus-xmas-format): Ditto.
10342         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10343         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10344         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10345         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10346         * nndb.el (nndb-get-remote-expire-response): Ditto.
10347         * nndiary.el (nndiary-parse-schedule-value)
10348         (nndiary-string-to-number, nndiary-request-replace-article)
10349         (nndiary-request-article): Ditto.
10350         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10351         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10352         * nneething.el (nneething-make-head): Ditto.
10353         * nnfolder.el (nnfolder-request-article)
10354         (nnfolder-retrieve-headers): Ditto.
10355         * nnheader.el (nnheader-file-to-number): Ditto.
10356         * nnkiboze.el (nnkiboze-request-article): Ditto.
10357         * nnmail.el (nnmail-process-unix-mail-format)
10358         (nnmail-process-babyl-mail-format): Ditto.
10359         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10360         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10361         (nnmh-request-create-group, nnmh-request-list-1)
10362         (nnmh-request-group, nnmh-request-article): Ditto.
10363         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10364         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10365         * nnsoup.el (nnsoup-make-active): Ditto.
10366         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10367         * nntp.el (nntp-find-group-and-number)
10368         (nntp-retrieve-headers-with-xover): Ditto.
10369         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10370         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10371         (pgg-format-key-identifier): Ditto.
10372         * pop3.el (pop3-last, pop3-stat): Ditto.
10373         * qp.el (quoted-printable-decode-region): Ditto.
10374
10375         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10376         of concat.
10377
10378 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10381
10382         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10383
10384         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10385
10386         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10387
10388         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10389
10390         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10391
10392         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10393         (gnus-carpal-mode): Ditto.
10394
10395         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10396         (gnus-browse-mode): Ditto.
10397
10398         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10399
10400         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10401
10402 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10403
10404         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10405
10406 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-util.el (gnus-run-mode-hooks): New function.
10409
10410         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10411
10412         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10413         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10414
10415 2005-05-27  Lute Kamstra  <lute@gnu.org>
10416
10417         * dns-mode.el (dns-mode): Specify customization group.
10418
10419 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10420
10421         * gnus-agent.el (gnus-agent-make-mode-line-string):
10422         Use mode-line-highlight as mouse-face.
10423
10424 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * canlock.el (canlock): Change the parent group to news.
10427
10428         * deuglify.el (gnus-outlook-deuglify): Add :group.
10429
10430         * dig.el (dig): Add :group.
10431
10432         * dns-mode.el (dns-mode): Add :group.
10433
10434         * encrypt.el (encrypt): Add :group.
10435
10436         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10437         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10438         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10439         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10440         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10441
10442         * gnus-diary.el (gnus-diary): Add :group.
10443
10444         * gnus.el (gnus-group-news-1-face): Add :group.
10445         (gnus-group-news-1-empty-face): Ditto.
10446         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10447         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10448         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10449         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10450         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10451         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10452         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10453         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10454         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10455         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10456         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10457         (gnus-summary-high-ticked-face): Ditto.
10458         (gnus-summary-low-ticked-face): Ditto.
10459         (gnus-summary-normal-ticked-face): Ditto.
10460         (gnus-summary-high-ancient-face): Ditto.
10461         (gnus-summary-low-ancient-face): Ditto.
10462         (gnus-summary-normal-ancient-face): Ditto.
10463         (gnus-summary-high-undownloaded-face): Ditto.
10464         (gnus-summary-low-undownloaded-face): Ditto.
10465         (gnus-summary-normal-undownloaded-face): Ditto.
10466         (gnus-summary-high-unread-face): Ditto.
10467         (gnus-summary-low-unread-face): Ditto.
10468         (gnus-summary-normal-unread-face): Ditto.
10469         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10470         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10471
10472         * hashcash.el (hashcash): New custom group.
10473         (hashcash-default-payment): Add :group.
10474         (hashcash-payment-alist): Ditto.
10475         (hashcash-default-accept-payment): Ditto.
10476         (hashcash-accept-resources): Ditto.
10477         (hashcash-path): Ditto.
10478         (hashcash-extra-generate-parameters): Ditto.
10479         (hashcash-double-spend-database): Ditto.
10480         (hashcash-in-news): Ditto.
10481
10482         * message.el (message-minibuffer-local-map): Add :group.
10483
10484         * netrc.el (netrc): Add :group.
10485
10486         * sieve-manage.el (sieve-manage-log): Add :group.
10487         (sieve-manage-default-user): Diito.
10488         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10489         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10490         (sieve-manage-authenticators): Ditto.
10491         (sieve-manage-authenticator-alist): Ditto.
10492         (sieve-manage-default-port): Ditto.
10493
10494         * sieve-mode.el (sieve-control-commands-face): Add :group.
10495         (sieve-action-commands-face): Ditto.
10496         (sieve-test-commands-face): Ditto.
10497         (sieve-tagged-arguments-face): Ditto.
10498
10499         * smime.el (smime): Add :group.
10500
10501         * spam-report.el (spam-report): Add :group.
10502
10503         * spam.el (spam, spam-face): Add :group.
10504
10505 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506
10507         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10508         return \n.\n.\n at the end of articles.  Protect against that.
10509         (nntp-with-open-group): Allow debugging.
10510
10511         * nnheader.el (mail-header-set-extra): Make into a function
10512         because I just could't understand how to quote the list properly.
10513
10514         * dns.el (query-dns-cached): New function.
10515
10516 2005-05-26  Lute Kamstra  <lute@gnu.org>
10517
10518         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10519
10520 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10523
10524         * gnus-art.el: Don't autoload mail-extract-address-components.
10525
10526         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10527         eval-and-compile to evaluate it.
10528
10529         * hashcash.el: Don't autoload executable-find.
10530
10531         * nndb.el: Don't declare the nndb back end two or more times; don't
10532         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10533
10534         * nntp.el: Autoload format-spec instead of format; use
10535         eval-and-compile to evaluate autoload forms.
10536
10537 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10538
10539         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10540
10541 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus.el (gnus-version-number): Bump version.
10544
10545 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10546
10547         * gnus.el: No Gnus v0.3 is released.
10548
10549 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * lpath.el (featurep): Bind show-nonbreak-escape.
10552
10553 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-art.el (gnus-article-edit-part): Disable undo.
10556
10557 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10560         gnus-article-date-lapsed-new-header is t if date timer is active;
10561         skip headers in which the original date value is empty.
10562         (gnus-article-save-original-date): Redefine it as a macro.
10563         (gnus-display-mime): Use it.
10564
10565 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-art.el (article-date-ut): Support converting date in
10568         forwarded parts as well.
10569         (gnus-article-save-original-date): New function.
10570         (gnus-display-mime): Use it.
10571
10572 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10573
10574         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10575         enclosure element of <item>.
10576
10577 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * message.el (message-kill-buffer-query): Renamed from
10580         `message-kill-buffer-query-if-modified'.  Added :version.
10581
10582 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10585         window layout.
10586
10587 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * mml.el: Autoload dnd when compiling.
10590
10591 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10594         x-dnd-*.
10595
10596 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * qp.el (quoted-printable-encode-region): Save excursion.
10599
10600 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * message.el (message-kill-buffer-query-if-modified): Add new variable
10603         so the user can kill a modified message buffer quickly.
10604         (message-kill-buffer): Use it.
10605
10606 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * lpath.el: Fbind display-time-event-handler; don't fbind
10609         string-to-multibyte.
10610
10611         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10612
10613 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10616         contained in text because xml.el decodes entities) with LFs.
10617
10618 2005-04-11  Lute Kamstra  <lute@gnu.org>
10619
10620         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10621         differently.
10622
10623 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10624
10625         * mm-util.el (mm-detect-coding-region): Typo.
10626
10627 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10630
10631 2005-04-06  Deepak Goel  <deego@gnufans.org>
10632
10633         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10634         user-function allow user modifications of the scores.
10635         (spam-stat-score-buffer-user): New function, to allow
10636         user-computed modifications to the score.
10637         (spam-stat-score-buffer-user-functions): List of additional
10638         scoring functions.
10639         (spam-stat-error-holder): Global temporary error holder.
10640         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10641         variable.
10642
10643 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10644
10645         * gnus-registry.el (gnus-registry-clean-empty-function)
10646         (gnus-registry-trim, gnus-registry-fetch-groups)
10647         (gnus-registry-delete-group): Groups that match
10648         `gnus-registry-ignored-groups' are removed from the registry
10649         entries, not just ignored for splitting.  This helps clean up the
10650         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10651         to get all the groups a message ID is in.
10652
10653         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10654         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10655         (spam-stat-score-buffer-user-functions): Add :number custom type.
10656
10657 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10660         argument in XEmacs.
10661
10662         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10663         (nnrss-request-group): Decode group name first.
10664         (nnrss-request-article): Make a text/plain article if mml-to-mime
10665         failed.
10666         (nnrss-get-encoding): Return a compatible encoding according to
10667         nnrss-compatible-encoding-alist.
10668         (nnrss-find-el): Use consp instead of listp.
10669         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10670
10671 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10674         which Emacs 20 doesn't support.
10675         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10676
10677 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10680         silence the byte compiler inside the defun.
10681
10682         * gnus-demon.el (parse-time-string): Add autoload.
10683
10684         * gnus-delay.el (parse-time-string): Add autoload.
10685
10686         * gnus-art.el (parse-time-string): Add autoload.
10687
10688         * nnultimate.el (parse-time): Require for `parse-time-string'.
10689
10690 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10693
10694         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10695
10696         * smime.el (smime-ldap-host-list): Add :version.
10697
10698 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10701         pass it to `gnus-browse-read-group'.
10702         (gnus-browse-read-group): Add NUMBER argument and pass it to
10703         `gnus-group-read-ephemeral-group'.
10704
10705         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10706         argument and pass it to `gnus-group-read-group'.
10707
10708 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10709
10710         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10711         mm-xemacs-find-mime-charset-1 if we have the mule feature
10712         available at runtime.
10713
10714 2005-03-25  Werner Lemberg  <wl@gnu.org>
10715
10716         * nnmaildir.el: Replace `illegal' with `invalid'.
10717
10718 2005-03-23  Lute Kamstra  <lute@gnu.org>
10719
10720         * time-date.el: Add comment on time value formats.
10721         Don't require parse-time.
10722         (with-decoded-time-value): New macro.
10723         (encode-time-value): New function.
10724         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10725         (days-to-time): Return a valid time value when arg is huge.
10726         (time-since): Use time-subtract.
10727         (time-to-number-of-days): Use time-to-seconds.
10728
10729 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10730
10731         * gnus-start.el (gnus-display-time-event-handler):
10732         Check display-time-timer at runtime rather than only at load time
10733         in case display-time-mode is turned off in the mean time.
10734
10735 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10738         used.
10739
10740         * nneething.el (nneething-map-file-directory): Derive from
10741         `gnus-directory'.
10742
10743         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10744         the To/Cc button.
10745
10746 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * nnmaildir.el (nnmaildir-request-accept-article):
10749         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10750
10751 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10752
10753         * gnus-async.el: Require timer-funcs at compile time when in
10754         XEmacs for `run-with-idle-timer'.
10755
10756 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10757
10758         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10759         autoloaded function.
10760
10761 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10762
10763         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10764
10765 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10766
10767         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10768
10769 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10772         gnus-expert-user to default.
10773
10774 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10775
10776         * nnimap.el (nnimap-open-server): Ditto.
10777
10778         * imap.el (imap-authenticate): Fix typo.
10779
10780 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10781
10782         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10783         buffer (since IMAP server might return FETCH response out of
10784         order, and the nntp buffer must be sorted).
10785
10786 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10787
10788         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10789         comparison on string.
10790
10791         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10792         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10793         (gnus-agent-summary-fetch-series): Modified to protect against
10794         gnus-agent-summary-fetch-group clearing processable flags.
10795         (gnus-agent-synchronize-group-flags): Update live group buffer as
10796         synchronization may occur due to the user toggle the plugged
10797         status.
10798         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10799         successfully downloaded.
10800         (gnus-agent-expire-group-1): Avoid using markers when the overview
10801         is in ascending order; greatly improves performance.
10802         (gnus-agent-regenerate-group): Use
10803         gnus-agent-synchronize-group-flags to reset read status in both
10804         gnus and server.
10805         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10806
10807 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * message.el: Don't autoload former message-utils variables.
10810         (message-strip-subject-trailing-was): Change doc string.
10811
10812         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10813         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10814         (nnweb-google-search): Add "hl=en" here.
10815         (nnweb-google-parse-1, nnweb-google-create-mapping):
10816         Don't hardcode URL.
10817
10818 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * message.el (message-get-reply-headers, message-followup):
10821         Mention related variables `message-use-followup-to' and
10822         `message-use-mail-followup-to', in the information buffer.
10823
10824         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10825         of broken groups(-beta).google.com.
10826
10827 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10828
10829         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10830         parameter to invoked gnus-request-move-article; remove the
10831         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10832         all at once instead of once per article.
10833         (gnus-summary-remove-process-mark): Accept a list of articles as
10834         well as a single article for processing.
10835
10836         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10837         parameter.
10838
10839         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10840
10841         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10842
10843         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10844         parameter.
10845
10846         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10847         parameter.
10848
10849         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10850         parameter and remove the gnus-sum-hint-move-is-internal variable.
10851
10852         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10853         parameter.
10854
10855         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10856         parameter.
10857
10858         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10859         parameter.
10860
10861         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10862
10863         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10864         parameter.
10865
10866         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10867         parameter.
10868
10869 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10870
10871         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10872         a more conservative way.
10873
10874 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10875
10876         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10877         buffer, so it moves the window's cursor.
10878
10879 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10880
10881         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10882         `mm-dissect-multipart' and receive the from field as an (optional)
10883         argument from `mm-dissect-multipart'.
10884         (mm-dissect-multipart): Receive the from field as an argument and
10885         pass it on when we call `mm-dissect-buffer' on MIME parts.
10886         Fixes verification/decryption of signed/encrypted MIME parts.
10887
10888 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10889
10890         * gnus-sum.el (gnus-summary-move-article): Set
10891         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10892         whatever it calls (right now, only nnimap-request-move article
10893         respects it).
10894
10895         * nnimap.el (nnimap-request-move-article): When
10896         gnus-sum-hint-move-is-internal is set, don't do the extra
10897         nnimap-request-article.
10898
10899 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10902
10903         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10904         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10905
10906         * gnus-sum.el (gnus-summary-caesar-message):
10907         Apply `gnus-treat-article' after rotation.
10908
10909         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10910         doc string.
10911
10912 2005-02-22  Simon Josefsson  <jas@extundo.com>
10913
10914         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10915         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10916         <arne@arnested.dk>.
10917         (encrypt): Add password-cache and password-cache-expiry as group
10918         members.
10919
10920 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10921
10922         * smime.el (smime-ldap-host-list): Doc fix.
10923         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10924         cache) password.
10925         (smime-sign-region): Use it.
10926         (smime-decrypt-region): Use it.
10927         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10928         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10929         fails.
10930         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10931         certificate from DER to PEM format rather than calling openssl.
10932
10933         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10934
10935         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10936         for signing/encryption.
10937
10938         * mml.el (mml-parse-1): Use them.
10939
10940 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10941
10942         * nnrss.el (nnrss-verbose): Removed.
10943         (nnrss-request-group): Use `nnheader-message' instead.
10944
10945 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10946
10947         * nnrss.el (nnrss-verbose): New variable.
10948         (nnrss-request-group): Make it say nnrss is requesting a group.
10949
10950 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10953         Handle news URL with given port correctly.
10954
10955 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10958         containing special characters.
10959
10960         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10961
10962         * mml.el (mime-to-mml): Ditto.
10963
10964         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10965         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10966         (rfc2047-decode-region): Quote decoded words containing special
10967         characters when rfc2047-quote-decoded-words-containing-tspecials
10968         is non-nil.
10969
10970 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10971
10972         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10973
10974         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10975
10976 2005-02-15  Simon Josefsson  <jas@extundo.com>
10977
10978         * nnimap.el (nnimap-debug): Doc fix.
10979
10980         * imap.el (imap-debug): Doc fix.
10981
10982 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10985
10986 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10987
10988         * gnus.el (spam-contents): Improve docs for spam-contents
10989         parameter in its variable incarnation.
10990
10991 2005-02-14  Simon Josefsson  <jas@extundo.com>
10992
10993         * smime-ldap.el: Use require instead of load-library for ldap.
10994         (smime-ldap-search): Indent.
10995         (smime-ldap-search-internal): Shorten line.
10996
10997         * smime.el (smime-cert-by-dns): Add doc-string.
10998         (smime-cert-by-ldap-1): Indent.
10999
11000         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11001         mml-smime-get-dns-ldap.
11002         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11003
11004 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11005
11006         * smime.el: Require smime-ldap.
11007         (smime-ldap-host-list): New variable.
11008         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11009
11010         * mml-smime.el (mml-smime-encrypt-query): New function.
11011         (mml-smime-encrypt-query): Use it.
11012
11013         * smime-ldap.el: New file.
11014
11015 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11018
11019 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11022         argument in doc string.  Make query for type more clear.
11023
11024 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * gnus.el (gnus-group-startup-message): Search for gnus images in
11027         etc/images/gnus.
11028         * mm-util.el (mm-image-load-path): Likewise.
11029         * smiley.el (smiley-data-directory): Search for smilies in
11030         etc/images/smilies.
11031
11032 2005-02-09  Kim F. Storm  <storm@cua.dk>
11033
11034         Change Emacs release version from 21.4 to 22.1 throughout.
11035         Change Emacs development version from 21.3.50 to 22.0.50.
11036
11037 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11040
11041         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11042         non-Mule XEmacs as well.
11043         (mm-decompress-buffer): Signal an error intentionally if it does
11044         not decompress compressed data because auto-compression-mode is
11045         disabled.
11046
11047 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11050         an ID in the registry even if it has no groups.
11051
11052 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11055         merge it into mm-decompress-buffer.
11056         (gnus-mime-copy-part): Use the MIME part charset, the value which
11057         a user specified or gnus-newsgroup-charset for decoding, like
11058         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11059         save-buffer what was used.  Suggested by Kevin Ryde
11060         <user42@zip.com.au>.
11061         (gnus-mime-inline-part): Allow the name parameter as well as the
11062         filename parameter; force decompressing of compressed data; always
11063         display contents being not decoded as unibyte.
11064
11065         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11066         as well as the filename parameter.
11067
11068         * mm-util.el (mm-decompress-buffer): Merge
11069         gnus-mime-jka-compr-maybe-uncompress.
11070         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11071         of compressed data.
11072
11073 2005-02-08  Simon Josefsson  <jas@extundo.com>
11074
11075         * imap.el (imap-log): Doc fix.
11076
11077 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11080         the coding cookies; decompress compressed parts.
11081
11082         * mml.el (mml-generate-mime-1): Add the charset parameter according
11083         to the value which a user specified manually or the coding cookie.
11084
11085         * mm-util.el (mm-string-to-multibyte): New function.
11086         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11087         (mm-coding-system-to-mime-charset): New function.
11088         (mm-decompress-buffer): New function.
11089         (mm-find-buffer-file-coding-system): New function.
11090
11091         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11092         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11093         parts.
11094
11095 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11096
11097         * mm-view.el (mm-display-inline-fontify): Decode a part according
11098         to the charset parameter.
11099
11100 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11103         prefix arg is neither nil nor a number, as info specifies.
11104
11105 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11108         timestamps.
11109
11110 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11111
11112         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11113         groups error checking and notify user.
11114
11115 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11116
11117         * message.el (message-send-mail-function): Check existence of
11118         sendmail-program first before using default value
11119         `message-send-mail-with-sendmail'.  Otherwise use more generic
11120         `smtpmail-send-it'.
11121
11122 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * nntp.el (nntp-request-update-info): Always return nil.
11125
11126 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11127
11128         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11129
11130 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11131
11132         * message.el (message-beginning-of-line): Change the behavior when
11133         invoked between BOL and : so that it first moves backward.
11134
11135 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11138         article buffer when editing of the article is discarded.
11139         (gnus-article-prepare): Revert.
11140
11141 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-art.el (gnus-article-prepare):
11144         Remove message-strip-forbidden-properties from the local hook.
11145
11146 2005-01-27  Simon Josefsson  <jas@extundo.com>
11147
11148         * password.el (password-cache-add): Only start one timer per key.
11149         Reported by Derek Atkins <warlord@MIT.EDU>.
11150
11151 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11152
11153         * run-at-time.el: Removed.  It is no longer needed as
11154         timer-funcs.el in the xemacs-base package has a working version of
11155         `run-at-time'.
11156
11157         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11158
11159         * password.el: Require timer-funcs instead of run-at-time in
11160         XEmacs.
11161         Remove `password-run-at-time' macro.
11162         (password-cache-add): Use `run-at-time' instead of
11163         `password-run-at-time'.
11164
11165         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11166         Remove `nnheader-cancel-function-timers' alias,
11167         `cancel-function-timers' exists in XEmacs in timer-funcs.
11168
11169         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11170         for `run-with-idle-timer'.
11171
11172         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11173         for `run-at-time'.
11174
11175         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11176         for `with-timeout'.
11177
11178         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11179         the same as for XEmacs 21.4.
11180         No need to ignore `run-with-idle-timer', this function exists in
11181         XEmacs now in timer-funcs.el in the xemacs-base package.
11182         (dgnushack-compile): No need to delete
11183         run-at-time.el from the list of files to compile because it
11184         doesn't exist anymore.
11185
11186 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11189         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11190
11191 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11192
11193         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11194         sensitively.
11195
11196 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11197
11198         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11199
11200 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11203         which will be inserted according to the multibyteness of a buffer
11204         rather than the type of contents.  Suggested by ARISAWA Akihiro
11205         <ari@mbf.ocn.ne.jp>.
11206
11207         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11208         of string which old xml.el may return rather than a string.
11209
11210 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11213
11214 2005-01-16  Simon Josefsson  <jas@extundo.com>
11215
11216         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11217         idn/idna.el isn't available.
11218         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11219         <michael@waxrat.com>.
11220
11221         * hashcash.el: Remove non-FSF copyright header.
11222
11223         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11224         (hashcash-generate-payment): Use it.
11225         (hashcash-generate-payment-async): Use it.
11226
11227 2005-01-15  Simon Josefsson  <jas@extundo.com>
11228
11229         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11230         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11231
11232         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11233         gnus-summary-idna-message.
11234         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11235         (gnus-summary-idna-message): New function.
11236
11237 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11240         gnus-novice-user.
11241
11242 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * nnrss.el (nnrss-request-delete-group): Delete entries in
11245         nnrss-group-alist as well.
11246         (nnrss-save-server-data): Insert newline.
11247
11248 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus.el (gnus-user-agent): Use list of symbols instead of
11251         symbols.  Display full version number for (S)XEmacs.  Optionally
11252         display (S)XEmacs codename.
11253
11254         * gnus-util.el (gnus-emacs-version): Update for new
11255         `gnus-user-agent'.
11256
11257         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11258         Gnus version.
11259
11260 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11263         which is unreadable in some setups.
11264
11265 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-spec.el (gnus-update-format-specifications): Flush the
11268         group format spec cache if it doesn't support decoded group names.
11269
11270 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11273         Allow to apply decay on score files matching a regexp.
11274
11275 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11278         compatibility in %g and %c.
11279
11280 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11283         name for only %g and %c.
11284         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11285         of gnus-tmp-group to decoded group name.
11286         (gnus-group-make-rss-group): Exclude `/'s from group names.
11287
11288 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * nnrss.el (nnrss-get-encoding): Fix regexp.
11291
11292 2004-12-27  Simon Josefsson  <jas@extundo.com>
11293
11294         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11295         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11296         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11297
11298 2004-12-17  Kim F. Storm  <storm@cua.dk>
11299
11300         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11301
11302         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11303
11304 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11305
11306         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11307
11308 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * nnrss.el: Require rfc2047 and mml.
11311         (nnrss-file-coding-system): New variable.
11312         (nnrss-format-string): Redefine it as an inline function.
11313         (nnrss-decode-group-name): New function.
11314         (nnrss-string-as-multibyte): Remove.
11315         (nnrss-retrieve-headers): Decode group name; don't use
11316         nnrss-format-string.
11317         (nnrss-request-group): Decode group name.
11318         (nnrss-request-article): Decode group name; allow a Message-ID as
11319         well as an article number; don't use nnrss-format-string; encode a
11320         Message-ID string which may contain non-ASCII characters; use
11321         mml-to-mime to compose a MIME article.
11322         (nnrss-request-expire-articles): Decode group name.
11323         (nnrss-request-delete-group): Decode group name.
11324         (nnrss-fetch): Clarify error message.
11325         (nnrss-read-server-data): Use insert-file-contents instead of load;
11326         bind file-name-coding-system; use multibyte buffer.
11327         (nnrss-save-server-data): Bind coding-system-for-write to the
11328         value of nnrss-file-coding-system; bind file-name-coding-system;
11329         add coding cookie.
11330         (nnrss-read-group-data): Use insert-file-contents instead of load;
11331         bind file-name-coding-system; use multibyte buffer.
11332         (nnrss-save-group-data): Bind coding-system-for-write to the
11333         value of nnrss-file-coding-system; bind file-name-coding-system.
11334         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11335         make it work with non-ASCII text.
11336         (nnrss-find-el): Make it work with old xml.el as well.
11337
11338 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11339
11340         * nnrss.el (nnrss-get-encoding): New function.
11341         (nnrss-fetch): Use unibyte buffer initially; bind
11342         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11343         decode contents according to the encoding attribute.
11344         (nnrss-save-group-data): Add coding cookie.
11345         (nnrss-mime-encode-string): New function.
11346         (nnrss-check-group): Use it to encode subject and author.
11347
11348 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11349
11350         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11351         imaginary variable.
11352
11353 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11356         correctly even if there are wide characters.
11357
11358 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11359
11360         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11361         downcased symbol names; make a new cache instead of reusing
11362         bbdb-hashtable.
11363
11364 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11367         concatenating segments rather than before concatenating them.
11368         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11369
11370         * message.el (message-get-reply-headers): Bind `extra'.
11371
11372 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * message.el (message-extra-wide-headers): New variable.
11375         (message-get-reply-headers): Use it.
11376
11377 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11380         (gnus-agent-group-pathname): Ditto.
11381
11382         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11383
11384         * gnus-group.el (gnus-group-make-group): Decode group name.
11385         (gnus-group-make-rss-group): Register the group data after opening
11386         the nnrss group.
11387
11388 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11389
11390         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11391         by expiry now get marked as read.
11392
11393 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11396
11397 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11398
11399         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11400         unify Latin characters in XEmacs.
11401         (mm-find-mime-charset-region): Use it.
11402
11403 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-util.el (gnus-delete-directory): New function.
11406
11407         * gnus-agent.el (gnus-agent-delete-group): Use it.
11408
11409         * gnus-cache.el (gnus-cache-delete-group): Use it.
11410
11411 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11414         names.
11415
11416 2004-12-16  Simon Josefsson  <jas@extundo.com>
11417
11418         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11419
11420 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11423
11424         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11425         (gnus-group-set-current-level): Decode group name.
11426
11427 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11428
11429         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11430         failed.
11431
11432 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-group.el (gnus-group-delete-group): Decode group name.
11435         (gnus-group-make-rss-group): Encode group name.
11436         (gnus-group-catchup-current): Decode group name.
11437         (gnus-group-kill-group): Decode group name.
11438
11439 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11440
11441         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11442
11443 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * gnus-group.el (gnus-group-make-rss-group):
11446         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11447
11448         * gnus-start.el (gnus-setup-news): Honor user's setting to
11449         gnus-message-archive-method.  Suggested by Lute Kamstra
11450         <lute@gnu.org>.
11451
11452 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11453
11454         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11455         global counterparts of the buffer-local variables.
11456
11457 2004-11-16  Romain Francoise  <romain@orebokech.com>
11458
11459         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11460         counterparts of the buffer-local variables.
11461
11462 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * message.el (message-forbidden-properties): Fixed typo in doc
11465         string.
11466
11467 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * gnus-util.el (gnus-replace-in-string): Added doc string.
11470
11471         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11472         to avoid problems when splitting mails with many recipients.
11473
11474 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11475
11476         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11477         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11478
11479 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11480
11481         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11482         if there is no hashtable in memory or file modification time is
11483         newer than cached timestamp.
11484
11485 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11488         not-matching option.
11489
11490 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11493         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11494         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11495         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11496         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11497         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11498
11499 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * message.el (message-forward-make-body-mml): Remove headers
11502         according to message-forward-ignored-headers if a message is decoded.
11503
11504 2004-12-02  Romain Francoise  <romain@orebokech.com>
11505
11506         * message.el (message-forward-make-body-plain): Always remove
11507         headers according to message-forward-ignored-headers.
11508
11509 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11510
11511         * spam.el (spam-summary-prepare-exit): Remove the
11512         gnus-summary-limit pop for now, it has problems with ham marks for
11513         me.
11514
11515 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11516
11517         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11518         correctly.
11519
11520 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11521
11522         * format-spec.el (format-spec): Message the char.
11523
11524 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11525
11526         * gnus-art.el (gnus-split-methods): Reformat comments.
11527
11528         * spam.el (spam-summary-prepare-exit): Remove article limits
11529         before exiting the summary buffer.
11530
11531 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11534         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11535
11536         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11537         order to silence the byte compiler.
11538
11539         * spam.el: Fix the way to silence the byte compiler, which
11540         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11541         bbdb-search-simple, spam-BBDB-register-routine,
11542         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11543         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11544         spam-stat-buffer-is-spam, spam-stat-load,
11545         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11546         spam-stat-save and spam-stat-split-fancy.
11547
11548 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11551         which may confuse users.
11552         (canlock-password-for-verify): Ditto.
11553
11554         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11555
11556         * gnus-art.el (gnus-emphasis-alist): Ditto.
11557
11558         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11559
11560         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11561
11562         * gnus-start.el (gnus-save-killed-list): Ditto.
11563
11564         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11565         (gnus-sum-thread-tree-root): Ditto.
11566         (gnus-sum-thread-tree-false-root): Ditto.
11567         (gnus-sum-thread-tree-single-indent): Ditto.
11568
11569         * message.el (message-courtesy-message): Ditto.
11570         (message-archive-note): Ditto.
11571         (message-subscribed-address-file): Ditto.
11572         (message-user-fqdn): Ditto.
11573
11574         * spam-report.el (spam-report-gmane-regex): Ditto.
11575
11576         * spam.el (spam-blackhole-good-server-regex): Ditto.
11577
11578 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * mml.el (mml-preview): Widen the message buffer before copying
11581         the contents to the preview buffer; sort headers before previewing.
11582
11583         * message.el (message-hidden-headers): Fix the way to avoid a bug
11584         in the `repeat' widget in Emacs 21.3 or earlier.
11585
11586 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * message.el (message-hidden-headers): Default to "^References:".
11589         Improve customization type.  Suggested by Reiner Steib
11590         <Reiner.Steib@gmx.de>.
11591
11592 2004-11-25  Romain Francoise  <romain@orebokech.com>
11593
11594         * message.el (message-strip-forbidden-properties): Remove check for
11595         obsolete `message-hidden' text property, hidden headers are not
11596         accessible in the buffer anymore.
11597
11598 2004-11-22  Romain Francoise  <romain@orebokech.com>
11599
11600         * message.el (message-header-format-alist): Add `From' in list
11601         so that it can be sorted.
11602         (message-fix-before-sending): Widen and sort headers before
11603         sending.
11604         (message-hide-headers): Use narrowing to hide headers by moving
11605         them to the top of the buffer and narrowing to the region
11606         underneath.
11607
11608 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * message.el (message-strip-forbidden-properties): Bind
11611         buffer-read-only (etc) to nil.
11612
11613 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11616         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11617
11618 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11619
11620         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11621
11622 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * dns.el (query-dns): Use sit-for to time instead of
11625         accept-process-output, since that doesn't seem to work on udp
11626         sockets.
11627
11628 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11631
11632 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11633
11634         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11635         doc string.  Improve doc string.
11636
11637 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * nntp.el (nntp-request-update-info): Return nil if
11640         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11641         may not call gnus-activate-group which uselessly issues the GROUP
11642         commands for all nntp groups and wastes time.  Reported by Romain
11643         Francoise <romain@orebokech.com>.
11644
11645         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11646
11647 2004-11-15  Simon Josefsson  <jas@extundo.com>
11648
11649         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11650         headers separately.
11651         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11652         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11653
11654 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-start.el (gnus-convert-old-newsrc):
11657         Assign legacy-gnus-agent to 5.10.7.
11658
11659 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11660
11661         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11662         start of the lines.
11663
11664 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11665
11666         * hashcash.el (hashcash-default-payment): Change default to 20.
11667         (hashcash-default-accept-payment): Change default to 20.
11668         (hashcash-process-alist): New variable.
11669         (hashcash-generate-payment-async): Add.
11670         (hashcash-already-paid-p): Add.
11671         (hashcash-insert-payment): Don't generate payments twice.
11672         (hashcash-insert-payment-async): Add.
11673         (hashcash-insert-payment-async-2): Add.
11674         (hashcash-cancel-async): Add.
11675         (hashcash-wait-async): Add.
11676         (hashcash-processes-running-p): Add.
11677         (hashcash-wait-or-cancel): Add.
11678         (mail-add-payment): New optional argument.  Conditionally start
11679         asynchronous calculation.
11680         (mail-add-payment-async): Add.
11681
11682         * message.el (message-send-mail): Wait for asynchronous hashcash
11683         results.  Don't clobber existing X-Hashcash headers.
11684         (message-setup-1): Call mail-add-payment-async when
11685         message-generate-hashcash is non-nil.
11686
11687 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11688
11689         * message.el (message-use-alternative-email-as-from): Examine the
11690         From header as well; use message-make-from in order to include a
11691         user's full name.
11692
11693 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11696         default; improve customization type.
11697         (gnus-emphasis-custom-with-format): New macro.
11698         (gnus-emphasis-custom-value-to-external): New function.
11699         (gnus-emphasis-custom-value-to-internal): New function.
11700
11701 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * dns.el (query-dns): Resolve reverse addresses.
11704
11705 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * gnus-group.el (gnus-group-get-new-news): Use it.
11708
11709         * gnus-start.el (gnus-check-reasonable-setup): New function.
11710
11711 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11714         "Args out of range" error.  Reported by Arnaud Giersch
11715         <arnaud.giersch@free.fr>.
11716
11717 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11718
11719         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11720
11721 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11722
11723         * spam.el (spam group): Add :version.
11724
11725         * pgg-def.el (pgg group): Add :version.
11726
11727 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (gnus-article-edit-article): Don't associate the
11730         article buffer with a draft file.  This is a temporary measure
11731         against the 2004-08-22 change to gnus-article-edit-mode.
11732
11733 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11736         (html2text-format-tags): Remove unused variable `attr'.
11737
11738 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11741
11742         * tls.el (tls-process-connection-type, tls-success)
11743         (tls-certtool-program): Add :version.
11744
11745         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11746         (starttls-extra-arguments, starttls-process-connection-type)
11747         (starttls-connect, starttls-failure, starttls-success): Add :version.
11748
11749         * spam-stat.el (spam-stat): Add :version.
11750
11751         * sieve.el (sieve): Add :version.
11752
11753         * sha1.el (sha1): Add :version.
11754         (sha1-use-external): Remove redundant version.
11755
11756         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11757         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11758         (nnmail-split-fancy-match-partial-words)
11759         (nnmail-split-lowercase-expanded): Add :version.
11760
11761         * nndiary.el (nndiary): Add :version.
11762
11763         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11764
11765         * mml-sec.el (mml-default-sign-method)
11766         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11767         Add :version.
11768
11769         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11770
11771         * mm-url.el (mm-url-use-external, mm-url-program)
11772         (mm-url-arguments): Add :version.
11773
11774         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11775         (mm-attachment-file-modes, mm-decrypt-option)
11776         (mm-w3m-safe-url-regexp): Add :version.
11777
11778         * message.el (message-cite-prefix-regexp)
11779         (message-sendmail-envelope-from, message-minibuffer-local-map)
11780         (message-user-fqdn, message-completion-alist): Add :version.
11781
11782         * gnus-win.el (gnus-configure-windows-hook)
11783         (gnus-use-frames-on-any-display): Add :version.
11784
11785         * gnus-art.el (gnus-article-address-banner-alist)
11786         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11787         (gnus-treat-from-picon, gnus-treat-mail-picon)
11788         (gnus-treat-x-pgp-sig): Add :version.
11789
11790         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11791         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11792         (gnus-summary-article-delete-hook)
11793         (gnus-summary-display-while-building): Add :version.
11794
11795         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11796         (gnus-get-top-new-news-hook): Add :version.
11797
11798         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11799         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11800
11801         * gnus-registry.el (gnus-registry): Add :version.
11802
11803         * gnus-spec.el (gnus-use-correct-string-widths)
11804         (gnus-make-format-preserve-properties): Add :version.
11805
11806         * gnus.el (gnus-group-charter-alist)
11807         (gnus-group-fetch-control-use-browse-url)
11808         (gnus-install-group-spam-parameters): Add :version.
11809
11810         * gnus-diary.el (gnus-diary): Add :version.
11811
11812         * gnus-delay.el (gnus-delay): Add :version.
11813
11814         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11815         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11816         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11817         Add :version.
11818
11819         * gnus-agent.el (gnus-agent-max-fetch-size)
11820         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11821         (gnus-agent-prompt-send-queue): Add :version.
11822
11823         * deuglify.el (gnus-outlook-deuglify): Add :version.
11824
11825         * html2text.el: Beautify code.  Improve doc strings.  Some
11826         checkdoc cleanup.
11827         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11828
11829 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11830
11831         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11832
11833 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11834
11835         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11836         when package is loaded.
11837
11838         * spam.el (spam-summary-score-preferred-header): Add global preference
11839         for people who want to override the default SpamAssassin over
11840         Bogofilter preference (when both are set).
11841         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11842         (spam-user-format-function-S): Check
11843         spam-summary-score-preferred-header.
11844         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11845         (spam-user-format-function-S): Format the score correctly.
11846
11847 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11850         signature file.  Suggested by Manoj Srivastava
11851         <srivasta@golden-gryphon.com>.
11852
11853         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11854         iso-2022-jp even in the Japanese language environment.
11855         Suggested by Jason Rumney <jasonr@gnu.org>.
11856
11857 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11860         use the same characters as the dummy marks; make it free from
11861         getting affected by the language environment.
11862         (gnus-summary-read-group-1): Update mark positions only when the
11863         format spec is updated.
11864
11865         * gnus-spec.el (gnus-update-format-specifications): Return a list
11866         of updated types.
11867
11868 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11871         of boundp to check if display-warning is available.
11872
11873 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11874
11875         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11876
11877 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * nnspool.el (nnspool-spool-directory): Use news-path if the
11880         news-directory variable is not bound.
11881
11882         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11883         function instead of display-warning if it is not available.
11884
11885 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11888         v5-10: Use `point-at-bol'.
11889
11890 2004-10-26  Simon Josefsson  <jas@extundo.com>
11891
11892         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11893         <chenggao@gmail.com>.
11894
11895 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11898         instead.
11899
11900 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11903         to remove a server from the nnimap-server-buffer-alist.
11904         (nnimap-open-connection, nnimap-close-server): Use it.
11905
11906         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11907
11908 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11911         running the major-mode function.
11912
11913 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11916         dummy marks in the right way.
11917
11918 2004-10-18  David Edmondson  <dme@dme.org>
11919
11920         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11921         excessively.
11922
11923 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11924
11925         * gnus-util.el (gnus-split-references): Accept a nil references
11926         string and go on blissfully.
11927
11928         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11929         cases where the references string is non-nil but has no references.
11930
11931         * encrypt.el: Add autoload tags.
11932
11933         * spam.el (spam-resolve-registrations-routine): Remove article
11934         from unregistration list too.  Reported by David Hanak
11935         <dhanak@isis.vanderbilt.edu>
11936
11937 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11940         nil.  Changed custom type.
11941
11942 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11945
11946         * gnus-sum.el (gnus-summary-move-article): Use it.
11947
11948 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         * encrypt.el: Add autoload cookies.
11951
11952         * spam.el (spam-backend-article-list-property)
11953         (spam-backend-get-article-todo-list)
11954         (spam-backend-put-article-todo-list)
11955         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11956         Resolve registrations separately.
11957         (spam-register-routine): Format comments.
11958         (spam-unregister-routine, spam-register-routine): Always call with
11959         specific-articles, no default list.
11960         (spam-summary-prepare-exit): Use the spam-classifications function.
11961
11962         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11963         gnus-encrypt.el.
11964
11965         * encrypt.el: Copied from gnus-encrypt.el.
11966
11967         * gnus-encrypt.el: Commented that it's obsolete.
11968
11969 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11972         (gnus-score-save): Use it.
11973
11974         * message.el (message-bury): Use `window-dedicated-p'.
11975
11976 2004-10-15  Simon Josefsson  <jas@extundo.com>
11977
11978         * pop3.el (top-level): Don't require nnheader.
11979         (pop3-read-timeout): Add.
11980         (pop3-accept-process-output): Add.
11981         (pop3-read-response, pop3-retr): Use it.
11982
11983 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11984
11985         * spam.el (spam-register-routine): Move comment.
11986         (spam-verify-bogofilter): Use 'unknown for the initial
11987         spam-bogofilter-valid state, not 'never.
11988
11989         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11990         for netrc-machine.
11991
11992         * nnimap.el (nnimap-open-connection): Use
11993         netrc-machine-user-or-password.
11994
11995 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11996
11997         * gnus-registry.el (gnus-registry-unload-hook):
11998         Set as a variable with add-hook.
11999
12000         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12001         of news-path.
12002
12003         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12004
12005         * spam.el: Delete duplicate `provide'.
12006         (spam-unload-hook): Set as a variable with add-hook.
12007
12008 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12011         in the doc string.
12012
12013         * message.el (message-ignored-news-headers)
12014         (message-ignored-supersedes-headers)
12015         (message-ignored-resent-headers)
12016         (message-forward-ignored-headers): Improve custom type.
12017
12018 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * message.el (message-tokenize-header): Fix 2004-09-06 change
12021         which used point-min in the wrong place.
12022
12023 2004-10-12  Simon Josefsson  <jas@extundo.com>
12024
12025         * tls.el (tls-certtool-program): New variable.
12026         (tls-certificate-information): New function, based on
12027         ssl-certificate-information.
12028
12029 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * compface.el: Move the version of ELisp-based uncompface program
12032         to the contrib directory because of the copyright problem.
12033
12034 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * message.el (message-kill-buffer): Raise the current frame.
12037
12038 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12041
12042         * gnus.el (message-y-or-n-p): Autoload.
12043
12044         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12045         (pop3-password-required, pop3-authentication-scheme)
12046         (pop3-leave-mail-on-server): Made customizable.
12047         (pop3): New custom group.
12048         (pop3-retr): Remove `sleep-for' statements.
12049         Suggested by Dave Love <fx@gnu.org>.
12050
12051         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12052         Windows/DOS.
12053
12054         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12055         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12056         Dave Love <fx@gnu.org>.
12057
12058         * mml.el (mml-minibuffer-read-disposition): Require match.
12059         Suggested by Dave Love <fx@gnu.org>.
12060
12061 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12064         doc string.
12065
12066 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12069
12070 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12071
12072         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12073         instead of calling `mm-insert-inline', to decode text/* parts
12074         before displaying them.
12075
12076 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * mm-uu.el (mm-uu-text-plain-type): New variable.
12079         (mm-uu-pgp-signed-extract-1): Use it.
12080         (mm-uu-pgp-encrypted-extract-1): Use it.
12081         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12082         bind mm-uu-text-plain-type with that value.
12083         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12084         mm-uu-dissect.
12085
12086 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-group.el (gnus-update-group-mark-positions):
12089         * gnus-sum.el (gnus-update-summary-mark-positions):
12090         * message.el (message-check-news-body-syntax):
12091         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12092         of string-as-multibyte.
12093
12094 2004-10-05  Juri Linkov  <juri@jurta.org>
12095
12096         * gnus-group.el (gnus-update-group-mark-positions):
12097         * gnus-sum.el (gnus-update-summary-mark-positions):
12098         * message.el (message-check-news-body-syntax):
12099         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12100         8-bit unibyte values to a multibyte string for search functions.
12101
12102 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12105         (mm-uu-dissect-text-parts): New function.
12106
12107         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12108         dissect text parts.
12109
12110         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12111         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12112
12113         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12114
12115         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12116         gnus-current-topics instead of gnus-current-topic.
12117
12118 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12119
12120         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12121
12122 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12123
12124         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12125         where approriate.
12126
12127         * nnml.el (nnml-generate-active-info): do.
12128
12129         * nndiary.el (nndiary-generate-active-info): do.
12130
12131         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12132         (gnus-topic-move): do.
12133
12134         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12135         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12136
12137         * gnus-srvr.el (gnus-server-prepare)
12138         (gnus-server-open-all-servers): do.
12139
12140         * gnus-msg.el (gnus-summary-cancel-article)
12141         (gnus-summary-resend-message)
12142         (gnus-summary-mail-crosspost-complaint): do.
12143
12144         * gnus-move.el (gnus-change-server): do.
12145
12146         * gnus-group.el (gnus-group-unmark-all-groups)
12147         (gnus-group-set-current-level): do.
12148
12149 2004-10-04  Simon Josefsson  <jas@extundo.com>
12150
12151         * message.el (message-generate-hashcash): Doc fix.
12152
12153 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12154
12155         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12156         avoid infinite recursion via gnus-get-function.
12157
12158 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12159
12160         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12161
12162         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12163
12164         * nnmail.el (nnmail-split-history): do.
12165
12166         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12167         (nnml-request-delete-group): do.
12168
12169         * nnslashdot.el (nnslashdot-read-groups): do.
12170
12171         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12172         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12173
12174         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12175         (nnspool-sift-nov-with-sed): Use last.
12176         (nnspool-retrieve-headers-with-nov): Use mapc.
12177         (nnspool-request-newgroups): Use dolist.
12178         (nnspool-request-group): Use last.
12179
12180         * nntp.el (nntp-read-server-type): Use dolist.
12181
12182         * nnvirtual.el (nnvirtual-create-mapping)
12183         (nnvirtual-update-read-and-marked): Use dolist.
12184         (nnvirtual-convert-headers): Simplify.
12185
12186 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12187
12188         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12189         support for sync'ing tick marks.
12190
12191 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12194         there's no visible header.
12195
12196 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12197
12198         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12199         necessary, pass full group name to gnus-request-set-marks.
12200
12201 2004-10-01  Simon Josefsson  <jas@extundo.com>
12202
12203         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12204         acroread.
12205
12206 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * spam-report.el (spam-report-gmane): Fix interactive.
12209
12210         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12211
12212         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12213         when writing file.
12214         (gnus-agent-synchronize-flags): Don't default to being
12215         interactive.
12216
12217 2004-09-30  Simon Josefsson  <jas@extundo.com>
12218
12219         * message.el (message-generate-hashcash): Add.
12220         (message-send-mail): Use it, call mail-add-payment.
12221
12222 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12225
12226 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12227
12228         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12229         gnus-requst-update-info with explicit code to sync the in-memory
12230         info read flags with the marks being sync'd to the backend.
12231
12232         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12233
12234 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * spam.el (spam-verify-bogofilter): Add new function.
12237         (spam-check-bogofilter)
12238         (spam-bogofilter-register-with-bogofilter): Use it.
12239         (spam-verify-bogofilter): Add small fixes.
12240
12241 2004-09-28  Simon Josefsson  <jas@extundo.com>
12242
12243         * hashcash.el (hashcash-generate-payment): Revert.
12244
12245 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12246
12247         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12248         gnus-extract-references instead of gnus-split-references.
12249
12250         * gnus-util.el (gnus-extract-references): Add new function, analogous
12251         to gnus-split-references but extracts only the message-ID without
12252         anything extra.
12253
12254         * hashcash.el (hashcash-generate-payment)
12255         (hashcash-check-payment): Do the right thing if hashcash-path is
12256         nil (because the hashcash program could not be found).
12257
12258         * spam.el (spam-use-hashcash): Remove comment.
12259
12260 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12261
12262         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12263         (gnus-cache-enter-article, gnus-cache-remove-article)
12264         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12265
12266         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12267
12268         * gnus-art.el (article-hide-boring-headers)
12269         (article-translate-strings, article-display-face)
12270         (gnus-article-mime-match-handle-first)
12271         (gnus-article-highlight-headers)
12272         (gnus-article-add-buttons-to-head): do.
12273
12274 2004-09-27  Simon Josefsson  <jas@extundo.com>
12275
12276         * hashcash.el: New version, from
12277         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12278         ../contrib/.
12279
12280 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12283
12284 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12285
12286         * gnus-dup.el (gnus-dup-open): Use mapc.
12287         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12288
12289         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12290         Reported by Stefan Wiens <s.wi@gmx.net>.
12291
12292         * gnus.el (gnus-shutdown): Use dolist.
12293
12294         * gnus-undo.el (gnus-undo): Use mapc.
12295
12296         * nnrss.el (nnrss-generate-active): do.
12297
12298         * message.el (message-cite-original-without-signature)
12299         (message-cite-original): Use mapc.
12300         (message-do-actions, message-make-forward-subject): Use dolist.
12301
12302 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12303
12304         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12305         deletion to remove entire duplicate line.  Fixes merged article
12306         number bug.
12307
12308 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12309
12310         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12311         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12312         first ask if you want to open a server and then, even when you
12313         responded with no, asking if you want to synchronize the server's
12314         flags.
12315         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12316         multi-line expressions.
12317         (gnus-agent-synchronize-group-flags): New internal function.
12318         Updates marks in memory (in the info structure) AND in the
12319         backend.
12320
12321         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12322
12323         * nnagent.el (nnagent-request-set-mark): Use
12324         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12325         method, to ensure that synchronization updates marks in the
12326         backend and in the info (in memory) structure.
12327
12328 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12331         convention fully; don't miss the root article of a thread; make
12332         the X-Draft-From header with correct article numbers.
12333
12334 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12335
12336         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12337         unless plugged.  Disable the agent so that an open failure causes
12338         an error.
12339
12340         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12341         Reverted 2004-09-21 change.  The backend must be opened while
12342         synchronizing flags even when the backend stores the flags
12343         locally.
12344
12345 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12348         in `header' match.  Reported by Svend Tollak Munkejord.
12349
12350         * message.el (message-cite-original): Fix use of
12351         `message-cite-articles-with-x-no-archive'.
12352
12353 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12356         (gnus-window-to-buffer): Ditto.
12357
12358         * mml.el (mml-preview-buffer): New variable.
12359         (mml-preview): Manage window layout with gnus-buffer-configuration.
12360
12361         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12362         X-Draft-From header even if those articles aren't quoted.
12363
12364 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12365
12366         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12367         (gnus-request-set-mark, gnus-request-update-mark): Use new
12368         g-s-t-u-l-m to decide to use backend even when unplugged.
12369
12370 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12373         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12374
12375 2004-09-20  Simon Josefsson  <jas@extundo.com>
12376
12377         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12378         "utf-16-le".
12379
12380 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12381
12382         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12383
12384 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * uudecode.el (uudecode-use-external): Add :version.
12387
12388         * smime.el (smime-CA-file, smime-encrypt-cipher)
12389         (smime-dns-server): Add :version.
12390
12391         * smiley.el (gnus-smiley-file-types): Add :version.
12392
12393         * sha1.el (sha1-use-external): Add :version.
12394
12395         * pgg-def.el (pgg-query-keyserver): Add :version.
12396
12397         * nnmail.el (nnmail-fancy-expiry-targets)
12398         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12399         Add :version.
12400
12401         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12402         (nnimap-retrieve-groups-asynchronous): Add :version.
12403         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12404
12405         * mml.el (mml-content-disposition-parameters)
12406         (mml-insert-mime-headers-always): Add :version.
12407
12408         * mm-util.el (mm-coding-system-priorities): Add :version.
12409
12410         * mm-decode.el (mm-inline-text-html-with-images)
12411         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12412         (mm-verify-option): Add :version.
12413         (mm-text-html-renderer): Change :version.
12414
12415         * message.el (message-fcc-externalize-attachments)
12416         (message-required-headers, message-draft-headers)
12417         (message-subject-trailing-was-query)
12418         (message-subject-trailing-was-ask-regexp)
12419         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12420         (message-mark-insert-end, message-archive-header)
12421         (message-archive-note, message-cross-post-default)
12422         (message-cross-post-note, message-followup-to-note)
12423         (message-cross-post-note-function, message-use-mail-followup-to)
12424         (message-subscribed-address-functions)
12425         (message-subscribed-address-file, message-subscribed-addresses)
12426         (message-subscribed-regexps, message-allow-no-recipients)
12427         (message-yank-cited-prefix, message-signature-insert-empty-line)
12428         (message-hidden-headers, message-hierarchical-addresses)
12429         (message-mail-user-agent, message-use-idna)
12430         (message-valid-fqdn-regexp)
12431         (message-strip-special-text-properties, message-header-synonyms)
12432         (message-beginning-of-line, message-tab-body-function): Add :version.
12433         (message-insert-canlock, message-wide-reply-confirm-recipients):
12434         Change :version.
12435
12436         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12437         and :version.
12438         (mail-source-delete-old-incoming-confirm)
12439         (mail-source-movemail-program): Add :version.
12440
12441         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12442         (gnus-agent-cache, gnus-agent): Change :version.
12443
12444         * gnus-util.el (gnus-use-byte-compile): Change :version.
12445
12446         * gnus-sum.el (gnus-summary-make-false-root-always)
12447         (gnus-summary-default-high-score)
12448         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12449         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12450         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12451         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12452         (gnus-sum-thread-tree-single-indent)
12453         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12454         (gnus-sum-thread-tree-leaf-with-other)
12455         (gnus-sum-thread-tree-single-leaf): Add :version.
12456         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12457         (gnus-article-loose-mime): Change :version.
12458
12459         * gnus-start.el (gnus-backup-startup-file)
12460         (gnus-save-startup-file-via-temp-buffer): Add :version.
12461
12462         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12463         (gnus-server-offline-face): Add :version.
12464
12465         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12466
12467         * gnus-msg.el (gnus-gcc-externalize-attachments)
12468         (gnus-debug-files, gnus-debug-exclude-variables)
12469         (gnus-discouraged-post-methods): Change :version.
12470         (gnus-confirm-mail-reply-to-news)
12471         (gnus-confirm-treat-mail-like-news): Add :version.
12472
12473         * gnus-int.el (gnus-server-unopen-status): Add :version.
12474
12475         * gnus-group.el (gnus-group-jump-to-group-prompt)
12476         (gnus-large-ephemeral-newsgroup)
12477         (gnus-fetch-old-ephemeral-headers): Add :version.
12478
12479         * gnus-fun.el (gnus-x-face-directory)
12480         (gnus-convert-pbm-to-x-face-command)
12481         (gnus-convert-image-to-x-face-command)
12482         (gnus-convert-image-to-face-command): Add :version.
12483
12484         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12485
12486         * gnus-cite.el (gnus-cite-blank-line-after-header)
12487         (gnus-article-boring-faces): Add :version.
12488
12489         * gnus-art.el (gnus-buttonized-mime-types)
12490         (gnus-inhibit-mime-unbuttonizing)
12491         (gnus-treat-display-face)
12492         (gnus-treat-body-boundary): Change :version.
12493         (gnus-body-boundary-delimiter, gnus-picon-databases)
12494         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12495         (gnus-treat-date-english, gnus-treat-fold-headers)
12496         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12497         (gnus-treat-mail-picon, gnus-treat-wash-html)
12498         (gnus-article-encrypt-protocol)
12499         (gnus-use-idna, gnus-article-over-scroll)
12500         (gnus-mime-display-multipart-alternative-as-mixed)
12501         (gnus-mime-display-multipart-related-as-mixed)
12502         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12503         (gnus-ctan-url, gnus-button-ctan-handler)
12504         (gnus-button-handle-ctan-bogus-regexp)
12505         (gnus-button-ctan-directory-regexp)
12506         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12507         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12508         (gnus-button-man-level, gnus-button-emacs-level)
12509         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12510
12511         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12512         (gnus-agent-go-online): Change :version.
12513         (gnus-agent-expire-unagentized-dirs)
12514         (gnus-agent-auto-agentize-methods): Add :version.
12515
12516         * flow-fill.el (fill-flowed-display-column)
12517         (fill-flowed-encode-column): Add :version.
12518
12519         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12520         (gnus-outlook-deuglify-unwrap-max)
12521         (gnus-outlook-deuglify-cite-marks)
12522         (gnus-outlook-deuglify-unwrap-stop-chars)
12523         (gnus-outlook-deuglify-no-wrap-chars)
12524         (gnus-outlook-deuglify-attrib-cut-regexp)
12525         (gnus-outlook-deuglify-attrib-verb-regexp)
12526         (gnus-outlook-deuglify-attrib-end-regexp)
12527         (gnus-outlook-display-hook): Add :version.
12528
12529         * binhex.el (binhex-use-external): Add :version.
12530
12531 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12534         and `invisible'.
12535
12536 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12537
12538         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12539         in gnus-registry-trim.
12540
12541 2004-09-13  Simon Josefsson  <jas@extundo.com>
12542
12543         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12544
12545         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12546
12547         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12548         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12549         <yamaoka@jpl.org>.
12550         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12551         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12552         <yamaoka@jpl.org>.
12553
12554         * sieve.el (sieve-manage-mode): Ditto.
12555
12556 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12559
12560 2004-09-11  Simon Josefsson  <jas@extundo.com>
12561
12562         * dns-mode.el: Add.
12563
12564         * mm-view.el (mm-display-dns-inline): Add.
12565
12566         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12567         (mm-automatic-display): Ditto.
12568
12569         * mailcap.el (mailcap-mime-data): Add text/dns.
12570         (mailcap-mime-extensions): Map .soa to text/dns.
12571
12572 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12573
12574         * gnus-art.el (article-decode-mime-words, article-babel)
12575         (gnus-article-highlight-signature, gnus-article-add-buttons)
12576         (gnus-signature-toggle): Remove unnecessary bindings of
12577         `inhibit-read-only' inherited from v5.10 merge.
12578
12579 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * nntp.el (nntp): New customization group.
12582         (nntp-authinfo-file): Add customization group.
12583
12584         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12585
12586         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12587
12588         * gnus.el (to-address, to-list, subscribed)
12589         (large-newsgroup-initial): Ditto.
12590
12591         * flow-fill.el (fill-flowed-display-column)
12592         (fill-flowed-encode-column): Ditto.
12593
12594 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12595
12596         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12597         Use point-min rather than 1.
12598         (message-send-mail): Use buffer-size rather than point-max.
12599
12600         * gnus-sum.el (gnus-summary-search-article-forward):
12601         Signal a specific `search-failed' rather than a generic `error'.
12602
12603         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12604         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12605         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12606
12607 2004-09-10  Simon Josefsson  <jas@extundo.com>
12608
12609         * nndb.el (require): Remove tcp and duplicate cl.
12610
12611 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-agent.el (directory-files-and-attributes): Move forward.
12614
12615 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12616
12617         * gnus-agent.el (directory-files-and-attributes): Optionally
12618         defined to support XEmacs.
12619
12620 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12621
12622         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12623         to avoid run-time CL dependencies.
12624         (gnus-agent-unfetch-articles): New function.
12625         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12626         article numbers even when local .overview file is missing.
12627         (gnus-agent-read-article-number): New function.  Only accepts
12628         27-bit article numbers.
12629         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12630         gnus-agent-read-article-number.
12631         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12632         from backend while recognizing that article numbers in .overview
12633         must be valid.
12634         (gnus-agent-update-files-total-fetched-for): Use
12635         directory-files-and-attributes to improve performance.
12636         * gnus-int.el (gnus-request-move-article): Use
12637         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12638         improve performance.
12639
12640         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12641         some users confused by references to .newsrc when they only have a
12642         .newsrc.eld file.
12643         (gnus-convert-mark-converter-prompt)
12644         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12645         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12646         New function.  Used internally to only display 'gnus converting
12647         files' message when actually necessary.
12648
12649         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12650         methods now autoloaded.
12651
12652 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12655         identifiers.
12656
12657 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gnus-picon.el: Fix indentation and closing parenthesis.
12660
12661 2004-09-01  Simon Josefsson  <jas@extundo.com>
12662
12663         * message.el (message-canlock-generate): Require sha1, not
12664         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12665         to require within a function.  Sadly, if sha1.el isn't loaded, the
12666         let binding in m-c-g will hide the defcustom definition, which is
12667         bad.)
12668
12669         * canlock.el: Require sha1, not sha1-el.
12670
12671         * message.el: Don't autoload sha1 (there is a autoload cookie in
12672         sha1.el).
12673
12674         * sha1-el.el: Renamed to sha1.el.
12675
12676 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12677
12678         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12679
12680 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12681
12682         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12683
12684 2004-08-30  Kim F. Storm  <storm@cua.dk>
12685
12686         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12687
12688         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12689         Add :group 'nnimap.
12690
12691 2004-08-30  Andreas Schwab  <schwab@suse.de>
12692
12693         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12694         ?* and ?\;.
12695
12696         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12697         and ?\' to symbol instead of whitespace.
12698
12699 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12702
12703         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12704         instead of re-search-forward.
12705
12706         * gnus-uu.el (gnus-uu-save-article): Ditto.
12707         (gnus-uu-post-encode-uuencode): Ditto.
12708
12709         * html2text.el (html2text-clean-list-items): Ditto.
12710         (html2text-clean-dtdd): Ditto.
12711         (html2text-format-tags): Ditto.
12712
12713         * message.el (message-send-mail-with-sendmail): Fix regexp.
12714         (message-fill-field-general): Use search-forward instead of
12715         re-search-forward.
12716         (unbold-region): Ditto.
12717
12718         * nnrss.el (nnrss-request-article): Ditto.
12719
12720         * nnslashdot.el (nnslashdot-request-article): Ditto.
12721
12722         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12723
12724         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12725         "Unrecognized menu descriptor" error in XEmacs.
12726
12727 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12728
12729         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12730         parent article of a sparse article in the thread hashtb.
12731
12732 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12733
12734         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12735         (nnmail-expand-newtext): Lowercase expanded entries if
12736         nnmail-split-lowercase-expanded is non-nil.
12737
12738 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12741
12742         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12743         of gnus-tmp-news-method into string under XEmacs.  It will be
12744         passed to gnus-correct-length which takes only a string argument.
12745
12746 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * gnus-util.el (gnus-bind-print-variables): New macro.
12749         (gnus-prin1): Use it.
12750         (gnus-prin1-to-string): Use it.
12751         (gnus-pp): New function.
12752         (gnus-pp-to-string): New function.
12753
12754         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12755         Replace pp-to-string with gnus-pp-to-string.
12756         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12757         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12758         * gnus-msg.el (gnus-debug): Ditto.
12759         * gnus-score.el (gnus-score-save): Ditto.
12760         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12761         gnus-pp-to-string.
12762         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12763         with gnus-pp.
12764         * score-mode.el (gnus-score-pretty-print): Ditto.
12765         * webmail.el (webmail-debug): Ditto.
12766
12767 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * gnus-art.el (article-display-face, article-display-x-face):
12770         Use buffer-read-only.
12771
12772 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-art.el (article-hide-list-identifiers):
12775         Bind inhibit-read-only as t.
12776
12777 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12780
12781 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12782
12783         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12784         (gnus-narrow-to-page): Don't assume point-min == 1.
12785         (gnus-article-edit-mode): Derive from message-mode.
12786
12787         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12788         point-min == 1.
12789
12790         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12791         Disable incorrect use of `assert'.
12792
12793         * message.el (message-mode): Set comment-start-skip.
12794
12795
12796 2004-08-22  Sam Steingold  <sds@gnu.org>
12797
12798         * pop3.el (pop3-leave-mail-on-server): New user variable.
12799         (pop3-movemail): Delete mail only when it is nil.
12800
12801 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12804
12805         * mml.el (mml-preview): Use `pop-to-buffer'.
12806
12807         * message.el (message-goto-mail-followup-to): Insert after "To".
12808         (message-carefully-insert-headers): Add comment.
12809
12810         * gnus.el: Remove unused variable `gnus-article-check-size'.
12811
12812         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12813
12814         * gnus-art.el (gnus-button-alist): Improve
12815         `gnus-button-handle-library' entry.
12816
12817 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12818
12819         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12820         downcase, since XEmacs capitalizes error messages differently.
12821
12822 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12823
12824         * nntp.el: Add (require 'gnus) due to reference to
12825         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12826
12827 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12828
12829         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12830         `mm-fill-flowed'.
12831
12832         * mm-decode.el (mm-dissect-singlepart): Check it.
12833
12834 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12835
12836         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12837         'imap' for netrc parsing.
12838
12839 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * mailcap.el (mailcap-mime-data): Mark as risky.
12842
12843 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12846         may be included in the encoded word.
12847         (rfc2047-encode): Don't append a space if the encoded word
12848         includes close parenthesis.
12849
12850 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12853         of text within parentheses.
12854
12855 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12856
12857         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12858         (gnus-encrypt-write-file-contents): Make the password key the file
12859         name PLUS the cipher, not just the cipher.  Also remove failed
12860         passwords from the cache.
12861
12862 2004-08-06  Simon Josefsson  <jas@extundo.com>
12863
12864         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12865         fix.
12866
12867 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12870         LWSP.
12871
12872 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12873
12874         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12875         to append in-reply-to: data to the references: header.
12876
12877         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12878         (netrc-parse): Use gnus-encrypt.el functions.
12879
12880         * gnus-encrypt.el: Add new file for encryption support; currently
12881         does only a few GPG ciphers and an internal XOR cipher.
12882
12883         * password.el: Add comments on using password-read-and-add.
12884         (password-read-and-add): Add function to read and add the
12885         password to the cache at once.
12886
12887 2004-07-28  Simon Josefsson  <jas@extundo.com>
12888
12889         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12890         parameter (but don't use it, for now).
12891
12892         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12893         instead of hard coding to nil.
12894
12895 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12898         as mm-inline-image-xemacs does.
12899
12900 2004-07-26  Simon Josefsson  <jas@extundo.com>
12901
12902         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12903         Revert part of 2004-07-17 change below.
12904
12905 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12908         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12909
12910 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12911
12912         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12913         quotes that actually start with ">" at the beginning of the
12914         lines.
12915
12916 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * rfc2047.el (rfc2047-encode-region): Fix last change.
12919         (rfc2047-encode-parameter): Remove useless concat.
12920
12921 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12924         encode special characters; fix some kind of misconfigured headers;
12925         signal a real error if debug-on-quit or debug-on-error is non-nil.
12926         (rfc2047-encode-max-chars): New variable.
12927         (rfc2047-encode-1): Use it.
12928         (rfc2047-encode-parameter): New function.
12929
12930         * mml.el (mml-insert-parameter): Remove an excessive space.
12931
12932 2004-07-17  Simon Josefsson  <jas@extundo.com>
12933
12934         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12935         Kai Grossjohann <kai@emptydomain.de>.
12936         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12937         (gnus-group-make-menu-bar): Ditto.
12938
12939         * gnus-util.el (gnus-group-server): Add.
12940
12941 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12942
12943         * message.el (message-clone-locals): Clone sendmail and smtp
12944         variables.
12945
12946 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * rfc2047.el (rfc2047-encode-region): Fix last change.
12949
12950 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12953         characters as non-special.
12954
12955 2004-07-09  Simon Josefsson  <jas@extundo.com>
12956
12957         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12958         Users will lose all flag changes made while unplugged with
12959         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12960         good default.  See numerous reports on ding mailing list.
12961
12962 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12965         add generate-head-function and generate-article-function to the
12966         rfc822-forward entry.
12967         (nndoc-rfc822-forward-generate-article): New function.
12968         (nndoc-rfc822-forward-generate-head): New function.
12969
12970         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12971
12972 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12973
12974         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12975         respect display group parameter and gnus-summary-expunge-below.
12976         (gnus-articles-to-read): Remove unused reference to display group
12977         parameter.
12978
12979 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12980
12981         * nnheader.el (nnheader-uniquify-message-id): New experimental
12982         variable.
12983         (nnheader-nov-read-message-id): Use it.
12984
12985         * spam-report.el (spam-report-gmane): Add interactive.
12986
12987 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12990         qp-or-base64 for the application/* types.
12991
12992 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12993
12994         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12995
12996 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12999         trim value.
13000
13001 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13002
13003         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13004         New macro and function.
13005         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13006
13007 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13010         after-load-alist.
13011
13012 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13013
13014         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13015         update info that isn't there.
13016
13017 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13018
13019         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13020         entry.
13021
13022 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * mm-view.el (mm-inline-render-with-function): Use multibyte
13025         buffer; decode html source by charset.
13026
13027         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13028
13029         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13030         Mule-UCS is loaded under XEmacs.
13031         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13032
13033 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13034
13035         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13036
13037 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * mm-util.el (mm-coding-system-p): Return a coding-system.
13040         (mm-mime-mule-charset-alist): Use shift_jis instead of
13041         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13042         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13043         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13044         instead of japanese-shift-jis and iso-latin-1 respectively in
13045         order to share the default value with both Emacs and XEmacs-mule.
13046         (mm-mule-charset-to-mime-charset): Make
13047         mm-coding-system-priorities effective.
13048         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13049         while predicating of candidates upon the priorities.
13050
13051 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13052
13053         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13054         gnus-uu-invert-processable.
13055
13056         * gnus.el: Autoload gnus-uu-invert-processable.
13057
13058 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * mm-util.el (mm-with-multibyte-buffer): New macro.
13061
13062         * rfc2047.el (rfc2047-encode-string): Use it.
13063         (rfc2047-encode-region): Move point to the end of the region after
13064         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13065
13066 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13069         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13070
13071 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13074         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13075         Karl Chen <quarl@nospam.quarl.org>.
13076
13077 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13078
13079         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13080         invalid addresses.
13081
13082 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * spam.el: Change section markers, revise TODO list.
13085         (spam-backends): Make new master list of all installed backends.
13086         (spam-summary-exit-behavior): Add new variable to determine how
13087         messages moves are done at summary exit.
13088         (spam-move-spam-nonspam-groups-only)
13089         (spam-process-ham-in-nonham-groups)
13090         (spam-process-ham-in-spam-groups): Remove variables, the
13091         spam-summary-exit-behavior variable should be used to manage this
13092         behavior.
13093         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13094         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13095         and spam-old-spam-articles.
13096         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13097         Add empty variables, placeholders for the backends they represent.
13098         (spam-set-difference): Move, unchanged.
13099         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13100         unless the user has a processor variable.
13101         (spam-classifications, spam-classification-valid-p)
13102         (spam-backend-properties, spam-backend-property-valid-p)
13103         (spam-backend-function-type-valid-p)
13104         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13105         (spam-report-articles-gmane, spam-report-articles-resend):
13106         Remove functions, they are not needed.
13107         (spam-install-backend-super, spam-backend-list)
13108         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13109         (spam-backend-function, spam-backend-ham-registration-function)
13110         (spam-backend-spam-registration-function)
13111         (spam-backend-ham-unregistration-function)
13112         (spam-backend-spam-unregistration-function)
13113         (spam-backend-statistical-p, spam-backend-mover-p)
13114         (spam-install-backend-alias, spam-install-checkonly-backend)
13115         (spam-install-mover-backend, spam-install-nocheck-backend)
13116         (spam-install-backend, spam-install-statistical-backend)
13117         (spam-install-statistical-checkonly-backend): Add backend installation
13118         support.
13119         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13120         (spam-group-processor-p): Use the new backend code and respect the
13121         summary exit behavior.
13122         (spam-mark-spam-as-expired-and-move-routine): Remove.
13123         (spam-summary-prepare): Change to use the new spam-old-articles
13124         variable.
13125         (spam-copy-or-move-routine, spam-copy-spam-routine)
13126         (spam-move-spam-routine, spam-copy-ham-routine)
13127         (spam-move-ham-routine): Add code to copy/move ham or spam.
13128         (spam-fetch-field-fast): Improve doc and code, plus allow the
13129         'number request.
13130         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13131         variables.
13132         (spam-split, spam-find-spam): Use the new backend code.
13133         (spam-registration-functions): Remove variable.
13134         (spam-unregister-routine): Add convenience wrapper.
13135         (spam-log-undo-registration, spam-register-routine)
13136         (spam-log-processing-to-registry)
13137         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13138         where possible.
13139         (spam-check-gmane-xref, spam-check-regex-headers)
13140         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13141         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13142         (spam-check-bogofilter-headers, spam-check-spamoracle)
13143         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13144         (spam-check-crm114-headers): Use the spam-split-group that
13145         spam-split prepares, no need to determine it every time.
13146
13147         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13148         to the nnheader-parse-naked-head call.
13149
13150         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13151
13152         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13153         the nnheader-nov-read-message-id call.
13154
13155 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13158         gnus-activate-group twice.  Suggested by Markus Peter
13159         <warp@spin.de>.
13160
13161 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-art.el (gnus-article-time-format): Exchange the order of
13164         day and month in the default value; fix customization type.
13165         (article-date-ut): Use add-text-properties.
13166         (article-make-date-line): Use message-make-date instead of
13167         current-time-string.
13168
13169         * message.el (message-fetch-field): Don't use set-text-properties.
13170         (message-make-date): Simplify.
13171
13172         * messagexmas.el (message-xmas-make-date): New function.
13173         (message-xmas-redefine): Defalias message-make-date to it.
13174
13175 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13178         (rfc2047-encode-region): Treat text within parentheses as special;
13179         show the original text when error has occurred.
13180
13181         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13182         already-computed method to gnus-activate-group.
13183
13184         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13185         same select-methods identical Lisp objects.
13186
13187         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13188         object when modifying the info.
13189
13190 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13193         gnus-opened-servers since it has never been opened with the new
13194         configuration yet.
13195
13196 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13199         arg to nnheader-generate-fake-message-id.
13200
13201 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13202
13203         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13204         number and build a fake message ID localized to a group and
13205         article number (so it's repeatable from that point on).
13206         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13207         ID format.
13208
13209         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13210         nnheader-generate-fake-message-id with the article number.
13211
13212 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13213
13214         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13215         end-of-buffer.
13216
13217 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218
13219         * message.el (message-ignored-supersedes-headers): Add Approved.
13220
13221 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13224         goto-char.
13225         (rfc2047-encode): Fold the line before encoding.
13226
13227 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13228
13229         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13230         folding -- not all headers can be folded, and this should be done
13231         by the message composition mode.  Probably.  I think.
13232
13233 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13236         fast.
13237
13238         * gnus-ems.el (gnus-remove-image): Don't use
13239         message-text-with-property; remove only the image found first.
13240
13241         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13242         found first.
13243
13244 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13245
13246         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13247
13248 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * message.el (message-text-with-property): Make it fast and accept
13251         optional arguments.
13252         (message-strip-forbidden-properties): Use it.
13253         (message-fix-before-sending): Follow the m-t-w-p change.
13254
13255         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13256
13257 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * gnus-art.el (article-hide-headers): Don't change the buffer
13260         mistakenly when performing mml-preview even if
13261         gnus-single-article-buffer is nil.
13262
13263 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13264
13265         * message.el (message-expand-name-databases): New user option.
13266         (message-expand-name): Use it.
13267
13268 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         * spam.el (spam-report-articles-resend)
13271         (spam-report-resend-register-routine): Allow ham reporting.
13272         (spam-report-resend-register-ham-routine): Add wrapper.
13273         (spam-registration-functions): Add ham resending functions.
13274         (spam-list-of-processors): Add ham resend processor.
13275
13276         * gnus.el (ham-resend-to): Add new group parameter.
13277         (spam-process): Add ham resend option.
13278
13279         * spam-report.el (spam-report-resend): Allow reporting ham.
13280         (spam-report-resend-ham): Add wrapper.
13281
13282 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283
13284         * message.el (message-cite-articles-with-x-no-archive): New
13285         variable.
13286         (message-cite-original): Use it.
13287
13288 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * message.el (message-cite-original): Respect X-No-Archive.
13291
13292 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-art.el (article-hide-headers): Refer to the values for
13295         gnus-ignored-headers and gnus-visible-headers in the summary
13296         buffer since a user may have set them as group parameters.
13297
13298 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * assistant.el (assistant-node-name): Add convenience function.
13301         (assistant-render-text, assistant-render-node): Add error handling,
13302         plus handle multiple next nodes.
13303         (assistant-find-next-node): Comment out for now.
13304         (assistant-find-next-nodes): Add function, returns list of next
13305         nodes.
13306
13307 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * mail-source.el (mail-source-directory): Fix doc-string.
13310
13311 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13312
13313         * assistant.el (assistant-render-text, assistant-eval): Add :set
13314         widget type, which is different because it takes and returns a
13315         list.  Much hilarity ensues.
13316
13317 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13320
13321         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13322         doc-string.
13323
13324         * gnus-start.el (gnus-activate-group): Added doc-string.
13325
13326 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13329
13330 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13331
13332         * assistant.el (assistant-render-text): Try to add a :set
13333         widget, more to come.
13334
13335         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13336         strings.
13337         (spam-report-articles-resend)
13338         (spam-register-routine): Do registration iff any articles warrant
13339         it.
13340         (spam-summary-prepare-exit): Change log message for nil group
13341         destinations.
13342
13343 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13344
13345         * spam.el (spam-report-resend-register-routine): Allow
13346         spam-report-resend-to to be a group parameter or a global value.
13347
13348 2004-05-26  Simon Josefsson  <jas@extundo.com>
13349
13350         * starttls.el: Merge with my GNUTLS based starttls.el.
13351         (starttls-gnutls-program, starttls-use-gnutls)
13352         (starttls-extra-arguments, starttls-process-connection-type)
13353         (starttls-connect, starttls-failure, starttls-success): New
13354         variables.
13355         (starttls-program, starttls-extra-args): Doc fix.
13356         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13357         functions.
13358         (starttls-negotiate, starttls-open-stream): Check
13359         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13360         function if it is set.
13361
13362 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13365         structured fields.
13366
13367 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13370
13371 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13372
13373         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13374         variable.
13375         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13376         assigning the spam-mark to new messages.
13377
13378 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13379
13380         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13381
13382 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13385
13386         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13387         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13388         default.
13389
13390 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13391
13392         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13393         correct data.
13394
13395 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13396
13397         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13398         (spam-group-processor-p): Fix function.
13399         (spam-group-processor-multiple-p)
13400         (spam-group-spam-processor-report-gmane-p)
13401         (spam-group-spam-processor-report-resend-p)
13402         (spam-group-spam-processor-bogofilter-p)
13403         (spam-group-spam-processor-blacklist-p)
13404         (spam-group-spam-processor-ifile-p)
13405         (spam-group-ham-processor-ifile-p)
13406         (spam-group-spam-processor-spamoracle-p)
13407         (spam-group-spam-processor-crm114-p)
13408         (spam-group-ham-processor-bogofilter-p)
13409         (spam-group-spam-processor-stat-p)
13410         (spam-group-ham-processor-stat-p)
13411         (spam-group-ham-processor-whitelist-p)
13412         (spam-group-ham-processor-BBDB-p)
13413         (spam-group-ham-processor-spamoracle-p)
13414         (spam-group-ham-processor-copy-p): Remove functions with some
13415         prejudice against unneeded code.
13416         (spam-report-articles-resend)
13417         (spam-report-resend-register-routine): Allow the group/topic
13418         spam-resend-to value to override spam-report-resend-to.
13419         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13420         properly now.
13421
13422         * gnus.el (spam-resend-to): Add group/topic parameter.
13423         (spam-process): Move the OBSOLETE processors to the end of the
13424         choices.
13425
13426 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13427
13428         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13429         with resend-to set to nil, and then ask the user if necessary.
13430         (spam-report-resend): spam-report-resend takes a list of articles, not
13431         separate article numbers.
13432
13433 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13436         addition to emacs-w3m.
13437
13438 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13439
13440         * assistant.el (assistant-authinfo-data): New function.
13441         (assistant-eval): Eval for entire assistant.
13442
13443         * netrc.el (netrc-services-file): New variable.
13444         (netrc-parse-services): New function.
13445         (netrc-find-service-name): New function.
13446         (netrc-find-service-number): New function.
13447         (netrc-port-equal): New function.
13448         (netrc-machine): Use it.
13449
13450         * nnimap.el (nnimap-open-connection): Use netrc.
13451
13452         * gnus-util.el (gnus-netrc-get): Remove aliases.
13453
13454         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13455
13456         * assistant.el (wid-edit): Fix compilation.
13457
13458         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13459
13460 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13461
13462         * gnus-util.el (gnus-set-file-modes): New function.  (small
13463         patch).
13464
13465 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13466
13467         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13468
13469         * assistant.el (assistant-render-node): Fix up rendering and
13470         read-only text.
13471         (assistant-render-node): Reset.
13472         (assistant-make-read-only): Not sticky.
13473
13474 2004-05-20  Danny Siu  <dsiu@adobe.com>
13475
13476         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13477         centered even when gnus-auto-center-summary is t.
13478
13479 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13480
13481         * dns.el (dns-get-txt-answer): New function.
13482         (dns-read-txt): Ditto.
13483         (query-dns): Use it.
13484
13485 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13488         active for foreign groups even if the group level is higher than
13489         the specified value.
13490
13491 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13492
13493         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13494         non-active groups.
13495
13496         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13497
13498 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13499
13500         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13501
13502 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13503
13504         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13505         (spam-crm114-header, spam-crm114-spam-switch)
13506         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13507         (spam-crm114-positive-spam-header)
13508         (spam-crm114-database-directory, spam-list-of-processors)
13509         (spam-group-spam-processor-crm114-p)
13510         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13511         (spam-generic-score, spam-list-of-checks)
13512         (spam-list-of-statistical-checks, spam-registration-functions)
13513         (spam-check-crm114-headers, spam-crm114-score)
13514         (spam-check-crm114, spam-crm114-register-with-crm114)
13515         (spam-crm114-register-spam-routine)
13516         (spam-crm114-unregister-spam-routine)
13517         (spam-crm114-register-ham-routine)
13518         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13519         asjo@koldfront.dk (Adam Sjøgren).
13520
13521         * gnus.el: Add spam-use-crm114.
13522
13523         * spam.el (spam-list-of-processors, spam-registration-functions):
13524         Add spam-use-resend.
13525         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13526         (spam-report-articles-gmane): Add doc fix.
13527         (spam-report-articles-resend, spam-report-resend-register-routine):
13528         Add wrappers around spam-report-resend-to.
13529
13530         * spam-report.el (spam-report-resend-to, spam-report-resend):
13531         Add support for resending spam.
13532         (spam-report-gmane): Fix line length >80.
13533
13534         * gnus.el (spam-process): Add spam-use-resend.
13535
13536 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13537
13538         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13539         number of processed spam messages.
13540         (spam-ham-copy-or-move-routine): Return the number of processed
13541         ham messages.
13542         (spam-summary-prepare-exit): Use the above values to decide
13543         whether status messages shouled be displayed.
13544
13545 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13548         `rfc2047-encoding-function-alist' in order to avoid conflicting
13549         with the old version.
13550         (rfc2047-encode-region): Concatenate words containing non-ASCII
13551         characters in structured fields; don't encode space-delimited
13552         ASCII words even in unstructured fields; don't break words at
13553         char-category boundaries.
13554         (rfc2047-encode-1): New function.
13555         (rfc2047-encode): Use it; encode text so that it occupies the
13556         maximum width within 76-column; work correctly on Q encoding for
13557         iso-2022-* charsets.
13558         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13559         sure not to break a line just after the header name.
13560         (rfc2047-b-encode-region): Removed.
13561         (rfc2047-b-encode-string): New function.
13562         (rfc2047-q-encode-region): Removed.
13563         (rfc2047-q-encode-string): New function.
13564
13565         * mm-util.el (mm-replace-in-string): New function.
13566
13567 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13568
13569         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13570         get it right.
13571         (gnus-inews-make-draft): Really.
13572
13573 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13574
13575         * nnmh.el (nnmh-request-list-1): Don't check the link count
13576         before descending.  (small patch)
13577
13578 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13579
13580         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13581         stuff.
13582
13583         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13584         on real group name.
13585
13586         * gnus-art.el (gnus-signature-limit): Doc fix.
13587
13588         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13589
13590         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13591
13592 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13593
13594         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13595         isn't a string.
13596
13597 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13598
13599         * gnus-draft.el (gnus-draft-send): Bind
13600         rfc2047-encode-encoded-words.
13601
13602         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13603         (rfc2047-encodable-p): Say that =? needs encoding.
13604         (rfc2047-encode-encoded-words): New variable.
13605
13606         * gnus-group.el (gnus-group-select-group): Doc fix.
13607
13608         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13609
13610         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13611         to nil.
13612
13613         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13614
13615         * nnheader.el (nnheader-get-lines-and-char): New function.
13616
13617 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * gnus-msg.el (gnus-summary-followup-with-original): Document
13620         yanking of region when active.
13621
13622 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13625         groups if the group level is higher than the specified value.
13626
13627 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13630         (gnus-group-jump-to-group): Added prefix argument using
13631         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13632         non-active group.
13633
13634         * compface.el (uncompface): Be verbose when changing
13635         `uncompface-use-external'.
13636
13637         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13638         handle manual section.
13639
13640 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * gnus-art.el (gnus-button-alist): Revert previous change.
13643
13644 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13647
13648 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649
13650         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13651         whether backend can accept message.
13652
13653         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13654
13655 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13656
13657         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13658         Avoid creating directory when nntp-marks-is-evil is true.
13659         Reported by Reiner Steib.
13660
13661 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * gnus-picon.el (gnus-picon-style): New variable.
13664         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13665         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13666         Jesper Harder <harder@ifa.au.dk>.
13667
13668 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13669
13670         * message.el (message-fill-field): Return point.
13671         (message-generate-headers): Go to end of field.
13672
13673         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13674         stuff for non-living groups.
13675
13676 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13677
13678         * gnus-art.el (gnus-article-followup-with-original)
13679         (gnus-article-reply-with-original): gnus-mark-active-p ->
13680         gnus-region-active-p.
13681
13682 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13683
13684         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13685         only when there is spam or ham to be processed.
13686
13687 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13688
13689         * mail-source.el (mail-source-delete-crash-box): Refactor.
13690         (mail-source-fetch): Use it.
13691         (mail-source-fetch-file): Ditto.
13692         (mail-source-fetch-directory): Run postscript in loop.
13693         (mail-source-fetch-pop): Delete.
13694         (mail-source-fetch-maildir): Ditto.
13695         (mail-source-fetch-imap): Ditto.
13696
13697         * imap.el (imap-authenticators): Comment out sasl.
13698
13699         * message.el (message-skip-to-next-address): New function.
13700         (message-fill-header-address): Refactor.
13701         (message-fill-address): Use it.
13702         (message-delete-address): Use it.
13703         (message-fill-header-general): Refactor.
13704         (message-fill-field-address): Rename.
13705         (message-narrow-to-field): Find the start of the header.
13706         (message-header-format-alist): Don't pre-fill.
13707         (message-fill-header): Removed.
13708         (message-insert-header): New function.
13709         (message-shorten-references): Use it.
13710
13711         * rfc2047.el (rfc2047-field-value): Strip props.
13712
13713         * mail-parse.el (mail-header-make-address): New alias.
13714
13715         * ietf-drums.el (ietf-drums-make-address): New function.
13716
13717         * imap.el: Add compiler directives.
13718
13719         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13720
13721         * gnus-art.el (article-decode-idna-rhs): Don't use
13722         message-idna-inside-rhs-p.
13723
13724 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13725
13726         * message.el (message-idna-inside-rhs-p): Removed.
13727         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13728
13729         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13730         false positives.
13731
13732 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13733
13734         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13735
13736 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737
13738         * nneething.el (nneething-file-name): Don't create spurious
13739         files.
13740
13741         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13742         (gnus-inews-do-gcc): Remove sleep.
13743
13744         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13745         part under point.
13746
13747         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13748         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13749
13750 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13751
13752         * spam.el (spam-summary-prepare-exit): Fixed (length).
13753
13754 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13757         as expired without moving it" message when there are spam
13758         messages left.
13759
13760 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13761
13762         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13763         header is not nil.
13764
13765 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13766
13767         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13768         nntp-possibly-create-directory, not nntp-possibly-change-group.
13769         (nntp-marks-changed-p): New arg SERVER.
13770         (nntp-request-update-info): Adjust caller.
13771
13772 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13773
13774         * nntp.el (nntp-save-marks): Pass missing arg.
13775
13776 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13777
13778         * nntp.el: Support marks.
13779         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13780         (nntp-marks-modtime, nntp-marks-directory): New variables.
13781         (nntp-request-set-mark, nntp-request-update-info)
13782         (nntp-possibly-create-directory, nntp-marks-changed-p)
13783         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13784         functions.
13785
13786 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13787
13788         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13789         (gnus-xmas-redefine): Rename.
13790
13791         * gnus-score.el (gnus-score-insert-help): Use
13792         gnus-select-lowest-window.
13793
13794         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13795         appt-select-lowest-window and rename to gnus-select-lowest-window.
13796
13797         * gnus.el: do.
13798
13799 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13800
13801         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13802         encodings of MIME-encoded words, in order to improve
13803         interoperability with several broken MUAs.
13804
13805 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13806
13807         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13808         tags, only when charsets are not specified in headers.
13809         (mm-inline-text-html-render-with-w3m): Ditto.
13810
13811         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13812         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13813
13814 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13815
13816         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13817         instead of MIME-decoded from fields when checking
13818         `gnus-article-address-banner-alist'.
13819
13820 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13821
13822         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13823         description rather than subject.
13824
13825 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13826
13827         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13828
13829 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13830
13831         * gnus.el (gnus-version-number): Bump.
13832
13833 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13834
13835         * gnus.el: No Gnus v0.2 is released.
13836
13837 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13838
13839         * gnus-agent.el (gnus-agent-read-agentview): Inline
13840         gnus-uncompress-range.
13841
13842 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13843
13844         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13845         `exec-installed-p'.
13846
13847 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13848
13849         * gnus.el (spam-process, spam-autodetect-methods): Add
13850         bsfilter and bsfilter-headers.
13851
13852         * spam.el (spam-bsfilter): New customize group.
13853         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13854         (spam-bsfilter-header, spam-bsfilter-probability-header)
13855         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13856         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13857         (spam-bsfilter-database-directory): New options.
13858         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13859         (spam-list-of-statistical-checks, spam-registration-functions):
13860         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13861         (spam-bsfilter-score): New command.
13862         (spam-check-bsfilter-headers, spam-check-bsfilter)
13863         (spam-bsfilter-register-with-bsfilter)
13864         (spam-bsfilter-register-spam-routine)
13865         (spam-bsfilter-unregister-spam-routine)
13866         (spam-bsfilter-register-ham-routine)
13867         (spam-bsfilter-unregister-ham-routine): New functions.
13868         (spam-generic-score): Support bsfilter; Accept an optional argument
13869         to recalcurate spam score even if scoring header has already been
13870         added.
13871         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13872         optional argument to recalcurate spam score even if scoring header
13873         has already been added.
13874
13875 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13876
13877         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13878         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13879         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13880         link is missing.
13881
13882 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13883
13884         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13885         (html2text-get-attr): Rewrite.
13886
13887         * message.el (message-setup-1): Remove redundant put-text-property
13888         on mail-header-separator.
13889
13890 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13891
13892         * gnus-registry.el (gnus-registry-cache-whitespace)
13893         (gnus-registry-action, gnus-registry-spool-action)
13894         (gnus-registry-split-fancy-with-parent): Change message levels
13895         from 5 to 3 or 7, as needed.
13896
13897         * spam.el (spam-summary-prepare-exit)
13898         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13899         (spam-split, spam-find-spam, spam-log-undo-registration)
13900         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13901         level from 5 to 6.
13902
13903 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13906         2004-03-04 change).
13907
13908 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13909
13910         * sieve-manage.el (sieve-manage-open):
13911         * nnweb.el (nnweb-insert-html):
13912         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13913         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13914         * nnspool.el (nnspool-request-group):
13915         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13916         * nnml.el (nnml-request-update-info):
13917         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13918         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13919         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13920         (nnimap-request-set-mark):
13921         * nnfolder.el (nnfolder-request-update-info):
13922         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13923         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13924         * gnus-uu.el (gnus-uu-find-articles-matching):
13925         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13926         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13927         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13928         * gnus-nocem.el (gnus-nocem-scan-groups):
13929         * gnus-int.el (gnus-start-news-server):
13930         * gnus-group.el (gnus-group-make-kiboze-group)
13931         (gnus-group-browse-foreign-server):
13932         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13933         Use mapc when appropriate.
13934
13935 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         FIXME: Make separate entries for each person.
13938
13939         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13940         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13941         <shields@msrl.com>:
13942
13943         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13944         may need for spam sorting and scoring.
13945         (spam-user-format-function-S): Add user format function suitable for
13946         general use.
13947         (spam-article-sort-by-spam-status): Add sorting function for summary
13948         sorting.
13949         (spam-extra-header-to-number): Add function to get a score from a
13950         header.
13951         (spam-summary-score): Add function to get a numeric score from the
13952         headers.
13953         (spam-generic-score): Fix function doc, was in wrong place.
13954         (spam-initialize): Take symbols when it's run, and install the
13955         extra headers that spam-necessary-extra-headers thinks we need.
13956
13957 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13958
13959         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13960         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13961
13962 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * gnus-sum.el (gnus-set-global-variables)
13965         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13966         (gnus-article-get-xrefs, gnus-summary-best-group)
13967         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13968         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13969         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13970         Use with-current-buffer.
13971
13972 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * spam.el (spam-summary-prepare-exit): Simplify logic.
13975         (spam-fetch-article-header): Read the article header if it's not
13976         available.
13977         (spam-list-articles): Simplify logic.
13978         (spam-filelist-register-routine): Fix bug with unregister-list.
13979
13980         * gnus-registry.el: Fix comments at beginning.
13981
13982 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13983
13984         * message.el (message-cater-to-broken-inn): Remove.
13985         (message-shorten-references): Make sure the total folded length of
13986         References is shorter than 998 characters to cater to a bug in INN
13987         2.3.  Also, don't pretend that references aren't folded -- this
13988         hasn't worked for a while.
13989
13990 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13991
13992         * gnus-agent.el (gnus-agentize):
13993         gnus-agent-send-mail-real-function no longer set to current value
13994         of message-send-mail-function but rather a lambda that calls
13995         message-send-mail-function.  The change makes the agent real-time
13996         responsive to user changes to message-send-mail-function.
13997
13998 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13999
14000         * legacy-gnus-agent.el
14001         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14002         help from Florian Weimer <fw@deneb.enyo.de>
14003
14004 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * nnmail.el (nnmail-cache-insert): Revert last change.
14007
14008 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * nnmail.el (nnmail-cache-insert): Always check whether
14011         nnmail-cache-ignore-groups matches a group name.
14012
14013 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14014
14015         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14016         (spam-find-spam, spam-log-processing-to-registry)
14017         (spam-log-registered-p, spam-log-unregistration-needed-p)
14018         (spam-log-undo-registration): Use gnus-message instead of
14019         gnus-error, none of these errors are fatal.
14020
14021         * gnus-registry.el (gnus-registry-clean-empty-function)
14022         (gnus-registry-clean-empty): Remove only empty entries without
14023         extra data.
14024
14025 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14026
14027         * spam-stat.el (spam-stat-buffer-change-to-spam)
14028         (spam-stat-buffer-change-to-non-spam): Change (error) to
14029         (gnus-message 8) invocation.
14030
14031 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * nntp.el (nntp-via-netcat-command): New variable.
14034         (nntp-via-netcat-switches): New variable.
14035         (nntp-open-via-rlogin-and-netcat): New function.
14036         (nntp-open-connection-function): Doc fix.
14037         (nntp-telnet-command): Doc fix.
14038         (nntp-end-of-line): Doc fix.
14039         (nntp-via-rlogin-command): Doc fix.
14040         (nntp-via-user-name): Doc fix.
14041         (nntp-via-address): Doc fix.
14042
14043 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14046         error in Emacs 21.1.
14047
14048 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14051
14052 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14053
14054         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14055         (gnus-agent-with-refreshed-group): New macro.
14056         (gnus-agent-rename-group): New function.
14057         (gnus-agent-delete-group): New function.
14058         (gnus-agent-save-group-info): Use gnus-command-method when
14059         `method' parameter is nil.  Don't write nil entries into the
14060         active file.
14061         (gnus-agent-get-group-info): New function.
14062         (gnus-agent-fetch-articles): Use
14063         gnus-agent-update-files-total-fetched-for to increment disk space
14064         used.
14065         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14066         gnus-agent-update-view-total-fetched-for to increment disk space
14067         used.
14068         (gnus-agent-get-local): Added optional parameters to avoid calling
14069         gnus-group-real-name and gnus-find-method-for-group.
14070         (gnus-agent-set-local): Delete stored entry if either min, or max,
14071         are nil.
14072         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14073         quit, use gnus-agent-regenerate-group to record existance of any
14074         articles fetched to disk before the quit occurred.
14075         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14076         gnus-agent-update-view-total-fetched-for, and
14077         gnus-agent-update-files-total-fetched-for to decrement disk space
14078         used.
14079         (gnus-agent-retrieve-headers): Use
14080         gnus-agent-update-view-total-fetched-for to increment disk space
14081         used.
14082         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14083         with gnus-agent-update-files-total-fetched-for to decrement disk
14084         space and fresh group buffer.
14085         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14086         (gnus-agent-need-update-total-fetched-for): New variable.
14087         (gnus-agent-update-files-total-fetched-for): New function.
14088         (gnus-agent-update-view-total-fetched-for): New function.
14089         (gnus-agent-total-fetched-for): New function.
14090
14091         * gnus-cache.el (gnus-cache-save-buffers): Use
14092         gnus-cache-update-overview-total-fetched-for to change disk space
14093         used by this group.
14094         (gnus-cache-possibly-enter-article): Use
14095         gnus-cache-update-file-total-fetched-for to increment disk space
14096         used by this group.
14097         (gnus-cache-possibly-remove-article): Use
14098         gnus-cache-update-file-total-fetched-for to decrement disk space
14099         used by this group.
14100         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14101         (gnus-cache-rename-group): New function.
14102         (gnus-cache-delete-group): New function.
14103         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14104         (gnus-cache-need-update-total-fetched-for): New variable.
14105         (gnus-cache-with-refreshed-group): New macro.
14106         (gnus-cache-update-file-total-fetched-for): New function.
14107         (gnus-cache-update-overview-total-fetched-for): New function.
14108         (gnus-cache-rename-group-total-fetched-for): New function.
14109         (gnus-cache-delete-group-total-fetched-for): New function.
14110         (gnus-cache-total-fetched-for): New function.
14111
14112         * gnus-group.el: Require gnus-sum and autoload functions to
14113         resolve warnings when gnus-group.el compiled alone.
14114         (gnus-group-line-format): Documented new %F.
14115         (size of Fetched data) group line format; identifies disk space
14116         used by agent and cache.
14117         (gnus-group-line-format-alist): Defined new F format.
14118         (gnus-total-fetched-for): New function.
14119         (gnus-group-delete-group): No longer update
14120         gnus-cache-active-altered as gnus-request-delete-group now keeps
14121         the cache in sync.
14122         (gnus-group-list-active): Let the agent store a server's active
14123         list if currently plugged.
14124
14125         * gnus-int.el (gnus-request-delete-group):
14126         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14127         local disk in sync with the server.
14128         (gnus-request-rename-group):
14129         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14130         local disk in sync with the server.
14131
14132         * gnus-start.el (gnus-get-unread-articles):
14133         Cosmetic simplification to logic.
14134
14135         * gnus-util.el (gnus-rename-file): New function.
14136
14137 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14138
14139         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14140
14141 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14142
14143         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14144         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14145
14146 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14147
14148         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14149         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14150
14151 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14152
14153         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14154
14155 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * spam.el (spam-set-difference): Add function to replace
14158         gnus-set-difference in spam.el.
14159         (spam-summary-prepare-exit): Use spam-set-difference.
14160
14161 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14162
14163         * gnus-registry.el (gnus-registry-cache-file): Update to use
14164         gnus-dribble-directory OR gnus-home-directory OR ~.
14165         (gnus-registry-split-fancy-with-parent): Fix doc.
14166
14167 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * message.el (message-exchange-point-and-mark): Use
14170         message-mark-active-p.  Suggested by Jesper Harder
14171         <harder@ifa.au.dk>.
14172
14173 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * message.el (message-exchange-point-and-mark): Don't activate
14176         region if it was inactive.  Suggested by Hiroshi Fujishima
14177         <pooh@nature.tsukuba.ac.jp>.
14178
14179 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-art.el (article-display-face): Display Faces in the same
14182         order as X-Faces.
14183
14184 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14187
14188 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14191         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14192         (gnus-article-mime-hierarchy): Remove.
14193         (gnus-article-mime-hierarchy-next): Remove.
14194         (gnus-article-mode): Revert 2004-03-19 change.
14195         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14196         (gnus-insert-mime-button): Revert 2004-03-19 change.
14197         (gnus-mime-accumulate-hierarchy): Remove.
14198         (gnus-mime-enter-multipart): Remove.
14199         (gnus-mime-leave-multipart): Remove.
14200         (gnus-mime-display-part): Revert 2004-03-19 change.
14201         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14202
14203         * mml.el (mml-preview): Revert 2004-03-19 change.
14204
14205 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14206
14207         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14208
14209 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14212         t while entering a file name using the mm-with-multibyte macro.
14213         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14214
14215         * mm-util.el (mm-with-multibyte): New macro.
14216
14217 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14220         user option.
14221         (gnus-mime-multipart-functions): Doc and customization fix.
14222         (gnus-article-mime-hierarchy): New variable.
14223         (gnus-article-mime-hierarchy-next): New variable.
14224         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14225         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14226         gnus-article-mime-hierarchy-next to nil.
14227         (gnus-insert-mime-button): Show hierarchy numbers.
14228         (gnus-mime-accumulate-hierarchy): New function.
14229         (gnus-mime-enter-multipart): New function.
14230         (gnus-mime-leave-multipart): New function.
14231         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14232         (gnus-mime-display-alternative): Show hierarchy numbers.
14233
14234         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14235         gnus-article-mime-hierarchy-next to nil.
14236
14237 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14238
14239         * dns.el: Don't require gnus-xmas.
14240
14241 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14242
14243         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14244         inline PGP.
14245         (mml-menu): Disable mml-quote-region if mark is inactive.
14246
14247 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14250         when the group's active is not available.
14251
14252 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14255         error.
14256
14257 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14258
14259         * imap.el (imap-store-password): New variable.
14260         (imap-interactive-login): Use it.
14261         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14262
14263 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14266         window-start and hscroll to summary window.
14267
14268 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14269
14270         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14271         conversion message to newsrc-dribble when an actual conversion is
14272         performed.
14273
14274 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14275
14276         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14277
14278 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * mm-decode.el (mm-complicated-handles): New function reviving
14281         former definition of mm-multiple-handles.
14282
14283         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14284         (gnus-mime-delete-part): Use it.
14285
14286 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14287
14288         * gnus-agent.el (gnus-agent-read-local): Bind
14289         nnheader-file-coding-system to gnus-agent-file-coding-system to
14290         avoid the implicit assumption that they will always be equal.
14291         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14292         coding-system-for-write, as the with-temp-file macro first prints
14293         to a buffer then saves the buffer.
14294
14295 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-article-edit-part): New function.
14298         (gnus-mime-save-part-and-strip): Use it; do query instead of
14299         signaling an error; don't use mm-multiple-handles.
14300         (gnus-mime-delete-part): Ditto.
14301
14302 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14303
14304         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14305         old file versions.
14306         (gnus-group-prepare-hook): Removed function that converted list
14307         form of gnus-agent-expire-days to group properties.
14308
14309         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14310         (gnus-request-accept-article): Re-indented.
14311
14312         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14313         converters to handle old agent file formats.  Added logic for a
14314         "backup before upgrading warning".
14315         (gnus-convert-mark-converter-prompt): Developers can mark
14316         functions as needing (default), or not needing,
14317         gnus-convert-old-newsrc's "backup before upgrading warning".
14318         (gnus-convert-converter-needs-prompt): Tests whether the user
14319         should be protected from potentially irreversable changes by the
14320         function.
14321
14322         * legacy-gnus-agent.el: New.  Provides converters that are only
14323         loaded when gnus-convert-old-newsrc needs to call them.
14324
14325 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * mail-source.el (mail-source-touch-pop): Doc fix.
14328
14329         * message.el (message-smtpmail-send-it): Doc fix.
14330
14331 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14332
14333         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14334
14335         * nnmail.el (nnmail-split-fancy): do.
14336
14337         * gnus-kill.el (gnus-kill, gnus-execute): do.
14338
14339 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14340
14341         * gnus-sum.el (gnus-widget-reversible-match)
14342         (gnus-widget-reversible-to-internal)
14343         (gnus-widget-reversible-to-external): New functions.
14344         (gnus-widget-reversible): New widget.
14345         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14346
14347 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14348
14349         * gnus-sum.el (gnus-thread-sort-functions)
14350         (gnus-article-sort-functions): Document `(not F)' items.
14351
14352 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14353
14354         * spam.el (spam-use-gmane-xref): Add new backend.
14355         (spam-gmane-xref-spam-group): Add variable to control the name of the
14356         Gmane spam group.
14357         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14358         (spam-regex-headers-spam, spam-regex-headers-ham)
14359         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14360         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14361         backends and checks.
14362         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14363
14364         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14365         an autodetect method.
14366
14367 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14368
14369         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14370         articles are being added to a group.
14371         (gnus-request-replace-article): Inform the agent that articles
14372         need to be uncached as the cached contents are no longer valid.
14373
14374 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * binhex.el: Don't autoload executable-find.
14377
14378         * canlock.el: Don't autoload mail-fetch-field.
14379
14380         * dgnushack.el: Autoload c-mode for XEmacs.
14381
14382         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14383
14384         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14385         rmail-dont-reply-to and rmail-output.
14386
14387         * gnus-score.el: Don't autoload ffap-string-at-point.
14388
14389         * gnus-setup.el: Don't autoload sc-cite-original.
14390
14391         * imap.el: Don't autoload base64-decode-string,
14392         base64-encode-string and md5.
14393
14394         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14395         and rmail-msg-restore-non-pruned-header.
14396
14397         * mm-decode.el: Don't autoload executable-find.
14398
14399         * mm-url.el: Don't autoload executable-find.
14400
14401         * mm-view.el: Don't autoload diff-mode.
14402
14403         * nndb.el: Don't autoload news-reply-mode, news-setup,
14404         cancel-timer and telnet.
14405
14406         * password.el: Don't autoload run-at-time for Emacs.
14407
14408         * sha1-el.el: Don't autoload executable-find.
14409
14410         * sieve-mode.el: Don't autoload c-mode.
14411
14412         * uudecode.el: Don't autoload executable-find.
14413
14414 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14415
14416         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14417         (gnus-agent-possibly-alter-active): Avoid null in numeric
14418         comparison.
14419         (gnus-agent-set-local): Refuse to save null in local object table.
14420         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14421         list of articles that will be marked as unread.
14422
14423 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14426
14427 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14428
14429         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14430         language tags.
14431
14432 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14433
14434         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14435         Don't bind "obarray".
14436
14437         * gnus-sum.el (gnus-thread-sort-functions): Added
14438         `gnus-thread-sort-by-most-recent-number' and
14439         `gnus-thread-sort-by-most-recent-date'.
14440         Reported by Kai Grossjohann <kai@emptydomain.de>.
14441
14442 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14445
14446 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14447
14448         * gnus-cus.el (gnus-agent-customize-category): Removed
14449         ignore-errors macro reference that required cl to be loaded at
14450         run-time.
14451
14452         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14453         single-interval range of the form (min . max).  Previously the
14454         range had to look like ((min . max)).  Likewise, return
14455         (min . max) rather than ((min . max)).
14456         (gnus-range-map): Use gnus-range-normalize to accept
14457         single-interval range.
14458
14459         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14460         the cache, but not the agent, now appear with their usual face.
14461
14462         * dgnushack.el (loaddir): New variable that is bound to the
14463         directory containing the dgnushack.el file. Use loaddir, rather
14464         than srcdir, to update load-path. Change lets dgnushack compile
14465         code in directories other than GNUS/lisp.
14466
14467 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * lpath.el: Don't bind w3m-safe-url-regexp.
14470
14471         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14472         w3m-safe-url-regexp variable buffer-local.
14473
14474         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14475
14476 2004-02-27  Simon Josefsson  <jas@extundo.com>
14477
14478         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14479         gnus-group-real-prefix.
14480         (gnus-summary-move-article): Use it, instead of
14481         gnus-group-real-prefix.
14482
14483 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * lpath.el: Bind w3m-safe-url-regexp.
14486
14487         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14488         w3m-safe-url-regexp variable buffer-local and set it as the value
14489         of mm-w3m-safe-url-regexp.
14490
14491         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14492
14493         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14494         parsing gnus-posting-styles when the message is not for replying.
14495
14496         * dgnushack.el: Autoload sgml-mode for XEmacs.
14497
14498         * nnrss.el (nnrss-opml-export): Use
14499         mm-set-buffer-file-coding-system instead of
14500         set-buffer-file-coding-system.
14501
14502 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14503
14504         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14505         of checkdoc.el).
14506         * nnrss.el: do.
14507         * gnus-mlspl.el: do.
14508         * gnus-ml.el: do.
14509         * gnus-srvr.el: do.
14510
14511         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14512
14513 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14514
14515         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14516         Corrections to custom-manual links.
14517
14518         * gnus-art.el (gnus-article): Ditto.
14519
14520         * mm-decode.el (mime-display, mime-security): Ditto.
14521
14522 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14523
14524         * flow-fill.el: Typo.
14525
14526 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14527
14528         * spam-wash.el: New file.
14529
14530 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14531
14532         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14533
14534 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14535
14536         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14537         to be run with new-articles as LIST1, not LIST2.
14538         (spam-registration-functions): Add spam-use-ham-copy as a nil
14539         registration backend.
14540
14541 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14542
14543         * spam-stat.el (spam-stat-washing-hook): New option.
14544         (spam-stat-buffer-words): Use it.
14545         (spam-stat-process-directory, spam-stat-test-directory): Use
14546         insert-file-contents-literally.
14547         (spam-stat-coding-system): New variable.
14548         (spam-stat-load, spam-stat-save): Use it.
14549
14550 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * spam-report.el (spam-report-plug-agent): Quote
14553         spam-report-url-to-file and spam-report-url-ping-plain.
14554
14555 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14558         / in mailto URLs.
14559
14560 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * spam-report.el (spam-report-process-queue): Fix interactive use.
14563         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14564         (spam-report-unplug-agent): Doc fixes.
14565         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14566         (spam-report-agentize, spam-report-deagentize): Autoload.
14567
14568 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14571
14572         * message.el (message-setup-fill-variables): Add mml tags to
14573         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14574         <ajk@iu.edu>.
14575         (message-mode): Don't modify paragraph-separate there.
14576
14577 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * compface.el (uncompface-use-external): Default to undecided.
14580         (uncompface-use-external-threshold): New variable.
14581         (uncompface-float-time): New macro.
14582         (uncompface): Determine whether to use the external decoder if
14583         uncompface-use-external is undecided.
14584
14585 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14586
14587         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14588         after images.
14589
14590         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14591
14592 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14593
14594         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14595
14596         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14597
14598         * gnus-sum.el (gnus-summary-limit-to-age)
14599         (gnus-summary-limit-children): do.
14600
14601         * gnus-int.el (gnus-request-scan): do.
14602
14603         * gnus-group.el (gnus-group-suspend): do.
14604
14605         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14606
14607         * gnus-cite.el (gnus-cite-parse-attributions): do.
14608
14609         * gnus-agent.el (gnus-summary-set-agent-mark)
14610         (gnus-agent-regenerate-group): do.
14611
14612         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14613
14614         * binhex.el (binhex-decode-region-internal): do.
14615
14616 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-fun.el (gnus-face-properties-alist): New user option.
14619         (gnus-display-x-face-in-from): Use it.
14620
14621         * gnus-art.el (article-display-face): Ditto.
14622
14623         * compface.el (uncompface-use-external): Default to nil.
14624
14625 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14626
14627         * nntp.el (nntp-erase-buffer): New function.
14628         (nntp-retrieve-data, nntp-send-command)
14629         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14630         (nntp-possibly-change-group): Use it.
14631
14632         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14633         with-current-buffer.
14634
14635 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14636
14637         * compface.el: Merge the ELisp-based uncompface program.
14638         (compface): New customization group.
14639         (uncompface-use-external): New user option.
14640         (uncompface): Call uncompface-internal if uncompface-use-external
14641         is nil.
14642         (uncompface-internal): New function.  Note that there are also
14643         some other functions and variables added for this function.
14644
14645 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14646
14647         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14648         if necessary.
14649
14650 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14651
14652         * spam-report.el (spam-report-unplug-agent)
14653         (spam-report-plug-agent, spam-report-deagentize)
14654         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14655         Add support for the Agent in spam-report: when unplugged, report to a
14656         file; when plugged, submit all the requests.
14657
14658         * spam.el (spam-register-routine): Fix message about
14659         registration.
14660
14661 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14662
14663         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14664         dependencies.
14665         (rfc2047-encode): Use it.
14666
14667         * gnus-art.el (gnus-button-marker-list): Move before first
14668         reference.
14669
14670         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14671         (imap-parse-body): Fix format string mismatch.
14672
14673         * gnus-score.el (gnus-summary-increase-score): do.
14674
14675         * nnrss.el (nnrss-close): New function.
14676
14677 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14678
14679         * nnrss.el (nnrss-make-filename): New function.
14680         (nnrss-request-delete-group, nnrss-read-server-data)
14681         (nnrss-save-server-data, nnrss-read-group-data)
14682         (nnrss-save-group-data): Use it.
14683         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14684         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14685         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14686
14687 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14688
14689         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14690
14691 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14692
14693         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14694         files.
14695
14696         * message.el (message-generate-headers-first): Don't quote nil
14697         and t in docstrings.
14698
14699         * imap.el (imap-id): do.
14700
14701         * gnus-agent.el (gnus-agent-consider-all-articles)
14702         (gnus-agent-queue-mail): do.
14703
14704 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * spam-report.el (spam-report-process-queue): New function.
14707         Process requests from `spam-report-requests-file'.
14708         (spam-report-process-queue): Doc fix.
14709
14710 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14711
14712         * spam.el (spam-register-routine)
14713         (spam-log-processing-to-registry, spam-log-registered-p)
14714         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14715         Change "check" to "spam-check" for semi-clarity.
14716
14717 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14718
14719         * pop3.el: Require nnheader.
14720
14721         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14722
14723         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14724
14725         * gnus-picon.el: Require cl.
14726
14727         * gnus-fun.el: Require gnus-ems and gnus-util.
14728
14729         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14730
14731         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14732
14733         * gnus-art.el (gnus-article-edit-mode): Define before first
14734         reference.
14735
14736 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14737
14738         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14739         (gnus-uu-post-encoded): Use point-at-bol.
14740
14741         * gnus-topic.el (gnus-group-active-topic-p): do.
14742
14743         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14744
14745         * gnus-group.el (gnus-group-kill-region): do.
14746
14747         * gnus-art.el (article-date-ut): do.
14748
14749         * message.el (message-fetch-field): Remove redundant
14750         case-fold-search binding.
14751         (message-narrow-to-field): Simplify.
14752
14753 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * spam.el (spam-directory): Derive from `gnus-directory'.
14756
14757         * spam-report.el (spam-report-url-to-file)
14758         (spam-report-requests-file): New function and variable for offline
14759         reporting.
14760         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14761         and user defined function.
14762         (spam-report-url-ping-mm-url): Remove doubled slash.
14763
14764 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14767
14768 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14769
14770         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14771         format string mismatch.
14772
14773         * sieve.el (sieve-deactivate-all): do.
14774
14775         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14776
14777         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14778
14779         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14780
14781         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14782
14783 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14784
14785         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14786         the list of checks.
14787
14788 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14789
14790         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14791         padding.
14792
14793 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14794
14795         * mm-view.el (mm-fill-flowed): New variable.
14796         (mm-inline-text): Use it.
14797
14798 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * spam.el (spam-spamassassin-register-ham-routine)
14801         (spam-spamassassin-register-spam-routine): Fix function names.
14802
14803 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus.el (gnus-tmp-grouplens): Remove.
14806         (gnus-summary-line-format): Remove grouplens.
14807
14808         * gnus-group.el (gnus-group-line-format): Ditto.
14809
14810         * gnus-spec.el (gnus-format-specs): Ditto.
14811         (gnus-update-format-specifications): Flush the group format spec
14812         cache if there's the grouplens stuff.
14813         (gnus-parse-simple-format): Replace %l with the empty string.
14814
14815 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14816
14817         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14818         omission.
14819
14820 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14823         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14824
14825 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14826
14827         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14828         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14829         New macros and functions.
14830         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14831         Handle > NLINK_MAX messages.
14832         * nnmaildir.el (nnmaildir-request-set-mark): Use
14833         nnmaildir--emlink-p and nnmaildir--eexist-p.
14834
14835 2004-01-25  Alex Schroeder  <alex@gnu.org>
14836
14837         * spam-stat.el (spam-stat-process-directory-age): New option.
14838         (spam-stat-process-directory): Use it.
14839
14840 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14841
14842         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14843         (spam-stat-save): Accept prefix argument.
14844
14845 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14846
14847         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14848         links" error.
14849
14850 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14853         the rest of the and/or forms.
14854
14855 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14856
14857         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14858         compatibility with old .newsrc.eld files.
14859
14860         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14861
14862         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14863
14864         * gnus-start.el (gnus-1): do.
14865
14866         * gnus-group.el (gnus-group-line-format-alist): do.
14867
14868         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14869
14870         * gnus-gl.el: Remove.
14871
14872 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14873
14874         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14875         marks consisting of a single range {for example, (3 . 5)} rather
14876         than a list of a single range { ((3 . 5)) }.
14877
14878 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14879
14880         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14881         with-current-buffer.
14882         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14883         avoid consing a string.
14884
14885         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14886         Remove obsolete entries for big5 and gb2312.
14887
14888 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14889
14890         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14891         uncompressed list.
14892
14893 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14894
14895         * spam-stat.el (spam-stat-strip-xref): New function.
14896         (spam-stat-process-directory): Use it.
14897
14898         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14899         here -- it's done in message-fetch-field.
14900
14901 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14902
14903         * gnus-agent.el (gnus-agent-queue-mail)
14904         (gnus-agent-prompt-send-queue): New variables.
14905         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14906         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14907         "nndraft:queue" along to gnus-draft-send.  Use
14908         gnus-agent-prompt-send-queue.
14909         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14910         is "nndraft:queue".  Suggested by Gaute Strokkenes
14911         <gs234@srcf.ucam.org>
14912
14913         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14914         (agent-enable-undownloaded-faces): Added.
14915         (gnus-agent-cat-groups): Use eval-and-compile, not
14916         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14917         method of gnus-agent-cat-groups even when the buffer has been
14918         evaled.
14919         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14920         delete gnus-agent-save-active-1.
14921         (gnus-agent-save-groups): Deleted.  Identical to
14922         gnus-agent-save-active.
14923         (gnus-agent-write-active): No longer adjust agent's copy of active
14924         file as agent's adjustments are now stored in their own
14925         file.  Removed optional parameter.
14926         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14927         servers.  Add use of min/max range limits from server's local
14928         file.
14929         (gnus-agent-save-alist): Removed unused optional argument.
14930         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14931         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14932         (gnus-agent-set-local): A per-server file that keeps min/max range
14933         limits for articles known to the agent.  Provides a fast mechanism
14934         for altering many active ranges.
14935         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14936         active file (local makes it unnecessary).
14937         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14938
14939         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14940         (agent-enable-undownloaded-faces): Added.
14941
14942         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14943         disable it when sending to "nndraft:queue".
14944         (gnus-group-send-queue): Add safety check to avoid sending queue
14945         when unplugged.
14946
14947         * gnus-group.el (gnus-group-catchup): Use new
14948         gnus-sequence-of-unread-articles, not
14949         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14950         numbers of articles.  Use gnus-range-map to avoid having to
14951         uncompress the unread list.
14952         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14953         Fixed invalid ange-ftp reference.
14954
14955         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14956         (gnus-sorted-range-intersection): Intersection of two ranges
14957         without requiring that they first be uncompressed.
14958
14959         * gnus-start.el (gnus-activate-group): Unless blocked by the
14960         caller, possibly expand the active range to include both cached
14961         and agentized articles.
14962         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14963         multiple version-dependent converters.
14964         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14965         gnus-agent-save-active.
14966         (gnus-save-newsrc-file): Save dirty agent range limits.
14967
14968         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14969         gnus-agent-possibly-alter-active.
14970         (gnus-adjust-marked-articles): Faster handling of simple lists.
14971
14972 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * spam-stat.el (spam-stat-test-directory): New optional argument
14975         displays a list of files detected.  Suggested by Andrew Cohen
14976         <cohen@andy.bu.edu>.
14977         (spam-stat-buffer-words-with-scores): Don't narrow and change
14978         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14979
14980 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14981
14982         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14983         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14984         (spam-spamassassin-arguments)
14985         (spam-spamassassin-spam-flag-header)
14986         (spam-spamassassin-positive-spam-flag-header)
14987         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14988         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14989         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14990         (spam-list-of-processors, spam-list-of-checks)
14991         (spam-list-of-statistical-checks, spam-registration-functions)
14992         (spam-check-spamassassin-headers, spam-check-spamassassin)
14993         (spam-spamassassin-score)
14994         (spam-spamassassin-register-with-sa-learn)
14995         (spam-spamassassin-register-spam-routine)
14996         (spam-spamassassin-register-ham-routine)
14997         (spam-assassin-register-spam-routine)
14998         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14999         (spam-bogofilter-score): Fix to show article before scoring.
15000
15001 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15002
15003         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15004         default scoring function.
15005         (spam-generic-score): Call spam-spamassassin-score if
15006         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15007         spam-bogofilter-score otherwise.
15008
15009         * gnus.el (spam-process, spam-autodetect-methods): Add
15010         spamassassin and spamassassin-headers.
15011
15012 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15013
15014         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15015         Suppress unnecessary messages.
15016
15017 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15018
15019         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15020         make-hash-table.
15021
15022 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * canlock.el (base64-encode-string): Don't autoload it.
15025
15026 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * run-at-time.el: Remove useless (require 'itimer),
15029         eval-and-compile and (featurep 'xemacs).
15030
15031 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15032
15033         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15034         GROUP is a virtual group.
15035
15036 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15037
15038         * gnus.el: Autoload `message-y-or-n-p'.
15039
15040 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15041
15042         * pgg-parse.el: Remove unnecessary (require 'custom).
15043
15044         * pgg-def.el: do.
15045
15046         * nnmail.el: do.
15047
15048         * gnus-undo.el: do.
15049
15050         * gnus-picon.el: do.
15051
15052         * gnus-util.el: do.
15053
15054 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15057
15058 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15061         handle, as well as a list.
15062
15063         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15064         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15065         (mm-w3m-cid-retrieve): Simplify.
15066
15067 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15068
15069         * message.el (message-kill-to-signature): Allow prefix arg to
15070         specify number of lines to keep before signature.
15071
15072 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15073
15074         * message.el (message-kill-to-signature): Change docstring.
15075
15076 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * canlock.el: Always require sha1-el.
15079         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15080
15081         * message.el: Autoload sha1 only when compiling.
15082
15083         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15084         eudc-expand-inline for XEmacs.
15085
15086 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * message.el (message-canlock-generate): Require sha1-el.
15089
15090 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15091
15092         * message.el (message-expand-name): Silence the byte compiler.
15093
15094         * lpath.el: Add detect-coding-system.
15095
15096         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15097         cus-edit.
15098
15099 2004-01-13  Simon Josefsson  <jas@extundo.com>
15100
15101         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15102         Invoke gnus-score-mode.  Reported by
15103         bojohan+news@dd.chalmers.se (Johan Bockgård).
15104
15105         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15106         Jim Blandy <jimb@redhat.com> (tiny change).
15107
15108 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15111
15112 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * spam.el (spam-get-article-as-string): Update to use
15115         gnus-request-article-this-buffer, much simpler.
15116         (spam-get-article-as-buffer): Remove.
15117
15118 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15119
15120         * message.el (message-expand-name): Use EUDC if the user uses that.
15121
15122 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15123
15124         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15125         character for the encoding to avoid consing a string.
15126
15127         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15128         unnecessarily.
15129
15130         * mm-util.el (mm-replace-chars-in-string): Remove.
15131
15132         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15133         of mm-replace-chars-in-string.
15134
15135 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15136
15137         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15138
15139         * mm-util.el (mm-subst-char-in-string): Support inplace.
15140
15141         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15142         a new string in every iteration.  Use shy groups.
15143
15144 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15145
15146         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15147         * gnus-soup.el (gnus-soup-group-brew):
15148         * gnus-msg.el (gnus-put-message):
15149         * gnus-move.el (gnus-group-move-group-to-server):
15150         * gnus-kill.el (gnus-batch-score):
15151         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15152         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15153         (gnus-group-update-group, gnus-group-read-group)
15154         (gnus-group-make-group, gnus-group-make-help-group)
15155         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15156         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15157         (gnus-group-sort-by-unread, gnus-group-catchup)
15158         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15159         (gnus-group-yank-group, gnus-group-set-info)
15160         (gnus-group-list-groups):
15161         * gnus.el (gnus-generate-new-group-name):
15162         * gnus-delay.el (gnus-delay-send-queue):
15163         * nnvirtual.el (nnvirtual-catchup-group):
15164         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15165         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15166         (gnus-group-prepare-topics, gnus-topic-check-topology):
15167         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15168         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15169         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15170         (gnus-group-make-articles-read):
15171         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15172         (gnus-group-change-level, gnus-kill-newsgroup)
15173         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15174         (gnus-get-unread-articles, gnus-make-articles-unread)
15175         (gnus-make-ascending-articles-unread): Use accessor
15176         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15177         to get group information for improved readability.
15178
15179
15180 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15181
15182         * gnus-art.el (article-decode-mime-words, article-babel)
15183         (gnus-article-highlight-signature, gnus-article-add-buttons)
15184         (gnus-signature-toggle): Use gnus-with-article-buffer.
15185
15186         * gnus-art.el (gnus-article-highlight-headers)
15187         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15188
15189         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15190         (gnus-article-set-globals, gnus-request-article-this-buffer)
15191         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15192         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15193         (gnus-mime-display-alternative): Use with-current-buffer.
15194
15195 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15196
15197         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15198         also under 80 char limit, and call gnus-error if needed.
15199         (spam-fetch-article-header): Fix - it was a
15200         buffer-local variable (gnus-newsgroup-data).
15201         (spam-find-spam): Use spam-generate-fake-headers, forget about
15202         spam-insert-fake-headers.
15203         (spam-insert-fake-headers): Remove.
15204
15205 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15206
15207         * deuglify.el (gnus-article-outlook-unwrap-lines)
15208         (gnus-outlook-rearrange-article)
15209         (gnus-outlook-repair-attribution-outlook)
15210         (gnus-outlook-repair-attribution-block)
15211         (gnus-outlook-repair-attribution-other): Remove redundant
15212         save-excursion.
15213
15214 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15217         (spam-fetch-field-subject-fast)
15218         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15219         (spam-fetch-article-header): Add functions to deal with Gnus
15220         internals for fast retrieval of article header data.
15221         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15222
15223 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15224
15225         * pop3.el (pop3-md5): Remove.
15226         (pop3-apop): Replace pop3-md5 with md5.
15227
15228         * mm-bodies.el: base64 is always built-in.
15229
15230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15231         with-current-buffer.
15232
15233 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * canlock.el (canlock-insert-header): Remove excessive grouping in
15236         regexp.
15237
15238         * gnus-sum.el (gnus-summary-read-document): Ditto.
15239
15240         * gnus-uu.el (gnus-uu-part-number): Ditto.
15241
15242         * html2text.el (html2text-remove-tags): Ditto.
15243         (html2text-format-tags): Ditto.
15244         (html2text-format-single-elements): Ditto.
15245
15246         * mml.el (mml-parse-1): Ditto.
15247
15248 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15249
15250         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15251
15252         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15253
15254         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15255
15256         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15257
15258 2003-11-15  Simon Josefsson  <jas@extundo.com>
15259
15260         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15261         (pgg-gpg-lookup-key): Use regexp match instead of
15262         split-string (split-string is different between emacs 21.2 and
15263         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15264
15265 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15266
15267         * gnus-art.el (gnus-mime-view-all-parts)
15268         (gnus-article-part-wrapper, gnus-article-view-part): Use
15269         with-current-buffer.
15270
15271 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15272
15273         * spam.el (spam-disable-spam-split-during-ham-respool)
15274         (spam-spamoracle-database, spam-cache-lookups)
15275         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15276         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15277         (spam-group-ham-marks, spam-group-spam-marks)
15278         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15279         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15280         also add spam-use-blackholes to the statistical checks.
15281         (spam-fetch-field-fast): Add interface to fetching fields, may
15282         become a macro.
15283         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15284         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15285         (spam-insert-fake-headers): Fake an article when needed.
15286         (spam-find-spam): Fake article when possible.
15287         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15288         (spam-check-bogofilter-headers): Use message-fetch-field instead
15289         of nnmail-fetch-field.
15290
15291 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15294
15295 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15296
15297         * spam.el (spam-split): Do not require spam-use-CHECK to be
15298         enabled if that check is passed to spam-split explicitly; also
15299         fix so 'spam doesn't get converted to spam-split-group when
15300         spam-split-symbolic-return is t.
15301         (spam-find-spam): Find registrations of the article and use those
15302         instead of re-running spam-split to find the spam/ham
15303         classification of the article.
15304         (spam-log-processing-to-registry, spam-log-registered-p)
15305         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15306         Use gnus-error instead of gnus-message.
15307         (spam-log-registration-type): Add function to determine the
15308         classification of a message based on registry entries; will
15309         return nil if both 'spam and 'ham are found.
15310         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15311         a reasonably fast local cache without the loading errors.
15312         (spam-cache-lookups): Set to t by default.
15313         (spam-find-spam): Don't try to guess spam-cache-lookups.
15314         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15315         spam-caches entry.
15316         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15317         caching of whitelist/blacklist entries.
15318         (spam-check-whitelist, spam-check-blacklist): Invoke
15319         spam-from-listed-p with a type, not a cache variable.
15320         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15321
15322 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15323
15324         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15325
15326         * nnmail.el (nnmail-split-fancy): do.
15327
15328         * mml.el (mml-parse): do.
15329
15330         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15331         (gnus-score-adaptive): do.
15332
15333 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15336         (gnus-mime-button-map): Don't set keymap parent.
15337         (gnus-button-ctan-directory-regexp): Use shy grouping.
15338         (gnus-prev-page-map): Don't set keymap parent.
15339         (gnus-prev-page-map): Remove duplicated one.
15340         (gnus-next-page-map): Don't set keymap parent.
15341         (gnus-mime-security-button-map): Ditto.
15342
15343         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15344         version number.
15345
15346         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15347
15348 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * canlock.el (canlock-sha1-function): Remove.
15351         (canlock-sha1-function-for-verify): Remove.
15352         (canlock-openssl-program): Remove.
15353         (canlock-openssl-args): Remove.
15354         (canlock-ignore-errors): Remove.
15355         (canlock-sha1-with-openssl): Remove.
15356         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15357         (canlock-verify): Don't use canlock-ignore-errors.
15358
15359         * sha1-el.el (sha1-string-external): Make it can return a string
15360         in binary form.
15361         (sha1-region-external): Ditto.
15362         (sha1-string-internal): Ditto.
15363         (sha1-region-internal): Ditto.
15364         (sha1-region): Ditto.
15365         (sha1-string): Ditto.
15366         (sha1): Ditto.
15367
15368 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15369
15370         * spam.el (spam-report-articles-gmane): New command.
15371
15372 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15375
15376         * run-at-time.el (run-at-time-saved): Remove.
15377         (run-at-time): Doc fix.
15378
15379 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15380
15381         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15382         (gnus-summary-limit-map): Add it.
15383         (gnus-summary-make-menu-bar): do.
15384
15385 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15386
15387         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15388         Make attempt at some caching support (done for BBDB only now).
15389         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15390         addresses to be checked.
15391         (spam-clear-cache-BBDB): Add function, to be invoked by
15392         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15393         (spam-check-BBDB): Check and use the caches, if
15394         spam-cache-lookups is on, remove superfluous (provide).
15395
15396 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15399
15400 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15401
15402         * run-at-time.el (run-at-time-saved): Move to after the definition
15403         of `run-at-time'.
15404
15405         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15406
15407 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15410         mm-w3m-local-map-property.
15411
15412         * mm-view.el (mm-w3m-mode-map): Remove.
15413         (mm-w3m-local-map-property): Remove.
15414         (mm-inline-text-html-render-with-w3m): Don't use
15415         mm-w3m-local-map-property.
15416
15417 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418
15419         * run-at-time.el: New file.
15420
15421         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15422         under Emacs.
15423
15424         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15425         of gnus-set-text-properties.
15426
15427         * gnus-uu.el (gnus-uu-save-article): Ditto.
15428
15429         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15430
15431         * gnus-cite.el (gnus-cite-parse): Ditto.
15432
15433         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15434         of gnus-.
15435
15436         * gnus-xmas.el (run-at-time): Require run-at-time.
15437
15438         * gnus.el: Changed calls to nnheader-run-at-time and
15439         password-run-at-time throughout to use run-at-time directly.
15440
15441         * password.el: Removed definition of run-at-time.
15442
15443         * nnheaderxm.el: Remove definition of run-at-time.
15444
15445 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15446
15447         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15448         in prompt.
15449
15450 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15451
15452         * messagexmas.el (message-xmas-redefine): Alias
15453         `message-make-caesar-translation-table' to
15454         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15455         version.
15456
15457         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15458         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15459         `gnus-xmas-set-text-properties'.
15460         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15461         `gnus-xmas-completing-read'.
15462         (gnus-xmas-completing-read): Removed.
15463         (gnus-xmas-open-network-stream): Removed.
15464
15465         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15466         XEmacs version.
15467
15468         * dns.el (dns-make-network-process): Use `open-network-stream'
15469         instead of `gnus-xmas-open-network-stream'.
15470
15471         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15472
15473         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15474
15475 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15476
15477         * gnus-art.el (gnus-mime-display-alternative)
15478         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15479         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15480         Don't use gnus-local-map-property.
15481
15482         * gnus-util.el (gnus-local-map-property): Remove.
15483
15484         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15485         gnus-completing-read-maybe-default with completing-read.
15486
15487         * gnus-util.el (gnus-completing-read): do.
15488         (gnus-completing-read-maybe-default): Remove.
15489
15490 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15491
15492         * password.el: Only autoload `run-at-time' if not XEmacs.
15493         Only autoload the itimer functions if XEmacs.
15494
15495 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15498         XEmacsen.
15499
15500         * dgnushack.el: Autoload executable-find for XEmacs.
15501
15502 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15503
15504         * gnus-art.el (gnus-read-string): Remove.
15505         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15506         read-string.
15507
15508 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15509
15510         * netrc.el: Autoload password-read.
15511         (netrc): Add configuration group.
15512         (netrc-encoding-method, netrc-openssl-path): Add
15513         variables for encoding and decoding of files with symmetric
15514         ciphers.
15515         (netrc-encode): Add assistant function to encode a file with
15516         netrc-encoding-method.
15517         (netrc-parse): Add interactive parameter, added optional
15518         decoding if netrc-encoding-method is non-nil but otherwise
15519         behavior is standard.
15520         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15521         Do s/encode/encrypt/ everywhere.
15522
15523         * spam.el: Remove executable-find autoload.
15524
15525 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15526
15527         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15528
15529         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15530
15531 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * gnus-art.el (gnus-treat-ansi-sequences)
15534         (article-treat-ansi-sequences): New variable and function.
15535         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15536
15537         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15538         Use it.
15539
15540 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15541
15542         * mm-util.el (mm-quote-arg): Remove.
15543
15544         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15545         shell-quote-argument.
15546
15547         * gnus-uu.el (gnus-uu-command): do.
15548
15549         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15550
15551         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15552         with make-char.
15553
15554         * mm-util.el (mm-make-char): Remove.
15555
15556         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15557         add-minor-mode.
15558
15559         * gnus-undo.el (gnus-undo-mode): do.
15560
15561         * gnus-topic.el (gnus-topic-mode): do.
15562
15563         * gnus-sum.el (gnus-dead-summary-mode): do.
15564
15565         * gnus-start.el (gnus-slave-mode): do.
15566
15567         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15568
15569         * gnus-ml.el (gnus-mailing-list-mode): do.
15570
15571         * gnus-gl.el (gnus-grouplens-mode): do.
15572
15573         * gnus-draft.el (gnus-draft-mode): do.
15574
15575         * gnus-dired.el (gnus-dired-mode): do.
15576
15577         * gnus-ems.el (gnus-add-minor-mode): Remove.
15578
15579         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15580         Replace gnus-char-width with char-width.
15581
15582         * gnus-ems.el (gnus-char-width): Remove.
15583
15584         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15585         Replace gnus-char-width with char-width.
15586
15587         * gnus-ems.el (gnus-char-width): Remove.
15588
15589         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15590         definition.
15591         Remove Emacs 20 hash table compatibility code.
15592
15593         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15594         20 compatibility code.
15595
15596         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15597
15598         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15599
15600         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15601         with point-at-{eol,bol}.
15602
15603         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15604
15605         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15606
15607         * flow-fill.el (fill-flowed-point-at-bol)
15608         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15609
15610         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15611         Replace with point-at-{eol,bol} throughout all files.
15612
15613 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * ntlm.el (ntlm-string-as-unibyte): New macro.
15616         (ntlm-build-auth-response): Use it.
15617
15618         Remove Emacs 20 stuff:
15619         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15620         (butlast, mapc, remove): Remove the compiler macros.
15621         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15622         of delq and copy-sequence.
15623         * gnus-art.el (popup-menu): Remove the compiler macro.
15624         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15625         Emacs 20.
15626
15627 2004-01-05  Simon Josefsson  <jas@extundo.com>
15628
15629         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15630         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15631         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15632         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15633         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15634         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15635         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15636         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15637         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15638         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15639         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15640         string-xor into ntlm-string-xor.  Suggested by
15641         Jesper Harder <harder@myrealbox.com>.
15642
15643         * ntlm.el: Don't include poem.
15644
15645         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15646         Jesper Harder <harder@myrealbox.com>.
15647
15648         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15649
15650         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15651         probably breaks emacs with DL patch, but do we care? Is anyone
15652         still using the DL stuff?)
15653
15654         * sieve-manage.el: Use the password package.
15655         (sieve-manage-read-passwd): Remove.
15656         (sieve-manage-interactive-login): Use password.  Re-add
15657         condition-case around loop.
15658
15659         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15660         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15661         the password package.
15662
15663 2003-02-19  Simon Josefsson  <jas@extundo.com>
15664
15665         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15666         token.
15667
15668 2002-08-07  Simon Josefsson  <jas@extundo.com>
15669
15670         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15671         (sieve-manage-authenticators):
15672         (sieve-manage-authenticator-alist): Add some SASL mechs.
15673         (sieve-sasl-auth): New function.
15674         (sieve-manage-cram-md5-auth):
15675         (sieve-manage-plain-auth): Rewrite using SASL library.
15676         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15677         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15678         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15679         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15680
15681 2004-01-05  Simon Josefsson  <jas@extundo.com>
15682
15683         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15684         New files.
15685
15686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15687
15688         * gnus-group.el (gnus-no-groups-message): Update.
15689
15690         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15691
15692 2003-11-09  Simon Josefsson  <jas@extundo.com>
15693
15694         * imap.el: Support for ID IMAP extension (RFC 2971).
15695         (imap-local-variables): Add imap-id.
15696         (imap-id): New variable.
15697         (imap-id): New function.
15698         (imap-parse-response): Parse untagged ID response.
15699         * nnimap.el (nnimap-id): New variable.
15700         (nnimap-open-connection): Use it.
15701
15702 2003-12-28  Simon Josefsson  <jas@extundo.com>
15703
15704         * gnus-score.el (gnus-score-edit-all-score): New.
15705         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15706
15707 2004-01-04  Simon Josefsson  <jas@extundo.com>
15708
15709         * password.el: Add.
15710
15711 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15712
15713         * dns.el (dns-query-types): Fix typo.
15714         (dns-query-types): New function.
15715         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15716         PTR and SOA replies, see RFC 1035.
15717
15718 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15719
15720         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15721
15722         * Moved to Changelog.2.
15723
15724 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15725
15726         * gnus.el (gnus-version-number): Bump version.
15727
15728 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15729
15730         * gnus.el: No Gnus v0.1 is released.
15731
15732 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15733
15734         * gnus.el: No Gnus v0.0 is released.
15735
15736 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15737
15738         * gnus.el (gnus-version-number): Bump.
15739         (gnus-version): No.
15740
15741 See ChangeLog.2 for earlier changes.
15742
15743     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15744       Free Software Foundation, Inc.
15745
15746   This file is part of GNU Emacs.
15747
15748   GNU Emacs is free software: you can redistribute it and/or modify
15749   it under the terms of the GNU General Public License as published by
15750   the Free Software Foundation, either version 3 of the License, or
15751   (at your option) any later version.
15752
15753   GNU Emacs is distributed in the hope that it will be useful,
15754   but WITHOUT ANY WARRANTY; without even the implied warranty of
15755   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15756   GNU General Public License for more details.
15757
15758   You should have received a copy of the GNU General Public License
15759   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15760
15761 ;; Local Variables:
15762 ;; coding: utf-8
15763 ;; fill-column: 79
15764 ;; add-log-time-zone-rule: t
15765 ;; End: