Add a new `i' command to insert images.
[gnus] / lisp / ChangeLog
1 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4         (gnus-html-wash-tags): Add a new `i' command to insert images. 
5         (gnus-html-insert-image): New command and keystroke.
6
7         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8         so that nnimap methods aren't agentized by default.  There's apparently
9         many problems related to agent/imap behaviour.
10
11         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12
13         * gnus-html.el: Doc fix.
14
15 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
18         specifier-spec-list for Emacs 21.
19
20         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
21         glyph-width and glyph-height instead of display-graphic-p and
22         image-size; make avoidance of displaying small images work for XEmacs.
23
24         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
25         for XEmacs.
26
27         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
28         of symbol that holds plist data.
29         (gnus-process-plist): Remove plist of process after getting it.
30
31 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * message.el (message-generate-hashcash): Change default to
34         'opportunistic if hashcash is installed.
35
36         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
37         (gnus-html-put-image): Only call image-size once, since it's somewhat
38         time-consuming on remote X servers.
39
40 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
43         type on data, not a file name.
44
45         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
46         window-pixel-edges for Emacs 21.
47
48         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
49         decoded contents.
50         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
51
52 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
55         group line format, since it isn't very interesting.
56
57         * gnus-agent.el (gnus-agent-short-article),
58         (gnus-agent-long-article): Increase values for these two variables,
59         since most people are likely to have more network connection and
60         storage than before.
61
62         * gnus.el (gnus-refer-article-method): Change default to 'current.
63         When referring an article, the common behaviour is to refer it from the
64         current select method, not the native select method.  The chances of
65         the native select method having the message in question is rather slim
66         these days.
67
68         * gnus-sum.el (gnus-auto-select-subject): Change default to
69         `unseen-or-unread'.  I think it's likely that most people want to
70         select an unseen article over a previously seen, but unread one.
71
72         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
73         means that in the article buffer none of the minor mode elements will
74         be shown, usually, and this is not desirable in most cases.
75
76         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
77         that commands like `d' (and the like) go to the next line in the
78         buffer, instead of the next unread article.  I think this is the
79         behaviour that is most natural for most users.
80         (gnus-single-article-buffer): Change default to nil, so that people can
81         have as many article buffers open as they have summary buffer.  I think
82         this is the most natural way for the groups to behave.
83
84         * message.el (message-generate-new-buffers): Change default to
85         `unsent', so that all new message buffers start their names with the
86         string "*unsent", and it's easier to find the buffers if you move from
87         them.
88
89 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
92         small. They're probably tracking images.
93         (gnus-html-wash-tags): Remove all <pre_int> place holders.
94         (gnus-html-rescale-image): Yet another try at getting the image sizing
95         right.
96
97         * nntp.el (nntp-request-set-mark): Refuse to do marks if
98         nntp-marks-file-name is nil.
99
100 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
101
102         * gnus-html.el (gnus-html-wash-tags)
103         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
104         Better logging.
105
106 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
109
110         * gnus-html.el (gnus-html-wash-tags): Check the value of
111         gnus-blocked-images in the summary buffer.
112
113 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
116
117 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
120         like "a", it seems like.
121         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
122         since it needs to be picked from the correct buffer.
123
124         * nnwfm.el: Removed.
125
126         * nnlistserv.el: Removed.
127
128 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
131         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
132
133 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnkiboze.el: Removed.
136
137         * nndb.el: Removed.
138
139         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
140         alt text.
141         (gnus-html-rescale-image): Try to get the rescaling logic right for
142         images that are just wide and not tall.
143
144         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
145         overshadow variable bindings.
146
147 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
148
149         * gnus-html.el (gnus-html-wash-tags)
150         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
151         extra logging.
152
153 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
156         (gnus-max-image-proportion): New variable.
157         (gnus-html-rescale-image): New function.
158         (gnus-html-put-image): Rescale images.
159
160 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
161
162         Fix up some byte-compiler warnings.
163         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
164         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
165         (gnus-article-fill-cited-article, gnus-article-hide-citation)
166         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
167         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
168         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
169         (gnus-group-update-group): Use save-excursion and with-current-buffer.
170
171 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-html.el (gnus-article-html): Decode contents by charset.
174
175 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
178         (gnus-html-frame-width, gnus-blocked-images)
179         * message.el (message-prune-recipient-rules): Add custom version.
180         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
181
182         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
183         functions.
184
185         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
186         gnus-process-get.
187
188 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
189
190         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
191         instead of lsub directly.
192
193 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * nnwarchive.el: Removed.
196
197         * gnus-soup.el: Removed.
198
199         * nnsoup.el: Removed.
200
201         * nnultimate.el: Removed.
202
203         * gnus-html.el (gnus-blocked-images): New variable.
204
205         * message.el (message-prune-recipients): New function.
206         (message-prune-recipient-rules): New variable.
207
208         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
209         guess whether a long line is natural text or not.
210
211         * gnus-html.el (gnus-html-schedule-image-fetching): Use
212         gnus-process-plist and friends for compatibility.
213
214 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
215
216         * gnus-html.el: Require packages that define macros used in this file.
217         (gnus-article-mouse-face): Declare to silence byte-compiler.
218         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
219         process-get.
220         (gnus-html-put-image): Use plist-get to avoid getf.
221         (gnus-html-prefetch-images): Use with-current-buffer.
222
223 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-ems.el: Provide compatibility functions for
226         gnus-set-process-plist.
227
228         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
229         header-line-format for XEmacs 21.4.
230
231         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
232         * gnus.el (gnus-valid-select-methods)
233         * message.el (message-send-mail-partially-limit)
234         * mm-decode.el (mm-text-html-renderer)
235         * mml.el (mml-insert-mime-headers-always)
236         * smiley.el (smiley-regexp-alist): Bump custom version.
237
238 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-html.el: require mm-url.
241         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
242         with the url to `url'.
243         (gnus-html-wash-tags): Support cid: URLs/images.
244
245 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
248         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
249         bindings, as they aren't useful at all. `w' is moved to `W w'.
250
251         * gnus-move.el: Removed file, since it doesn't really work.
252
253         * gnus-html.el (gnus-article-html): Tell w3m that the input is
254         UTF-8. This seems to fix problems with some German web feeds.
255
256         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
257         at the top so that the proper colours are applied.
258
259         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
260         don't have dots in their names.
261
262         * gnus-art.el (gnus-article-view-part): Doc fix.
263
264         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
265         XEmacs-compatible.
266         (gnus-html-put-image): Don't do images on non-graphic displays.
267
268         * nnslashdot.el: Removed this unused backend.
269
270         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
271         actions.
272         (gnus-undo-register-1): Revert last change.
273
274         * gnus-group.el (gnus-group-completing-read): Protect against not
275         having completion-styles bound.
276
277         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
278         make broken recipients happier.
279
280         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
281
282         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
283         point parameter.
284
285         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
286
287         * gnus-group.el (gnus-group-completing-read): Add 'substring to
288         completion-styles for group selection.
289
290 2009-02-04  Andreas Schwab  <schwab@suse.de>
291
292         * gnus-score.el (gnus-score-string): Fix regex for matching extra
293         headers and regexp-quote the match if necessary.
294
295 2009-03-24  Miles Bader  <miles@gnu.org>
296
297         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
298         the blinking smiley.
299
300 2009-03-24  Simon Josefsson  <simon@josefsson.org>
301
302         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
303         blink smiley.
304
305 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
308         where the dribbel file lives exists.
309
310         * message.el (message-send-mail-partially-limit): Change the default to
311         nil, since most people don't want this.
312
313         * mm-url.el (mm-url-decode-entities): Also decode entities like
314         &#x3212.
315
316 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
317
318         * gnus-sum.el (gnus-summary-idna-message):
319         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
320         Hyperlink urls in docstrings with URL `...'.
321
322 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
323
324         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
325         functions.
326
327 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
330         say what the mouseover text should be.
331
332         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
333         version of the mm-w3m-safe-url-regexp variable to only download images
334         in the groups where we want that to happen.
335
336         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
337
338         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
339         easier debugging.
340         (gnus-article-beginning-of-window): Add kludge to allow spacing past
341         big pictures in the article buffer.
342
343         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
344         gnus-article-html.
345         (mm-text-html-renderer): gnus-article-html needs curl in addition to
346         w3m.
347
348         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
349
350 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
353         which doesn't exist.
354
355         * message.el (message-inhibit-ecomplete): New variable to allow some
356         function to inhibit ecomplete address storage.
357         (message-resend): Disable ecomplete message storage when resending
358         messages.
359
360         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
361
362 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
365         Save excursion while copying, moving, and deleting articles in order to
366         prevent the cursor from jumping to unforeseen place.
367
368 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * lpath.el: No need to bind bookmark-current-buffer,
371         bookmark-yank-point and bookmark-make-record-function.
372
373 2010-08-17  Glenn Morris  <rgm@gnu.org>
374
375         * gnus-sync.el: Require gnus components whose functions are used.
376
377         * gnus-art.el (bookmark-make-record-function):
378         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
379         Declare for compiler.
380
381         * mm-url.el (mml-compute-boundary): Autoload.
382
383 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
386
387 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
388
389         Typo fix "hoo4a" -> "hook".
390
391         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
392
393 2010-08-14  Glenn Morris  <rgm@gnu.org>
394
395         * gnus-sync.el (gnus-sync): Fix defgroup version.
396
397 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
398
399         Doc fixes and keep unknown groups (ammended for nunion bug fix).
400
401         * gnus-sync.el: Fix docs.
402         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
403         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
404
405 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         Optimizations for gnus-sync.el.
408
409         * gnus-sync.el: Add docs about gnus-sync-backend
410         possibilities.
411         (gnus-sync-save): Remove unnecessary message.
412         (gnus-sync-read): Optimize and show what groups were skipped.
413
414 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         Minor bug fixes for gnus-sync.el.
417
418         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
419         read the sync on get-new-news.
420
421         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
422         quiet.
423
424         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
425
426 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
427
428         Make saving and restoring of hidden threads work with overlays.
429         Patch applied by Ted Zlatanov.
430
431         * gnus-sum.el (gnus-hidden-threads-configuration)
432         (gnus-restore-hidden-threads-configuration): Update to deal with text
433         properties, rather than searching for a magic character.
434
435 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         New gnus-sync.el library for synchronization of marks.
438
439         * gnus-sync.el: New library for synchronization of marks.
440
441         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
442         renamed from `gnus-registry-grep-in-list'.
443
444         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
445
446         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
447
448 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
451         determining charset of text fails.
452
453 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * nnmail.el (nnmail-get-new-mail-1): Revert.
456
457         * nnml.el (nnml-active-number): Make sure names of newly created groups
458         in nnml-group-alist are encoded.
459
460 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
463         containing non-ASCII characters in active file for nnml back end.
464
465 2010-07-24  David Engster  <dengste@eml.cc>
466
467         * mml-smime.el (mml-smime-epg-verify): Also accept the older
468         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
469
470 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
471
472         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
473         tag (Bug#6654).
474
475 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
478         the article buffer, not the summary buffer.
479
480 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
483         Emacs 23 as well.
484
485 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
488         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
489
490 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
491
492         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
493         Patch applied by Karl Fogel.
494
495         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
496         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
497
498 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
499
500         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
501         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
502         C-w still not working correctly from Article buffers; Thierry's
503         patch to fix that will be applied after this.
504
505         * gnus-art.el (bookmark-make-record-function): New local variable.
506
507         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
508         article buffer.
509         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
510
511 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
512
513         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
514         on changes in bookmark.el.
515
516 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
519         `no-log' instead of message not to log prompt string.
520
521 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
522
523         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
524         the *other* type of HTML form submission.
525
526 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
527
528         * auth-source.el (auth-source-pick): If choice does not contain a
529         questioned keyword, set the check to t.
530
531 2010-06-12  Romain Francoise  <romain@orebokech.com>
532
533         * gnus-util.el (gnus-date-get-time): Move up before first use.
534
535 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
538         (gnus-article-edit-part): Bind it to make last part that is substituted
539         or deleted visible.
540         (gnus-mime-display-single): Buttonize part of which id equals to
541         gnus-mime-buttonized-part-id.
542
543 2010-06-10  Dan Christensen  <jdc@uwo.ca>
544
545         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
546         (gnus-dd-mmm): Use gnus-date-get-time.
547         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
548         simplify logic.
549         (gnus-summary-limit-to-age): Use gnus-date-get-time.
550         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
551
552 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
553
554         * auth-source.el (top): Autoload `secrets-list-collections',
555         `secrets-create-item', `secrets-delete-item'.
556         (auth-sources): Fix tag string.
557         (auth-get-source, auth-source-retrieve, auth-source-create)
558         (auth-source-delete): New defuns.
559         (auth-source-pick): Rewrite in order to avoid 2 passes.
560         (auth-source-forget-user-or-password): New parameter USERNAME.
561         (auth-source-user-or-password): New parameters CREATE-MISSING and
562         DELETE-EXISTING.  Retrieve password interactively, if needed.
563
564 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
565
566         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
567         deleting unused directories when gnus-expert-user is t.
568
569 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
572         for each temp file when gnus-article-browse-delete-temp is ask.
573
574 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
575
576         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
577         Lisp calls to delete-backward-char by calls to delete-char.
578
579 2010-05-20  Kevin Ryde  <user42@zip.com.au>
580
581         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
582
583 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
584
585         * password-cache.el (password-cache-remove): Fix docstring.
586
587 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
590         article unless decoding article to be saved.
591
592 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
595         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
596         generated within the mm-with-unibyte-current-buffer macro.
597
598 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
601         to nil when we're in a mml-preview buffer and no group is selected.
602
603 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
604
605         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
606         when catching the `C-g'.  Reported by "Leo".
607
608 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * message.el (message-forward-make-body-plain)
611         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
612         multibyte-string-p.
613
614         * lpath.el: Revert.
615
616 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * message.el (message-forward-make-body-mml): Assume original message
619         is multibyte string; error on unibyte.
620         (message-forward-make-body-plain): Ditto; don't add excessive newline
621         in body end.
622
623         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
624
625 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
626
627         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
628         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
629
630 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * mm-extern.el (mm-extern-url): Don't use
633         mm-with-unibyte-current-buffer.
634         (mm-extern-cache-contents): Use with-current-buffer instead of
635         save-excursion + set-buffer.
636
637 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * mm-util.el (mm-emacs-mule): Remove.
640
641 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
642
643         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
644         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
645         change.
646
647 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
650         bind the default value of enable-multibyte-characters to nil.
651
652 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * message.el (message-forward-make-body-plain)
655         (message-forward-make-body-mml):
656         Don't use mm-with-unibyte-current-buffer.
657
658 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
659
660         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
661
662 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
663
664         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
665         (Bug#5592).
666
667 2010-05-07  Julien Danjou  <julien@danjou.info>
668
669         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
670         it to mm-pipe-part.
671
672         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
673         it is given.
674
675 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * binhex.el (binhex-decode-region-internal)
678         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
679         (dns-query)
680         * nnweb.el (nnweb-gmane-search)
681         * pgg-parse.el (pgg-parse-armor)
682         * pgg.el (pgg-verify-region)
683         * sha1.el (sha1-string-external)
684         * uudecode.el (uudecode-decode-region-internal)
685         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
686         XEmacs.
687
688         * gnus-art.el (gnus-article-browse-html-parts)
689         * gnus-group.el (gnus-read-ephemeral-gmane-group)
690         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
691         make-temp-file.
692
693         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
694         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
695         compiling.
696
697         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
698         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
699         XEmacs when compiling.
700
701         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
702         gnus-pick-mode-off-hook for XEmacs when compiling.
703         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
704         gnus-binary-mode-off-hook for XEmacs when compiling.
705
706         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
707         nil if char-charset is not available.
708
709         * imap.el (imap-disable-multibyte)
710         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
711         macros.
712
713         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
714         instead of encode-coding-string.
715
716         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
717         'xemacs) instead of mm-emacs-mule to switch function definitions.
718         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
719
720         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
721         bind temporary-file-directory for XEmacs;
722         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
723         timer-set-function for XEmacs 21.4 and SXEmacs;
724         bind timer-list for XEmacs 21.4 and SXEmacs;
725         fbind char-charset and find-charset-region for non-Mule XEmacs;
726         fbind decode-coding-region, decode-coding-string, detect-coding-region,
727         encode-coding-region and encode-coding-string for XEmacs having no
728         file-coding feature.
729
730 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
731
732         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
733
734 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
737         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
738
739 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
740
741         * mm-util.el (mm-decompress-buffer): Use `delete-file';
742         alias `jka-compr-delete-temp-file' no longer exists.
743
744 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         Use define-minor-mode in Gnus where applicable.
747         * mml.el (mml-mode): Use define-minor-mode.
748         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
749         (gnus-undo-mode): Use define-minor-mode.
750         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
751         (gnus-dead-summary-mode): Use define-minor-mode.
752         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
753         Initialize in declaration.
754         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
755         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
756         (gnus-mailing-list-mode): Use define-minor-mode.
757         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
758         (gnus-draft-mode): Use define-minor-mode.
759         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
760         (gnus-dired-mode): Use define-minor-mode.
761
762 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
763
764         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
765         handles on recursive mml-to-mime translation and check them for
766         boundary delimiter collisions.  Reported by Greg Troxel.
767
768 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
771
772 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
773
774         * mm-util.el (mm-find-buffer-file-coding-system):
775         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
776
777 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
778
779         * message.el (message-generate-headers): Record insertion of optional
780         headers as well.  Otherwise the check to prevent repeated insertion of
781         optional headers is a no-op.
782
783 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
784
785         * smime.el: Don't mention CVS.
786
787         * nnrss.el (nnrss-fetch): Don't mention CVS.
788
789         * nnir.el: Don't mention CVS.
790
791 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
792
793         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
794
795 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * lpath.el: Fbind bookmark-default-handler,
798         bookmark-get-bookmark-record, bookmark-make-record-default,
799         bookmark-prop-get for Emacs <23 and XEmacs.
800
801 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
802
803         * gnus-sum.el: Add bookmark declarations to silence the compiler.
804         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
805         Use with-current-buffer to silence the byte-compiler.
806         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
807         bother to require `gnus'.
808         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
809
810 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
811
812         * gnus-sum.el (gnus-summary-bookmark-make-record)
813         (gnus-summary-bookmark-jump): New functions.
814         (gnus-summary-mode): Setup bookmark support.
815
816 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
817
818         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
819         if set.
820
821 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
824         gnus-article-browse-html-save-cid-image; make it work recursively for
825         forwarded messages as well.
826         (gnus-article-browse-html-parts): Work when prefix arg is given.
827         (gnus-article-browse-html-article): Doc fix.
828
829 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
830
831         * message.el (message-default-mail-headers):
832         (message-default-headers): Carry the value mail-default-headers over
833         into message-default-mail-headers, rather than message-default-headers.
834
835 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
836
837         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
838         charset.
839
840         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
841         charset into the <meta> tag when the article is encoded to utf-8.
842
843 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
846         directories as well.
847         (gnus-article-browse-html-parts): Work for images that do not specify
848         file names; delete temp directory when quitting; insert header at the
849         right place; use file: scheme for image files.
850
851 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
852
853         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
854         (gnus-article-browse-html-parts): Use it to make temporary cid image
855         files in addition to html file so that browser may display them.
856
857 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
860
861 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
862
863         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
864
865 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * auth-source.el (auth-sources): Change default to be simpler.  Explain
868         about Secret Service API sources.  Improve Customize options.
869         (auth-source-pick): Change to accept any number of search parameters.
870         Implement fallbacks iteratively, not recursively.  Add scoring on the
871         second pass and sort by score.  Call Secret Service API when needed.
872         (auth-source-user-or-password): Use it.  Call Secret Service API
873         directly when needed to get the user name and the password.
874
875 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
876
877         * message.el (message-interactive): Doc fix.
878         (message-qmail-inject-args): Reflow.
879         (message-kill-to-signature): Fix typo in docstring.
880
881         * smiley.el (smiley-buffer): Fix typo in docstring.
882
883 2010-03-24  Glenn Morris  <rgm@gnu.org>
884
885         * mail-source.el (gnus-message): Declare.
886         (mail-source-delete-old-incoming): Require gnus-util.
887
888 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
891
892         * message.el (ecomplete-setup): Autoload it for Emacs <23.
893
894         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
895         password-cache's default if it is not bound.
896         (mml-secure-passphrase-cache-expiry): Default to 16 that is
897         password-cache-expiry's default if it is not bound.
898
899         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
900         available in Emacs 21.
901
902         * lpath.el: Suppress compiler warnings for:
903         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
904         XEmacs;
905         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
906         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
907         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
908
909 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * auth-source.el (auth-sources): Fix up definition so extra parameters
912         are always inline.
913
914 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
915
916         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
917         wasn't updated after mismatch.  Clear cached mailbox info correctly
918         when uidvalidity changes.
919         (nnimap-group-prefixed-name): New function to avoid some code
920         duplication.
921         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
922         (nnimap-request-group): Use it.
923         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
924         (nnimap-update-unseen): Significantly improved speed of Gnus startup
925         with many imap folders.  This is done by caching the group status from
926         the imap server persistently in a group parameter `imap-status'.  (This
927         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
928         but not persistently, so every Gnus startup was still very slow.)
929
930 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * assistant.el (assistant-render-text): Run `widget-setup' and don't
933         delete the extra newline.  Otherwise editing of :string and :number
934         types don't work.
935
936 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
937
938         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
939         secrets.el dependency.
940         (auth-sources): Add optional user name.  Add secrets.el configuration
941         choice (unused right now).
942
943 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
944
945         * gnus-sum.el (gnus-summary-make-menu-bar): Let
946         `gnus-registry-install-shortcuts' fill in the functions.
947
948         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
949         warnings.
950         (gnus-registry-misc-menus): Variable to hold registry mark menus.
951         (gnus-registry-install-shortcuts): Populate and use it in a
952         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
953
954 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
955
956         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
957         In-place substitutions for the group name encoding/decoding.
958         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
959         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
960         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
961         (nnimap-update-unseen, nnimap-request-list)
962         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
963         (nnimap-request-set-mark, nnimap-split-to-groups)
964         (nnimap-split-articles, nnimap-request-newgroups)
965         (nnimap-request-create-group, nnimap-request-accept-article)
966         (nnimap-request-delete-group, nnimap-request-rename-group)
967         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
968         `encoded-mbx' for consistency.
969         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
970         variable `imap-current-mailbox'.
971
972         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
973         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
974
975 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
976
977         * pop3.el (pop3-display-message-size-flag): Display message size byte
978         counts during POP3 download.
979         (pop3-movemail): Use it.
980         (pop3-list): Implement listing of available messages.
981
982 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
983
984         * nnir.el (nnir-get-article-nov-override-function): New function to
985         override the normal NOV retrieval.
986         (nnir-retrieve-headers): Use it.
987
988 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
989
990         * auth-source.el (netrc-machine-user-or-password): Autoload.
991
992 2010-03-19  Glenn Morris  <rgm@gnu.org>
993
994         Stop message.el from loading about 40 libraries it doesn't always need.
995         The general approach is to autoload rather than require, and to
996         require in the specific functions rather than the file.  (Bug#5642)
997
998         * gmm-utils.el: Don't require wid-edit.
999         (widget-create-child-value, widget-convert, widget-default-get):
1000         Autoload.
1001
1002         * gnus-util.el: Don't require time-date, netrc.
1003         (message-fetch-field, gnus-group-name-decode): Declare rather than
1004         autoloading.
1005         (gnus-fetch-field): Require message.
1006         (gnus-decode-newsgroups): Require gnus-group.
1007
1008         * ietf-drums.el: Don't require time-date.
1009
1010         * message.el: Don't require hashcash, canlock, ecomplete.
1011         Do require mail-utils.  Require nnheader only when compiling.
1012         (smtpmail-default-smtp-server): Remove declaration.
1013         (message-send-mail-function): Check smtpmail-default-smtp-server
1014         is bound rather than requiring smtpmail.
1015         (message-auto-save-directory, message-insert-signature): Use
1016         expand-file-name rather than nnheader-concat.
1017         (nnheader-insert-file-contents): Autoload.
1018         (hashcash-wait-async): Declare.
1019         (message-send-mail): Only call gnus-setup-posting-charset if
1020         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1021         (message-send-mail-with-sendmail): Require sendmail.
1022         (canlock-password, canlock-password-for-verify): Declare.
1023         (message-canlock-password): Require canlock.
1024         (nnheader-get-report): Autoload.
1025         (gnus-setup-posting-charset): Declare.
1026         (message-send-news): Require gnus-msg.
1027         (message-make-references, message-make-in-reply-to): Use mail-header-id
1028         rather than the alias mail-header-message-id.
1029         (ecomplete-add-item, ecomplete-save): Declare.
1030         (message-put-addresses-in-ecomplete): Require ecomplete.
1031         (ecomplete-display-matches): Autoload.
1032
1033         * mm-decode.el: Don't require mailcap, gnus-util.
1034         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1035         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1036         Autoload.
1037         (mailcap-mime-extensions): Declare.
1038
1039         * mm-encode.el: Don't require mailcap.
1040         (mailcap-extension-to-mime): Autoload.
1041
1042         * mml-sec.el: Don't require password-cache.
1043
1044         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1045         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1046         (mml-minibuffer-read-type): Require mailcap.
1047         (mml-preview): Require gnus-msg.
1048
1049         * mml1991.el: Require password-cache.
1050         (password-cache-expiry): Remove declaration.
1051
1052         * mml2015.el: Require password-cache.
1053         (password-cache-expiry): Remove declaration.
1054
1055         * nneething.el (mailcap): Require mailcap.
1056
1057         * nnheader.el (declare-function): Add compatibility stub.
1058         (message-remove-header): Declare rather than autoload.
1059         (nnheader-replace-header): Require message.
1060
1061         * nnimap.el (declare-function): Add compatibility stub.
1062         (netrc-parse, netrc-machine-user-or-password): Declare.
1063         (nnimap-open-connection): Require netrc.
1064
1065         * nntp.el (declare-function): Add compatibility stub.
1066         (netrc-parse, netrc-machine, netrc-get): Declare.
1067         (nntp-send-authinfo): Require netrc.
1068
1069         * rfc2047.el: Don't require qp.
1070         (quoted-printable-encode-region, quoted-printable-decode-string):
1071         Autoload.
1072
1073         * sieve-mode.el: Don't require easymenu.
1074         (easy-menu-add-item): Autoload it.
1075
1076         * spam-stat.el (time-to-number-of-days): Autoload it.
1077
1078 2010-03-19  Glenn Morris  <rgm@gnu.org>
1079
1080         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1081
1082 2010-03-18  Glenn Morris  <rgm@gnu.org>
1083
1084         * hashcash.el (declare-function): Remove duplicate definition.
1085
1086 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1087
1088         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1089         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1090         value if any backslash escapes).
1091
1092 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1095         if it is available.  (bug#5647)
1096
1097         * lpath.el: Suppress compiler warning for coding-system-from-name for
1098         Emacs 21 and XEmacs.
1099
1100 2010-03-14  Juri Linkov  <juri@jurta.org>
1101
1102         * hmac-def.el:
1103         * hmac-md5.el:
1104         * netrc.el: Fix keywords.
1105
1106 2010-02-26  Glenn Morris  <rgm@gnu.org>
1107
1108         * message.el (message-send-mail-function): Change the default, so that
1109         it inherits from a customized send-mail-function.  (Bug#5643)
1110
1111 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1112
1113         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1114         shell-command-to-string signals an error (bug#5299).
1115
1116 2010-02-24  Glenn Morris  <rgm@gnu.org>
1117
1118         * message.el (message-smtpmail-send-it)
1119         (message-send-mail-with-mailclient): Doc fixes.
1120
1121 2010-02-16  Glenn Morris  <rgm@gnu.org>
1122
1123         * message.el (message-default-mail-headers): Change the default value
1124         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1125
1126 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1129         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1130
1131 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1132
1133         * time-date.el (date-to-time): Doc fix (Bug#5408).
1134
1135 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1136
1137         * message.el (message-mail): Just pass yank-action on to message-setup.
1138         (message-setup): Handle (FUN . ARGS) form of yank-action.
1139         (message-with-reply-buffer, message-widen-reply)
1140         (message-yank-original): Handle non-buffer values of
1141         message-reply-buffer (Bug#4080).
1142         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1143
1144 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1145
1146         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1147         Fix typo in docstring.
1148
1149 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1150
1151         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1152         response.
1153
1154 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1157
1158         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1159
1160         * message.el (message-check-news-header-syntax): Protect against a
1161         string that `rfc822-addresses' returns when parsing fails.
1162
1163 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1166         (gnus-previous-char-property-change): New functions.
1167
1168         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1169
1170 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1171
1172         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1173         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1174
1175 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1176
1177         * message.el (message-exchange-point-and-mark): Rework last change to
1178         avoid using optional arg of exchange-point-and-mark, for backward
1179         compatibility.
1180
1181 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1182
1183         * message.el (message-exchange-point-and-mark): Call
1184         exchange-point-and-mark with an argument rather than setting
1185         mark-active by hand (Bug#5175).
1186
1187 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * nntp.el (nntp-service-to-port): Work for service expressed with
1190         numeric string; replace [:digit:] with [0-9] for XEmacs.
1191
1192 2009-12-17  Glenn Morris  <rgm@gnu.org>
1193
1194         * gnus-group.el (gnus-bug-group-download-format-alist):
1195         Change emacs entry to debbugs.gnu.org.  Bump :version.
1196
1197 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1198
1199         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1200
1201 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1202
1203         * message.el (message-info): Explain why we use `Info-goto-node'.
1204
1205 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1208
1209 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1210
1211         * message.el (message-completion-in-region): New compatibility function.
1212         (message-expand-group): Use it.
1213
1214 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1217         with no unread article should be listed if the 2nd arg `predicate' is
1218         given.
1219
1220 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1223
1224 2009-11-29  Juri Linkov  <juri@jurta.org>
1225
1226         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1227         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1228         on `gnus-recenter'. (Bug#4698, Bug#4981)
1229
1230 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1231
1232         * sha1.el (sha1-string-external): default-directory "/" in case
1233         otherwise non-existent.  process-connection-type pipe for touch of
1234         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1235
1236 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1237
1238         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1239         it's comms related and sgml-mode.el has "comm" on that basis too.
1240
1241 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1244         containing tspecial characters if they have been already quoted.
1245
1246 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1247
1248         * dns-mode.el (auto-mode-alist): Purecopy string.
1249
1250 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1251
1252         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1253
1254 2009-10-24  Glenn Morris  <rgm@gnu.org>
1255
1256         * gnus-art.el (help-xref-stack-item): Define for compiler.
1257
1258 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1259
1260         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1261
1262 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1265
1266 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1269         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1270
1271 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1274         (gnus-overlays-in): New alias to overlays-in.
1275
1276         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1277         gnus-overlay-get, and gnus-delete-overlay.
1278         (gnus-summary-show-thread): Make it work as well for systems in which
1279         next-single-char-property-change is not available.
1280         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1281
1282         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1283         (gnus-overlay-get): New alias to extent-property.
1284         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1285
1286         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1287         SXEmacs.
1288
1289         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1290         SXEmacs.
1291
1292 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1295
1296 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1297
1298         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1299         and XEmacs that don't have `remove-overlays'.
1300
1301 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1304         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1305         selective display.  Use overlays instead.
1306
1307 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1308
1309         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1310
1311 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1312
1313         * spam-stat.el (spam-stat-load): Fix typo in message.
1314
1315 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1316
1317         * dig.el (dig-invoke): Fix typo in docstring.
1318         (query-dig): Reflow docstring.
1319
1320 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1321
1322         * gnus-art.el (gnus-article-encrypt-body):
1323         * message.el (message-check-recipients):
1324         * mm-util.el (mm-codepage-setup):
1325         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1326         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1327
1328 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1329
1330         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1331         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1332         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1333         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1334         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1335
1336 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1337
1338         * dig.el: Add "Keywords: comm", as per net-utils.el.
1339
1340 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1341
1342         * dig.el (dig-mode): Use define-derived-mode.
1343
1344 2009-09-19  Glenn Morris  <rgm@gnu.org>
1345
1346         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1347
1348 2009-09-18  Glenn Morris  <rgm@gnu.org>
1349
1350         * gnus-diary.el (gnus-diary-check-message):
1351         * message.el (message-insert-formatted-citation-line):
1352         * nnbabyl.el (top-level):
1353         * nndiary.el (nndiary-schedule):
1354         Fix typos in condition-case handlers.
1355
1356 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1359         configuration that provides the sole article window in a frame;
1360         position point correctly after deleting a part.
1361
1362 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1363
1364         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1365         (spam-resolve-registrations-routine): Use it to unregister articles
1366         that change status.
1367
1368 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1371         with XEmacs.
1372         (parse-time-string-chars): Use it.
1373
1374 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * imap.el (imap-interactive-login): Better messages.
1377         (imap-open): Fix bug with renamed buffer on reconnect.
1378         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1379         for easier debugging and cleaner code.  On successful (guessed based on
1380         server capabilities) secondary authentication, set imap-state
1381         correctly.
1382         (imap-last-authenticator): Define imap-last-authenticator as a variable
1383         to avoid warnings.
1384
1385 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * nnrss.el (nnrss-request-article): Remove binding of
1388         default-enable-multibyte-characters that has gotten needless by
1389         the 2007-07-13 change in rfc2047-encode-message-header.
1390
1391         * mml.el (mml-insert-multipart): Error on the message header.
1392         (mml-insert-part): Error on the message header; position point at
1393         the end of a MIME tag.
1394
1395 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * time-date.el (autoload): Expand define-obsolete-function-alias into
1398         defalias and make-obsolete for old Emacsen that Gnus supports.
1399         (with-no-warnings): Define it for old Emacsen.
1400         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1401         is available.
1402         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1403         float-time is available; suppress compile warning for time-to-seconds.
1404
1405         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1406         (gnus-float-time): Alias to float-time if it exists.
1407
1408         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1409         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1410         float-time is available; suppress compile warning for time-to-seconds.
1411
1412         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1413         XEmacs.
1414
1415 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         * imap.el (imap-message-map): Docstring fix.
1418
1419 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1422         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1423         Add the optional argument `encoding' that overrides the default.
1424
1425         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1426         mm-encode-buffer.
1427
1428 2009-09-04  Glenn Morris  <rgm@gnu.org>
1429
1430         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1431         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1432         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1433         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1434         * mm-util.el (mm-with-unibyte-current-buffer)
1435         (mm-find-buffer-file-coding-system):
1436         * yenc.el (yenc-decode-region): Use default-value rather than
1437         default-enable-multibyte-characters.
1438
1439 2009-09-03  Glenn Morris  <rgm@gnu.org>
1440
1441         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1442         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1443         than default-enable-multibyte-characters.
1444
1445 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1446
1447         * gnus-art.el (gnus-article-read-summary-keys):
1448         Fix gnus-buffer-configuration's value temporarily used.
1449
1450 2009-09-02  Glenn Morris  <rgm@gnu.org>
1451
1452         * gnus-util.el (gnus-float-time): New function.
1453         * gnus-delay.el (gnus-delay-article):
1454         * gnus-sum.el (gnus-thread-latest-date):
1455         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1456         * nnspool.el (nnspool-request-newgroups):
1457         Use gnus-float-time rather than time-to-seconds.
1458         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1459
1460         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1461         (gnus-header-subject-face, gnus-header-newsgroups-face)
1462         (gnus-header-name-face, gnus-header-content-face):
1463         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1464         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1465         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1466         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1467         (gnus-cite-face-11):
1468         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1469         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1470         (gnus-server-closed-face, gnus-server-denied-face)
1471         (gnus-server-offline-face):
1472         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1473         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1474         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1475         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1476         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1477         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1478         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1479         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1480         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1481         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1482         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1483         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1484         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1485         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1486         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1487         (gnus-summary-high-undownloaded-face)
1488         (gnus-summary-low-undownloaded-face)
1489         (gnus-summary-normal-undownloaded-face)
1490         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1491         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1492         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1493         (gnus-splash-face):
1494         * message.el (message-header-to-face, message-header-cc-face)
1495         (message-header-subject-face, message-header-newsgroups-face)
1496         (message-header-other-face, message-header-name-face)
1497         (message-header-xheader-face, message-separator-face)
1498         (message-cited-text-face, message-mml-face):
1499         * sieve-mode.el (sieve-control-commands-face)
1500         (sieve-action-commands-face, sieve-test-commands-face)
1501         (sieve-tagged-arguments-face):
1502         * spam.el (spam-face):
1503         Mark face aliases with "-face" in the name as obsolete.
1504
1505 2009-09-01  Glenn Morris  <rgm@gnu.org>
1506
1507         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1508         than goto-line.
1509
1510 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1513         Don't move point if the command is invoked inside the message header.
1514
1515 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1516
1517         * imap.el (imap-send-command): Simplify.
1518         (imap-wait-for-tag): point-max -> buffer-size.
1519
1520 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1521
1522         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1523         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1524         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1525         * nnir.el (nnir-swish-e-index-file):
1526         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1527         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1528         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1529         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1530         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1531         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1532
1533 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1536         Don't save excursion.
1537
1538 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1539
1540         * nnheader.el (nnheader-find-file-noselect):
1541         * mm-util.el (mm-insert-file-contents):
1542         Use (default-value 'major-mode) instead of default-major-mode.
1543
1544 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1545
1546         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1547
1548 2009-08-26  Glenn Morris  <rgm@gnu.org>
1549
1550         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1551         than placing in files.el.
1552
1553 2009-08-25  Glenn Morris  <rgm@gnu.org>
1554
1555         * nnir.el (top-level): Don't require cl at run-time.
1556         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1557         Replace cl-function substitute with gnus-replace-in-string.
1558         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1559         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1560         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1561         simplified expansions.
1562
1563 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1564
1565         * dig.el (dig): Add autoload cookie.
1566
1567 2009-08-22  Glenn Morris  <rgm@gnu.org>
1568
1569         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1570         goto-line.
1571
1572 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1573
1574         * parse-time.el (parse-time-string-chars): Save match data.
1575
1576 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1577
1578         * parse-time.el (parse-time-string-chars): Compute using character
1579         classes, to handle non-ascii characters (Bug#3190).
1580
1581 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1584
1585         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1586         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1587         (gnus-mm-display-part, gnus-mime-display-single)
1588         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1589         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1590
1591         * gnus-sum.el
1592         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1593         (gnus-summary-move-article): Add expirable mark to articles copied or
1594         moved to group that has auto-expire turned on if the option is non-nil.
1595
1596 2009-07-24  Glenn Morris  <rgm@gnu.org>
1597
1598         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1599         Fix typo.  (Bug#3903)
1600
1601 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1604         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1605         that should not be used for draft articles.
1606         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1607         that has no concern in minor mode keys.
1608         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1609         Abolish.
1610
1611 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1614         article without making inquiry to a user for unknown encoding.
1615
1616         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1617         (nnmaildir--scan): Assume i-node and device number that file-attributes
1618         returns might be cons-cell.
1619
1620         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1621
1622         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1623
1624 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1625
1626         * auth-source.el: Remove docs now in auth.texi.  Don't use
1627         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1628         `auth-source-hide-passwords' and use them.
1629
1630 2009-07-15  Glenn Morris  <rgm@gnu.org>
1631
1632         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1633
1634 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1637         excessive whitespace from the default values of title and description.
1638
1639 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1642         mail-fetch-field to fetch Content-Description header in order to
1643         exclude newlines.
1644
1645 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1646
1647         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1648         format used by GnuPG 2.0.11.
1649
1650 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1653         to deleted part.
1654
1655 2009-05-30  David Engster  <dengste@eml.cc>
1656
1657         * nnmairix.el: Remove old documentation in the commentary block.
1658         (nnmairix-request-group): Do not update active file for nnml back ends.
1659         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1660         end so that overview files are ignored.
1661         (nnmairix-update-groups): Make updating the groups more robust by using
1662         marks.
1663         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1664         with dollar characters in message-id.
1665
1666 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1667
1668         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1669         2008-12-25 in dns.el.
1670
1671 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1672
1673         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1674         could happen if the text is only composed of spaces and/or tabs.
1675
1676 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1677
1678         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1679         when sending a queued message to avoid extra mml tags.
1680
1681 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1684
1685 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1688         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1689         rmail-toggle-header for XEmacs;
1690         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1691
1692 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-dired.el: Remove autoload for gnus-setup-message.
1695         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1696         displaying Gnus logo; always use compose-mail.
1697
1698 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1701
1702 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1705         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1706         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1707         available.
1708         (gnus-nocem-epg-verify): New function.
1709
1710 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1711
1712         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1713
1714 2009-02-15  Glenn Morris  <rgm@gnu.org>
1715
1716         * gnus-util.el (rmail-insert-rmail-file-header)
1717         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1718         autoloads.
1719         (rmail-default-rmail-file): Remove unnecessary declaration.
1720         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1721
1722 2009-02-14  Glenn Morris  <rgm@gnu.org>
1723
1724         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1725         variable (only used in gnus-util, which declares it anyway).
1726         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1727         which was only needed by gnus-art (changed to not use it any more).
1728         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1729         only used in gnus-util, which autoloads it itself.
1730         (rmail-update-summary): Fix autoload.
1731
1732         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1733         rather than rmail-output-to-rmail-file.
1734
1735 2009-02-07  Glenn Morris  <rgm@gnu.org>
1736
1737         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1738         autoload of function that no longer exists.
1739         (rmail-toggle-header): Declare.
1740         (message-forward-rmail-make-body): Handle mbox Rmail.
1741
1742 2009-01-31  Glenn Morris  <rgm@gnu.org>
1743
1744         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1745         2009-01-09 change.
1746
1747 2009-01-31  Dave Love  <fx@gnu.org>
1748
1749         * imap.el (imap-fetch-safe): Bind debug-on-error.
1750         (imap-debug): Add imap-fetch-safe.
1751
1752 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1753
1754         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1755         (auth-source-forget-all-cached): New convenience function.
1756         (auth-source-user-or-password): Accept list of modes or a single mode.
1757
1758         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1759         auth-source modes.
1760
1761         * netrc.el (netrc-machine-user-or-password): Use list of
1762         auth-source modes.
1763
1764         * nnimap.el (nnimap-open-connection): Use list of
1765         auth-source modes.
1766
1767         * nntp.el (nntp-send-authinfo): Use list of
1768         auth-source modes.
1769
1770 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1773         now.
1774
1775 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1778         coding system in XEmacs; add a workaround for XEmacs.
1779
1780         * lpath.el: Fbind coding-system-aliasee.
1781
1782 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1785         of current-language-environment.
1786
1787 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1790         available at runtime.
1791
1792 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1795
1796 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1797
1798         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1799         the greatest positive fixnum value doesn't work under an XEmacs with
1800         bignum support; use the most-positive-fixnum constant instead,
1801         available since Emacs 21.1 with cl and XEmacs 21.1.
1802
1803 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1806         XEmacs gets not to work.
1807
1808 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * mm-util.el (mm-coding-system-priorities): Allow the value like
1811         "Japanese (UTF-8)" of current-language-environment.
1812
1813 2009-01-09  Glenn Morris  <rgm@gnu.org>
1814
1815         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1816         with last-command-event.
1817
1818 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1821         in the doc string.
1822
1823         * message.el (message-fix-before-sending): Amend comment.
1824
1825 2009-01-08  Dave Love  <fx@gnu.org>
1826
1827         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1828
1829 2009-01-07  David Engster  <dengste@eml.cc>
1830
1831         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1832         simplified server definitions by converting it via
1833         gnus-server-to-method.
1834
1835 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1838         parameter's operands.
1839
1840 2009-01-06  David Engster  <dengste@eml.cc>
1841
1842         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1843         primary select method (for gnus-group-mark-article-as-read).
1844
1845 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1846
1847         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1848         `(gnus)Face', not `(gnus)X-Face'.
1849
1850 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * mm-util.el (mm-ucs-to-char): New function.
1853
1854         * mm-url.el (mm-url-decode-entities): Use it.
1855
1856         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1857         unicode-to-char.
1858
1859 2009-01-05  Dave Love  <fx@gnu.org>
1860
1861         * time-date.el: Require cl for `declare'.
1862
1863 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1866         Dave Love.
1867
1868 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1869
1870         * message.el (message-fix-before-sending): Add `eight-bit' to
1871         illegible-text check.
1872
1873 2009-01-03  Michael Olson  <mwolson@gnu.org>
1874
1875         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1876         `headers' is nil.  This can occur if the IMAP server does not have
1877         permissions to read messages from a folder, but can write new messages
1878         to the folder.
1879         (nnimap-request-article-part): Do not insert `data' if it is nil.
1880
1881         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1882         characters which will confuse `read', so skip past them.
1883
1884 2009-01-01  Dave Love  <fx@gnu.org>
1885
1886         * imap.el (imap-string-to-integer): Fix typo.
1887         (imap-fetch-safe): New function.
1888         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1889
1890         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1891
1892         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1893         (imap-parse-greeting): Fix doc strings.
1894         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1895         (imap-parse-flag-list): Make messages unique.
1896         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1897
1898         * nnimap.el: Fix author email.
1899         (nnimap-split-rule): Add FIXME comment.
1900         (nnimap-debug): Fix doc string.
1901
1902 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1903
1904         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1905
1906 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1909         nslookup if resolv.conf isn't available.
1910         (dns-query): Rename from query-dns.
1911         (dns-query-cached): Rename from query-dns-cached.
1912
1913 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1916         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1917         to check if those variables exist (first appeared in Emacs 18.50).
1918
1919 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * mm-util.el (mm-line-number-at-pos): New function.
1922
1923         * spam-report.el (spam-report-process-queue): Use it.
1924
1925 2008-12-24  David Engster  <dengste@eml.cc>
1926
1927         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1928         parameters that haven't existed as variables as buffer-local variables.
1929
1930 2008-12-23  Dave Love  <fx@gnu.org>
1931
1932         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1933         cadar.
1934
1935         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1936         imap-starttls-p.
1937         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1938
1939 2008-12-22  Dave Love  <fx@gnu.org>
1940
1941         * imap.el: Fix author email.  Doc fixes.
1942         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1943         reply.
1944
1945 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1946
1947         * spam-report.el (spam-report-gmane-max-requests): New constant.
1948         (spam-report-gmane-wait): New variable.
1949         (spam-report-gmane-ham, spam-report-gmane-spam)
1950         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1951         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1952         the server.
1953
1954         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1955         Add explanations.
1956
1957         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1958         nnheader-accept-process-output and nnheader-read-timeout if available.
1959         (pop3-movemail): Use it.
1960
1961         * message.el (message-check-news-body-syntax): Fix signature check if
1962         there's an attachment.
1963
1964 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * mm-util.el: Add comments to the mm- emulating functions.
1967
1968 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1969
1970         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1971         by Stephen Berman <stephen.berman@gmx.net>.
1972
1973 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * mm-util.el (mm-substring-no-properties): New function.
1976         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1977         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1978         (mm-string-to-multibyte): Doc fix.
1979
1980         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1981
1982 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1983
1984         * mml.el (mml-attach-file): Strip text properties from file name.
1985         (Bug#1574)
1986
1987 2008-12-16  Glenn Morris  <rgm@gnu.org>
1988
1989         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1990
1991 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1994         knows since the charset specified might be a bogus alias that
1995         mm-charset-synonym-alist provides.
1996
1997 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1998
1999         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2000         "ISO_8859-1".
2001
2002         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2003
2004 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * mm-util.el (mm-charset-eval-alist):
2007         Define it before mm-charset-to-coding-system.
2008         (mm-charset-to-coding-system): Add optional argument `silent';
2009         define it before mm-charset-override-alist.
2010         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2011         default value if it can be used in Emacs currently running;
2012         silence mm-charset-to-coding-system.
2013
2014 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2017         `allow-override' which says whether to use `mm-charset-override-alist'.
2018         (rfc2047-decode-encoded-words): Use it.
2019
2020         * mm-util.el (mm-charset-override-alist): Fix custom type;
2021         add `(gb2312 . gbk)' to choices.
2022
2023 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2026         fast.
2027
2028         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2029
2030         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2031
2032 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2033
2034         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2035         on links.
2036
2037         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2038
2039 2008-12-03  Lute Kamstra  <lute@gnu.org>
2040
2041         * sha1.el: Remove leading * from docstrings of defcustoms,
2042         deffaces, defconsts and defuns.
2043
2044 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2047         users' addresses that don't have domain parts.
2048         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2049         rather than message-narrow-to-head since there will be the message
2050         header separator.
2051
2052 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2053
2054         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2055         since the result is inserted in a unibyte buffer anyway.
2056         (nnimap-demule-use-string-to-multibyte): Remove.
2057         (nnimap-demule): Alias it to mm-string-to-multibyte.
2058
2059 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2060
2061         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2062         variable for debugging bug#464 and bug#1174.
2063         (nnimap-demule): Use it.
2064
2065 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2066
2067         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2068         score calculation correctly.
2069
2070 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2071
2072         * message.el (message-send-mail): Just set the buffer to unibyte
2073         rather than use mm-with-unibyte-current-buffer which does a lot more.
2074         (message-send-mail-partially): Don't bother with
2075         mm-with-unibyte-current-buffer since it's already been made unibyte by
2076         message-send-mail.
2077
2078 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2079
2080         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2081
2082 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2083
2084         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2085
2086 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2089         require itself and to remove `with-no-warnings'.
2090
2091 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2092
2093         * starttls.el (starttls-any-program-available): Get the name of the
2094         available TLS layer program.
2095         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2096         well as the host name in the "opening" message.
2097
2098         * auth-source.el (auth-source-cache, auth-source-do-cache)
2099         (auth-source-user-or-password): Cache passwords and logins by default,
2100         allow override with `auth-source-do-cache'.
2101         (auth-source-forget-user-or-password): Allow users to remove cache
2102         entries if needed.
2103
2104 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2105
2106         * md4.el (md4-buffer): Fix typo in docstring.
2107         (md4, md4-64): Doc fixes.
2108         (md4-pack-int32): Reflow docstring.
2109
2110 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2111
2112         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2113         condition-case to only the forward-sexp call.
2114
2115 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2116
2117         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2118         quotes contained.  Make it more robust regardless by an extra
2119         condition-case wrapper.
2120
2121 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2124
2125 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * nnml.el (nnml-request-expire-articles): Check if the function set to
2128         `nnmail-expiry-target' returns the symbol `delete'.
2129
2130         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2131
2132         * nnmail.el (nnmail-expiry-target): Fix custom type.
2133
2134 2008-10-02  Glenn Morris  <rgm@gnu.org>
2135
2136         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2137         Silence compiler warning.
2138
2139 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2140
2141         * tls.el (open-tls-stream): Show the actual command being
2142         executed, instead of the format string.
2143
2144 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * lpath.el: Fbind codepage-setup for Emacs 23.
2147
2148 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2149
2150         * mml.el (mml-menu): Don't assume mml2015 is bound.
2151
2152 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2155         exists.
2156
2157 2008-09-27  Glenn Morris  <rgm@gnu.org>
2158
2159         * gnus-util.el (mail-header-remove-comments): Autoload it.
2160
2161 2008-09-27  Andreas Schwab  <schwab@suse.de>
2162
2163         * gnus-util.el (gnus-split-references): Strip comments.
2164         (gnus-parent-id): Likewise.
2165
2166 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2167
2168         * message.el (message-confirm-send): Fix version.
2169
2170 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * message.el (message-idna-to-ascii-rhs-1): Use
2173         mail-extract-address-components rather than mail-header-parse-addresses
2174         that is an alias by default to ietf-drums-parse-addresses that does not
2175         support non-ASCII names in headers' contents.
2176
2177 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2178
2179         * message.el (message-confirm-send): Fixed variable documentation to
2180         avoid the "y/n" wording.
2181
2182 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2183
2184         * message.el (message-set-auto-save-file-name): Save to a different
2185         filename so multiple messages (especially drafts) can be recovered.
2186
2187 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2188
2189         * message.el (message-confirm-send): Add appropriate version.
2190
2191 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2192
2193         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2194         defvar.
2195
2196 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2197
2198         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2199         (mm-pkcs7-enveloped-magic): Ditto.
2200
2201 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2202
2203         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2204         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2205
2206 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2207
2208         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2209         default, it's better.
2210
2211 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2214         summary line gnus-number property and ignore them (with a warning
2215         message).
2216
2217 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2220         macro caddr in the interactive form since it won't be expanded.
2221
2222 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2225         `charset'; fix name of function called recursively.
2226         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2227
2228 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2231         (gnus-mime-set-charset-parameters): New function.
2232         (gnus-mime-view-part-as-charset): Use it to correctly display part
2233         specifying wrong charset.
2234
2235 2008-09-08  David Engster  <dengste@eml.cc>
2236
2237         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2238         in completing-read for back end server.
2239
2240 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * message.el (message-confirm-send): New variable to confirm sending a
2243         message.
2244         (message-send): Use it.
2245
2246 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2247
2248         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2249
2250 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2253
2254 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2257         prevent tracking too many groups.
2258         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2259         Use it.
2260
2261 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2262
2263         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2264         moving point to the bottom of the window in order to avoid recentering.
2265
2266 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2269
2270         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2271         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2272         (gnus-article-beginning-of-window): Fix calculation.
2273
2274 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * gnus-msg.el (gnus-summary-supersede-article)
2277         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2278         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2279         message header.
2280
2281 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2282
2283         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2284         pending output coming after the status change.
2285
2286 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2287
2288         * message.el:
2289         * gnus-start.el:
2290         * gnus-registry.el: Remove VMS support.
2291
2292 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2295         macro.
2296         (rfc2104-hash): Use it.
2297
2298 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2299
2300         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2301         (gnus-summary-sort-by-most-recent-date): New commands.
2302         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2303         and menu entries.
2304
2305 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2308         don't redisplay article for raw contents; remove plural articles stuff.
2309
2310         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2311         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2312         on gnus-summary-save-article; display results properly.
2313
2314 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * lpath.el: No need to fbind ns-focus-frame.
2317
2318 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2321
2322 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2325         gnus-save-all-headers.
2326
2327 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2328
2329         * gnus-util.el (ns-focus-frame): Remove declaration.
2330         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2331         like x.
2332
2333 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2334
2335         * rfc2104.el (rfc2104-zero): Delete defconst.
2336         (rfc2104-hex-alist): Likewise.
2337         (rfc2104-hex-to-int): Delete func.
2338         (rfc2104-hexstring-to-bitstring): Likewise.
2339         (rfc2104-nybbles): New defconst.
2340         (rfc2104-hash): Rewrite for speed.
2341
2342 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * tls.el (open-tls-stream): Make it work with the 2nd argument
2345         BUFFER that is a string but does not exist as a buffer object, as
2346         mentioned in the doc-string.
2347
2348 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2351         SXEmacs.
2352
2353 2008-07-16  Glenn Morris  <rgm@gnu.org>
2354
2355         * gnus-util.el (ns-focus-frame): Declare for compiler.
2356
2357 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2360         set as a group parameter.
2361         (gnus-summary-save-in-pipe): Work when it is called independently.
2362         (gnus-summary-pipe-to-muttprint): Don't modify
2363         gnus-summary-pipe-output-default-command.
2364
2365 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2366
2367         * message.el (message-send-mail-with-sendmail):
2368         Display the error message.
2369
2370 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-art.el (gnus-default-article-saver):
2373         Add gnus-summary-save-in-pipe to choices.
2374         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2375         gnus-summary-pipe-output-default-command as the default command.
2376         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2377         instead of gnus-last-shell-command.
2378
2379         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2380         New user option.
2381         (gnus-summary-muttprint-program): Mention the value will be changed.
2382         (gnus-summary-save-article): Force showing of all headers.
2383         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2384
2385 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2386
2387         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2388
2389 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2390
2391         * nnimap.el (nnimap-id):
2392         * sieve-manage.el (sieve-manage-open): Doc fixes.
2393
2394 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2395
2396         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2397         if available.
2398
2399 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2400
2401         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2402
2403         * nnkiboze.el (nnkiboze-generate-group):
2404         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2405
2406         * nnmairix.el: Require CL.
2407
2408 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * dgnushack.el: Autoload get-display-table and put-display-table for
2411         XEmacs 21.5.
2412
2413         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2414         21.4 and SXEmacs.
2415
2416 2008-06-15  David Engster  <dengste@eml.cc>
2417
2418         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2419
2420 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2421
2422         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2423         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2424         runtime choice under XEmacs.
2425
2426         * gnus-sum.el (gnus-summary-set-display-table):
2427         Use `gnus-put-display-table', `gnus-get-display-table',
2428         `gnus-set-display-table' for the display table, instead of `aset'.
2429
2430         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2431         Use `gnus-put-display-table', `gnus-get-display-table',
2432         `gnus-set-display-table' for the display table.
2433
2434 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2435
2436         * nnmairix.el: Add autoloads.
2437
2438 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * nnmairix.el (nnmairix-delete-recreate-group)
2441         (nnmairix-update-and-clear-marks): Fix error messages.
2442
2443 2008-06-14  David Engster  <dengste@eml.cc>
2444
2445         * nnmairix.el: Upgrade to version 0.6.
2446         (nnmairix-group-toggle-propmarks-this-group)
2447         (nnmairix-group-toggle-readmarks-this-group)
2448         (nnmairix-group-delete-recreate-this-group)
2449         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2450         (nnmairix-remove-tick-mark-original-article): New commands.
2451         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2452         (nnmairix-propagate-marks-to-nnmairix-groups)
2453         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2454         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2455         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2456         functions needed for marks propagation and manipulation of read marks.
2457         (nnmairix-update-groups): New function.
2458         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2459         (nnmairix-determine-original-group-from-registry)
2460         (nnmairix-determine-original-group-from-path)
2461         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2462         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2463         New helper functions.
2464         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2465         keystrokes for new commands.
2466         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2467         (nnmairix-request-group): Check allow-fast group parameter.
2468         (nnmairix-request-create-group): Set allow-fast group parameter if
2469         nnmairix-allowfast-default is set.
2470         (nnmairix-close-group): Propagate marks upon closing if needed.
2471         (nnmairix-group-toggle-threads-this-group): Use new.
2472         nnmairix-group-toggle-parameter helper function.
2473         (nnmairix-search): Better check for empty search result.
2474         (nnmairix-goto-original-article): Use new helper functions for
2475         determining original article.
2476         (nnmairix-show-original-article): Make sure message-id is in brackets.
2477         (nnmairix-call-mairix-binary): Change variable name.
2478         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2479         helper function.
2480         (nnmairix-widget-toggle-activate): Fix doc string.
2481
2482 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * nnir.el: Require edmacro when compiling with XEmacs.
2485         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2486         available in Emacs 21.
2487
2488 2008-06-11  Glenn Morris  <rgm@gnu.org>
2489
2490         * gnus-util.el (x-focus-frame):
2491         * gnus.el (image-size):
2492         * mm-decode.el (image-size): Declare.
2493
2494         * gnus-picon.el (declare-function): Add compat definition.
2495         (image-size): Declare.
2496
2497         * gnus-group.el (tool-bar-map):
2498         * gnus-sum.el (tool-bar-map): Define for compiler.
2499
2500         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2501
2502         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2503
2504         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2505         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2506         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2507         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2508         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2509         * sieve-manage.el, spam-report.el, spam.el:
2510         Remove unnecessary eval-and-compile of autoloads.
2511
2512 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2513
2514         * auth-source.el: Precise Tramp doc.
2515
2516 2008-06-07  Glenn Morris  <rgm@gnu.org>
2517
2518         * nnmairix.el: Remove unnecessary eval-when-compile.
2519
2520 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * lpath.el: Fbind propertize for XEmacs 21.4.
2523
2524 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2525
2526         * nnir.el: Move here from ../contrib.
2527
2528 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2529
2530         * gnus-util.el (gnus-read-shell-command): New function.
2531         * mm-decode.el (mm-pipe-part):
2532         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2533
2534 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2537
2538 2008-06-03  Glenn Morris  <rgm@gnu.org>
2539
2540         * pop3.el (nnheader-accept-process-output): Autoload it.
2541
2542 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2545         are not 2-digit hexadecimal characters that follow `%'s.
2546
2547 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * message.el (message-bogus-recipient-p): Fix type in doc string.
2550         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2551         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2552         Improve custom options.
2553         (message-bogus-recipient-p): Adjust accordingly.
2554
2555 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2556
2557         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2558         long-form month and day names.
2559
2560 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * dgnushack.el: Autoload debug, eudc-expand-inline and
2563         pgg-snarf-keys-region for XEmacs.
2564
2565         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2566
2567         * nnmairix.el: Require edmacro when compiling with XEmacs.
2568
2569 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2570
2571         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2572         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2573
2574 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * auth-source.el: Add more docs.
2577
2578         * netrc.el (netrc-machine): Always match if the port is not given.
2579
2580 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2583         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2584         retrieval faster in some cases, but might make CPU usage larger.  If
2585         this has any bad side effects, we might revert this change.
2586
2587         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2588         seems to make mail retrieval much, much faster.
2589         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2590         unconditionally.
2591
2592         * gnus-draft.el (gnus-group-send-queue): Bind
2593         message-send-mail-partially-limit to nil to avoid being prompted.
2594
2595 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2596
2597         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2598
2599         * message.el (message-bogus-address-regexp): Fix and improve custom
2600         type.
2601         (message-setup-hook): Add message-check-recipients as custom option.
2602
2603 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * message.el (message-cite-function): Remove bogus autoload which crept
2606         in during merge from v5-10.
2607
2608 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2609
2610         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2611
2612         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2613
2614         * auth-source.el: Preliminary Tramp docs.
2615         (auth-sources): Change the default auth-sources to use
2616         EPA .gpg files.
2617
2618 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2619
2620         * nntp.el: Autoload `auth-source-user-or-password'.
2621         (nntp-send-authinfo): Use it.
2622
2623         * nnimap.el: Autoload `auth-source-user-or-password'.
2624         (nnimap-open-connection): Use it.
2625
2626         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2627         for the gnus-message function.
2628         (auth-source-user-or-password): Use it.
2629
2630 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2631
2632         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2633         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2634         (rfc2104-hash): Use it.
2635
2636 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2637
2638         * gnus-art.el (gnus-article-toggle-truncate-lines):
2639         Don't use `iff' in docstring.
2640
2641 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2642
2643         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2644
2645         * gnus-util.el (gnus-extract-address-component-name)
2646         (gnus-extract-address-component-email): Convenience functions around
2647         `gnus-extract-address-components'.
2648
2649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2650         Use `gnus-extract-address-component-email' to fix bug of comparing full
2651         sender name to `user-mail-address'.
2652
2653 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2654
2655         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2656         catch/throw to optimize.
2657         (gnus-registry-find-keywords): Just use member to find a keyword.
2658
2659 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2660
2661         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2662         is current before calling gnus-server-prepare.
2663         (gnus-server-setup-buffer, gnus-server-update-server)
2664         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2665
2666 2008-05-04  Juri Linkov  <juri@jurta.org>
2667
2668         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2669         (mailcap-file-default-commands): Use mailcap-replace-in-string
2670         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2671         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2672
2673 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2674
2675         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2676
2677 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2678
2679         * gnus.el: Bump version to 0.11.
2680
2681 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2682
2683         * gnus.el: No Gnus v0.10 is released.
2684
2685 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2688         hooks.
2689         (gnus-update-read-articles): Speed up non-marks-using users.
2690         (gnus-use-marks): Define gnus-use-marks.
2691         (gnus-propagate-marks): Rename variable to something more sensible.
2692
2693 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2694
2695         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2696         (gmm-image-load-path-for-library): Fix typos in docstrings.
2697         (gmm-message): Reflow docstring.
2698
2699 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * mail-source.el (mail-source-set-1, mail-source-bind):
2702         Move auth-source code out of the macro to clean it up and fix bugs.
2703
2704 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2705
2706         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2707         by sender if it's equal to user-mail-address, it's likely to be
2708         useless.
2709
2710         * mail-source.el (mail-source-bind): Don't use user or password if they
2711         are not bound.  Unintern them if they are nil.  Don't use server unless
2712         it's bound, and default it to empty string otherwise.
2713
2714 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * mail-source.el: Load auth-source.el.
2717         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2718         get user name or password, if auth-sources is set up.
2719
2720         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2721         strategy of splitting with parent.
2722         (gnus-registry-split-fancy-with-parent)
2723         (gnus-registry-post-process-groups): Use it and fix prior
2724         bug (returning a list as the split result).
2725
2726         * auth-source.el (auth-sources): Remove server parameter.
2727         (auth-source-pick, auth-source-user-or-password)
2728         (auth-source-user-or-password-imap)
2729         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2730         (auth-source-user-or-password-sftp)
2731         (auth-source-user-or-password-smtp): Remove server parameter.
2732
2733 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2734
2735         * smime.el (smime-sign-region, smime-encrypt-region)
2736         (smime-decrypt-region):
2737         Remove redundant calls to `generate-new-buffer-name'.
2738
2739 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2740
2741         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2742         Don't use QP for message/rfc822.
2743         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2744
2745 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2746
2747         * sieve-manage.el (sieve-string-bytes): Remove.
2748         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2749         correct byte-length only if the process's coding-system is the same as
2750         the one used internally by Emacs to represent strings.
2751
2752 2008-04-22  Juri Linkov  <juri@jurta.org>
2753
2754         * mailcap.el (mailcap-file-default-commands): New function.
2755
2756 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2757
2758         * message.el (message-signature-separator, message-cite-function):
2759         Change custom version.
2760
2761 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2762
2763         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2764         commands.
2765         (tls-checktrust): Ditto.
2766
2767 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2768
2769         * mm-decode.el (mm-display-external): Make temp file read-only.
2770
2771 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2774         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2775         `C-c C-f d'.
2776
2777 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2778
2779         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2780
2781 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2782
2783         * gnus.el: Bump version to 0.9.
2784
2785 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus.el: No Gnus v0.8 is released.
2788
2789 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2790
2791         * mail-source.el (mail-source-value):
2792         Prefer fboundp to functionp so it works with macros as well.
2793
2794 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2797         Fix last change in case the element is not even a symbol.
2798
2799 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2802         Prefer fboundp to functionp so it works with macros as well.
2803
2804 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2805
2806         * auth-source.el: Added docs.
2807         (auth-sources): Modify format to support server.
2808         (auth-source-pick, auth-source-user-or-password)
2809         (auth-source-user-or-password-imap)
2810         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2811         (auth-source-user-or-password-sftp)
2812         (auth-source-user-or-password-smtp): Add server parameter.
2813
2814 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * gnus-registry.el: Initialize the registry when gnus-registry-install
2817         is t.
2818
2819 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * compface.el (uncompface): Make buffer unibyte.
2822
2823 2008-04-05  Glenn Morris  <rgm@gnu.org>
2824
2825         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2826
2827 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2828
2829         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2830         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2831
2832         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2833         multibyteness after rather than before erasing it.
2834
2835         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2836         mm-with-multibyte.
2837         (gnus-request-article-this-buffer): Make sure the proper decoding is
2838         used if gnus-original-article-buffer happens to be unibyte.
2839
2840         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2841         default-enable-multibyte-characters.
2842
2843         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2844         default-enable-multibyte-characters.
2845
2846         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2847
2848         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2849
2850 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2851
2852         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2853         (imap-message-copyuid-1): Use it.
2854         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2855         J. Williams in
2856         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2857
2858         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2859         imap-enable-exchange-bug-workaround.
2860         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2861
2862 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2863
2864         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2865         a 100 byte status-checks into a 2-3MB transfer for each group.
2866         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2867         to enable bug workaround or not.
2868         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2869
2870 2008-03-31  Glenn Morris  <rgm@gnu.org>
2871
2872         * message.el (mml2015-use): Declare for compiler.
2873         (message-info): Require mml2015 when appropriate.
2874
2875 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2878         whitespace.
2879
2880 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2881
2882         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2883         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2884         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2885         (nntp-service-to-port): New function.
2886         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2887         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2888         (nntp-open-netcat-stream): New function.
2889         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2890
2891 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2892
2893         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2894
2895 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2896
2897         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2898
2899 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2900
2901         * dns.el (dns-write): Use set-buffer-multibyte.
2902
2903 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2904
2905         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2906
2907 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2908
2909         * message.el (message-signature-separator): Change default.
2910         Improve custom type.
2911         (message-cite-function): Change default to
2912         message-cite-original-without-signature.
2913
2914         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2915         toggle.
2916
2917         * message.el (message-check-news-body-syntax): Fix signature check.
2918         (message-setup-1): Mark buffer as unmodified _after_ running
2919         message-setup-hook and handling message-alternative-emails.
2920         (message-shorten-references): Be more strict when building list of
2921         valid references to comply with GNKSA.
2922
2923         * gnus-group.el (gnus-read-ephemeral-bug-group)
2924         (gnus-read-ephemeral-debian-bug-group)
2925         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2926
2927         * message.el (message-info): Don't use booleanp which isn't supported
2928         in Emacs 21 and XEmacs.
2929
2930 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2933         gnus-group-gmane-group-download-format.
2934         (gnus-group-read-ephemeral-gmane-group): Rename from
2935         gnus-group-read-ephemeral-gmane-group.
2936         (gnus-read-ephemeral-gmane-group-url): Rename from
2937         gnus-group-read-ephemeral-gmane-group-url.
2938         (gnus-bug-group-download-format-alist): New variable.
2939         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2940         (gnus-read-ephemeral-emacs-bug-group): New commands.
2941
2942 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2943
2944         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2945         (gnus-visible-headers): Improve custom type.
2946
2947 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * mml.el (mml-menu): Add workarounds for XEmacs.
2950
2951         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2952         X-Boundary header.
2953
2954         * message.el (message-simplify-recipients): Fix previous commit.
2955
2956 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2957
2958         * mm-util.el (mm-set-buffer-multibyte): New function.
2959         * mm-decode.el (mm-copy-to-buffer): Use it.
2960
2961 2008-03-19  Glenn Morris  <rgm@gnu.org>
2962
2963         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2964         Accidentally removed in the sync process with Emacs.
2965
2966 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * message.el (message-alter-recipients-discard-bogus-full-name):
2969         New function.
2970         (message-alter-recipients-function): New variable.
2971         (message-get-reply-headers): Use it.
2972         (message-replace-header): New helper function.
2973         (message-recipients-without-full-name): New variable.
2974         (message-simplify-recipients): New command.
2975
2976         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2977
2978         * message.el (message-info): Handle EasyPG manual.
2979
2980         * mml.el (mml-menu): Add entry for EasyPG.
2981
2982 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2983
2984         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2985         parameter.
2986
2987         * message.el (message-disassociate-draft): Specify drafts group name
2988         fully.
2989
2990 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2993         unnecessary duplicates from the match list.
2994
2995 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2998
2999         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3000
3001         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3002         args of `how-many' of which the XEmacs version doesn't take; declare
3003         Info-index-next as function.
3004
3005 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * gnus-score.el (gnus-score-headers): Fix handling of
3008         gnus-inhibit-slow-scoring.
3009
3010         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3011         string.
3012         (gnus-button-url-regexp): Improve handling of parenthesis.
3013         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3014         (gnus-button-handle-info-keystrokes): Handle index entries.
3015
3016 2008-03-15  Glenn Morris  <rgm@gnu.org>
3017
3018         * parse-time.el (parse-time-string): Simplify.
3019
3020 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3023         Incoming* files.
3024
3025 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3028         (auth-source-pick): Use it.
3029
3030 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3031
3032         * binhex.el (binhex-decode-region-internal):
3033         * uudecode.el (uudecode-decode-region-internal):
3034         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3035         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3036         setting default-enable-multibyte-characters.
3037
3038 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3039
3040         * auth-source.el (auth-source-protocols)
3041         (auth-source-protocols-customize, auth-source-choices): Added and
3042         modified variable customizations and defaults.
3043         (auth-source-pick, auth-source-user-or-password)
3044         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3045         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3046         (auth-source-user-or-password-sftp)
3047         (auth-source-user-or-password-smtp): Use new variables and provide an
3048         interface to netrc.el.
3049
3050 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3053         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3054         Make sure the nntp port to specify is a string.
3055
3056 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3057
3058         * nntp.el: Use with-current-buffer.
3059         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3060         dubious mm-with-unibyte-current-buffer.
3061         (nntp-with-open-group-function): New function extracted from
3062         nntp-with-open-group macro.
3063         (nntp-with-open-group): Use the function, so it's easier to debug.
3064         Add indentation and debugging info.
3065         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3066         the use of the netcat alternatives.
3067
3068         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3069         Avoid mm-string-as-multibyte as well.
3070
3071         * nnweb.el (nnweb-insert-html):
3072         Remove use of nnheader-string-as-multibyte.
3073
3074         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3075         (nnheader-string-as-multibyte): Remove.
3076
3077         * mm-view.el: Use inhibit-read-only.
3078         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3079         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3080         or unibyte-string.
3081
3082         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3083         (mm-uu-yenc-extract): Use with-current-buffer.
3084
3085         * gnus-soup.el (gnus-soup-send-packet): Don't use
3086         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3087
3088         * nnmh.el: Use with-current-buffer.
3089         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3090         mm-string-as-multibyte on the output of mm-encode-coding-string.
3091
3092         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3093         (nnimap-request-move-article): Use with-current-buffer.
3094
3095         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3096         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3097         conversion uses string-make-unibyte rather than string-as-unibyte.
3098
3099         * gnus-msg.el: Use with-current-buffer.
3100
3101         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3102
3103 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3104
3105         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3106         string for caching if it is 'PIN.
3107
3108 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * lpath.el: Consider the case without Emacs/W3.
3111
3112 2008-03-08  Glenn Morris  <rgm@gnu.org>
3113
3114         * time-date.el (date-to-time, time-subtract, time-add)
3115         (safe-date-to-time): Doc fixes.
3116
3117 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * mail-source.el (mail-source-delete-old-incoming-confirm):
3120         Change default to nil.
3121         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3122
3123 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * lpath.el: Rearrange.
3126
3127         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3128         (gnus-article-goto-prev-page): Work for articles having ^L's.
3129
3130         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3131
3132         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3133
3134 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3135
3136         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3137         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3138         (gnus-bookmark-jump): Adjust some variable names.
3139
3140 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * auth-source.el: New package.
3143         (auth-source-choices): Add customization entry point variable.
3144
3145         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3146         bug.
3147
3148 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3149
3150         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3151         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3152         (gnus-registry-install-shortcuts): Rename from
3153         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3154         the `gnus-registry-mark-map' keymap dynamically from
3155         `gnus-registry-marks'.  The generated functions update the summary line
3156         when a registry mark is added or deleted, and will call
3157         `gnus-registry-install-p' (see the comments in the code).
3158         (gnus-registry-user-format-function-M): Use concat intelligently.
3159
3160         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3161         the registry mark functions.
3162
3163 2008-03-05  Glenn Morris  <rgm@gnu.org>
3164
3165         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3166         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3167         gnus-art.
3168         (top-level): No need to load own source when compiling.
3169
3170 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3173         Suggested by <chris.anderton@zetnet.co.uk>.
3174
3175 2008-03-04  Glenn Morris  <rgm@gnu.org>
3176
3177         * gnus-sum.el (top-level): No need to require gnus when compiling,
3178         since unconditionally required near start of file.
3179         (gnus-summary-display-while-building): Move definition before use.
3180
3181 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3184         formatting function.
3185
3186 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3189         with plists.
3190         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3191         Use new format.
3192
3193 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3196         `where-is-internal' that returns a range of key sequences.
3197
3198 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3199
3200         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3201
3202         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3203         (gnus-summary-jump-to-group): Consider windows on other displayed
3204         frames as well.  Similar changes might be needed elsewhere, but that's
3205         the one I've bumped into during my use.
3206
3207         * nndoc.el (nndoc-oe-dbx-type-p):
3208         * gnus-msg.el (gnus-debug):
3209         * gnus-group.el (gnus-update-group-mark-positions):
3210         Use mm-string-to-multibyte.
3211
3212 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3213
3214         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3215         doesn't handle NotDashEscaped.
3216
3217         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3218         (mml-dnd-attach-options): Fix typo in custom choice.
3219
3220         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3221         nndoc-article-type to mbox.
3222         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3223
3224         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3225         to nil, instead of html2text.
3226
3227         * imap.el (imap-debug): Add `imap-ping-server'.
3228
3229         * gnus-bookmark.el: Add FIXMEs.
3230
3231         * message.el (message-form-letter-separator)
3232         (message-send-form-letter-delay): New variables.
3233         (message-send-form-letter): Use them.  New command to send form
3234         letters.  Requested by Uwe Siart.
3235         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3236
3237 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * Update copyright years.
3240
3241 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3242
3243         Sync from EMACS_22_BASE.
3244
3245         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3246
3247 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3248
3249         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3250         empty author.
3251
3252 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3253
3254         * gnus-registry.el (gnus-registry-marks): Add variable for
3255         customization of marks and their appearance.
3256         (gnus-registry-read-mark): Use it.
3257         (gnus-registry-do-marks): Add utility function to loop through
3258         `gnus-registry-marks'.
3259         (gnus-registry-install-shortcuts-and-menus): Add function to install
3260         shortcuts and menus.
3261         (gnus-registry-initialize): Use it.
3262         (gnus-registry-default-mark): Clarify documentation.
3263
3264 2008-02-29  Glenn Morris  <rgm@gnu.org>
3265
3266         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3267         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3268         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3269         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3270         Change defcustom :version from 23.0 to 23.1.
3271
3272 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * gnus-registry.el (gnus-registry-follow-group-p)
3275         (gnus-registry-post-process-groups): Add functions to aid registry
3276         splitting and improve logging.  Clarify behavior in function
3277         documentation.
3278         (gnus-registry-split-fancy-with-parent): Use them.
3279
3280 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3281
3282         * gnus-art.el: Use with-current-buffer.
3283
3284 2008-02-27  David Engster  <dengste@eml.cc>
3285
3286         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3287         Express real group name in the response.
3288
3289 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3292         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3293         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3294         autoload gnus-registry-fetch-group when compiling.
3295         (nnmairix-request-group-with-article-number-correction): Remove
3296         unreferenced argument passed to nnmairix-call-backend.
3297
3298 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3299
3300         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3301         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3302         Wilde.
3303
3304 2008-02-27  Glenn Morris  <rgm@gnu.org>
3305
3306         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3307         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3308         variables to defconsts.  Convert comments to doc-strings.
3309         (nnmairix-last-server, nnmairix-current-server): Convert from free
3310         variables to defvars.  Convert comments to doc-strings.
3311         (gnus-registry-fetch-group): Autoload.
3312         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3313         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3314         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3315         caddr.
3316         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3317         nnmairix-request-group-with-article-number-correction call.
3318         (nnmairix-fast, nnmairix-group): New, less general names, for free
3319         variables passed from nnmairix-request-group to
3320         nnmairix-request-group-with-article-number-correction.  Declare.
3321         (nnmairix-request-group-with-article-number-correction):
3322         Use nnmairix-fast, nnmairix-group rather than fast, group.
3323
3324 2008-02-26  David Engster  <dengste@eml.cc>
3325
3326         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3327         version 0.5.
3328
3329 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3332         instead of making an extra function call.  Don't add the current group
3333         to articles only when they have the group.  Use
3334         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3335         Reported by David <de_bb@arcor.de>.
3336
3337 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3340         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3341
3342 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * mail-source.el (mail-source-delete-incoming): Change default.
3345         Supplement doc string.
3346
3347         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3348
3349 2008-02-14  Glenn Morris  <rgm@gnu.org>
3350
3351         * time-date.el (format-seconds): New function.
3352
3353 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * nnmail.el (nnmail-message-id-cache-file): Derive from
3356         `gnus-home-directory'.
3357
3358 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3359
3360         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3361         Document negative prefix.
3362
3363         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3364
3365 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * message.el (message-unsent-separator): Add the Exim bounce
3368         separator.
3369
3370 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3371
3372         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3373         list.
3374         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3375         recipient/signer list.
3376
3377 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * Makefile.in (datarootdir): Define.
3380         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3381         name that might contain whitespace.
3382
3383 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3386         fbound (Emacs 23 unicode), signal an error.
3387
3388 2008-02-08  Glenn Morris  <rgm@gnu.org>
3389
3390         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3391
3392 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3393
3394         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3395         ports to the calls to `netrc-machine-user-or-password' in addition to
3396         "imap" and "imaps".
3397
3398 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3399
3400         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3401
3402         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3403
3404 2008-02-01  Kenichi Handa  <handa@m17n.org>
3405
3406         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3407         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3408         (rfc2104-hash): Convert the result of concat to unibyte string.
3409
3410 2008-02-01  Dave Love  <fx@gnu.org>
3411
3412         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3413         coding-system-for-read.
3414         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3415
3416 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3417
3418         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3419         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3420         <hanche@math.ntnu.no>.
3421
3422 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3425
3426         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3427
3428 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3429
3430         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3431         * message.el (message-beginning-of-line): Use featurep instead of bound
3432         tests in order to resolve conditionals at compile time.
3433
3434 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3435
3436         * mail-source.el (mail-sources): Add `group' choice.
3437
3438         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3439         parameter `in-group' to control into which group the articles go.
3440         Add treatment of `group' mail-source.
3441
3442 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3445
3446         * mm-decode.el (mm-dissect-buffer): Decode description.
3447
3448         * mml.el (mml-to-mime): Encode message header first.
3449
3450 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3453         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3454
3455         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3456         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3457
3458 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3459
3460         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3461
3462 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3465         prefix keys.
3466         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3467         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3468         gnus-xmas.el.
3469
3470         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3471         (gnus-xmas-article-describe-bindings): New function.
3472         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3473         gnus-xmas-article-describe-bindings.
3474
3475         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3476
3477 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3480         Add new variables for article mark management.
3481         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3482         list of extra data entries which, when present, will indicate that the
3483         article ID should not be trimmed from the registry.
3484         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3485         functions.
3486         (gnus-registry-read-mark): New function to read a mark name from the
3487         user.
3488         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3489         (gnus-registry-set-article-mark-internal): New functions to add and
3490         remove marks.
3491         (gnus-registry-get-article-marks): New function to show the marks for
3492         an article, or retrieve them for further use.
3493
3494 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3497         keys when no argument is given.
3498
3499 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * imap.el (imap-ping-server): New variable.
3502         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3503         (imap-ping-server): Minor doc string fixes.
3504
3505 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3506
3507         * imap.el (imap-ping-server): New function.
3508         (imap-opened): Call imap-ping-server.
3509
3510 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * gnus-sum.el (gnus-article-sort-by-random)
3513         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3514         jidanni@jidanni.org.
3515
3516 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-art.el (gnus-article-describe-bindings): New function.
3519         (gnus-article-read-summary-keys): Use it.
3520         (gnus-article-mode-map): Bind `C-h b' to it.
3521
3522 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3525         XEmacs.
3526         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3527         against non-character events.
3528
3529         * lpath.el: Fbind map-keymap for Emacs 21.
3530
3531 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3532
3533         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3534         command.
3535         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3536         instead of END.  Change name of the temp file.
3537         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3538         customizable.
3539
3540 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3543         bind `S W' to gnus-article-wide-reply-with-original; set default
3544         binding to gnus-article-read-summary-send-keys.
3545         (gnus-article-read-summary-keys): Fix the order of keys; display
3546         continuation keys correctly in the echo area; describe bindings
3547         correctly when keys end with `C-h'.
3548         (gnus-article-read-summary-send-keys): New function.
3549         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3550         for gnus-article-read-summary-send-keys; display continuation keys
3551         correctly in the echo area.
3552         (gnus-article-reply-with-original): Ignore prefix argument.
3553         (gnus-article-wide-reply-with-original): New function.
3554
3555         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3556         Emacs 21.
3557
3558 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3561         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3562
3563 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3564
3565         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3566         (gnus-group-read-ephemeral-gmane-group): New command.
3567
3568 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3569
3570         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3571
3572 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * message.el (message-send-mail-function): Increase custom version.
3575
3576         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3577         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3578
3579 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3580
3581         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3582         for the cases where imap-authenticate is called with a nil buffer
3583         parameter.
3584
3585 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3588         html parts correctly; support forwarded messages.
3589         (gnus-article-browse-html-article): Remove work buffers.
3590
3591         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3592         compiling.
3593         (netrc-bound-and-true-p): New macro.
3594         (netrc-parse): Use it instead of bound-and-true-p that is not available
3595         in XEmacs 21.4.
3596
3597 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3598
3599         * gnus-registry.el (gnus-registry-mark-article)
3600         (gnus-registry-article-marks): Add functionality to mark articles
3601         through the Gnus registry.
3602
3603         * encrypt.el: Clarify documentation for the new pgg method.
3604         (encrypt-file-alist): Add PGG option.
3605         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3606         functionality.  Abstract password key and messaging to external
3607         functions.
3608         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3609         (encrypt-message-method-and-cipher): Add new convenience external
3610         functions.
3611         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3612         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3613
3614         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3615         (netrc-parse): Use encrypt-file-alist to determine if
3616         encrypt-find-model or encrypt-insert-file-contents should be used.
3617
3618         * encrypt.el: Clarify documentation.  Load password-cache or
3619         password, whichever one is found first, instead of autoloading.
3620
3621 2007-12-19  Glenn Morris  <rgm@gnu.org>
3622
3623         * mml.el (message-options-set, message-narrow-to-head)
3624         (message-in-body-p, message-mail-p, message-encode-message-body):
3625         Autoload.
3626         (message-remove-header, message-narrow-to-headers-or-head)
3627         (message-subscribed-p, message-make-mail-followup-to)
3628         (message-position-on-field, message-news-p)
3629         (message-options-set-recipient, message-generate-headers)
3630         (message-sort-headers): Declare as functions.
3631
3632 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3633
3634         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3635         convention in doc string.
3636
3637 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3640         title to html parts.
3641         (gnus-article-browse-html-article): Pass message header to it.
3642
3643         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3644
3645 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3648         or password compatible with XEmacs.
3649
3650 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3653         format document.
3654         (gnus-mime-delete-part): Don't write description line if empty.
3655         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3656
3657 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3658
3659         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3660         (gnus-summary-mark-read-and-unread-as-read)
3661         (gnus-summary-mark-current-read-and-unread-as-read)
3662         (gnus-summary-mark-unread-as-ticked): Doc fix.
3663         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3664
3665 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3668         Christoph Conrad <christoph.conrad@gmx.de>.
3669
3670 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3673         yes-or-no-p.
3674
3675 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * mm-decode.el (mm-add-meta-html-tag): New function.
3678         (mm-save-part-to-file, mm-pipe-part): Use it.
3679
3680         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3681         gnus-y-or-n-p instead of y-or-n-p.
3682         (gnus-article-browse-html-parts): Work with message/external-body; use
3683         mm-add-meta-html-tag.
3684
3685 2007-12-11  Glenn Morris  <rgm@gnu.org>
3686
3687         * gnus-cache.el: Require gnus-sum not just when compiling.
3688
3689         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3690
3691         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3692         definitions before use.
3693
3694         * mm-decode.el: Require gnus-util.
3695         (mm-remove-part): Only call delete-annotation on XEmacs.
3696
3697         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3698
3699         * nnmail.el: Require gnus-int.
3700
3701         * spam.el: Move `require's before `eval-when-compile's.
3702
3703         * gnus-ems.el (gnus-alive-p):
3704         * gnus-fun.el (message-goto-eoh):
3705         * gnus-util.el (gnus-group-name-decode):
3706         * mail-source.el (gnus-compress-sequence):
3707         * message.el (Info-goto-node, format-spec):
3708         * mm-bodies.el (message-options-get):
3709         * mm-decode.el (mm-view-pkcs7):
3710         * mm-util.el (gmm-write-region):
3711         * mml-smime.el (mml-compute-boundary)
3712         (gnus-completing-read-with-default):
3713         * mml.el (widget-button-press, gnus-make-hashtable):
3714         * mml1991.el (mm-decode-content-transfer-encoding)
3715         (mm-encode-content-transfer-encoding)
3716         (message-options-get, message-options-set):
3717         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3718         * nnfolder.el (gnus-request-group):
3719         * nnheader.el (ietf-drums-unfold-fws):
3720         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3721         * smime.el (gnus-run-mode-hooks):
3722         * spam-stat.el (gnus-message): Autoload.
3723
3724         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3725         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3726         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3727         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3728         Add declare-function compatibility definition.
3729
3730         * gnus-cache.el (nnvirtual-find-group-art):
3731         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3732         (gnus-add-image, gnus-add-wash-type):
3733         * gnus-group.el (nnkiboze-score-file):
3734         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3735         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3736         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3737         (message-tokenize-header, gnus-get-buffer-create)
3738         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3739         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3740         * gnus.el (gnus-group-decoded-name):
3741         * mail-source.el (imap-capability):
3742         * mm-bodies.el (message-options-set):
3743         * mm-decode.el (gnus-configure-windows):
3744         * mm-extern.el (message-goto-body):
3745         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3746         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3747         (epg-sub-key-validity, message-options-set):
3748         * mml.el (widget-event-point, gnus-configure-windows):
3749         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3750         * mml2015.el (epg-check-configuration, epg-configuration)
3751         (message-options-set):
3752         * nndb.el (nndb-request-article):
3753         * nnfolder.el (gnus-request-create-group):
3754         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3755         * nnmaildir.el (gnus-group-mark-article-read):
3756         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3757         * rfc1843.el (message-fetch-field):
3758         * spam.el (gnus-extract-address-components):
3759         Declare as functions.
3760
3761 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3764
3765         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3766
3767         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3768         bind show-trailing-whitespace for XEmacs.
3769
3770 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3771
3772         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3773         new no-op macro for backward compatibility.
3774
3775         * imap.el (imap-string-to-integer): New function.
3776
3777 2007-12-09  Glenn Morris  <rgm@gnu.org>
3778
3779         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3780
3781         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3782         * message.el, mm-view.el, sieve-manage.el, smime.el:
3783         Add declare-function compatibility definition.
3784
3785         * gnus-art.el (w3-region, w3m-region, Info-menu):
3786         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3787         * gnus-sum.el (gnus-get-predicate):
3788         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3789         * message.el (mail-abbrev-in-expansion-header-p):
3790         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3791         (w3m-detect-meta-charset, w3m-region):
3792         * sieve-manage.el (password-read, password-cache-add)
3793         (password-cache-remove):
3794         * smime.el (password-read-and-add): Declare as functions.
3795
3796 2007-12-08  David Kastrup  <dak@gnu.org>
3797
3798         * gnus-sum.el (gnus-summary-simplify-subject-query):
3799         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3800         `message'.
3801
3802 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3805         it to bind idna-program, installation-directory, defined-colors, and
3806         face-attribute for XEmacs of the version that compiles defcustom forms.
3807
3808 2007-12-07  Glenn Morris  <rgm@gnu.org>
3809
3810         * gnus-art.el (article-make-date-line): Revert previous change.
3811
3812 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3815
3816 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3817
3818         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3819         Call gnus-add-to-range ranges only once with a prepared article-list.
3820
3821 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3822
3823         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3824         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3825         group names with backslashes.  Reported by Tassilo Horn
3826         <tassilo@member.fsf.org>.
3827
3828 2007-12-06  Deepak Goel  <deego3@gmail.com>
3829
3830         * gnus-art.el (article-make-date-line):
3831         * gnus-start.el (gnus-load):
3832         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3833
3834 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * gnus-art.el (gnus-use-idna)
3837         * gnus-start.el (gnus-site-init-file)
3838         * message.el (message-use-idna)
3839         * mm-uu.el (mm-uu-hide-markers)
3840         * smiley.el (smiley-style): Revert changes that suppress warnings.
3841
3842 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3845         specify charset to html source.  Reported by Christoph Conrad
3846         <christoph.conrad@gmx.de>.
3847
3848 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3851         idna-program in order to suppress byte compile warning issued by XEmacs
3852         that came to byte compile the default value section of defcustom forms
3853         recently.
3854
3855         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3856         value of installation-directory.
3857
3858         * message.el (message-use-idna): Don't directly refer to the value of
3859         idna-program.
3860
3861         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3862
3863         * smiley.el (smiley-style): Don't directly call face-attribute.
3864
3865 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3868
3869         * gnus-dired.el: Reduce Gnus dependencies.
3870         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3871         require.  Use autoloads instead.
3872         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3873         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3874         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3875         (gnus-dired-mode): Adjust doc string.
3876         (gnus-dired-mail-mode): New variable.
3877         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3878         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3879         (gnus-dired-mail-buffers): New function.  Return mail or message
3880         composition buffers.
3881         (gnus-dired-attach): Use it.
3882         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3883         NO-DECODE.
3884         (gnus-dired-print): Use `gnus-print-buffer' depending on
3885         `gnus-dired-mail-mode'.
3886
3887 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * rfc2047.el (rfc2047-encoded-word-regexp)
3890         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3891         explaining what regexp patterns are for.
3892
3893 2007-12-04  Glenn Morris  <rgm@gnu.org>
3894
3895         * password.el: Move to password-cache.el.
3896
3897         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3898         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3899         * mml-smime.el (password-read, password-cache-add)
3900         (password-cache-remove):
3901         No need to autoload, since mml-sec requires password.
3902
3903         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3904         * message.el (gnus-extract-address-components):
3905         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3906
3907         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3908         password.
3909
3910 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * mailcap.el: Reduce dependencies.
3913         (mail-header-parse-content-type): Autoload.
3914         (mailcap-delete-duplicates): New alias.
3915         (mailcap-mime-info): Add optional argument NO-DECODE.
3916         (mailcap-mime-types): Use mailcap-delete-duplicates.
3917
3918         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3919
3920 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3921
3922         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3923         (imap-parse-status): Upcase status-att for servers that sends them
3924         lower-case (e.g., MS Exchange 2007).
3925
3926 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3929         function.
3930
3931         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3932         (gnus-uu-yenc-article): New function.
3933
3934         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3935
3936         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3937         buffer.
3938
3939 2007-12-02  Glenn Morris  <rgm@gnu.org>
3940
3941         * binhex.el (binhex): New custom group.
3942         (binhex-decoder-program, binhex-decoder-switches)
3943         (binhex-use-external): Move to the binhex custom group.
3944
3945         * uudecode.el (uudecode): New custom group.
3946         (uudecode-decoder-program, uudecode-decoder-switches)
3947         (uudecode-use-external): Move to the uudecode custom group.
3948
3949         * netrc.el (top-level): Don't load `encrypt' features.
3950         (netrc-parse): Don't use encrypt.
3951         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3952
3953         * encrypt.el: Remove file.
3954
3955 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3958         matches on patches.
3959
3960         * gnus-art.el (gnus-article-browse-html-article): Mention
3961         `mm-text-html-renderer' in the doc string.
3962
3963         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3964         string.  Add comments.
3965
3966         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3967         if rhs is ASCII.
3968
3969 2007-12-01  Glenn Morris  <rgm@gnu.org>
3970
3971         * mail-source.el (top-level): Require format-spec before
3972         eval-when-compile.
3973
3974 2007-11-30  Glenn Morris  <rgm@gnu.org>
3975
3976         * encrypt.el: Require password, rather than autoloading password-read.
3977
3978 2007-11-29  Glenn Morris  <rgm@gnu.org>
3979
3980         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3981         (sasl-make-client, sasl-next-step, sasl-step-data)
3982         (sasl-step-set-data): Declare as functions.
3983
3984 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3987
3988 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3989
3990         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3991         certs should be verified and what is to be done in the event of a
3992         verification failure.
3993
3994         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3995         caller can indicate whether the cache should be disregarded for this
3996         call.  This way the result of the call is reproducible at all times and
3997         can be considered a canonical server name for the supplied method.
3998         (gnus-agent-method-p): Canonicalize server names by pushing their
3999         method through `gnus-method-to-server' using the no-cache argument.
4000
4001         * gnus-srvr.el (gnus-server-insert-server-line): Call
4002         `gnus-method-to-server' with `no-cache' argument.
4003
4004         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4005         gnus-agent-possibly-synchronize-flags as this should be called when the
4006         server is actually being opened.
4007         (gnus-agent-possibly-synchronize-flags)
4008         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4009         flags file of an agentized server to the latter function.
4010
4011         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4012         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4013         after a connection has been established successfully.
4014
4015 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-art.el (article-display-face): Force to display face if called
4018         interactively; check if gnus-article-x-face-too-ugly matches author.
4019         (article-display-x-face): Display face even if From header is missing
4020         as article-display-face does.
4021
4022 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4023
4024         * hashcash.el (message-narrow-to-headers-or-head)
4025         (message-fetch-field, message-goto-eoh)
4026         (message-narrow-to-headers): Declare as functions.
4027
4028 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * mail-source.el (mail-sources): Default to fetch from file for
4031         compatibility with default of nnmail-spool-file.
4032
4033 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4036         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4037         to look for encoded word that should be encoded again.
4038         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4039         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4040         encoding pattern.
4041         (rfc2047-decode-region): Switch strict regexp and loose one according
4042         to rfc2047-allow-irregular-q-encoded-words.
4043
4044 2007-11-25  Romain Francoise  <romain@orebokech.com>
4045
4046         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4047
4048 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * tls.el (tls-program): Provide more custom choices from
4051         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4052         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4053
4054 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4057         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4058
4059         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4060         `nnmail-spool-file'.
4061
4062         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4063         `nnmail-spool-file'.
4064
4065         * gnus-move.el (gnus-change-server): Ditto.
4066
4067         * gnus-kill.el (gnus-batch-score): Ditto.
4068
4069         * gnus-cache.el (gnus-jog-cache): Ditto.
4070
4071         * gnus-msg.el (gnus-summary-reply):
4072         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4073
4074 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4075
4076         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4077         version.  Minor improvement to doc strings.
4078         (tls-program): Add comment.
4079
4080 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4081
4082         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4083         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4084         mismatch between the hostname provided in the certificate and the name
4085         of the host connnecting to.
4086         (open-tls-stream): Use them.  Check certificates against trusted root
4087         certificates.
4088
4089 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * gnus-cache.el (gnus-cache-generate-nov-databases):
4092         Use nnml-generate-nov-databases-directory instead of
4093         nnml-generate-nov-databases-1.
4094
4095 2007-11-24  Glenn Morris  <rgm@gnu.org>
4096
4097         * message.el (message-tool-bar-retro): Update for rename
4098         mail_send.xpm->mail-send.xpm.
4099
4100 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4103         `smime-ldap-search' for Emacs 22 and up.
4104
4105 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4108
4109         * message.el (message-send-mail-function): Fix error convention.
4110         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4111         (message-widen-reply, message-send-mail, message-talkative-question)
4112         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4113         (message-clone-locals, message-send-news): Use with-current-buffer.
4114         (message-insert-or-toggle-importance): Remove unused var `valid'.
4115         (message-make-references): Remove unused var `new-references'.
4116         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4117
4118 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4119
4120         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4121         (spam-split-symbolic-return-positive): Reflow docstring.
4122         (spam-backends, spam-summary-exit-behavior)
4123         (spam-mark-ham-unread-before-move-from-spam-group)
4124         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4125         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4126         (spam-clear-cache, spam-backend-check, spam-install-backend)
4127         (spam-install-statistical-backend, spam-list-of-processors)
4128         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4129         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4130         (spam-check-crm114, spam-initialize, spam-unload-hook):
4131         Fix typos in docstrings.
4132
4133 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4136         been checked if they have never been read and those group levels are
4137         higher than the one that a user specified.
4138
4139 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4142         foreign groups unless a group level is specified by a user.
4143         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4144
4145 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * message.el (message-send-mail-function): Require sendmail.
4148
4149 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * message.el (message-send-mail-function): Check for smtpmail too.
4152
4153         * utf7.el (utf7-encode, utf7-decode): Use coding system
4154         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4155
4156         * message.el (message-send-mail-function): New function.
4157         (message-send-mail-function): Set default using
4158         message-send-mail-function.  Adjust doc string.
4159         (message-send-mail-with-mailclient): New function.
4160
4161 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4162
4163         * smime.el (from):
4164         * rfc2047.el (message-posting-charset):
4165         * qp.el (mm-use-ultra-safe-encoding):
4166         * pop3.el (parse-time-months):
4167         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4168         * nnml.el (files):
4169         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4170         (jka-compr-compression-info-list, ange-ftp-path-format)
4171         (efs-path-regexp):
4172         * nndiary.el (files):
4173         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4174         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4175         (epg-digest-algorithm-alist, inhibit-redisplay)
4176         (password-cache-expiry):
4177         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4178         (pgg-output-buffer, password-cache-expiry):
4179         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4180         (efs-path-regexp):
4181         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4182         (inhibit-redisplay):
4183         * mm-uu.el (file-name, start-point, end-point, entry)
4184         (gnus-newsgroup-name, gnus-newsgroup-charset):
4185         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4186         (latin-unity-ucs-list):
4187         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4188         (mm-uu-binhex-decode-function):
4189         * message.el (gnus-message-group-art, gnus-list-identifiers)
4190         (rmail-enable-mime-composing, gnus-local-organization)
4191         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4192         (gnus-read-active-file, facemenu-add-face-function)
4193         (facemenu-remove-face-function, gnus-article-decoded-p)
4194         (tool-bar-mode):
4195         * mail-source.el (display-time-mail-function):
4196         * gnus-util.el (nnmail-pathname-coding-system)
4197         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4198         (gnus-original-article-buffer, gnus-user-agent)
4199         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4200         (xemacs-codename, sxemacs-codename, emacs-program-version):
4201         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4202         * gnus-start.el (gnus-agent-covered-methods)
4203         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4204         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4205         (gnus-newsgroup-headers, gnus-group-list-mode)
4206         (gnus-group-mark-positions, gnus-newsgroup-data)
4207         (gnus-newsgroup-unreads, nnoo-state-alist)
4208         (gnus-current-select-method, mail-sources)
4209         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4210         (nnmail-spool-file, gnus-cache-active-hashtb):
4211         * gnus-mh.el (mh-lib-progs):
4212         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4213         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4214         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4215         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4216         (gnus-group-buffer):
4217         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4218         (font-lock-set-defaults):
4219         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4220         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4221         (gnus-summary-post-menu, total-parts, type, condition, length):
4222         * gnus-agent.el (gnus-agent-read-agentview):
4223         * flow-fill.el (show-trailing-whitespace):
4224         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4225         eval-and-compile wrappers for byte compiler pacifiers.
4226
4227         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4228         (mm-display-inline-fontify): Check for featurep 'xemacs not
4229         extent-list.
4230
4231         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4232         itimer-list.
4233         (mm-create-image-xemacs): Only do something for XEmacs.
4234         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4235
4236         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4237
4238         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4239         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4240
4241 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4242
4243         * nnimap.el (nnimap-split-download-body):
4244         * gnus-demon.el (gnus-demon):
4245         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4246
4247 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4250         macros.
4251         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4252         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4253         copy data from unibyte buffer to multibyte current buffer.
4254         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4255         to copy data from unibyte current buffer to multibyte buffer.
4256         (nntp-make-process-buffer): Make process buffer unibyte.
4257
4258         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4259
4260 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4261
4262         * pop3.el (pop3-open-server): Accept and process data more robustly at
4263         connexion start to avoid spurious "POP SSL connexion failed" errors.
4264
4265 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4268         read group names.
4269
4270 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4271
4272         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4273
4274 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4277         (nnmail-save-active): Use a unibyte buffer when saving active file,
4278         which may contain non-ASCII group names.
4279
4280         * nnml.el (nnml-request-group): Decode group names in messages.
4281
4282 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * message.el (message-citation-line-function)
4285         (message-insert-formatted-citation-line): Fix spelling of
4286         `message-insert-formated-citation-line'.
4287
4288 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4291
4292 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4295         nnmail-pathname-coding-system.
4296
4297         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4298         that a user enters; decode group names in messages.
4299
4300         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4301
4302 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4305
4306         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4307
4308         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4309         risky local variable.
4310
4311         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4312
4313 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4314
4315         * encrypt.el: Improve documentation to fix function name typo.
4316         Reported by Daiki Ueno <ueno@unixuser.org>.
4317
4318 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4321         even if the point is not in the last page of an article.
4322         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4323         back to the previous page.
4324
4325 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4328
4329 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4332
4333 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4334
4335         * message.el (message-check-news-body-syntax): Avoid
4336         mm-string-as-multibyte.
4337         (message-hide-headers): Don't assume (point-min)==1.
4338
4339 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * message.el (message-remove-blank-cited-lines): Fix if remove is
4342         given.
4343         (message-bogus-address-regexp): New variable.
4344         (message-bogus-recipient-p): New function.
4345         (message-check-recipients): New command.
4346         (message-syntax-checks): Add `bogus-recipient'.
4347         (message-fix-before-sending): Add `bogus-recipient'.
4348
4349         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4350         (gnus-treat-body-boundary): Don't test window-system.
4351
4352 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4353
4354         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4355
4356 2007-10-28  Miles Bader  <miles@gnu.org>
4357
4358         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4359         at compile-time too.
4360
4361 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * gnus-msg.el (gnus-message-setup-hook): Add
4364         `message-remove-blank-cited-lines' to options.
4365
4366 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * message.el (message-remove-blank-cited-lines): New function.
4369         Suggested by Karl Plästerer.
4370
4371 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4374         mapc.
4375
4376         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4377         (top-level): Use mapc to set functions to be traced for debugging.
4378
4379         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4380         called for effect with while loop.
4381
4382         * message.el (message-talkative-question): Replace mapcar called for
4383         effect with mapc.
4384
4385         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4386         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4387         called for effect with dolist.
4388
4389         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4390
4391         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4392         gnus-extra-headers and nnmail-extra-headers.
4393
4394         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4395         called for effect with dolist.
4396         (top-level): Use mapc to set functions to be traced for debugging.
4397
4398         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4399         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4400         dolist.
4401
4402         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4403         Replace mapcar called for effect with mapc.
4404         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4405         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4406         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4407         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4408
4409         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4410         remove-if that's a cl function.
4411
4412         * webmail.el (webmail-debug): Replace mapcar called for effect with
4413         dolist.
4414
4415         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4416         with mapc.
4417
4418 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4421         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4422         with while loop.
4423
4424         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4425         functions from article-* functions.
4426         (gnus-multi-decode-header): Replace mapcar called for effect with
4427         dolist.
4428
4429         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4430         (gnus-bookmark-show-details): Replace mapcar called for effect with
4431         while loop.
4432
4433         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4434         called for effect with while loop.
4435
4436         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4437         with dolist.
4438
4439         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4440         mapcar called for effect with dolist.
4441
4442         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4443
4444         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4445         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4446         Replace mapcar called for effect with dolist.
4447         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4448         mapc.
4449
4450         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4451         Replace mapcar called for effect with dolist.
4452         (gnus-topic-list): Replace mapcar called for effect with mapc.
4453
4454         * gnus.el: Use mapc instead of mapcar to add autoloads.
4455
4456 2007-10-23  Richard Stallman  <rms@gnu.org>
4457
4458         * gnus-group.el (gnus-group-highlight): Mark as risky.
4459
4460 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus.el (gnus-server-to-method): Return method found first in
4463         gnus-newsrc-alist.
4464
4465         * gnus-art.el (gnus-article-highlight-signature)
4466         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4467         button overlay without the front stickiness.
4468
4469 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4470
4471         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4472         overview buffer needed a catch to receive its throw.
4473         (gnus-agent-flush-cache): Declared as interactive to make this function
4474         easier to use.
4475
4476 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4479         `next-line'.
4480
4481 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4484         exclude address matching message-dont-reply-to-names.
4485
4486 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * gnus-util.el (gnus-string<): New function.
4489
4490         * gnus-sum.el (gnus-article-sort-by-author)
4491         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4492
4493 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4496         the frame-focus tag is set in gnus-buffer-configuration.
4497
4498 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4501         the front stickiness.
4502
4503 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4506         url pattern; remove duplicate one.
4507         (gnus-article-extend-url-button): New function.
4508         (gnus-article-add-buttons): Use it.
4509         (gnus-button-push): Use concatenated url that it makes.
4510
4511 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4512
4513         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4514
4515 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4516
4517         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4518         Don't hardcode point-min==1.
4519
4520 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4523         Fix comment about "iso8859-1".
4524
4525 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4526
4527         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4528         ones returned from the verify-function.
4529
4530         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4531         mml2015-extract-cleartext-signature if extraction failed.
4532
4533 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4534
4535         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4536         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4537         failed.
4538
4539 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4542
4543 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4546         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4547         recommends to use EasyPG instead of PGG.
4548
4549         * pgg.el: Revert to revision 6.23.2.16.
4550
4551         * pgg-def.el: Revert to revision 6.6.2.14.
4552
4553         * pgg-gpg.el: Revert to revision 6.23.2.34.
4554
4555 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4558         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4559         thread for both the null and zero (kill/expire thread) universal prefix
4560         cases.
4561         (gnus-summary-expire-thread): Add new function to expire a thread,
4562         using gnus-summary-kill-thread.
4563         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4564         shortcuts for gnus-summary-expire-thread.
4565         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4566         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4567
4568 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4571         extras value, so an extras entry can be deleted.
4572         (gnus-registry-delete-extra-entry): Use it.
4573         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4574         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4575         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4576         storage through the gnus-registry, and provide an appropriate API for
4577         it.
4578
4579 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4582         Suggested by Leo <sdl.web@gmail.com>.
4583
4584         * gnus.el: Do.
4585
4586 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4589         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4590
4591         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4592
4593         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4594         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4595
4596 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4599         newline.
4600         (nnmbox-request-accept-article): Don't change article in source buffer;
4601         narrow to header to use message-fetch-field rather than
4602         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4603         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4604         as delimiters; make sure article ends with newline.
4605         (nnmbox-delete-mail): Correct last position of article to be deleted;
4606         ignore X-Gnus-Newsgroup header in article body.
4607         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4608         positions; make sure article ends with newline.
4609
4610         * message.el (message-display-abbrev): Don't infloop when a user
4611         inserts SPC in the beginning of header.
4612
4613         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4614         coding-system-for-read and coding-system-for-write for XEmacs having no
4615         file-coding feature.
4616
4617         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4618
4619 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4620
4621         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4622         list of groups not followed by default.  Fix type to be regexp.
4623         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4624
4625 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4626
4627         * hmac-def.el (define-hmac-function): Switch from old-style to
4628         new-style backquotes.
4629
4630         * md4.el (md4-make-step): Likewise.
4631
4632 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4635         raw-text coding system when saving .newsrc file, which may contain
4636         non-ASCII group names.
4637
4638 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * gnus-cus.el (gnus-score-extra): New widget.
4641         (gnus-score-extra-convert): New function.
4642         (gnus-score-customize): Use it for Extra.
4643
4644 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4645
4646         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4647         (mml2015-mailcrypt-clear-verify): Use it.
4648         (mml2015-gpg-clear-verify): Use it.
4649         (mml2015-pgg-clear-verify): Use it.
4650         (mml2015-epg-clear-verify): Replace the current part with the output
4651         from GnuPG; don't extract the plaintext by itself.
4652
4653         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4654         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4655         mml2015-clear-verify-function; don't touch the armor headers or
4656         dash-escaped text here.
4657
4658 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4661         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4662         parts, or application/octet-stream as a last resort.
4663         (gnus-mime-view-part-as-type): Don't toggle display.
4664         (gnus-mime-view-part-as-charset): Don't turn off display before
4665         querying charset.
4666
4667         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4668         stuff to undisplayer function in Emacs.
4669         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4670
4671         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4672         text/calendar parts.
4673
4674 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4677         decoding text/calendar parts.
4678
4679         * message.el (message-forward-make-body-mime): Always mark body as
4680         having no illegible text; remove signed-or-encrypted argument.
4681         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4682
4683         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4684         (mml-generate-mime-1): Don't encode body if it is specified to be in
4685         raw form; don't make buffer be unibyte when inserting multibyte string.
4686
4687 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4688
4689         * sha1.el: Fix up comment style.
4690         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4691         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4692
4693         * hex-util.el: Fix up comment style.
4694         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4695
4696         * gnus-salt.el: Use with-current-buffer.
4697         (gnus-pick-setup-message): Fix long-standing typo.
4698
4699 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * imap.el (imap-logout-timeout): New variable.
4702         (imap-logout, imap-logout-wait): New functions.
4703         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4704
4705         * nnimap.el (nnimap-logout-timeout): New server variable.
4706         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4707         nnimap-logout-timeout.
4708
4709         * gnus-art.el (gnus-article-summary-command-nosave)
4710         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4711
4712 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus.el (gnus-maximum-newsgroup): New variable.
4715
4716         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4717         according to gnus-maximum-newsgroup.
4718
4719         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4720         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4721         Limit the range of articles according to gnus-maximum-newsgroup.
4722
4723 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4724
4725         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4726         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4727         Don't perform gnus-configure-windows here; reuse existing sticky
4728         article buffer.
4729
4730         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4731         it doesn't exist in gnus-article-mode.
4732
4733 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4736         (gnus-agent-decoded-group-name): New function.
4737         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4738         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4739
4740 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4741
4742         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4743         Add binding for gnus-sticky-article.
4744         (gnus-summary-exit): Don't kill sticky article buffers.
4745
4746         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4747         article buffer.
4748         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4749         (gnus-kill-sticky-article-buffers): New commands.
4750
4751 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * nntp.el (nntp-xref-number-is-evil): New server variable.
4754         (nntp-find-group-and-number): If it is non-nil, don't trust article
4755         numbers in the Xref header.
4756
4757 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-agent.el (gnus-agent-read-group): New function.
4760         (gnus-agent-flush-group, gnus-agent-expire-group)
4761         (gnus-agent-regenerate-group): Use it.
4762         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4763         nnmail-pathname-coding-system.
4764
4765 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4768
4769         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4770         that are unread as unread, and also as selected so that information of
4771         marks having been changed by a user may be updated when exiting group.
4772
4773 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4776         calculated ignoring signature parts to gnus-treat-article.
4777
4778 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4781         a point here in order to keep the window start.
4782         (gnus-insert-mime-security-button): Make a button overlay without the
4783         front stickiness.
4784         (gnus-mime-display-security): Goto the end of a button.
4785
4786         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4787
4788 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4791         group-name-at-point.
4792         (gnus-group-completing-read): New function that offers decoded
4793         non-ASCII group names for completion.
4794         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4795         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4796         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4797         (gnus-group-fetch-control): Use it.
4798         (gnus-fetch-group): Use group-name-at-point for the initial value
4799         rather than the default value; use gnus-alive-p.
4800
4801         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4802         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4803         (gnus-summary-post-news): Use gnus-group-completing-read.
4804
4805         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4806         (gnus-read-move-group-name): Decode group name for completion.
4807
4808 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4811         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4812         Yamaoka slightly modified the code).
4813
4814 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4817         (nnmail-split-incoming): Bind it.
4818
4819         * nnml.el (nnml-group-name-charset): New function.
4820         (nnml-decoded-group-name): Use it; don't decode group name if
4821         nnmail-group-names-not-encoded-p is non-nil.
4822         (nnml-encoded-group-name): New function.
4823         (nnml-group-pathname): Inline nnml-decoded-group-name.
4824         (nnml-request-expire-articles): Decode group name in message.
4825         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4826         nnmail-pathname-coding-system.
4827         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4828         not decoded ones according to nnmail-group-names-not-encoded-p.
4829         (nnml-generate-active-info): Use nnml-encoded-group-name.
4830
4831 2007-08-08  Glenn Morris  <rgm@gnu.org>
4832
4833         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4834         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4835         doc-strings and comments.
4836
4837 2007-07-25  Glenn Morris  <rgm@gnu.org>
4838
4839         * Relicense all FSF files to GPLv3 or later.
4840
4841 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-sum.el (gnus-summary-move-article): Make
4844         gnus-summary-respool-article work.
4845
4846 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4849         string.
4850
4851 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4852
4853         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4854         that should be ignored when comparing distant RSS articles with local
4855         ones.
4856         (nnrss-make-hash-index): New function.  Create a hash index according
4857         to the ignored fields.
4858         (nnrss-check-group): Use it.
4859
4860 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4863
4864         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4865
4866         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4867         the new optional argument ENCODED is non-nil.
4868         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4869         coding system for encoding group name.
4870         (gnus-group-make-rss-group): Pass un-encoded group name to
4871         gnus-group-make-group.
4872         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4873         encoded.
4874
4875         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4876         Encode group name to which articles are moved or copied.
4877         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4878         coding system for encoding Newsgroup, Followup-To and Xref headers.
4879
4880         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4881         marks; use nnheader-file-coding-system to write a file.
4882         (nnagent-retrieve-headers): Bind file-name-coding-system to
4883         nnmail-pathname-coding-system.
4884
4885         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4886
4887         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4888         (nnml-request-article, nnml-request-create-group)
4889         (nnml-request-rename-group, nnml-find-id)
4890         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4891         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4892         (nnml-save-marks): Use nnml-group-pathname instead of
4893         nnmail-group-pathname.
4894
4895         (nnml-request-create-group, nnml-request-expire-articles)
4896         (nnml-request-move-article, nnml-request-delete-group)
4897         (nnml-deletable-article-p, nnml-possibly-create-directory)
4898         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4899         (nnml-open-marks): Bind file-name-coding-system to
4900         nnmail-pathname-coding-system.
4901
4902         (nnml-request-article): Pass server argument to nnml-find-group-number.
4903         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4904         server argument to nnml-possibly-create-directory.
4905         (nnml-request-accept-article): Pass server argument to
4906         nnml-active-number and nnml-save-mail.
4907         (nnml-find-group-number): Pass server argument to nnml-find-id.
4908         (nnml-request-update-info): Pass server argument to
4909         nnml-marks-changed-p.
4910
4911         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4912         (nnml-save-mail, nnml-active-number): Add server argument.
4913
4914         (nnml-request-delete-group): Warn if group is missing.
4915         (nnml-get-nov-buffer): Decode group name.
4916         (nnml-generate-active-info): Encode group name.
4917         (nnml-open-marks): Decode group name in messages.
4918
4919 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4922         if it is not specified.
4923         (gnus-article-pipe-part, gnus-article-save-part)
4924         (gnus-article-interactively-view-part, gnus-article-copy-part)
4925         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4926         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4927         (gnus-article-replace-part, gnus-article-delete-part)
4928         (gnus-article-view-part-as-type): Pass raw prefix argument to
4929         gnus-article-part-wrapper.
4930
4931 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-agent.el (gnus-agent-save-active): Bind
4934         nnheader-file-coding-system to gnus-agent-file-coding-system.
4935
4936         * gnus-cache.el (gnus-cache-save-buffers)
4937         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4938         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4939         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4940         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4941         (gnus-cache-generate-active, gnus-cache-rename-group)
4942         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4943         (gnus-cache-update-overview-total-fetched-for): Bind
4944         file-name-coding-system to nnmail-pathname-coding-system.
4945         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4946         variables.
4947         (gnus-cache-decoded-group-name): New function.
4948         (gnus-cache-file-name): Use it.
4949         (gnus-cache-generate-active): Use non-decoded group name for active.
4950
4951         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4952         right place.
4953         (gnus-write-active-file): Don't break non-ASCII group names.
4954
4955         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4956         nnmail-pathname-coding-system.
4957
4958         * lpath.el: Bind default-file-name-coding-system,
4959         file-name-coding-system and language-info-alist for XEmacs.
4960
4961         * gnus-uu.el (gnus-uu-decode-save): Typo.
4962
4963 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4966
4967 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4970         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4971         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4972         (gnus-agent-flush-group, gnus-agent-flush-cache)
4973         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4974         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4975         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4976         (gnus-agent-regenerate-group)
4977         (gnus-agent-update-files-total-fetched-for)
4978         (gnus-agent-update-view-total-fetched-for): Bind
4979         file-name-coding-system to nnmail-pathname-coding-system.
4980         (gnus-agent-group-pathname): Don't encode file names by
4981         nnmail-pathname-coding-system.
4982         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4983         coding-system-for-write instead of buffer-file-coding-system to
4984         gnus-agent-file-coding-system.
4985
4986         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4987         Decode group name.
4988
4989         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4990
4991         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4992         (gnus-read-newsrc-el-file): Make group names unibyte.
4993
4994         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4995         nnmail-pathname-coding-system.
4996
4997         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4998         (nnrss-request-delete-group): Bind file-name-coding-system to
4999         nnmail-pathname-coding-system.
5000         (nnrss-read-server-data, nnrss-read-group-data): Bind
5001         file-name-coding-system correctly.
5002         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5003
5004         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5005         (nntp-server-to-method-cache): New variable.
5006         (nntp-group-pathname): New function that decodes non-ASCII group names.
5007         (nntp-possibly-create-directory, nntp-marks-changed-p)
5008         (nntp-save-marks, nntp-open-marks): Use it.
5009         (nntp-possibly-create-directory, nntp-open-marks):
5010         Bind file-name-coding-system to nnmail-pathname-coding-system.
5011         (nntp-open-marks): Decode group names when bootstrapping marks.
5012
5013         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5014         Newsgroups and Folowup-To headers.
5015
5016 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5019         (gnus-server-closed-face, gnus-server-denied-face)
5020         (gnus-server-offline-face): Remove variable.
5021         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5022
5023         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5024         of modifying message-stack directly for XEmacs.
5025
5026         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5027         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5028         if the coding-system argument is nil for XEmacs.
5029
5030         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5031         mm-charset-override-alist.
5032
5033         * rfc2047.el: Don't require base64; require rfc2045 for the function
5034         rfc2045-encode-string.
5035         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5036         to quote the parameter value.
5037
5038 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5041         form in gnus-group-name-charset-method-alist.
5042
5043         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5044         overrides the default layout edit-form.
5045
5046         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5047
5048         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5049
5050 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5053         as unfetched articles.
5054
5055 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5058
5059 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5062         original back end that keeps marks in the local system.
5063
5064 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5067         arg of pop-to-buffer for XEmacs.
5068         (gnus-article-read-summary-keys): Ditto; don't restore window
5069         configuration if summary command ends up with neither article buffer
5070         nor summary buffer; describe bindings if summary keys end with C-h.
5071
5072 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * message.el (message-fix-before-sending): Skip raw message part to be
5075         forwarded while checking illegible text.
5076         (message-forward-make-body-mime, message-forward-make-body): Mark
5077         signed or encrypted raw message as having no illegible text.
5078
5079 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5082         (gnus-message-with-timestamp-1): New macro.
5083         (gnus-message-with-timestamp): New function.
5084         (gnus-message): Use them.
5085
5086         * nnheader.el (nnheader-message): Use them.
5087
5088 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5091         .newsrc.eld file.
5092
5093 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-agent.el (gnus-agent-fetch-headers)
5096         (gnus-agent-retrieve-headers): Bind
5097         gnus-decode-encoded-address-function to identity.
5098
5099         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5100         available also when the server returns simply a dot.
5101
5102         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5103
5104 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5107
5108 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-ems.el (gnus-x-splash): Make it work.
5111
5112         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5113         from being used.
5114
5115         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5116
5117 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5120         4th and the 5th arguments.
5121
5122         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5123         the front stickiness.
5124         (gnus-article-summary-command-nosave): Correct the order of the
5125         arguments passed to pop-to-buffer.
5126         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5127         summary command ends up with the article buffer.
5128
5129         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5130         the same faces.
5131
5132 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5133
5134         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5135
5136 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5137
5138         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5139         * gnus-sum.el (gnus-summary-highlight):
5140         * pgg.el (pgg-sign-region, pgg-sign):
5141         * mail-source.el (mail-source-delete-old-incoming-confirm):
5142         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5143
5144 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * gnus-art.el (gnus-mime-view-part-externally)
5147         (gnus-mime-view-part-internally): Fix predicate function passed to
5148         completing-read.
5149
5150         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5151
5152         * gnus.el (gnus-update-message-archive-method): Add :version.
5153
5154 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus.el (gnus-update-message-archive-method): New variable.
5157
5158         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5159         according to gnus-message-archive-method if
5160         gnus-update-message-archive-method is non-nil.
5161
5162 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5165         by Loic Dachary <loic@dachary.org>.
5166         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5167
5168 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * message.el (message-pop-to-buffer): Add switch-function argument.
5171         (message-mail): Pass switch-function argument to it.
5172
5173 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5176         Improve doc string.
5177
5178 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5181         (gnus-header-content)
5182         * gnus-cite.el (gnus-cite-10)
5183         * gnus-srvr.el (gnus-server-closed)
5184         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5185         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5186         (gnus-group-mail-3-empty, gnus-group-mail-low)
5187         (gnus-group-mail-low-empty, gnus-splash)
5188         * message.el (message-header-to, message-header-cc)
5189         (message-header-subject, message-header-other, message-header-name)
5190         (message-header-xheader, message-separator, message-cited-text)
5191         (message-mml): Lighten colors of faces used for dark background.
5192
5193 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5194
5195         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5196         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5197
5198 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * message.el (message-narrow-to-headers-or-head):
5201         Ignore mail-header-separator in the body.
5202
5203 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5206         same as window size.
5207
5208 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5209
5210         * message.el (message-font-lock-keywords): Use message-header-xheader
5211         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5212         ahead of the anything pattern, to get it recognised.
5213
5214 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5217         spam.el loads uses it in the compiled defadvice form.
5218
5219 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5220
5221         * gnus-sum.el (gnus-articles-to-read)
5222         (gnus-summary-insert-old-articles): Don't truncate group name for
5223         `read-string'.
5224
5225         * gnus-util.el (gnus-limit-string): Delete this function.
5226
5227         * gnus-sum.el (gnus-simplify-subject-fully): Use
5228         `truncate-string-to-width' instead.
5229
5230 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5231
5232         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5233         if, on summary exit, the next group has to be selected.
5234         (gnus-summary-exit): Use it.
5235
5236 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5239         non-break space.
5240
5241 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5244         Check if group is not a directory.
5245         (nnfolder-request-expire-articles): Don't delete articles if the target
5246         group is not available.
5247
5248         * nnml.el (nnml-request-create-group): Properly check if group is not a
5249         file.
5250         (nnml-request-expire-articles): Don't delete articles if the target
5251         group is not available.
5252
5253         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5254         Don't quote characters that are within parentheses.
5255
5256 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5259         (gnus-handle-ephemeral-exit): Select article according to it.
5260
5261 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * message.el (message-insert-formated-citation-line): Remove newline.
5264         (message-citation-line-format): Add final \n here so that the user can
5265         avoid a blank line.
5266
5267 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5268
5269         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5270         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5271         Update lanl/arXiv support.
5272
5273 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5274
5275         * gnus.el: Bump version number.
5276
5277 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * gnus.el (gnus-version-number): Bump version.
5280
5281 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5282
5283         * gnus.el: No Gnus v0.6 is released.
5284
5285 2007-04-27  Didier Verna  <didier@xemacs.org>
5286
5287         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5288         * gmm-utils.el (gmm-regexp-concat): here.
5289         * message.el: Don't require 'gnus-util.
5290         (message-dont-reply-to-names): Handle name change above.
5291         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5292
5293 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5296         since the initial value varies according to the system.
5297
5298 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5301
5302 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5303
5304         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5305
5306 2007-04-24  Didier Verna  <didier@xemacs.org>
5307
5308         Improve the type of gnus-ignored-from-addresses.
5309         * gnus-util.el (gnus-orify-regexp): New function.
5310         * message.el (gnus-util): Require it.
5311         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5312         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5313         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5314
5315 2007-04-24  Didier Verna  <didier@xemacs.org>
5316
5317         * gnus-sum.el:
5318         * gnus-utils.el: Fix some trailing whitespaces.
5319
5320 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5323         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5324         article's Message-ID; refer parent article in summary buffer.
5325
5326         * message.el (message-bounce): Call mime-to-mml.
5327
5328         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5329         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5330         optimize and/or forms properly.
5331
5332 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5335         URL.
5336
5337 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5340
5341 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5344         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5345         displayed of multipart/alternative part if it is invoked from summary
5346         buffer.
5347
5348         * mm-view.el (mm-inline-text-html-render-with-w3m)
5349         (mm-inline-text-html-render-with-w3m-standalone)
5350         (mm-inline-render-with-function): Use mail-parse-charset by default.
5351
5352 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5353
5354         * parse-time.el (parse-time-string-chars): Check if CHAR
5355         is less than the length of parse-time-syntax.
5356
5357 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5360         from gnus-newsgroup-processable.
5361
5362 2007-04-16  Didier Verna  <didier@xemacs.org>
5363
5364         * gnus-msg.el (gnus-configure-posting-styles): Handle
5365         message-signature-directory properly with :file syntax.  Reported by
5366         "Leo".
5367
5368 2007-04-11  Didier Verna  <didier@xemacs.org>
5369
5370         New user option: message-signature-directory.
5371         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5372         * message.el (message-insert-signature): Ditto.
5373         * message.el (message-signature-file): Doc update.
5374         * message.el (message-signature-directory): New.
5375
5376 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-msg.el (gnus-inews-yank-articles): Use
5379         message-exchange-point-and-mark instead of exchange-point-and-mark.
5380
5381 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * message.el (message-yank-original): Make sure cited text ends with
5384         newline; don't exchange point and mark.
5385
5386 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5387
5388         * tls.el (open-tls-stream): Properly handle case where there
5389         is no associated buffer.
5390
5391 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5392
5393         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5394         message-yank-original, make sure (< mark TEXT point).
5395
5396 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * message.el (message-fill-column): New variable.
5399         (message-mode): Use it.  Add comment on a possible new hook.
5400
5401         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5402         (nnmail-get-new-mail): Reformat.
5403
5404         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5405
5406         * gmm-utils.el: Fix Commentary.
5407         (gmm-tool-bar-from-list): Fix typo in doc string.
5408
5409 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5410
5411         * message.el (message-yank-original): Don't switch point and mark
5412         unnecessarily to put point and mark as documented.
5413
5414 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5417         from the message heads.
5418
5419 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5420
5421         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5422         article buffer does not have a window.  This may not be the best
5423         solution but is certainly better than setting the start of the null,
5424         that is the current, window.
5425
5426 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5429         (gnus-draft-setup): Run it.
5430
5431         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5432         gnus-score-fast-scoring.  Allow regexp.
5433         (gnus-score-headers): Use it.
5434
5435         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5436         XEmacs.
5437
5438         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5439         string.
5440         (gnus-button-alist): Also catch `<f1> k ...'.
5441         (gnus-treat-display-x-face): Fix doc string.
5442
5443 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5444
5445         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5446         evaluation of gnus-extended-version to ensure correct generation of the
5447         User-Agent header when message-generate-headers-first is used.
5448
5449 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5450
5451         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5452         hashcash-path is nil.  Don't call callback with incorrect number of
5453         parameters if val is 0.
5454
5455 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5456
5457         * message.el (message-required-news-headers):
5458         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5459
5460 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5461
5462         * tls.el (open-tls-stream): In handshake-waiting loop,
5463         don't wait more if there is output available to process.
5464
5465 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5466
5467         * tls.el (tls-program): Doc fix.
5468
5469 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * message.el (message-generate-new-buffers): Change the meaning of the
5472         nil value; add `standard' to the choices; treat t as `unique'; improve
5473         doc string.
5474         (gnus-select-frame-set-input-focus): Autoload.
5475         (message-buffer-name): Search for the existing message buffer if
5476         message-generate-new-buffers is nil or `standard'; treat the value t of
5477         message-generate-new-buffers as `unique'.
5478         (message-pop-to-buffer): Raise the frame already displaying the message
5479         buffer; clear the echo area after querying.
5480         (message-setup): Pass the `continue' argument to compose-mail.
5481         (message-mail): Prefer `switch-function' if it is given; search for the
5482         existing message buffer if the `continue' argument is non-nil; pass
5483         continue and switch-function arguments to compose-mail by way of
5484         message-setup.
5485         (message-mail-other-window): Adjust argument of message-setup.
5486         (message-mail-other-frame): Ditto.
5487
5488 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5491         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5492         to turn font-lock on when turning gnus-message-citation-mode on.
5493
5494 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5495
5496         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5497         (mml-smime-function-alist): New variable; add epg as the backend.
5498         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5499         mml-smime- functions instead.
5500         * mm-view.el: Require smime.
5501
5502 2007-03-05  Didier Verna  <didier@xemacs.org>
5503
5504         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5505         instead of just inheritance for posting styles.
5506         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5507
5508 2007-02-24  Chris Moore  <dooglus@gmail.com>
5509
5510         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5511         * pgg-pgp.el (pgg-pgp-encrypt-region):
5512         * pgg-gpg.el (pgg-gpg-encrypt-region):
5513         Check pgg-encrypt-for-me if no other recipients.
5514
5515 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5516
5517         * tls.el (tls-certtool-program): Fix custom type.
5518
5519 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5522         and point-at-eol instead of line-(beginning|end)-position.
5523
5524         * assistant.el (assistant-parse-buffer): Ditto.
5525
5526         * netrc.el (netrc-parse-services): Ditto.
5527
5528 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5529
5530         * mml2015.el (mml2015-epg-find-usable-key): New function.
5531         (mml2015-epg-sign): Use it.
5532         (mml2015-epg-encrypt): Use it.
5533
5534 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * message.el (message-make-in-reply-to): Quote name containing
5537         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5538         if there are special characters.  Reported by NAKAJI Hiroyuki
5539         <nakaji@jp.freebsd.org>.
5540
5541 2007-02-27  Didier Verna  <didier@xemacs.org>
5542
5543         Include the group parameters as well as the topic ones in the
5544         inheritance filter process.
5545         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5546         argument GROUP-PARAMS-LIST.
5547         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5548
5549 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * nntp.el (nntp-never-echoes-commands)
5552         (nntp-open-connection-functions-never-echo-commands): New variables.
5553         (nntp-send-command): Use them.
5554
5555 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5556
5557         * mml2015.el (mml2015-epg-verify): Simplified.
5558
5559 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * mml.el (mml-content-disposition-alist): New user option.
5562         (mml-content-disposition): New function.
5563         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5564         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5565
5566 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5567
5568         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5569         verification.
5570
5571 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5572
5573         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5574         articles posted in the last 24 hours.
5575
5576 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5577
5578         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5579
5580 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5581
5582         * nntp.el (nntp-send-command): Don't wait for echoes when
5583         nntp-open-ssl-stream is used.
5584
5585 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5588         (gnus-message-add-citation-keywords)
5589         (gnus-message-remove-citation-keywords): Remove.
5590         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5591         directly, make the variables in font-lock-defaults buffer-local, add
5592         gnus-message-citation-keywords to them and then update the value of
5593         font-lock-keywords.
5594
5595 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * message.el (message-cite-original-1): Don't call
5598         gnus-article-highlight-citation.
5599
5600         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5601         citations; fix line count.
5602
5603 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5606         (gnus-message-add-citation-keywords)
5607         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5608         versions of font-lock-add-keywords and font-lock-remove-keywords to
5609         work with XEmacs correctly.
5610
5611 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-cite.el (gnus-cite-face-list): Set the values of
5614         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5615         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5616         (gnus-message-cite-prefix-regexp): New variable.
5617         (gnus-message-search-citation-line): Use it; protect against long
5618         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5619         the 0th match data for Emacs.
5620         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5621         (gnus-message-add-citation-keywords): Append keywords rather than
5622         prepending; emulate font-lock-add-keywords if it is not available.
5623         (gnus-message-remove-citation-keywords): Emulate
5624         font-lock-remove-keywords if it is not available.
5625
5626         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5627
5628         * message.el (message-cite-prefix-regexp): Set the value of
5629         gnus-message-cite-prefix-regexp.
5630
5631 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5632
5633         * nnweb.el (nnweb-google-parse-1): Update parser.
5634
5635 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5636
5637         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5638
5639 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5640
5641         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5642         regexp.
5643
5644 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5647         string-to-multibyte.
5648         (uudecode-decode-region-internal): Use it.
5649
5650         * lpath.el: Fbind string-as-multibyte for XEmacs.
5651
5652 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5655         custom choice.
5656
5657         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5658
5659 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5660
5661         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5662
5663         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5664         `write-region' to respect `mm-inhibit-file-name-handlers'.
5665
5666 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5669         Use gnus-home-directory instead of "~/" or "$HOME".
5670
5671 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5674         to mention filename.
5675         Add comments at beginning regarding usage.
5676         (encrypt-write-file-contents): Change interactive so a string is
5677         acceptable.  If the file has no associated model, show an error instead
5678         of a nonsense prompt.
5679
5680 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5681
5682         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5683         Thanks to Yoshihiko Yamada for kind notification of this typo.
5684
5685 2007-01-12  Kenichi Handa  <handa@m17n.org>
5686
5687         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5688         multibyte buffer.
5689
5690 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * gnus-score.el (gnus-score-fast-scoring): New variable.
5693         (gnus-score-headers): Use it.
5694
5695         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5696
5697         * message.el (message-cite-original-1): Call
5698         gnus-article-highlight-citation if requested.
5699         (message-make-from): Allow name and address as optional arguments.
5700
5701         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5702
5703         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5704         bugs to doc string.
5705         (gnus-button-alist): Add mid\\|message-id.
5706         (gnus-button-fetch-group): Extend for use in
5707         `browse-url-browser-function'.
5708         (gnus-button-url-regexp): Try to catch paired parentheses like in
5709         Wikipedia URLs.
5710
5711         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5712         Suggested by Simon Krahnke <overlord@gmx.li>.
5713
5714 2007-01-13  Romain Francoise  <romain@orebokech.com>
5715
5716         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5717         Update copyright.
5718
5719 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5720
5721         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5722
5723 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * gnus-registry.el (gnus-registry-unfollowed-groups)
5726         (gnus-registry-split-fancy-with-parent): Fix documentation.
5727
5728 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5731         from nnweb groups.
5732
5733 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5736         Xref urls.  Erase buffer before requesting head.
5737
5738 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5741         customizable.
5742
5743 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5744
5745         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5746         no signing key is found.
5747         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5748         no encrypting and/or signing key is found.
5749
5750 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5753
5754 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5755
5756         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5757         headers read from disk with the ones newly found in the current search.
5758         This should no longer cause problems, because the article numbers in
5759         Gmane's `nov.php' output are ignored since the previous change.
5760
5761 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5762
5763         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5764
5765 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5768         replace-regexp-in-string; bind url-version; fbind display-images-p and
5769         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5770         find-face and set-itimer-function for Emacs; bind itimer-list for
5771         Emacs.
5772
5773         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5774
5775 2007-01-01  Romain Francoise  <romain@orebokech.com>
5776
5777         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5778
5779 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5780
5781         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5782         `define-minor-mode' macro definition expanded properly.
5783         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5784         exclude it there.
5785
5786         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5787         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5788         `fboundp' test.
5789         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5790         This is OK to autoload in (S)XEmacs now.
5791
5792 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5795         keystroke.
5796         (gnus-summary-limit-to-singletons): Fix typo.
5797
5798         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5799         else fails.
5800
5801 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5802
5803         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5804         docstring.
5805
5806         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5807         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5808         (gnus-summary-insert-dormant-articles): Fix typo in message.
5809
5810 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5813         nil for XEmacs.
5814         (gnus-message-citation-mode): Don't autoload in XEmacs.
5815
5816         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5817
5818 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5819
5820         * nnimap.el (nnimap-expunge-search-string): Mention
5821         nnimap-search-uids-not-since-is-evil in docstring.
5822
5823 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * spam.el: Revert to make-obsolete-variable because
5826         define-obsolete-variable-alias is not supported in Emacs 21.
5827
5828         * spam.el (spam-ifile-path, spam-ifile-database-path)
5829         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5830         make-obsolete-variable.
5831         (spam-bsfilter-path, spam-bsfilter-program)
5832         (spam-spamassassin-path, spam-spamassassin-program)
5833         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5834         use "path" inappropriately.
5835         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5836         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5837         variable names.
5838
5839 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5840
5841         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5842         summary buffer.
5843
5844         * password.el (password-cache-remove): Use clear-string to burn
5845         password, if available.
5846
5847 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5850
5851         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5852
5853         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5854         (gnus-message-highlight-citation): Move defcustom here from
5855         gnus-cite.el.
5856         (gnus-message-citation-mode): Autoload.
5857
5858         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5859         checks to make it compile with XEmacs.
5860         (gnus-message-citation-mode): New minor mode.
5861         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5862         (gnus-message-highlight-citation): New variables.
5863         (gnus-message-search-citation-line)
5864         (gnus-message-add-citation-keywords)
5865         (gnus-message-remove-citation-keywords)
5866         (turn-on-gnus-message-citation-mode)
5867         (turn-off-gnus-message-citation-mode): New functions.
5868
5869 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5870
5871         * gnus-cite.el: Enable highlighting of different citation levels in
5872         message-mode.
5873
5874 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5875
5876         * message.el (message-make-fqdn): Fix comment.
5877         (message-bogus-system-names): Add ".local".
5878
5879         * spam.el (spam-ifile-path, spam-ifile-program)
5880         (spam-ifile-database-path, spam-ifile-database)
5881         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5882         Don't use "path" inappropriately.
5883         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5884         strings.
5885         (spam-check-ifile, spam-ifile-register-with-ifile)
5886         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5887         new variable names.
5888
5889         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5890         (gnus-treat-display-smileys): Simplify using
5891         gnus-image-type-available-p.
5892
5893         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5894         available.
5895
5896         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5897         `display-images-p' if available.
5898
5899 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5902         one after turning on the buffer's multibyteness instead of decoding
5903         them directly in the unibyte buffer that causes unexpected conversion
5904         in Emacs 23 (unicode).
5905
5906 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5907
5908         * message.el (message-generate-hashcash): Fix custom type.
5909
5910 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5913
5914 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5917         disconnect icons.  Add help text.
5918
5919 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5920
5921         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5922         negated to be consistent with the others we handle.
5923
5924 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5927         version of gnus-summary-buffer to something, so that we can use two
5928         article buffers at the same time.
5929
5930 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5933         trigger all the extra headers.
5934         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5935         sorting.
5936
5937 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5938
5939         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5940         solid groups.
5941
5942 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5943
5944         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5945
5946 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5947
5948         * legacy-gnus-agent.el: Add Copyright notice.
5949
5950 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5951
5952         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5953
5954 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5957
5958         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5959         to make it work reliably in CVS Emacs.
5960         (gnus-summary-limit-strange-charsets-predicate)
5961         (gnus-summary-limit-to-predicate): New functions.
5962
5963 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5964
5965         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5966         specifying array size.
5967         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5968         array if it is too small.
5969         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5970         (gnus-sort-threads-loop): New function.
5971
5972 2006-12-06  Chris Moore  <dooglus@gmail.com>
5973
5974         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5975         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5976
5977 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5978
5979         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5980         options.
5981
5982 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5985         DOS-ing the recipient.
5986
5987         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5988         the headers when creating the mapping to avoid mismappings.
5989         (nnweb-gmane-create-mapping): Always nix out old mapping.
5990
5991 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5994         and mm-verify-option to never.
5995
5996 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * message.el (message-signed-or-encrypted-p): New function.
5999         (message-forward-make-body): Use it.
6000
6001         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6002         Replace encode-coding-string with mm-encode-coding-string.
6003
6004 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * nneething.el (nneething-decode-file-name): Replace
6007         decode-coding-string with mm-decode-coding-string.
6008
6009         * gnus-int.el (gnus-open-server): Say failed server's name.
6010
6011 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6012
6013         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6014         strings to a single string.  Quote `errors-file-name'.
6015         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6016         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6017         Adjust calls.  Use `shell-quote-argument'.
6018
6019 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6020
6021         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6022         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6023
6024         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6025         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6026         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6027         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6028         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6029         (gnus-subscribe-newsgroup, gnus-1):
6030         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6031         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6032         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6033         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6034
6035 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036
6037         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6038         keystroke.
6039         (gnus-summary-limit-to-bodies): Implement headersp.
6040
6041 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6044
6045 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6048
6049 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * message.el (message-generate-hashcash): Expand range of values to
6052         include `opportunistic'.
6053         (message-send-mail): Use it.
6054
6055 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6056
6057         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6058         and comment it.
6059
6060         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6061
6062 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * gnus-util.el (gnus-extract-address-components): Improve comment.
6065
6066 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-util.el (gnus-extract-address-components): Work with address in
6069         which the name portion contains @.
6070
6071         * lpath.el: Fbind custom-autoload.
6072
6073 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6074
6075         * gnus.el (gnus-start): Move custom group up.
6076         (gnus-select-method): Don't autoload, but make it available for
6077         `customize-variable'.
6078         (gnus-getenv-nntpserver): Don't autoload.
6079
6080 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6083
6084 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * message.el (message-sendmail-extra-arguments): New variable.
6087         (message-send-mail-with-sendmail): Use it.
6088
6089 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6092         mm-with-unibyte-current-buffer to make string unibyte.
6093
6094         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6095         mm-string-as-multibyte.
6096
6097 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6098
6099         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6100         Reported by Werner Koch <wk@gnupg.org>.
6101
6102 2006-11-14  Daiki Ueno  <ueno@p360>
6103
6104         * mml2015.el: Autoload epa-select-keys when compiling.
6105
6106 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6107
6108         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6109         message-options.
6110         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6111
6112 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6113
6114         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6115         EasyPG (< 0.0.6).
6116         (mml2015-always-trust): New user option.
6117         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6118         prompt.
6119
6120 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * nntp.el (nntp-authinfo-force): New variable.
6123         (nntp-send-authinfo): Use it.
6124
6125 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6128         decode encoded words.  Improve prompt.  Add comment about forwarding.
6129         (message-replacement-char): Move up.
6130
6131 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6132
6133         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6134         instead of gnus-intersection because arguments of gnus-sorted-nunion
6135         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6136
6137 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6140         (message-simplify-subject-functions): Enable
6141         message-strip-subject-encoded-words by default.
6142
6143 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * message.el (message-strip-subject-encoded-words): New function.
6146         (message-simplify-subject-functions): New variable.
6147         (message-simplify-subject): Use it.  Fix typo in doc string.
6148         Support message-strip-subject-encoded-words.
6149
6150 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6151
6152         * gnus-diary.el (gnus-diary-delay-format-function):
6153         * nndiary.el (nndiary-reminders):
6154         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6155
6156 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * gnus-art.el (article-hide-boring-headers): Fetch date from
6159         gnus-original-article-buffer to avoid problems with localized date
6160         strings.
6161
6162 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6165
6166 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6169         New variables.
6170         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6171         (mm-charset-synonym-alist): Move some entries to
6172         mm-codepage-iso-8859-list.
6173         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6174         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6175
6176 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6179
6180 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6183         with Emacs 21 and XEmacs.
6184
6185 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * spam.el (spam-parse-address): New function for better parsing,
6188         catching errors, etc.
6189         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6190
6191 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * mm-view.el: Add interactive arg to html2text autoload.
6194
6195 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6198
6199 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6202         variables.
6203         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6204         (mm-charset-synonym-alist): Move some entries to
6205         mm-codepage-iso-8859-list.
6206
6207         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6208
6209 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * message.el (message-citation-line-format)
6212         (message-insert-formated-citation-line): Fix implementation of %E, %N
6213         and %n according to the doc string.
6214
6215 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6218         car-safe to avoid bad parses.
6219
6220 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6223         names.
6224
6225         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6226
6227 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6230         header.
6231
6232         * message.el (message-draft-headers): Add Date.
6233         (message-headers-to-generate): Fix typo in docstring.
6234
6235         * nndraft.el (nndraft-required-headers): New variable.
6236         (nndraft-generate-headers): Use it.
6237
6238         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6239
6240 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * gnus-registry.el (gnus-registry-wash-for-keywords)
6243         (gnus-registry-find-keywords): New functions to allow easy searching of
6244         articles that are in the registry.
6245
6246 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6249         ietf-drums-parse-address instead of gnus-extract-address-components.
6250         Reported by Damien Elmes <damien@repose.cx>.
6251
6252 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * gnus.el (gnus-mime): Remove unused custom group.
6255
6256 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6257
6258         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6259         "blank line" when searching for end of armor headers.
6260
6261 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gmm-utils.el (gmm-write-region): Fix variable name.
6264
6265 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * gmm-utils.el (gmm-write-region): New function based on compatibility
6268         code from `mm-make-temp-file'.
6269
6270         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6271
6272         * nnmaildir.el (nnmaildir--update-nov)
6273         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6274         Use `gmm-write-region'.
6275
6276 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6279         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6280
6281         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6282
6283         * message.el (message-replacement-char): New variable.
6284         (message-fix-before-sending): Use it.
6285         (message-simplify-subject): New function to remove duplicate code.
6286         (message-reply, message-followup): Use it.
6287
6288         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6289         gnus-summary-limit-to-articles.
6290
6291 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-util.el (gnus-with-local-quit): New macro.
6294
6295         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6296
6297 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6298
6299         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6300         ignore non-string data.
6301
6302 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6305         non-string data (needs to be done in the registry too).
6306
6307 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6310         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6311         (gnus-registry-split-fancy-with-parent)
6312         (gnus-registry-fetch-simplified-message-subject-fast)
6313         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6314         Remove text properties on ingress into the registry and when it's saved.
6315         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6316         registry from entries with no groups.
6317
6318 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6321         function to remove string properties.
6322
6323 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * gmm-utils.el (gmm): Adjust custom version.
6326
6327         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6328         custom version.
6329
6330         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6331
6332 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * gnus-art.el (gnus-insert-prev-page-button)
6335         (gnus-insert-next-page-button): Simplify.  Reformat.
6336
6337 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6338
6339         * gnus-art.el (gnus-insert-prev-page-button)
6340         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6341
6342 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6343
6344         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6345
6346 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6347
6348         * gnus-art.el (gnus-insert-mime-button)
6349         (gnus-insert-mime-security-button):
6350         Apply gnus-article-button-face to MIME and security buttons.
6351
6352 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6355         readable.
6356
6357 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6360
6361 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6362
6363         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6364         `browse-url-of-file' instead of `browse-url'.
6365
6366 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6367
6368         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6369         regexp.  Articles containing quotation were cut prematurely.
6370
6371 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * message.el (message-cite-original-1): Use nobody by default for the
6374         value of From header.
6375         (message-reply): Ditto.
6376
6377 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6378
6379         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6380         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6381         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6382
6383 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6386         mails in the doc string.  Add some URLs in comment.
6387         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6388
6389 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6392         backslashes handling and the way to find boundaries of quoted strings.
6393
6394 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6395
6396         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6397         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6398         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6399         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6400
6401 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6404         doc string.
6405         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6406
6407 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * lpath.el: Fbind epg-check-configuration.
6410
6411 2006-09-06  Simon Josefsson  <jas@extundo.com>
6412
6413         * mml2015.el (mml2015-use): Doc fix, mention epg.
6414
6415 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6416
6417         * mml2015.el (mml2015-use): Default to epg, if available.
6418
6419 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6420
6421         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6422         message-sender.
6423         (mml1991-epg-encrypt): Ditto.
6424         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6425         message-sender.
6426         (mml2015-epg-encrypt): Ditto.
6427
6428 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6429
6430         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6431         several common directories.
6432
6433 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6434
6435         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6436         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6437
6438 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-art.el (article-decode-encoded-words): Make it fast.
6441
6442 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6445
6446         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6447         in quoted string into `\'.
6448
6449 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6452         Use standard-syntax-table.
6453
6454 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-art.el (gnus-decode-address-function): New variable.
6457         (article-decode-encoded-words): Use it to decode headers which are
6458         assumed to contain addresses.
6459         (gnus-mime-delete-part): Remove useless `or'.
6460
6461         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6462         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6463         (gnus-nov-parse-line): Use it to decode From header.
6464         (gnus-get-newsgroup-headers): Ditto.
6465         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6466
6467         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6468         (mail-decode-encoded-address-string): New alias.
6469
6470         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6471         New function.
6472         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6473         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6474         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6475         (rfc2047-decode-string): Ditto.
6476         (rfc2047-decode-address-region): New function.
6477         (rfc2047-decode-address-string): New function.
6478
6479 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * message.el (message-caesar-buffer-body): Allow rotating headers.
6482
6483         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6484
6485         * message.el (message-insert-formated-citation-line): Fix %f.
6486         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6487
6488 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6491         (gnus-bookmark-mouse-available-p): New macro.
6492         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6493         (gnus-bookmark-bmenu-show-infos): Use it.
6494         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6495         (gnus-bookmark-bmenu-hide-infos): Ditto.
6496         (gnus-bookmark-remove-properties): New function.
6497         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6498         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6499         (gnus-bookmark-write-file): Bind coding-system-for-write.
6500         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6501         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6502         group before selecting it.
6503         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6504         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6505         quit-window if it is not available; use gnus-mouse-2 and bind it to
6506         gnus-bookmark-bmenu-select-by-mouse.
6507         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6508         (gnus-bookmark-bmenu-select-by-mouse): New function.
6509
6510 2006-08-13  Romain Francoise  <romain@orebokech.com>
6511
6512         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6513         space.
6514
6515 2006-08-10  Romain Francoise  <romain@orebokech.com>
6516
6517         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6518         (dns-mode-soa-auto-increment-serial): New user option.
6519         (dns-mode-soa-maybe-increment-serial): New function.
6520         (dns-mode): Add the latter to `write-contents-functions'.
6521
6522 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * compface.el (uncompface): Use binary rather than raw-text-unix.
6525
6526 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * compface.el (uncompface): Make sure the eol conversion doesn't take
6529         place when communicating with the external programs.  Reported by
6530         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6531
6532 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6535
6536 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6537
6538         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6539         Make it more robust by parsing author and date independently.
6540
6541 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6544
6545 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6546
6547         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6548         first matching secret key.
6549         (mml2015-epg-encrypt): Ditto.
6550
6551         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6552         first matching secret key.
6553         (mml1991-epg-encrypt): Ditto.
6554
6555         * mml2015.el (mml2015-encrypt-to-self): New user option.
6556         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6557         mml2015-epg-encrypt-to-self is set.
6558
6559         * mml1991.el (mml1991-encrypt-to-self): New variable.
6560         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6561         mml1991-epg-encrypt-to-self is set.
6562
6563         * mml2015.el (mml2015-signers): New user option.
6564         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6565         (mml2015-epg-encrypt): Allow to select signing keys.
6566
6567         * mml1991.el (mml1991-signers): New variable.
6568         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6569         (mml1991-epg-encrypt): Allow to select signing keys.
6570
6571 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * nnheader.el (nnheader-insert-head): Make it work even if the file
6574         uses CRLF for the line-break code.
6575
6576 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6577
6578         * mml2015.el: Require mml-sec instead of password.
6579         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6580         (mml2015-cache-passphrase): Inherit the default value from
6581         mml-secure-cache-passphrase.
6582         (mml2015-passphrase-cache-expiry): Inherit the default value from
6583         mml-secure-passphrase-cache-expiry.
6584
6585         * mml1991.el: Require mml-sec instead of password.
6586         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6587         (mml1991-cache-passphrase): Inherit the default value from
6588         mml-secure-cache-passphrase.
6589         (mml1991-passphrase-cache-expiry): Inherit the default value from
6590         mml-secure-passphrase-cache-expiry.
6591
6592         * mml-sec.el: Require password.
6593         (mml-secure-verbose): New user option.
6594         (mml-secure-cache-passphrase): New user option.
6595         (mml-secure-passphrase-cache-expiry): New user option.
6596
6597 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6598
6599         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6600         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6601         andreas@altroot.de (Andreas Vögele).
6602
6603         FIXME: Use `tiny change'?
6604
6605 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6606
6607         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6608         workaround for the url package included with Emacs.
6609
6610         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6611
6612 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6615         correctly.  This fixes a bug caused by the 2006-05-12 change.
6616
6617 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6618
6619         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6620         some information about the error when saying that the `bogus' mail
6621         group will be used.
6622
6623 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6626         string.
6627
6628 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6629
6630         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6631
6632 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6633
6634         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6635
6636 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6637
6638         * mml1991.el (mml1991-function-alist): Add epg.
6639         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6640         (mml1991-epg-encrypt): New functions.
6641
6642 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6643
6644         * mml2015.el (mml2015-verbose): New variable.
6645         (mml2015-cache-passphrase): Ditto.
6646         (mml2015-passphrase-cache-expiry): Ditto.
6647         (mml2015-function-alist): Add epg.
6648         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6649         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6650         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6651         functions.
6652
6653 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6654
6655         * message.el (message-cite-original-1): Preserve region when removing
6656         quoted text due to X-No-Archive in order to avoid bogus attribution
6657         when citing multiple messages.
6658
6659 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6660
6661         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6662         Kenneth Jacker <khj@be.cs.appstate.edu>.
6663
6664 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * gnus-diary.el (gnus-user-format-function-d)
6667         (gnus-user-format-function-D): Autoload.
6668
6669         * imap.el (Commentary): Fix typo.
6670
6671         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6672         2006-04-22 contribution.
6673
6674 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6675
6676         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6677         It didn't really fix the bogosity I'm seeing with solid web groups.
6678
6679 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6680
6681         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6682         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6683         created using server names.  If we use the feature without declaring
6684         it, Gnus does not properly manage server and group state.
6685
6686         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6687         bound.
6688
6689 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6690
6691         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6692         looking up the method using GROUP's prefix before inventing a new one.
6693         It is used on killed/unknown groups in various places where returning
6694         an all-new method isn't expected by the caller.
6695
6696         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6697         and match semantics of gnus-group-real-prefix.
6698
6699 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * nnmail.el (nnmail-broken-references-mailers): New variable.
6702         (nnmail-ignore-broken-references): New function generalizing
6703         nnmail-fix-eudora-headers.
6704         (nnmail-fix-eudora-headers): Now obsolete.
6705
6706         * gnus-art.el (gnus-button-handle-custom): Support
6707         `customize-apropos*'.
6708
6709 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6712
6713         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6714         articles.
6715
6716 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * message.el (message-cite-reply-above): New variable.
6719         (message-yank-original): Use it.
6720
6721 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6724
6725 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6728         as read.
6729
6730         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6731
6732 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6735         (gnus-bookmark-default-file): Use gnus-directory.
6736         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6737         Remove "*" in doc string.
6738         (gnus-bookmark-write-file): Simplify.
6739         (gnus-bookmark-maybe-sort-alist): Use `when'.
6740         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6741         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6742         FIXME about Emacs 21 and XEmacs compatibility.
6743         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6744         compatibility.
6745         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6746         compatibility.
6747         (gnus-bookmark-menu-heading): Fix version.
6748
6749 2006-06-19  Bastien Guerry  <bzg@altern.org>
6750
6751         * gnus-bookmark.el: New file.
6752
6753 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * message.el (message-syntax-checks): Doc fix.
6756
6757 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6758
6759         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6760         unsubscribed groups as if they were killed ones.  It causes duplicate
6761         entries in gnus-newsrc-alist.
6762
6763 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * message.el (message-syntax-checks): Doc fix.
6766         (message-send-mail): Add check for continuation headers.
6767         (message-check-news-header-syntax): Fix regexp used to check for
6768         continuation headers.
6769
6770 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6773
6774 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6777
6778 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6781         default-truncate-lines.
6782
6783 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6786         to fill the utf-8 entry.
6787
6788         * lpath.el: Fbind unicode-precedence-list.
6789
6790 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6791
6792         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6793
6794 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6795
6796         * gnus-agent.el (directory-files-and-attributes): Move all the way
6797         forward (the third and final move).
6798         (gnus-agent-read-agentview): Trap reconstruction errors due to
6799         nonexistant directory.  Handle by returning nil.
6800
6801 2006-05-30  Didier Verna  <didier@xemacs.org>
6802
6803         * message.el (message-dont-reply-to-names): Update the custom type.
6804         * message.el (message-dont-reply-to-names): New defsubst: potentially
6805         convert a list of regexps into a single one.
6806         * message.el (message-get-reply-headers): Use it.
6807         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6808
6809 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-agent.el (directory-files-and-attributes): Move forward.
6812
6813 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * gnus-ml.el (gnus-mailing-list-subscribe)
6816         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6817         (gnus-mailing-list-message): Fix doc strings.
6818
6819 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6820
6821         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6822         of doing it manually.
6823
6824 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6827         comment.
6828
6829 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6830
6831         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6832         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6833         (gnus-agent-read-local): All symbols allocated in my-obarray.
6834         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6835         (gnus-agent-regenerate-group): Check numeric names to see if they are
6836         messages or groups.
6837         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6838         better way of do this...)
6839
6840         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6841         'dummy.group' (there should be a better way of do this...)
6842
6843 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6846         (gnus-saved-headers): Ditto.
6847         (gnus-default-article-saver): Mention functions may have properties.
6848         (gnus-article-save): Override gnus-save-all-headers and
6849         gnus-saved-headers by :headers property which saver function may have.
6850         (gnus-summary-save-in-file): Add :headers property.
6851         (gnus-summary-write-to-file): Ditto.
6852
6853         * gnus-sum.el (gnus-summary-save-article): Bind
6854         gnus-prompt-before-saving to t when saving many articles in a file;
6855         always show all headers.
6856
6857         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6858
6859 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6862         marks.
6863
6864         * message.el (message-indent-citation): Add optional arguments to allow
6865         using it outside of message buffers.
6866
6867         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6868         (gnus-article-treat-unfold-headers): Use it.
6869         (gnus-article-truncate-lines): New variable.
6870         (gnus-article-mode): Use it.
6871         (gnus-article-toggle-truncate-lines): New function.
6872
6873         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6874         gnus-article-toggle-truncate-lines.
6875
6876         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6877         coding system in XEmacs, use binary.
6878
6879 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6882         after-load-alist.
6883
6884         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6885         this function should save decoded articles.
6886         (gnus-summary-write-to-file): Use property to specify this function
6887         should save decoded articles and specify gnus-summary-save-in-file
6888         should be used to save articles other than the first one when saving
6889         many articles.
6890         (gnus-summary-save-body-in-file): Use property to specify this
6891         function should save decoded articles.
6892         (gnus-summary-write-body-to-file): Use property to specify this
6893         function should save decoded articles and specify
6894         gnus-summary-save-body-in-file should be used to save articles other
6895         than the first one when saving many articles.
6896
6897         * gnus-sum.el (gnus-summary-save-article): Simplify.
6898
6899 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (gnus-default-article-saver): Add
6902         gnus-summary-write-body-to-file.
6903         (gnus-article-save-coding-system): Don't use coding system object
6904         in XEmacs.
6905         (gnus-read-save-file-name): Add optional `dir-var' argument which
6906         specifies directory in which files are saved; work even if optional
6907         `variable' argument is not specified.
6908         (gnus-summary-write-to-file): Read file name.
6909         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6910         (gnus-summary-write-body-to-file): New function.
6911
6912         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6913         (gnus-summary-local-variables): Add it.
6914         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6915         (gnus-summary-save-article): Remove optional `decode' argument;
6916         determine whether to decode articles by the value of
6917         gnus-default-article-saver; when saving many files using
6918         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6919         it first and use gnus-summary-save-in-file or
6920         gnus-summary-save-body-in-file thereafter unless
6921         gnus-prompt-before-saving is always; move point to article which
6922         will be saved.
6923         (gnus-summary-save-article-file): Revert.
6924         (gnus-summary-write-article-file): Revert.
6925         (gnus-summary-save-article-body-file): Revert.
6926         (gnus-summary-write-article-body-file): New function.
6927
6928 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-default-article-saver): Doc fix.
6931         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6932         from gnus-summary-save-article-coding-system, and default to a
6933         certain coding system.
6934         (gnus-output-to-file): Add coding cookie and encode text according
6935         to gnus-article-save-coding-system; don't use mm-append-to-file.
6936
6937         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6938         gnus-art.el and rename to gnus-article-save-coding-system.
6939         (gnus-summary-save-article): Require gnus-art; don't show all
6940         headers if it decodes articles; don't add coding cookie here;
6941         don't bind mm-text-coding-system-for-write.
6942         (gnus-summary-save-article-file): Save decoded articles.
6943         (gnus-summary-write-article-file): When saving many files, use
6944         gnus-summary-write-to-file first and gnus-summary-save-in-file
6945         thereafter unless gnus-prompt-before-saving is always.
6946         (gnus-summary-save-article-body-file): Save decoded articles.
6947
6948         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6949
6950 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * nnrss.el (nnrss-check-group): Bind hash-index.
6953
6954 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6955
6956         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6957         its hash index.  Store this hash in `nnrss-group-data'.
6958         (nnrss-read-group-data): Update accordingly.
6959
6960 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6963         entry.
6964
6965         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6966         gnus-article-browse-html-article.
6967
6968 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6969
6970         * gnus-sum.el (gnus-summary-mime-map): Add
6971         gnus-article-browse-html-article.
6972
6973         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6974
6975 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6978         suitable coding systems in customize.
6979
6980 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * mail-source.el (mail-sources): Fix custom type.
6983
6984 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6987         (gnus-summary-expire-articles-now): Shorten prompt.
6988
6989         * gmm-utils.el (wid-edit): Require.
6990         (defun-gmm): Renamed from `gmm-defun-compat'.
6991         (gmm-image-search-load-path): Use it.
6992         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6993
6994 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6997         variable.
6998         (gnus-summary-save-article): Add optional `decode' argument.  If
6999         it is set and gnus-summary-save-article-coding-system is non-nil,
7000         save decoded article.
7001         (gnus-summary-write-article-file): Save decoded article if
7002         gnus-summary-save-article-coding-system is non-nil.
7003
7004         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7005         type.
7006
7007 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7010
7011 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7014         first to test gnus-single-article-buffer which may be buffer-local.
7015
7016         * gnus-sum.el (gnus-summary-setup-buffer): Make
7017         gnus-single-article-buffer buffer-local and nil in ephemeral
7018         group; make gnus-article-buffer, gnus-article-current, and
7019         gnus-original-article-buffer always buffer-local.
7020         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7021         group.
7022         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7023
7024 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * nnml.el (nnml-request-compact-group): Compressed files might not
7027         have .gz extension.
7028
7029 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7030
7031         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7032         (mm-copy-to-buffer): Use with-current-buffer.
7033         (mm-display-part): Simplify.
7034         (mm-inlinable-p): Add optional arg `type'.
7035
7036 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7039         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7040         Try harder to show the attachment internally or externally using
7041         gnus-mime-view-part-as-type.
7042
7043 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * message.el (message-from-style, message-signature-separator)
7046         (message-user-organization-file, message-send-mail-function)
7047         (message-citation-line-function, message-yank-prefix)
7048         (message-indent-citation-function, message-signature)
7049         (message-signature-file, message-signature-insert-empty-line):
7050         Remove autoloads.
7051
7052         * gnus-art.el (gnus-buttonized-mime-types): Remove
7053         "multipart/signed".  Revert 2006-04-26 change.
7054
7055 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056
7057         * gnus.el (gnus-version-number): Bump version.
7058
7059 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7060
7061         * gnus.el: No Gnus v0.5 is released.
7062
7063 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7064
7065         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7066         fetching articles by message-id.
7067
7068 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * message.el (hashcash): Require hashcash as normal.
7071
7072         * ecomplete.el (ecomplete-highlight-match-line): Use
7073         point-at-eol.
7074         (ecomplete-highlight-match-line): Use `highlight', because that
7075         face exists in both Emacs and XEmacs.
7076
7077         * message.el (message-display-abbrev): Use point-at-bol.
7078
7079         * mail-source.el: Don't require timer/timer-funcs.
7080
7081         * gnus-async.el: Ditto.
7082
7083         * password.el: Ditto.
7084
7085         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7086
7087         * mm-url.el: Ditto.
7088
7089         * gnus-xmas.el: Don't require timer-funcs.
7090
7091         * mm-util.el: Require timer/timer-funcs.
7092
7093 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7094
7095         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7096         Close.
7097
7098 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7101         unibyte after clear-decrypt function runs.
7102
7103         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7104         returns as a unibyte string.
7105
7106 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * lpath.el: Revert.
7109
7110         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7111         (pgg-gpg-process-sentinel): Revert.
7112
7113         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7114         (pgg-pgp-lookup-key): Revert.
7115
7116         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7117         (pgg-pgp5-lookup-key): Revert.
7118
7119         * pgg.el (pgg-fetch-key): Revert.
7120
7121 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * lpath.el: Fbind string-as-multibyte for XEmacs.
7124
7125         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7126         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7127         (mml1991-pgg-encrypt): Ditto.
7128
7129         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7130         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7131         a multibyte buffer.
7132
7133         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7134         (pgg-pgp-lookup-key): Ditto.
7135
7136         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7137         (pgg-pgp5-lookup-key): Ditto.
7138
7139         * pgg.el (pgg-fetch-key): Ditto.
7140
7141 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * message.el (message-user-organization-file): Check several
7144         locations of the organization file.
7145
7146         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7147         Add gnus-article-view-part-as-type.
7148
7149         * gnus-art.el (gnus-article-view-part-as-type): New function.
7150
7151         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7152         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7153
7154         * mml.el: Simplify autoload.
7155         (mml-mode): defvar dnd-protocol-alist instead of using
7156         symbol-value.
7157         (mml-default-directory): New variable.
7158         (mml-minibuffer-read-file): Use it.
7159         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7160
7161         * message.el (message-citation-line-format): New variable.
7162         (message-insert-formated-citation-line): New function.
7163         (message-citation-line-function): Add
7164         `message-insert-formated-citation-line' to custom type.
7165
7166         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7167         to doc string.
7168
7169         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7170         depending on mm-verify-option.
7171
7172 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7175         binding pgg-* variables; reimplement the section which prevents
7176         MIME header from being signed.
7177         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7178         pgg-text-mode; remove a blank line at the top of body.
7179
7180         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7181         lines at the top of body; use gnus-newsgroup-charset if there's no
7182         Charset header.
7183
7184 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * message.el (message-self-insert-commands): Doc fix.
7187
7188         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7189         (mm-uu-pgp-encrypted-test): Ditto.
7190         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7191         between header and body; return application/pgp-encrypted handle
7192         if decryption failed; decode decrypted body by charset.
7193
7194         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7195         element match to application/pgp-*.
7196
7197 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7198
7199         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7200         HTML.
7201
7202 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * mail-source.el (mail-source-call-script): Message the error
7205         string.
7206
7207 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * gnus-util.el (gnus-byte-compile): Use it.
7210
7211 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7212
7213         * gnus-util.el (kill-empty-logs): New function.
7214
7215 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * message.el (message-mail-alias-type): Doc fix.
7218         (message-mail-alias-type-p): New function.
7219         (message-send): Use it.
7220         (message-mode): Ditto.
7221         (message-strip-forbidden-properties): Ditto.
7222
7223         * ecomplete.el (ecomplete-database-file-coding-system): New
7224         variable.
7225         (ecomplete-save): Use it.
7226         (ecomplete-setup): Use it.
7227
7228 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * message.el (message-self-insert-commands): New variable.
7231         (message-strip-forbidden-properties): Use it.
7232
7233 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7236         that doesn't make XEmacs choke.
7237
7238 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * gnus-util.el (gnus-replace-in-string):
7241         Prefer replace-regexp-in-string over of replace-in-string.
7242
7243 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-util.el (gnus-select-frame-set-input-focus):
7246         Use select-frame-set-input-focus if it is available in XEmacs; use
7247         definition defined in Emacs 22 for old Emacsen.
7248
7249         * dgnushack.el: Autoload unmorse-region for XEmacs.
7250
7251         * lpath.el: Bind cursor-in-non-selected-windows and
7252         select-frame-set-input-focus for XEmacs.
7253
7254 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7257
7258 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * gnus-registry.el (gnus-registry-cache-save): Remove text
7261         properties when saving via the temp buffer.
7262
7263 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * message.el (message-generate-hashcash): Honor custom type.
7266
7267 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * message.el (message-generate-hashcash): Default to non-nil when
7270         hashcash is found.
7271
7272         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7273         (gnus-refer-thread-limit): Increase default to 500.
7274
7275         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7276
7277         * flow-fill.el (fill-flowed): Allow delete-space.
7278
7279 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7280
7281         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7282         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7283         Remove autoloads.
7284
7285 2006-04-18  Simon Josefsson  <jas@extundo.com>
7286
7287         * message.el (message-generate-hashcash): Default to.
7288
7289 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7292         concatenating segments rather than before concatenating them.
7293
7294 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7297
7298 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299
7300         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7301
7302         * message.el (message-forward-make-body-plain): Allow
7303         message-forward-ignored-headers to be a list.
7304         (message-remove-ignored-headers): Factor out into function.
7305         (message-forward-make-body-mml): Use it.
7306
7307         * imap.el (imap-quote-specials): New function.
7308         (imap-login-auth): Quote specials.
7309
7310         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7311         (rfc2231-parse-string): Allow concatanation of parameters that
7312         aren't contiguous.  The test case is
7313           (mail-header-parse-content-type "message/external-body;
7314             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7315             access-type=LOCAL-FILE;
7316             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7317
7318 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7319
7320         * nntp.el (nntp-accept-process-output): Return the value of
7321         `nnheader-accept-process-output'.
7322
7323 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7326         (gnus-button-alist): Recognize more diff formats.
7327         (gnus-button-patch): Strip directory.
7328
7329 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7332         Emacs 22 when setting focus.
7333
7334 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * gnus-art.el (gnus-article-treat-types): Do treatment of
7337         text/x-verbatim parts.
7338         (gnus-button-patch): New command.
7339
7340         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7341         addresses that contain invalid characters.
7342
7343 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * message.el (message-put-addresses-in-ecomplete): Use
7346         gnus-replace-in-string.
7347         (message-is-yours-p): Use the more correct
7348         mail-header-parse-address instead of
7349         mail-extract-address-components.
7350         (message-put-addresses-in-ecomplete): Fix typo.
7351
7352         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7353         keystroke.
7354
7355         * gnus-art.el (gnus-treatment-function-alist): Change order of
7356         newsgroups/generic header folding to avoid double-folding.
7357
7358         * message.el (message-hidden-headers): Add X-Draft-From.
7359
7360         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7361         command.
7362         (gnus-summary-repeat-search-article-backward): New command.
7363
7364         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7365         groups in the parent topic.
7366
7367 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7368
7369         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7370         (spam-extra-header-to-number): Return the CRM114 number as a
7371         number instead of a string.
7372
7373 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * gnus-art.el (gnus-face-properties-alist): Moved here from
7376         gnus-fun.
7377
7378         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7379
7380 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * message.el (message-strip-forbidden-properties): Only display on
7383         self-insert-command.
7384
7385         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7386         reindent.
7387         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7388
7389 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7390
7391         * smiley.el (smiley-style): Fix typo.
7392
7393 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * hashcash.el (hashcash-insert-payment-async-2): Use
7396         message-goto-eoh instead of doing it manually.
7397         (mail-add-payment): Use message-narrow-to-header instead of trying
7398         to do the same itself.
7399
7400         * message.el (message-hidden-headers): Add Face.
7401
7402         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7403         reparenting code.
7404         (gnus-summary-reparent-children): Refactored out code.
7405         (gnus-summary-thread-map): New keystroke.
7406         (gnus-summary-reparent-children): Make into command.
7407
7408         * smiley.el (smiley-style): Default to `medium' if using a large
7409         font.
7410
7411         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7412         does it itself.
7413
7414         * message.el (message-point-in-header-p): Simplify definition.
7415
7416 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * nnagent.el (nnagent-request-set-mark): Silence log file
7419         writing.
7420         (nnagent-request-set-mark): Use write-region instead of
7421         append-to-file.
7422
7423         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7424         strange select method.
7425
7426         * ecomplete.el (ecomplete-display-matches): Get highlightling
7427         right.
7428         (ecomplete-display-matches): Use literals.
7429         (ecomplete-display-matches): Disable message logging.
7430
7431         * message.el (message-display-abbrev): Small optimization.
7432
7433         * ecomplete.el (ecomplete-display-matches): Allow automatic
7434         display.
7435
7436         * message.el (message-strip-forbidden-properties): Display
7437         abbrevs.
7438         (message-display-abbrev): Get automatic display right.
7439
7440         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7441         keystrokes.
7442
7443 2006-04-13  Romain Francoise  <romain@orebokech.com>
7444
7445         TODO: Backport to v5-10!
7446
7447         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7448         Moved here (and renamed) from gnus-registry.el.
7449
7450         * gnus-registry.el: Require gnus-util.
7451         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7452
7453 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-group.el (gnus-group-catchup-current): Change
7456         if-then-else-if-then-else into cond.
7457         (gnus-group-catchup): Indent.
7458         (group-name-at-point): New function.
7459         (gnus-fetch-group): Provide default from thing at point.
7460
7461 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * message.el (message-display-abbrev): Fix regexp.
7464
7465         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7466         choosing.
7467         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7468         dead variables.
7469
7470         * message.el (message-newline-and-indent): Remove debugging.
7471         (message-display-abbrev): Use new implementation.
7472
7473 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-art.el (gnus-article-mode): Set
7476         cursor-in-non-selected-windows to nil.
7477
7478         * smiley.el: Revert previous change.
7479         (smiley-data-directory): defvar it before using it in the
7480         defcustom of `smiley-style'.
7481
7482 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * message.el (message-newline-and-indent): New function.
7485
7486         * ecomplete.el: Implement more bits.
7487
7488         * message.el (message-put-addresses-in-ecomplete): Clean up the
7489         string.
7490
7491         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7492
7493         * gnus-sum.el (gnus-summary-save-parts): Bind
7494         gnus-summary-save-parts-counter and use it to make unique file
7495         names.
7496
7497         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7498
7499         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7500         parameter to say whether to actually parse the individual
7501         addresses.
7502
7503         * message.el (message-put-addresses-in-ecomplete): New function.
7504         (ecomplete): Require.
7505         (message-mail-alias-type): Add ecomplete as an option.
7506
7507 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7508
7509         * flow-fill.el (fill-flowed): Remove trailing space from blank
7510         quoted lines.
7511
7512 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * smiley.el (smiley-style): Move definition later to avoid a
7515         compilation warning.
7516
7517 2006-04-12  Kenichi Handa  <handa@m17n.org>
7518
7519         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7520         buffer and then decode the buffer text if necessary.
7521         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7522         first, and after mm-encode-body, change the buffer to unibyte.
7523         Use mm-disable-multibyte instead of set-buffer-multibyte.
7524
7525 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7528         Content-Type header instead of Content-Disposition header.
7529         (gnus-mime-inline-part): Ditto.
7530         (gnus-mime-view-part-as-charset): Ignore charset that the part
7531         specifies.
7532
7533         * mm-decode.el (mm-display-part): Work with external parts and
7534         usual parts similarly.
7535
7536         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7537         instead of gnus-display-mime.
7538
7539         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7540         instead of with-temp-buffer.
7541
7542         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7543         tag to summarized topics part in order to encode non-ASCII text.
7544
7545 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * smiley.el (smiley-style): New variable.
7548         (smiley-directory): New function.
7549         (smiley-data-directory): Derive from `smiley-style' using
7550         `smiley-directory'.
7551         (smiley-regexp-alist): Add new entries.
7552
7553         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7554         (gnus-article-browse-delete-temp): Add :version.
7555
7556 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7557
7558         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7559         the sieve region.
7560
7561 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus.el (gnus-version-number): Bump version.
7564
7565 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * gnus.el: No Gnus v0.4 is released.
7568
7569 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7572         layout.
7573
7574         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7575         unknown charset.
7576
7577         * message.el (message-header-synonyms): Add Original-To to the
7578         default.
7579
7580         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7581         optional parameter.
7582
7583 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gnus-fun.el (gnus): Require it for gnus-directory.
7586
7587 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7590
7591 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7592
7593         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7594
7595 2006-04-05  Simon Josefsson  <jas@extundo.com>
7596
7597         * password.el (password-reset): New function.
7598
7599 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7600
7601         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7602         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7603
7604 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7605
7606         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7607         Some whitespace was matched into the url, which broke browsing hits
7608         > 100 when mm-url-use-external was nil.
7609
7610 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7613         gnus-extra-headers for 'Newsgroups.
7614
7615         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7616         bound.
7617
7618 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7619
7620         * pgg-gpg.el: Clean up process buffers every time gpg processes
7621         complete.
7622
7623 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7626         doc string.
7627
7628 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7629
7630         * pgg-gpg.el (pgg-gpg-process-filter)
7631         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7632
7633         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7634         lines, temporary fix.
7635
7636 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7637
7638         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7639
7640 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7643         default-enable-multibyte-characters.  This reverts the change from
7644         revision 6.17 which is no longer necessary because the passphrase
7645         is sent separately now.  GnuPG messages are unreadable under
7646         multibyte locales with default-enable-multibyte-characters set to
7647         nil.
7648
7649 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * message.el (message-tool-bar-gnome): Move "spell".
7652
7653 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7656         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7657         instead.
7658
7659 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7660
7661         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7662         newsgroups handling for NNTP overviews which don't include
7663         Newsgroups.
7664
7665 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7666
7667         * message.el (message-resend): Bind message-generate-hashcash to nil.
7668
7669 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7670
7671         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7672         when searching for already-paid recipients.
7673
7674 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7675
7676         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7677         passphrases when it is not needed.
7678         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7679         passphrase stuff from gpg, should only be necessary when you use
7680         gpg with a smartcard.
7681
7682 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * mml.el (mml-insert-mime): Ignore cached contents of
7685         message/external-body part.
7686
7687         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7688         (mm-insert-part): Ditto.
7689
7690 2006-03-23  Simon Josefsson  <jas@extundo.com>
7691
7692         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7693         Reiner.
7694         (pgg-gpg-use-agent-p): Use it again.
7695
7696 2006-03-23  Simon Josefsson  <jas@extundo.com>
7697
7698         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7699         older emacsen.
7700         (pgg-gpg-use-agent-p): Don't use it.
7701
7702 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7705         if we can.
7706
7707 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7708
7709         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7710         (pgg-gpg-update-agent): New function.
7711         (pgg-gpg-use-agent-p): New function.
7712         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7713         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7714         (pgg-gpg-sign-region): Use it.
7715
7716 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7719         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7720
7721 2006-03-21  Simon Josefsson  <jas@extundo.com>
7722
7723         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7724         <wilde@sha-bang.de>.
7725         (pgg-gpg-use-agent): New variable.
7726         (pgg-gpg-process-region): Use it.
7727         (pgg-gpg-encrypt-region): Likewise.
7728         (pgg-gpg-encrypt-symmetric-region): Likewise.
7729         (pgg-gpg-decrypt-region): Likewise.
7730         (pgg-gpg-sign-region): Likewise.
7731         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7732
7733 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7736
7737         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7738         Add comment on version.
7739
7740 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * smiley.el: Add missing test smiley.
7743
7744 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * mm-decode.el (mm-with-part): New macro.
7747         (mm-get-part): Use it; work with message/external-body as well.
7748         (mm-save-part): Treat name and filename equally.
7749
7750         * mm-extern.el (mm-extern-cache-contents): New function.
7751         (mm-inline-external-body): Use it; force the part to be displayed;
7752         move undisplayer added to the cached handle to the parent.
7753
7754         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7755         (gnus-mime-view-part-as-type): Work with message/external-body.
7756
7757         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7758
7759 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7762         images in image-load-path.  [Sync with image.el, revision 1.60, in
7763         Emacs.]
7764
7765 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7768         path rather than symbol.  Always return list of directories.
7769         Guarantee that image directory comes first.  [Sync with image.el,
7770         revision 1.59, in Emacs.]
7771
7772         * message.el (message-make-tool-bar): Adjust to new API of
7773         `gmm-image-load-path-for-library'.
7774
7775         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7776
7777         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7778
7779 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7780
7781         * gnus-art.el (gnus-article-only-boring-p):
7782         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7783         intangible text.
7784         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7785
7786 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7789         `defun' instead of `gmm-defun-compat'.
7790
7791 2006-03-14  Simon Josefsson  <jas@extundo.com>
7792
7793         * message.el (message-unique-id): Don't use message-number-base36
7794         if (user-uid) is a float.
7795         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7796
7797 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7800
7801         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7802         empty line between a part and a message part.
7803
7804 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * smiley.el: Add more test smileys.
7807         (smiley-data-directory, smiley-regexp-alist)
7808         (gnus-smiley-file-types): Fix doc strings.
7809         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7810         adding new elements.
7811         (smiley-mouse-map): Unused code.  Make it a comment.
7812
7813 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7816         scan latest NoCeM messages instead of old ones.
7817         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7818         delimiters that are recently used.
7819         (gnus-nocem-load-cache): Add autoload cookie.
7820
7821         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7822
7823         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7824         level which is larger than gnus-use-nocem is specified.
7825
7826         * gnus-group.el (gnus-group-get-new-news): Ditto.
7827
7828 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * gnus-util.el (gnus-tool-bar-update): New function.
7831
7832         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7833         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7834
7835         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7836
7837         * gnus-group.el (gnus-group-redraw-when-idle)
7838         (gnus-group-redraw-check): Remove.
7839         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7840
7841 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7844         if optional last element is specified in splits (FIELD VALUE...).
7845
7846 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7849         to gmm-image-load-path-for-library.  Call with no-error argument.
7850         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7851
7852         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7853
7854         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7855
7856         * gmm-utils.el (gmm-image-load-path): Remove alias.
7857
7858 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * gmm-utils.el (gmm-image-load-path): Add alias.
7861
7862         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7863         nnml-generate-nov-databases-1.
7864         (nnml-generate-nov-databases): Use it.
7865         (nnml-generate-nov-databases-directory): Document no-active
7866         argument.
7867
7868         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7869         directory if path is t.  Add no-error.
7870
7871         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7872         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7873
7874         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7875         resetting gnus-article-browse-html-temp-list.
7876
7877         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7878         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7879         Add example to docstring.  Rename local variables.  Move error
7880         checks to default case in cond and simplify.
7881
7882 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7885         handle is multipart when calling it recursively.
7886         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7887
7888 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7889
7890         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7891         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7892
7893 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7896         is loaded.
7897
7898         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7899         loaded.
7900
7901 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7904         to "Emacs 23 (unicode)" in doc string.
7905
7906         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7907         "Emacs 23 (unicode)" in comment.
7908
7909 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7912
7913         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7914         characters 160 through 255 in Emacs 23.
7915
7916 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7919         gnus-article-browse-html-temp.
7920         (gnus-article-browse-delete-temp): Make it customizable.  Add
7921         `file'.  Adjust doc string.
7922         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7923         query for each file.  Adjust doc string.
7924         (gnus-article-browse-html-parts): Add
7925         `gnus-article-browse-delete-temp-files' to
7926         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7927
7928 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7929
7930         * gnus-art.el (gnus-article-browse-html-temp)
7931         (gnus-article-browse-delete-temp): New variables.
7932         (gnus-article-browse-delete-temp-files): New function.
7933         (gnus-article-browse-html-parts): Use it.
7934
7935 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7938
7939         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7940         string.
7941
7942         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7943         gnus-summary-insert-new-articles when unplugged.  Remove
7944         gnus-summary-search-article-forward.
7945
7946         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7947         display-visual-class instead of display-color-cells.
7948
7949 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * dgnushack.el: Autoload customize-group for XEmacs.
7952
7953         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7954         message/* containing non-ASCII text properly.
7955
7956 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * message.el: Require gmm-utils, remove autoloads.
7959         (message-tool-bar): Set default based on
7960         gmm-tool-bar-style.
7961         (message-tool-bar-gnome): Add gmm-customize-mode.
7962
7963         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7964         gmm-tool-bar-style.
7965         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7966
7967         * gnus-group.el (gnus-group-tool-bar): Set default based on
7968         gmm-tool-bar-style.
7969         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7970
7971         * gmm-utils.el (gmm-image-directory): Rename variable from
7972         gmm-image-load-path.
7973         (gmm-image-load-path): Use gmm-image-directory.
7974         (gmm-customize-mode): New function.
7975         (gmm-tool-bar-style): New variable.
7976
7977         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7978         gnus-group-redraw-line-number.
7979         (gnus-group-redraw-check): Simplify.
7980         (gnus-group-tool-bar-update): Remove redraw check.
7981         (gnus-group-make-tool-bar): Add redraw check.
7982
7983 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7984
7985         * gnus-art.el (gnus-button): Add missing parentheses.
7986
7987 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * lpath.el: Fbind line-number-at-pos.
7990
7991 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7994
7995 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gnus-art.el (gnus-button): New face.
7998         (gnus-article-button-face): Use it.
7999
8000         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8001         gnus-summary-next-page.  Re-order.
8002
8003         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8004         next-node are now included.
8005         (gnus-group-redraw-line-number): New internal variable.
8006         (gnus-group-redraw-check): Helper function for updating the tool
8007         bar.
8008         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8009
8010         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8011
8012         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8013         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8014         Use it to match format of Spamassassin 3.0 and later.  Reported by
8015         IRIE Tetsuya <irie@t.email.ne.jp>.
8016         (spam-check-bogofilter)
8017         (spam-bogofilter-register-with-bogofilter): Fix args of
8018         `gnus-error' calls.
8019
8020 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8023         unnecessary interaction when sending queued mails.  Reported by
8024         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8025
8026 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8029         first or last are nil.
8030
8031 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8032
8033         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8034
8035 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036
8037         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8038
8039 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * dns.el (query-dns): Protect more against buggy tcp output.
8042
8043 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8046         nov.php.
8047
8048 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8049
8050         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8051         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8052         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8053         output on the server side.
8054         (nnweb-google-create-mapping): Update regexps and add some
8055         progress indication.
8056
8057 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8060         gnus-agent-toggle-plugged.  Re-order icons.
8061         (gnus-group-tool-bar-gnome): Add
8062         gnus-group-{prev,next}-unread-group.
8063         (gnus-group-tool-bar-gnome): Re-order icons.
8064
8065         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8066         gnus-summary-insert-new-articles.
8067
8068         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8069         comments.
8070
8071         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8072         also available in Emacs 21.3.
8073
8074         * message.el (message-fix-before-sending): Change "Emacs 22" to
8075         "Emacs 23 (unicode)" in comment.
8076
8077         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8078         "Emacs 23 (unicode)" in comment.
8079
8080         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8081         comment.
8082         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8083
8084         * mm-view.el (mm-fill-flowed): Add :version.
8085
8086 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8089         and load-path.
8090
8091 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * message.el: Autoload gmm-image-load-path.
8094         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8095         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8096         consitency.
8097
8098         * gmm-utils.el (gmm-image-load-path): Also search in
8099         "../etc/images".  Don't set gmm-image-load-path if we don't find
8100         the image.
8101
8102 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gmm-utils.el (gmm-image-load-path): Don't make
8105         `gmm-image-load-path' include subdirectories which the second arg
8106         `image' might specify.
8107
8108         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8109         subdirectory to icon file names.
8110
8111         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8112
8113 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8116         gmm-image-load-path calls.
8117
8118         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8119
8120         * message.el (message-make-tool-bar): Ditto.
8121
8122         * mml.el (mml-preview): Added comment concerning tool bar icons.
8123
8124         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8125         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8126
8127         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8128         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8129
8130         * message.el (message-tool-bar-gnome): Use new icon names.
8131         (message-make-tool-bar): Use `gmm-image-load-path'.
8132
8133         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8134         functions from MH-E.
8135         (gmm-image-load-path): New variable from MH-E.
8136         (gmm-image-load-path): New function from MH-E.  Added arguments
8137         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8138         *-image-load-path-called-flag.
8139
8140 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8141
8142         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8143
8144 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8145
8146         * nnimap.el (nnimap-request-move-article): Change folder back to
8147         source group before deleting.
8148
8149 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8152
8153         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8154         mm-url.
8155
8156         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8157
8158 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8161         coding system which mm-charset-to-coding-system returns for a
8162         given charset is valid.
8163
8164 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8165
8166         * html2text.el (html2text-remove-tag-list):
8167         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8168
8169 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8170
8171         * gnus-cus.el: Revert 2005-10-17 change.
8172
8173 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-art.el (article-strip-banner): Call
8176         article-really-strip-banner only when the regexp match is made.
8177
8178 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (article-strip-banner): Use
8181         gnus-extract-address-components instead of
8182         mail-header-parse-addresses to make it work with non-ASCII text;
8183         remove mail-encode-encoded-word-string.
8184
8185         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8186         values which are surrounded with \"...\"; make it never cause a
8187         Lisp error; give up parsing of parameters if it failed in
8188         extracting type.
8189
8190 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8191
8192         * smime.el (smime-cert-by-ldap-1): Fix bug where
8193         `smime-ldap-search' returns results without userCertificates.
8194
8195 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8198
8199 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * spam.el (spam-check-spamassassin-headers): Adapt format for
8202         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8203         <ari@mbf.ocn.ne.jp>.
8204         (spam-list-of-processors): Add spam-use-gmane.
8205
8206 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8209         make-temp-file; make it work with XEmacs as well.
8210
8211         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8212         mm-make-temp-file.
8213
8214         * mm-decode.el (mm-display-external): Use the 3rd arg of
8215         mm-make-temp-file.
8216         (mm-create-image-xemacs): Ditto.
8217
8218 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8221         with message-narrow-to-headers.
8222         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8223         (gnus-draft-check-draft-articles): New function.
8224         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8225
8226 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * gnus-art.el (gnus-article-browse-html-parts):
8229         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8230         Don't use suffix argument for mm-make-temp-file for Emacs 21
8231         compatibility.  Remove useless `format'.
8232
8233 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8234
8235         * nnweb.el (nnweb-google-wash-article): Update regexps.
8236         (nnweb-group-alist): Use defvoo instead of defvar.
8237
8238 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8241         re-loading nn* modules.
8242
8243 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8246         for `tool-bar-mode' and don't check it's default-value.
8247
8248         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8249
8250         * message.el (message-make-tool-bar): Ditto.
8251
8252         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8253         `substring'.  Shorten tmp-file name.
8254
8255         * gnus.el: Remove bogus comment.
8256
8257 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8258
8259         * gnus-art.el (gnus-article-browse-html-parts): New function.
8260         (gnus-article-browse-html-article): New function for viewing html
8261         articles with a browser.
8262
8263 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8264
8265         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8266         in elisp.
8267         (pgg-gpg-encrypt-symmetric-region): Ditto.
8268         (pgg-gpg-sign-region): Ditto.
8269
8270         * pgg-def.el (pgg-text-mode): New variable.
8271
8272         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8273         (mml2015-pgg-encrypt): Ditto.
8274
8275         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8276         (mml1991-pgg-encrypt): Ditto.
8277
8278 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8281         message-make-date instead of current-time-string.
8282
8283         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8284         to gnus-decoded which mm-uu might set.
8285
8286 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8289         don't decode quoted parameters; remove misimported Emacs code.
8290         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8291         (rfc2231-decode-encoded-string): Don't use split-string which
8292         behaves differently according to Emacs version; use
8293         mm-decode-coding-region to convert charset to coding-system.
8294         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8295         (rfc2231-encode-string): Remove misimported Emacs code.
8296
8297 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8300         when calling mail-header-parse-content-type.
8301         (article-de-quoted-unreadable): Ditto.
8302         (article-de-base64-unreadable): Ditto.
8303         (article-wash-html): Ditto.
8304
8305         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8306         calling mail-header-parse-content-type and
8307         mail-header-parse-content-disposition.
8308         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8309         mail-header-parse-content-type.
8310
8311         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8312         insert charset and format parameters; encode description after
8313         inserting it to buffer.
8314         (mml-insert-parameter): Fold lines properly even if a parameter is
8315         segmented into two or more lines; change the max column to 76.
8316
8317         * rfc1843.el (rfc1843-decode-article-body): Don't use
8318         ignore-errors when calling mail-header-parse-content-type.
8319
8320         * rfc2231.el (rfc2231-parse-string): Return at least type if
8321         possible; don't cause an error even if it fails in parsing of
8322         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8323         (rfc2231-encode-string): Don't break lines at the beginning, leave
8324         it to mml-insert-parameter.
8325
8326         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8327         calling mail-header-parse-content-type.
8328
8329 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * spam-report.el (spam-report-gmane-use-article-number):
8332         Improve doc string.
8333         (spam-report-gmane-internal): Check if a suitable header was found
8334         in the article.
8335
8336 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8339         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8340
8341 2006-02-05  Romain Francoise  <romain@orebokech.com>
8342
8343         Update copyright notices of all files in the gnus directory.
8344
8345 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8346
8347         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8348
8349 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8352         segmented lines of parameter value to cope with Thunderbird 1.5
8353         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8354         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8355         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8356
8357 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8358
8359         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8360         parts.
8361
8362 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8363
8364         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8365         there's only one active file for all servers.
8366         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8367         solid groups.  Gnus might have used a FAST request to select the group.
8368         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8369         and nnweb-search redundantly in the active file.
8370         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8371         (nnweb-request-create-group): Don't use ARGS.
8372         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8373         initialisations.  Let nnoo do the work.
8374
8375 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8378         Say the part has been decoded.
8379
8380         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8381
8382 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8383
8384         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8385         mailcap-viewer-test-cache when there's no 'test clause, since that
8386         will invert the meaning of a "nil" test previously determined by
8387         mailcap-mailcap-entry-passes-test.
8388
8389 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8392         compiling.
8393
8394         * gnus-sum.el: Ditto.
8395
8396         * message.el: Don't bind tool-bar-map when compiling.
8397
8398 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8401
8402 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8403
8404         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8405         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8406         current Google Groups.
8407
8408 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8411         and tool-bar-mode.
8412
8413         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8414         and tool-bar-mode.
8415
8416         * message.el (message-tool-bar-update): Simplify.
8417         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8418
8419         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8420         gnus-summary-buffer.
8421         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8422         gnus-summary-reply.
8423
8424         * gmm-utils.el (gmm): Add :version.
8425
8426 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * Makefile.in (clean): New rule.
8429         (distclean): Use it.
8430
8431 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8432
8433         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8434         autoload.
8435
8436 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gmm-utils.el (gmm-verbose): Add :group.
8439
8440 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * message.el: Change some comments WRT tool-bars.
8443
8444         * gnus-sum.el (gnus-summary-tool-bar)
8445         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8446         (gnus-summary-tool-bar-zap-list): New variables.
8447         (gnus-summary-make-tool-bar): Complete rewrite using
8448         `gmm-tool-bar-from-list'.
8449
8450         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8451         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8452         variables.
8453         (gnus-group-make-tool-bar): Complete rewrite using
8454         `gmm-tool-bar-from-list'.
8455         (gnus-group-tool-bar-update): New function.
8456
8457         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8458
8459 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8462         is dissected into a single part of which the type is the same as
8463         the given one; decode charset.
8464
8465 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8466
8467         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8468         into alists as symbol not string, since that's what
8469         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8470         look for.
8471
8472 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8475         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8476
8477         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8478
8479 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8482         (gnus-xmas-mime-security-button-menu): New function.
8483
8484         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8485         (gnus-mime-security-button-menu): New definition.
8486         (gnus-mime-security-button-map): Use them.
8487         (gnus-mime-security-button-menu): New function.
8488         (gnus-insert-mime-security-button): Addition to help echo.
8489         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8490         (gnus-mime-security-pipe-part): New functions.
8491
8492         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8493         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8494
8495         * mm-decode.el (mm-handle-set-disposition): Remove.
8496         (mm-handle-set-description): Remove.
8497
8498 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8501         (mm-w3m-standalone-supports-m17n-p): New function.
8502         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8503         w3m usage.
8504
8505         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8506         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8507
8508 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * message.el (message-tool-bar-zap-list): Use
8511         gmm-tool-bar-zap-list as custom type.
8512         (message-tool-bar-update): New function.
8513         (message-tool-bar, message-tool-bar-gnome)
8514         (message-tool-bar-retro): Add message-tool-bar-update.
8515         (message-tool-bar-gnome): Add flyspell-buffer.
8516
8517         * gnus-util.el (gnus-error): Describe `args'.
8518
8519         * gmm-utils.el (gmm-error): Describe `args'.
8520         (gmm-tool-bar-zap-list): New widget.
8521         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8522
8523 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8526         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8527         the number of recursive calls.
8528
8529         * mm-decode.el (mm-handle-set-disposition): New macro.
8530         (mm-handle-set-description): New macro.
8531
8532 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8535         encoding.
8536
8537 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * message.el (message-tool-bar-zap-list, message-tool-bar)
8540         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8541         (message-tool-bar-local-item-from-menu): Remove.
8542         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8543         (message-make-tool-bar): New function.
8544         (message-mode): Use `message-make-tool-bar'.
8545
8546         * gmm-utils.el: New file.
8547         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8548         (gmm-lazy): New widget copied from `nnmail.el'.
8549         (gmm-tool-bar-from-list): New function for creating customizable
8550         tool bars.
8551         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8552         output.
8553         (gmm): Add :prefix to defgroup.
8554
8555 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8556
8557         * gmm-utils.el (gmm-widget-p): New function.
8558
8559 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * mml.el (mml-attach-file): Describe `description' in doc string.
8562         (mml-menu): Add Emacs MIME manual and PGG manual.
8563
8564 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8565
8566         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8567
8568 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8569
8570         * nntp.el (nntp-end-of-line): Doc fix.
8571
8572 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8573
8574         * imap.el (imap-open): Handle case where buffer is a buffer
8575         object.
8576
8577 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8578
8579         * gnus-delay.el (gnus-delay): Don't autoload.
8580         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8581         to be re-loaded when customizing the `gnus-delay' group.
8582
8583 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8584
8585         * message.el (message-insert-citation-line): Use newlines.
8586
8587 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8588
8589         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8590         (pgg-pgp-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         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8594         pgg-add-passphrase-to-cache function.
8595
8596         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8597         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8598         these routines, so the passphrase can be managed externally and
8599         passed in to the system.
8600         (pgg-pgp5-sign-region): Use new name of
8601         pgg-add-passphrase-to-cache function.
8602
8603 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8604
8605         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8606         part of the decoded armor to find the key-identifier.
8607         (pgg-gpg-lookup-key-owner): New function to return the
8608         human-readable identifier of a key owner.
8609         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8610         itself.
8611         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8612         the key value) if we have a key and can match it against a secret
8613         key.  Also, added a note pointing out fact that the prompt only
8614         indicates the first matching key.
8615
8616         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8617         pgg-decrypt-region.
8618         (pgg-add-passphrase-to-cache): Rename from
8619         `pgg-add-passphrase-cache' to reduce confusion (all callers
8620         changed).
8621         (pgg-remove-passphrase-from-cache): Rename from
8622         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8623         changed).
8624         (pgg-read-passphrase, pgg-add-passphrase-cache)
8625         (pgg-remove-passphrase-cache): Add informative docstrings.
8626         (pgg-decrypt): Convey provided passphrase in subordinate call to
8627         pgg-decrypt-region.
8628
8629 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8630
8631         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8632         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8633         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8634         'passphrase' argument, so the passphrase can be managed externally
8635         and then passed in to the system.
8636
8637         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8638         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8639         so the passphrase cache can be used reliably with identifiers
8640         besides a pgp packet's key id.
8641
8642         * pgg-gpg.el (pgg-gpg-encrypt-region)
8643         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8644         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8645         these routines, so the passphrase can be managed externally and
8646         passed in to the system.
8647
8648         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8649         'notruncate' argument, so the passphrase cache can be used
8650         reliably with identifiers besides a pgp packet's key id.
8651
8652 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8653
8654         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8655         symmetric encryption.
8656         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8657         encrypted session key.
8658         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8659         message ask for the passphrase in a proper way.
8660
8661         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8662         New user commands for symmetric encryption.
8663
8664 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8667
8668         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8669
8670 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8671
8672         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8673
8674 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * mm-decode.el (mm-inlined-types): Add application/pgp.
8677         (mm-automatic-display): Ditto.
8678
8679         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8680         part as text.
8681
8682 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * nnrss.el: Update copyright.
8685         (nnrss-opml-import): Query whether to subscribe to each entry.
8686
8687         * gnus-art.el:
8688         * gnus-sum.el:
8689         * gnus-xmas.el:
8690         * messagexmas.el:
8691         * mm-uu.el:
8692         * mm-view.el: Update copyright.
8693
8694 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * message.el (message-info): New function.
8697         (message-mode-menu): Add it.
8698         Update copyright.
8699
8700         * ChangeLog: Fix and update copyright.
8701
8702 2006-01-13  Romain Francoise  <romain@orebokech.com>
8703
8704         * message.el (message-forward-subject-name-subject): Prefer the
8705         address to 'nowhere' if the sender has no name.
8706         Fix typo.  Update copyright year.
8707
8708 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-art.el (article-wash-html): Use
8711         gnus-summary-show-article-charset-alist if a numeric arg is given.
8712         (gnus-article-wash-html-with-w3m-standalone): New function.
8713
8714         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8715         mm-inline-text-html-render-with-w3m-standalone.
8716         (mm-text-html-washer-alist): Map w3m-standalone to
8717         gnus-article-wash-html-with-w3m-standalone.
8718         (mm-inline-text-html-render-with-w3m-standalone): New function.
8719
8720 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8723         Improve LaTeX.
8724
8725 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8728         (nnrss-request-article): Render text/plain parts as HTML.
8729
8730         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8731         the buffer.
8732
8733 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8736         custom definition of `gnus-posting-styles'.
8737
8738         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8739         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8740
8741 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8744         Use nntp for bug archive.
8745
8746 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8749         parts.
8750         (nnrss-normalize-date): New function converts ISO 8601 date into
8751         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8752         (nnrss-check-group): Use it.
8753
8754 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8757
8758         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8759         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8760         (nnrss-insert-w3): Ditto.
8761
8762 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8765         the articles to be forwarded including the case where neither a
8766         number of articles nor a region is specified.
8767
8768 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * nnrss.el (nnrss-request-article): Fix last change; fill
8771         text/plain parts.
8772
8773 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8776         in text/plain part.
8777         (nnrss-check-group): Don't add excessive newline to dc:subject.
8778
8779 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8780
8781         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8782         article.
8783
8784 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8787         (nnml-use-compressed-files, nnml-save-mail): Support other
8788         comression programs such as bzip2.
8789
8790 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * dns.el (query-dns): Make sure we check the buffer size before
8793         removing tcp headers.
8794
8795 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8798         remove MIME buttons associated with multipart/alternative parts.
8799         (gnus-mime-display-alternative): Tag buttons using `article-type'
8800         text property.
8801
8802         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8803         associated with multipart/alternative parts.
8804
8805         * gnus-art.el (gnus-signature-separator): Fix custom type.
8806
8807         * mm-decode.el (mm-inlined-types): Fix custom type.
8808         (mm-keep-viewer-alive-types): Ditto.
8809         (mm-automatic-display): Ditto.
8810         (mm-attachment-override-types): Ditto.
8811         (mm-inline-override-types): Ditto.
8812         (mm-automatic-external-display): Ditto.
8813
8814 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * spam-report.el (spam-report-user-mail-address)
8817         (spam-report-user-agent): New variables.
8818         (spam-report-url-ping-plain): Use spam-report-user-agent.
8819
8820 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8821
8822         * gnus-art.el (gnus-button-handle-custom): Do not just use
8823         `customize-apropos' for any "M-x customize-*" button but the
8824         function called for.  Accept both the function name and its
8825         argument in order to achieve this.
8826         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8827         function name to `gnus-button-handle-custom' in case of "M-x
8828         customize-*" buttons.
8829
8830 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8833         multipart/alternative and add xref to mm-discouraged-alternatives
8834         in doc string.
8835
8836         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8837         gnus-buttonized-mime-types in doc string.
8838
8839 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8842         Suggest image/.* in the doc string.
8843
8844 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8847         message-marks (Debian bug #342521).
8848
8849 2005-12-12  Simon Josefsson  <jas@extundo.com>
8850
8851         * password.el (password-read-from-cache): Add.
8852         (password-read): Use it.
8853
8854 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8857         us-ascii as a MIME charset.
8858
8859         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8860         against the case where the 2nd arg TYPE is nil.
8861
8862 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * pop3.el (pop3-stream-type): Fix custom version.
8865
8866         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8867
8868 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8869
8870         * mm-decode.el (mm-display-external): Add missing cdr.
8871
8872 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8875         RFC1524) if it is in mailcap or add a suffix according to
8876         mailcap-mime-extensions when generating a temp filename; postpone
8877         deleting a temp file for 2 seconds for some wrappers, shell
8878         scripts, and so on, which might exit right after having started a
8879         viewer command as a background job.
8880
8881 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * nntp.el (nntp-marks-directory): Fix custom group.
8884
8885         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8886         steps when < 10.
8887
8888         * gnus-start.el (gnus-no-server-1): Mention
8889         `gnus-level-default-subscribed' in doc string.
8890
8891 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8892
8893         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8894         parens.
8895
8896 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-xmas.el (gnus-use-toolbar): Revert.
8899         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8900         gnus-use-toolbar is default.
8901
8902         * messagexmas.el (message-use-toolbar): Revert.
8903         (message-setup-toolbar): Use global default-toolbar if
8904         message-use-toolbar is default.
8905
8906 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8909         according to default-toolbar-visible-p.
8910
8911         * messagexmas.el (message-use-toolbar): Ditto.
8912
8913 2005-11-26  Dave Love  <fx@gnu.org>
8914
8915         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8916         (tls-program, tls-success): Provide openssl alternative.
8917
8918         * starttls.el: Doc fixes.
8919         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8920         SERVICE to PORT.
8921
8922         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8923         port null or service name.
8924         (starttls-negotiate): Autoload.
8925
8926 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * message.el (message-kill-to-signature): Fix interactive spec.
8929
8930 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * pop3.el (pop3-open-server): Recognize a string as a service name.
8933
8934 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8935
8936         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8937
8938 2005-11-23  Dave Love  <fx@gnu.org>
8939
8940         Add pop3s, pop3/starttls.
8941
8942         * pop3.el (pop3-authentication-scheme): Clarify doc.
8943         (open-tls-stream, starttls-open-stream): Autoload.
8944         (pop3-stream-type): New.
8945         (pop3-open-server): Use it.
8946
8947         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8948         for POP.
8949         (mail-source-keyword-map): Add :stream for POP.
8950         (mail-source-fetch-pop): Use pop3-stream-type.
8951
8952 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8955         of current-time-string.
8956
8957 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8958
8959         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8960         date header.
8961
8962 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8963
8964         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8965         it can seriously impact performance as it bypasses the agent's
8966         local caches.
8967
8968 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8969
8970         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8971         must be explicitly online rather than "not explicitly offline" for
8972         its flags to be synchronized.
8973
8974         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8975         that gnus-uu-unmark-thread will function correctly.
8976
8977         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8978         1024K is instead displayed as 1M.
8979
8980 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8983
8984 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8985
8986         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8987
8988 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8989
8990         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8991         error message to display actual error condition.
8992         (gnus-agent-save-local): Avoid saving symbols that are bound to
8993         nil as they simply result in a warning message in
8994         gnus-agent-read-local.
8995
8996 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8999         rather than make-variable-buffer-local for file-precious-flag.
9000
9001 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9002
9003         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9004         for duplicates which are removed.  The invalid sort check then
9005         triggers a rescan after the sort as sorting may have moved
9006         duplicate entries such that they can be cheaply detected.
9007
9008 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9011
9012 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9013
9014         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9015         internal variable to a custom variable.  Changed default value
9016         from compressed(2) to uncompressed(1).
9017         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9018         support for uncompressed agentview files.  Taken together, reading
9019         the agentview file should now be 6-7 times faster.
9020
9021 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9022
9023         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9024         as a buffer-local variable.  This avoids creating truncated
9025         dribble files as a result of a hang up, eg.
9026
9027 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9028
9029         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9030         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9031         XEmacs.
9032
9033 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-start.el (gnus-start-draft-setup): Enforce
9036         `gnus-draft-mode' for nndraft:drafts at startup.
9037
9038         * gnus.el (gnus-splash): Change custom group.
9039         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9040         allow-list argument.
9041
9042         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9043         string.
9044
9045 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * gnus-art.el (gnus-default-article-saver): Add user-defined
9048         `function' to custom type.
9049
9050 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9051
9052         * imap.el (imap-open): Handle case where buffer is a buffer
9053         object.
9054
9055 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9058         long lines.
9059         (gnus-cache-delete-group): Wrap doc strings.
9060
9061         * gnus-agent.el (gnus-agent-rename-group)
9062         (gnus-agent-delete-group): Wrap doc strings.
9063
9064 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * messagexmas.el (message-use-toolbar): Change the valid values
9067         into default, top, bottom, left, and right.
9068         (message-toolbar-thickness): New variable.
9069         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9070         well.
9071         (message-setup-toolbar): Make it work.
9072
9073         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9074         (gnus-use-toolbar): Change the valid values into default, top,
9075         bottom, left, and right.
9076         (gnus-toolbar-thickness): New variable.
9077         (gnus-xmas-setup-toolbar): New function.
9078         (gnus-xmas-setup-group-toolbar): Use it.
9079         (gnus-xmas-setup-summary-toolbar): Use it.
9080
9081 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * gnus-start.el (gnus-1): Add "native" to
9084         gnus-predefined-server-alist.
9085
9086         * gnus.el (gnus-method-to-server): Don't add "native" to the
9087         lists here, because that leads to problems when
9088         gnus-select-method is bound.
9089
9090 2005-11-09  Simon Josefsson  <jas@extundo.com>
9091
9092         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9093         use (not sort-by-date) instead.
9094
9095 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9096
9097         * gnus-delay.el (gnus-delay-group): Don't autoload.
9098         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9099         to be re-loaded when customizing the `gnus-delay' group.
9100
9101 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9102
9103         * message.el: Revert last changes.
9104         (message-insert-citation-line): Use newlines.
9105
9106 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9107
9108         * message.el (message-courtesy-message)
9109         (message-mark-insert-begin, message-mark-insert-end)
9110         (message-elide-ellipsis, message-cancel-message)
9111         (message-add-header, message-change-subject)
9112         (message-cross-post-followup-to-header)
9113         (message-cross-post-insert-note, message-reduce-to-to-cc)
9114         (message-widen-reply, message-delete-not-region)
9115         (message-kill-to-signature, message-insert-signature)
9116         (message-insert-importance-high, message-insert-importance-low)
9117         (message-insert-or-toggle-importance)
9118         (message-insert-disposition-notification-to)
9119         (message-indent-citation, message-yank-original)
9120         (message-cite-original-without-signature, message-cite-original)
9121         (message-insert-citation-line, message-position-on-field)
9122         (message-fix-before-sending, message-send-mail-partially)
9123         (message-send-mail, message-send-mail-with-sendmail)
9124         (message-send-mail-with-qmail, message-send-news)
9125         (message-check-news-header-syntax, message-generate-headers)
9126         (message-insert-courtesy-copy, message-fill-address)
9127         (message-fill-header, message-shorten-references)
9128         (message-setup-1, message-cancel-news)
9129         (message-forward-make-body-plain, message-forward-make-body-mime)
9130         (message-forward-make-body-mml, message-encode-message-body)
9131         (message-forward-make-body-digest-plain)
9132         (message-forward-make-body-digest-mime)
9133         (message-use-alternative-email-as-from): Insert `hard-newline'
9134         instead of ordinary newlines.
9135
9136 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * message.el (message-generate-headers): Downcase the argument
9139         given to message-check-element.
9140
9141 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9142
9143         * nntp.el (nntp-authinfo-rejected): New error condition.
9144         (nntp-wait-for): Use new error condition to signal authentication
9145         error.
9146         (nntp-retrieve-data): Rethrow new error condition to break out of
9147         recursive call to nntp-send-authinfo.
9148
9149 2005-11-08  Romain Francoise  <romain@orebokech.com>
9150
9151         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9152         (gnus-summary-exit-map): Bind to `Z p'.
9153         (gnus-summary-make-menu-bar): Add menu item.
9154
9155 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9158         (gnus-treat-*): Add `first' in all doc strings.
9159
9160         * gnus-group.el (gnus-group-compact-group): Fix typo.
9161
9162 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus.el (gnus-parameters-case-fold-search): New variable.
9165         (gnus-parameters-get-parameter): Use it.
9166
9167         * gnus-score.el (gnus-home-score-file): Doc fix.
9168
9169 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9170
9171         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9172
9173 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * mm-util.el (mm-special-display-p): New function.
9176
9177         * mml.el (mml-preview): Use it; doc fix.
9178
9179 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9180
9181         * imap.el (imap-open): Handle case where buffer is a buffer object.
9182
9183 2005-10-29  Romain Francoise  <romain@orebokech.com>
9184
9185         * message.el (message-fix-before-sending): Fix comment.
9186
9187 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9188
9189         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9190
9191 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9192
9193         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9194         Used in gnus-score.el.
9195
9196 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9199
9200 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9203         whitespace removed in revision 7.8.  Use concatenated string to
9204         protect trailing whitespace.
9205
9206 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9207
9208         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9209         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9210         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9211         Courier IMAP ("some version from 2004").  Mostly based on similar
9212         code in the same function.
9213
9214 2005-10-26  Didier Verna  <didier@xemacs.org>
9215
9216         * gnus-group.el (gnus-group-compact-group): Invalidate original
9217         article buffer.
9218         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9219         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9220         NOV database and in article itself.
9221         Invalidate article backlog.
9222
9223 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9226
9227 2005-10-26  Simon Josefsson  <jas@extundo.com>
9228
9229         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9230         part of 2004-07-25 change.
9231
9232 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * message.el (message-display-completion-list): New function.
9235         (message-expand-group): Use it; make sure the Completions buffer
9236         is modifiable.
9237 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9238
9239         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9240         user-mail-name is an empty string.
9241
9242 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9245         depending on gnus-score-decay-constant.
9246
9247         * encrypt.el (encrypt-insert-file-contents)
9248         (encrypt-write-file-contents): Don't use `gnus-message'.
9249
9250         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9251         arguments.
9252         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9253         arguments to mm-uu-verbatim-marks-extract.
9254         (mm-uu-hide-markers): New variable.
9255         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9256
9257         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9258         (gnus-convert-image-to-face-command): Use "convert" by default to
9259         allow other input image formats.
9260         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9261         accordingly.
9262
9263 2005-10-23  Simon Josefsson  <jas@extundo.com>
9264
9265         * imap.el (imap-gssapi-program): Align command line parameters
9266         with latest GNU SASL.
9267         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9268
9269 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9272         HTML.
9273         (nnslashdot-request-article): Ditto.
9274
9275         * lpath.el (featurep): Add nobreak-char-display.
9276
9277 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9278
9279         * mail-source.el (mail-source-fetch-pop): Require pop3.
9280         (mail-source-check-pop): Ditto.
9281
9282 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9285         errors.
9286
9287 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9290         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9291
9292         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9293
9294         * mm-bodies.el (mm-decode-string): Call
9295         `mm-charset-to-coding-system' with allow-override argument.
9296
9297 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9300         (rfc2047-charset-to-coding-system): New function.
9301         (rfc2047-decode-encoded-words): New function.
9302         (rfc2047-decode-region): Use them.
9303         (rfc2047-decode-cte): Remove.
9304         (rfc2047-parse-and-decode): Remove.
9305         (rfc2047-decode): Remove.
9306
9307 2005-10-15  Kenichi Handa  <handa@m17n.org>
9308
9309         * rfc2047.el (rfc2047-decode-cte): New function.
9310         (rfc2047-decode-region): Change the way to decode successive
9311         encoded-words: decode B- or Q-encoding in each encoded-word,
9312         concatenate them, and decode it as charset.
9313
9314 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * lpath.el: Fbind codepage-setup for XEmacs.
9317
9318 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9319
9320         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9321         widget-move-and-invoke.
9322         (gnus-custom-mode): Use gnus-custom-map.
9323
9324 2005-10-15  Bill Wohler  <wohler@newt.com>
9325
9326         * message.el (message-tool-bar-map): Renamed image file from
9327         mail_send to mail/send.
9328
9329 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9330
9331         * message.el (message-expand-group): Pass the common
9332         prefix substring of completion to `display-completion-list'.
9333
9334 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * mml-sec.el (mml-secure-method): New internal variable.
9337         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9338         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9339         functions using mml-secure-method.
9340
9341         * mml.el (mml-mode-map): Add key bindings for those functions.
9342         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9343         Harder <harder@myrealbox.com>.
9344         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9345         end of message if point is the headers of the message.
9346
9347         * message.el (message-in-body-p): New function.
9348
9349         * assistant.el: Autoload gnus-util and netrc.
9350
9351         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9352         Use `mm-charset-override-alist' only when decoding.
9353
9354         * mm-bodies.el (mm-decode-body): Call
9355         `mm-charset-to-coding-system' with allow-override argument.
9356
9357         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9358         `filename' from Content-Disposition if Content-Type doesn't
9359         provide `name'.
9360         (gnus-mime-view-part-as-type): Set default instead of
9361         initial-input.
9362
9363 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9364
9365         * format-spec.el (format-spec): Propagate text properties of % spec.
9366
9367 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9368
9369         * gnus-art.el (gnus-treat-predicate): Add `first'.
9370
9371 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9374         (mm-charset-override-alist): New variable.
9375         (mm-charset-to-coding-system): Use it.
9376         (mm-codepage-setup): New helper function.
9377         (mm-charset-eval-alist): New variable.
9378         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9379         about unknown charsets.
9380
9381         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9382
9383 2005-10-04  David Hansen  <david.hansen@gmx.net>
9384
9385         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9386         (nnrss-check-group): Ditto.
9387
9388 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9391         Rename x-gnus-verbatim to x-verbatim.
9392         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9393
9394         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9395         x-verbatim.
9396
9397         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9398
9399         * gnus-util.el (gnus-remove-duplicates): Remove.
9400
9401         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9402         instead of gnus-remove-duplicates.
9403
9404         * message.el (message-remove-duplicates): Remove.
9405         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9406         message-remove-duplicates.
9407
9408         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9409         available, else use implementation from `delete-dups'.
9410
9411         * message.el (message-insert-expires): New function.
9412         (message-mode-map): Add key binding.
9413         (message-mode-field-menu): Add menu entry.
9414         (message-mode): Document it.
9415         (message-make-expires-date): Use `message-make-date'.
9416
9417 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9418
9419         * message.el (message-make-expires-date): New function.
9420
9421 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * Makefile.in (list-installed-shadows): New entry.
9424         (install): Use it.
9425         (remove-installed-shadows): New entry.
9426
9427         * dgnushack.el (dgnushack-default-load-path): New variable.
9428         (dgnushack-find-lisp-shadows): New function.
9429         (dgnushack-remove-lisp-shadows): New function.
9430
9431 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * Makefile.in (install-el-elc): New entry.
9434         (install): Use it so that .el files are necessarily installed.
9435
9436 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9439
9440 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9441
9442         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9443         function rather than the diff-mode.el package.
9444         (mm-display-external): Use with-current-buffer.
9445         (mm-viewer-completion-map, mm-viewer-completion-map):
9446         Move initialization inside declaration.
9447
9448 2005-09-29  Simon Josefsson  <jas@extundo.com>
9449
9450         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9451         autoload mail-check-payment.
9452         (spam-check-hashcash): Define unconditionally, since hashcash.el
9453         is part of Gnus now.  Ignore errors from payment checking.
9454
9455 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * message.el (message-bold-region, message-unbold-region): Rename
9458         from `bold-region' and `unbold-region'.
9459
9460         * message.el: Remove useless autoloads.
9461
9462 2005-09-28  Simon Josefsson  <jas@extundo.com>
9463
9464         * message.el (message-use-idna): Default to t.
9465         (message-use-idna): Test whether encoding works too.  Doc fix.
9466
9467 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * nntp.el (nntp-warn-about-losing-connection): Remove.
9470
9471 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9474         customizable.  Change default value.
9475         (mm-uu-diff-groups-regexp): Change default value.
9476         (mm-uu-type-alist): Add doc string.
9477         (mm-uu-configure): Add doc string.  Make it interactive.
9478         (mm-uu-tex-groups-regexp): New variable.
9479         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9480         (mm-uu-type-alist): Add LaTeX documents.
9481         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9482         of "text/verbatim".
9483         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9484
9485         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9486         instead of "text/verbatim".
9487
9488         * message.el (message-mark-inserted-region)
9489         (message-mark-insert-file): Use slrn style marks when called with
9490         prefix argument.
9491
9492 2005-09-27  Simon Josefsson  <jas@extundo.com>
9493
9494         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9495
9496 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9497
9498         * message.el (message-remove-duplicates): New function.
9499         Implementation borrowed from `gnus-remove-duplicates'.
9500         (message-idna-to-ascii-rhs): Also encode idna addresses in
9501         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9502         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9503         only ask about the same idna domain once per header and also tell
9504         in what header to replace the idna domain.
9505
9506         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9507         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9508         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9509         a header is decoded and not just the last one.
9510
9511 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9514         has been decoded.
9515
9516         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9517         (mm-insert-part): Don't modify text if it has been decoded.
9518
9519         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9520         decoded.
9521
9522         * mm-view.el (mm-inline-text): Don't strip text props unless
9523         decoding enriched or richtext parts.
9524
9525 2005-09-25  Romain Francoise  <romain@orebokech.com>
9526
9527         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9528         * gnus-start.el (gnus-subscribe-interactively):
9529         * gnus-uu.el (gnus-uu-grab-articles):
9530         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9531         space.
9532
9533 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9534
9535         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9536         * mm-view.el (mm-view-pkcs7-decrypt):
9537         * gnus-sum.el (gnus-summary-limit-to-extra)
9538         (gnus-summary-respool-article, gnus-read-move-group-name):
9539         * gnus-score.el (gnus-summary-increase-score):
9540         * gnus-util.el (gnus-completing-read-with-default):
9541         * gnus-art.el (gnus-read-save-file-name)
9542         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9543         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9544         * message.el (message-check-news-header-syntax):
9545         Follow convention for reading with the minibuffer.
9546
9547 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * spam-report.el (spam-report-url-ping-plain):
9550         Use gnus-extended-version as User-Agent.
9551
9552         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9553         default value is nil.
9554
9555         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9556         (mm-uu-verbatim-marks-extract): New function.
9557         (mm-uu-extract): New face.
9558         (mm-uu-copy-to-buffer): Use it.
9559
9560         * spam-report.el (spam-report-gmane-ham): Renamed from
9561         `spam-report-gmane-unspam'.
9562         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9563         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9564
9565         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9566         Autoload.
9567         (spam-report-gmane-unregister-routine): Renamed
9568         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9569
9570 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9571
9572         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9573         (spam-report-gmane-unregister-routine): Add support for gmane
9574         unregistration.
9575
9576         * spam-report.el (spam-report-gmane-unspam)
9577         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9578         (spam-report-gmane): Change to take a single article and do unspam
9579         registration.
9580
9581 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * mm-url.el (mm-url-decode-entities): Fix regexp.
9584
9585 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9588         default to nil, to be able to use Gnus at all.  If the default
9589         switches to something else, then the function should be fixed not
9590         be exceedingly slow.
9591
9592 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9593
9594         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9595         fail hard.
9596
9597         * spam-report.el: Add better Keywords line.
9598
9599         * spam.el: Add Maintainer and better Keywords line.
9600
9601 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-art.el (gnus-article-replace-part)
9604         (gnus-mime-replace-part): New functions.
9605         (gnus-mime-action-alist, gnus-mime-button-commands)
9606         (gnus-mime-save-part-and-strip): Added file argument.
9607         (gnus-article-part-wrapper): Added interactive argument.
9608
9609         * gnus-sum.el (gnus-summary-mime-map): Add
9610         `gnus-article-replace-part'.
9611
9612 2005-09-19  Didier Verna  <didier@xemacs.org>
9613
9614         The nnml compaction feature:
9615         * nnml.el (nnml-request-compact-group): New function.
9616         * nnml.el (nnml-request-compact): New function.
9617         * gnus-int.el (gnus-request-compact-group): New function.
9618         * gnus-int.el (gnus-request-compact): New function.
9619         * gnus-group.el (gnus-group-compact-group): New function.
9620         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9621         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9622         * gnus-srvr.el (gnus-server-compact-server): New function.
9623         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9624         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9625
9626 2005-09-18  Deepak Goel  <deego@gnufans.org>
9627
9628         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9629         format spec.
9630
9631 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9634
9635 2005-09-15  Romain Francoise  <romain@orebokech.com>
9636
9637         * message.el (message-fill-paragraph): Clarify docstring.
9638
9639 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-art.el (gnus-mime-display-part): Protect against broken
9642         MIME messages.
9643
9644 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9647         before parsing header.
9648
9649 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9650
9651         * html2text.el (html2text-replace-list): Add new entities.
9652
9653 2005-09-11  Romain Francoise  <romain@orebokech.com>
9654
9655         * message.el (message-alternative-emails): Improve docstring.
9656         (message-setup-1): Call `message-use-alternative-email-as-from'
9657         after `message-setup-hook' to give it precedence over posting
9658         styles, etc.
9659         (message-use-alternative-email-as-from): Add docstring.  Remove
9660         the original From header if present.
9661
9662         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9663         (nnml-save-mail): Use it.
9664
9665         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9666         articles.  Add new argument `silent'.
9667         (gnus-uu-mark-all): Report the total number of marked articles.
9668
9669 2005-09-10  Romain Francoise  <romain@orebokech.com>
9670
9671         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9672         (gnus-uu-mark-series): Likewise.
9673
9674 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * spam-report.el (spam-report-gmane): Fix generation of spam
9677         report URL.
9678
9679 2005-09-10  Simon Josefsson  <jas@extundo.com>
9680
9681         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9682         t, based on discussion on the ding list with Robert Epprecht
9683         <epprecht@solnet.ch>.
9684
9685 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * spam-report.el (spam-report-gmane): Make it work without
9688         X-Report-Spam header.  Gmane now only provides Archived-At.
9689         This is only used if `spam-report-gmane-use-article-number' is nil.
9690         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9691
9692         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9693         make `gnus-summary-sort-by-recipient' work with threading.
9694
9695         * nnweb.el (nnweb-google-wash-article): Print a message if article
9696         is not available.
9697
9698 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9699
9700         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9701         change.  Decode text/* parts content before displaying.
9702
9703 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9706
9707 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9710
9711         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9712         url-package-name, url-package-version,
9713         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9714         w3m-display-inline-images, and w3m-minor-mode-map.
9715
9716 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * message.el (message-tab-body-function): Fix mismatched custom type.
9719
9720         * gnus.el (gnus-group-change-level-function): Ditto.
9721
9722         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9723
9724         * gnus-art.el (gnus-signature-limit)
9725         (gnus-article-mime-part-function): Ditto.
9726
9727 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * mml.el (mml-mode): Silence the byte compiler.
9730
9731         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9732         using `(sit-for 0)' before moving the point to the specified part;
9733         skip unbuttonized parts.
9734         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9735         return to the summary window if gnus-auto-select-part is non-nil.
9736
9737 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9740         variables.
9741         (mml-dnd-attach-file, mml-mode): Use them.
9742
9743         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9744         Make fetching article by MID work again for Google Groups.  Added
9745         FIXME concerning gnus-group-make-web-group.
9746
9747         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9748         Don't depend on Gnus by using mail-extract-address-components if
9749         gnus-extract-address-components is not bound.
9750
9751 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * gnus-art.el (gnus-mime-display-security): Don't display the
9754         signature, but only the signed part.
9755
9756 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9759
9760         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9761         list, not listp.
9762
9763 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9764
9765         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9766         when encoding.
9767
9768         * mm-bodies.el (mm-decode-content-transfer-encoding):
9769         De-canonicalize CRLF for all text content types, not just
9770         text/plain.
9771
9772 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9775         valid article; point arrow and cursor at the MIME button.
9776
9777 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9780         Suggested by Dan Christensen <jdc@uwo.ca>.
9781
9782         * mm-decode.el (mm-save-part): Enable change of prompt.
9783
9784 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9785
9786         * gnus-msg.el (gnus-inews-add-send-actions): Made
9787         `message-post-method' lambda parameter ARG `&optional'.
9788
9789 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-sum.el (gnus-summary-mime-map): Added
9792         gnus-article-save-part-and-strip, gnus-article-delete-part and
9793         gnus-article-jump-to-part.
9794
9795         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9796         (gnus-article-edit-part): Use it.
9797         (gnus-article-part-wrapper): Added no-handle argument.
9798         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9799         functions.
9800
9801 2005-08-29  Romain Francoise  <romain@orebokech.com>
9802
9803         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9804         docstring.
9805         (gnus-face-from-file): Likewise.
9806
9807 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9810         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9811         non-nil.
9812         (gnus-auto-select-part): New variable.
9813         (gnus-article-jump-to-part): New function.
9814         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9815         (gnus-mime-delete-part): Allow selecting specified part after
9816         deleting or stripping parts.
9817         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9818         part if argument is bogus.
9819
9820 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9821
9822         * gnus-art.el (w3m-minor-mode-map):
9823         * gnus-spec.el (gnus-newsrc-file-version):
9824         * gnus-util.el (nnmail-active-file-coding-system)
9825         (gnus-original-article-buffer, gnus-user-agent):
9826         * gnus.el (gnus-ham-process-destinations)
9827         (gnus-parameter-ham-marks-alist)
9828         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9829         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9830         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9831         * mm-decode.el (gnus-current-window-configuration):
9832         * mm-extern.el (gnus-article-mime-handles):
9833         * mm-url.el (url-current-object, url-package-name)
9834         (url-package-version):
9835         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9836         (smime-keys, w3m-cid-retrieve-function-alist)
9837         (w3m-current-buffer, w3m-display-inline-images)
9838         (w3m-minor-mode-map):
9839         * mml-smime.el (gnus-extract-address-components):
9840         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9841         (gnus-newsrc-hashtb, message-default-charset)
9842         (message-deletable-headers, message-options)
9843         (message-posting-charset, message-required-mail-headers)
9844         (message-required-news-headers):
9845         * mml1991.el (mc-pgp-always-sign):
9846         * mml2015.el (mc-pgp-always-sign):
9847         * nnheader.el (nnmail-extra-headers):
9848         * rfc1843.el (gnus-decode-encoded-word-function)
9849         (gnus-decode-header-function, gnus-newsgroup-name):
9850         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9851
9852 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9853
9854         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9855         the end of the date treatments.
9856
9857 2005-08-15  Simon Josefsson  <jas@extundo.com>
9858
9859         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9860         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9861         Capello and Romain Francoise.
9862         (pgg-fetch-key-function): Removed, not used?
9863         (pgg-insert-url-with-w3): Require url, to get
9864         url-insert-file-contents regardless of where it is defined.
9865
9866 2005-08-13  Romain Francoise  <romain@orebokech.com>
9867
9868         * message.el (message-cite-original-1): New function.
9869         (message-cite-original): Use it.
9870         (message-cite-original-without-signature): Ditto.
9871
9872 2005-08-08  Romain Francoise  <romain@orebokech.com>
9873
9874         * message.el (message-yank-empty-prefix): New variable.
9875         (message-indent-citation): Use it.
9876         (message-cite-original-without-signature): Respect X-No-Archive.
9877
9878 2005-08-08  Simon Josefsson  <jas@extundo.com>
9879
9880         * pgg.el: Autoload url-insert-file-contents instead of loading
9881         w3/url.
9882         (pgg-insert-url-with-w3): Don't load url here.
9883
9884 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9885
9886         * message.el (message-kill-to-signature): Don't insert newline at
9887         bol.
9888         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9889
9890 2005-08-06  Romain Francoise  <romain@orebokech.com>
9891
9892         * message.el (message-user-fqdn): Fix typo in docstring.
9893
9894 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9895
9896         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9897
9898         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9899
9900 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * mm-bodies.el (mm-encode-body): Use coding system rather than
9903         charset to encode text.
9904
9905         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9906         number of charsets if utf-8 is available (XEmacs).
9907
9908 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9911         taken from `gnus-button-mid-or-mail-regexp'.
9912         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9913         (gnus-button-alist): Improve regexp for domain part of the MIDs
9914         for news:localpart@domain buttons.
9915         (gnus-button-ctan-directory-regexp): Update.
9916
9917 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * sieve-manage.el (sieve-manage-interactive-login): Use
9920         make-local-variable rather than make-variable-buffer-local.
9921         (sieve-manage-open): Ditto.
9922         (sieve-manage-authenticate): Ditto.
9923
9924         * mml.el (mml-generate-mime-1): Make the content type default to
9925         text/plain if the filename is not specified.
9926
9927 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9930         instead of insert-buffer.
9931
9932         * message.el (message-yank-original): Ditto; set the mark at the
9933         end of the yanked message.
9934
9935 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9938         lines to scroll rather than to stop it.
9939
9940         * mml.el (mml-generate-default-type): Add doc string.
9941         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9942         default to application/octet-stream when determining the content
9943         type if it is not specified for the part or the mml contents; add
9944         a comment about mml-generate-default-type.
9945
9946 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9949         make it default to application/octet-stream when determining the
9950         content type if it is not specified for the external contents.
9951
9952 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9955         segmented parameter but also other parameters might be there.
9956
9957 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * mm-decode.el (mm-display-external): Delete temp file, directory
9960         and buffer immediately if the external process is exited.
9961
9962 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9965         fewer lines than that of scroll-margin.
9966         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9967
9968 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-art.el (gnus-article-next-page): Revert.
9971         (gnus-article-beginning-of-window): New macro.
9972         (gnus-article-next-page-1): Use it.
9973         (gnus-article-prev-page): Ditto.
9974         (gnus-article-edit-part): Use insert-buffer-substring instead of
9975         insert-buffer.
9976         (gnus-article-edit-exit): Ditto.
9977
9978         * gnus-util.el (gnus-beginning-of-window): Remove.
9979         (gnus-end-of-window): Remove.
9980
9981         * lpath.el: Don't bind header-line-format and scroll-margin.
9982
9983 2005-07-25  Simon Josefsson  <jas@extundo.com>
9984
9985         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9986         to have the url package without w3.  Reported by Daiki Ueno
9987         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9988
9989 2005-07-20  Didier Verna  <didier@xemacs.org>
9990
9991         * gnus-diary.el: Remove the description comment (nndiary is now
9992         properly documented in the Gnus manual).
9993         Fix the spelling of "Back End".
9994         * nndiary.el: Ditto.
9995         Fix the copyright notice.
9996
9997 2005-07-18  Romain Francoise  <romain@orebokech.com>
9998
9999         * gnus-sum.el (gnus-summary-to-prefix)
10000         (gnus-summary-newsgroup-prefix): New variables.
10001         (gnus-summary-from-or-to-or-newsgroups): Use them.
10002
10003 2005-07-17  Romain Francoise  <romain@orebokech.com>
10004
10005         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10006         space as it's generally not especially interesting to the user.
10007
10008 2005-07-16  Romain Francoise  <romain@orebokech.com>
10009
10010         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10011         nil to avoid prompting and file modification if one of the
10012         messages at the top of the nnfolder file contains a copyright
10013         notice.
10014         Update copyright notice.
10015
10016         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10017         instead of `current-time-string' as the latter creates a time
10018         string that is not RFC 2822 compliant (it lacks the zone).
10019         Update copyright notice.
10020
10021 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10022
10023         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10024         for text/rtf.  Display default in prompt.  Pass default for M-n.
10025
10026         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10027
10028 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * gnus-msg.el (gnus-button-mailto): Remove
10031         save-selected-window-window hackery because it relies on
10032         save-selected-window internals.
10033
10034 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10037         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10038         (gnus-article-prev-page): Ditto.
10039
10040         * gnus-util.el (gnus-beginning-of-window): New function.
10041         (gnus-end-of-window): New function.
10042
10043         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10044
10045 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10046
10047         * gnus-score.el (gnus-score-edit-all-score): Set
10048         gnus-score-edit-exit-function to gnus-score-edit-done and call
10049         gnus-message.
10050
10051 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * gnus-msg.el (gnus-button-mailto): Remove
10054         save-selected-window-window hackery because it relies on
10055         save-selected-window internals.
10056
10057 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10060         add-minor-mode.
10061         (gnus-binary-mode): Ditto.
10062
10063         * gnus-topic.el (gnus-topic-mode): Ditto.
10064
10065 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10066
10067         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10068         (gnus-article-prev-page): Take scroll-margin into consideration.
10069
10070 2005-07-04  Lute Kamstra  <lute@gnu.org>
10071
10072         Update FSF's address in GPL notices.
10073
10074 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10075
10076         * gnus.el (gnus-exit):
10077         * gnus-group.el (gnus-group-icons):
10078         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10079
10080         * gnus-nocem.el (gnus-nocem):
10081         * message.el (message-various, message-buffers, message-sending)
10082         (message-interface, message-forwarding, message-insertion)
10083         (message-headers, message-news, message-mail):
10084         * pgg-gpg.el (pgg-gpg):
10085         * pgg-parse.el (pgg-parse):
10086         * pgg-pgp.el (pgg-pgp):
10087         * pgg-pgp5.el (pgg-pgp5):
10088         * pop3.el (pop3): Finish `defgroup' description with period.
10089
10090 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (article-display-face): Improve the efficiency.
10093         (article-display-x-face): Ditto; remove grey x-face stuff.
10094
10095 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-art.el (article-display-face): Correct the position in
10098         which Faces are inserted.
10099
10100 2005-06-29  Didier Verna  <didier@xemacs.org>
10101
10102         * gnus-art.el (article-display-face): Display faces in correct
10103         order.
10104
10105 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10108         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10109         (gnus-nocem-check-article): Fetch the Type header.
10110         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10111         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10112         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10113         make sure gnus-nocem-hashtb is initialized.
10114         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10115         (gnus-nocem-unwanted-article-p): Ditto.
10116
10117         * pgg.el (pgg-verify): Return the verification result.
10118
10119 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10122         is ascii.
10123
10124 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10125
10126         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10127         `show-nonbreak-escape'.
10128
10129 2005-06-23  Lute Kamstra  <lute@gnu.org>
10130
10131         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10132
10133         * dig.el (dig-mode):
10134         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10135
10136 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10137
10138         * nnimap.el (nnimap-split-download-body): Fix spellings.
10139
10140 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10141
10142         * gnus-art.el (gnus-article-encrypt-body):
10143         * gnus-cus.el (gnus-score-customize):
10144         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10145         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10146
10147 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10148
10149         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10150         header by looking for magic "MII" at the beginnig.
10151
10152 2005-06-16  Miles Bader  <miles@gnu.org>
10153
10154         * gnus-xmas.el (gnus-xmas-group-startup-message):
10155         Use renamed gnus-splash face.
10156
10157         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10158         (assistant-field-face): New backward-compatibility alias for renamed
10159         face.
10160         (assistant-render-text): Use renamed assistant-field face.
10161
10162         * spam.el (spam): Remove "-face" suffix from face name.
10163         (spam-face): New backward-compatibility alias for renamed face.
10164         (spam-face, spam-initialize): Use renamed spam face.
10165
10166         * message.el (message-header-to, message-header-cc)
10167         (message-header-subject, message-header-newsgroups)
10168         (message-header-other, message-header-name)
10169         (message-header-xheader, message-separator, message-cited-text)
10170         (message-mml): Remove "-face" suffix from face names.
10171         (message-header-to-face, message-header-cc-face)
10172         (message-header-subject-face, message-header-newsgroups-face)
10173         (message-header-other-face, message-header-name-face)
10174         (message-header-xheader-face, message-separator-face)
10175         (message-cited-text-face, message-mml-face):
10176         New backward-compatibility aliases for renamed faces.
10177         (message-font-lock-keywords): Use renamed message faces.
10178
10179         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10180         (sieve-test-commands, sieve-tagged-arguments):
10181         Remove "-face" suffix from face names.
10182         (sieve-control-commands-face, sieve-action-commands-face)
10183         (sieve-test-commands-face, sieve-tagged-arguments-face):
10184         New backward-compatibility aliases for renamed faces.
10185         (sieve-control-commands-face, sieve-action-commands-face)
10186         (sieve-test-commands-face, sieve-tagged-arguments-face):
10187         Use renamed sieve faces.
10188
10189         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10190         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10191         (gnus-group-news-3-empty, gnus-group-news-4)
10192         (gnus-group-news-4-empty, gnus-group-news-5)
10193         (gnus-group-news-5-empty, gnus-group-news-6)
10194         (gnus-group-news-6-empty, gnus-group-news-low)
10195         (gnus-group-news-low-empty, gnus-group-mail-1)
10196         (gnus-group-mail-1-empty, gnus-group-mail-2)
10197         (gnus-group-mail-2-empty, gnus-group-mail-3)
10198         (gnus-group-mail-3-empty, gnus-group-mail-low)
10199         (gnus-group-mail-low-empty, gnus-summary-selected)
10200         (gnus-summary-cancelled, gnus-summary-high-ticked)
10201         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10202         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10203         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10204         (gnus-summary-low-undownloaded)
10205         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10206         (gnus-summary-low-unread, gnus-summary-normal-unread)
10207         (gnus-summary-high-read, gnus-summary-low-read)
10208         (gnus-summary-normal-read, gnus-splash):
10209         Remove "-face" suffix from face names.
10210         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10211         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10212         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10213         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10214         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10215         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10216         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10217         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10218         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10219         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10220         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10221         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10222         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10223         (gnus-summary-normal-ticked-face)
10224         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10225         (gnus-summary-normal-ancient-face)
10226         (gnus-summary-high-undownloaded-face)
10227         (gnus-summary-low-undownloaded-face)
10228         (gnus-summary-normal-undownloaded-face)
10229         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10230         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10231         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10232         (gnus-splash-face):
10233         New backward-compatibility aliases for renamed faces.
10234         (gnus-group-startup-message): Use renamed gnus faces.
10235
10236         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10237         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10238         (gnus-server-agent): Remove "-face" suffix from face names.
10239         (gnus-server-agent-face, gnus-server-opened-face)
10240         (gnus-server-closed-face, gnus-server-denied-face)
10241         (gnus-server-offline-face):
10242         New backward-compatibility aliases for renamed faces.
10243         (gnus-server-agent-face, gnus-server-opened-face)
10244         (gnus-server-closed-face, gnus-server-denied-face)
10245         (gnus-server-offline-face): Use renamed gnus faces.
10246
10247         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10248         Remove "-face" suffix from face names.
10249         (gnus-picon-xbm-face, gnus-picon-face):
10250         New backward-compatibility aliases for renamed faces.
10251
10252         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10253         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10254         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10255         (gnus-cite-11): Remove "-face" suffix from face names.
10256         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10257         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10258         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10259         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10260         New backward-compatibility aliases for renamed faces.
10261         (gnus-cite-attribution-face, gnus-cite-face-list)
10262         (gnus-article-boring-faces): Use renamed gnus faces.
10263
10264         * gnus-art.el (gnus-signature, gnus-header-from)
10265         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10266         (gnus-header-content): Remove "-face" suffix from face names.
10267         (gnus-signature-face, gnus-header-from-face)
10268         (gnus-header-subject-face, gnus-header-newsgroups-face)
10269         (gnus-header-name-face, gnus-header-content-face):
10270         New backward-compatibility aliases for renamed faces.
10271         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10272
10273         * gnus-sum.el (gnus-summary-selected-face)
10274         (gnus-summary-highlight): Use renamed gnus faces.
10275         * gnus-group.el (gnus-group-highlight): Likewise.
10276
10277 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10278
10279         * gnus-sieve.el (gnus-sieve-article-add-rule):
10280         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10281         * spam-stat.el (spam-stat-buffer-change-to-spam)
10282         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10283
10284         * message.el (message-is-yours-p):
10285         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10286
10287 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * mm-view.el (mm-inline-text): Withdraw the last change.
10290
10291 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10294         executing enriched-decode.
10295
10296 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10299         charset of tar files.
10300
10301 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10302
10303         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10304
10305 2005-06-04  Lute Kamstra  <lute@gnu.org>
10306
10307         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10308         information is never recorded.
10309
10310 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10311
10312         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10313
10314 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * pop3.el (pop3-apop): Run md5 in the binary mode.
10317
10318         * starttls.el (starttls-set-process-query-on-exit-flag):
10319         Use eval-and-compile.
10320
10321 2005-05-31  Simon Josefsson  <jas@extundo.com>
10322
10323         * smime.el (smime-replace-in-string): Define.
10324         (smime-cert-by-ldap-1): Use it.
10325
10326 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-art.el (article-display-x-face): Replace
10329         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10330
10331         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10332         set-process-query-on-exit-flag or process-kill-without-query.
10333
10334         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10335         loop instead of replace-regexp.
10336
10337         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10338         instead of process-kill-without-query if it is available.
10339
10340         * lpath.el: Fbind ldap-search-entries.
10341
10342         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10343         instead of find-file-hooks if it is available.
10344
10345         * mml1991.el: Bind pgg-default-user-id when compiling.
10346
10347         * mml2015.el: Bind pgg-default-user-id when compiling.
10348
10349         * nndraft.el (nndraft-request-associate-buffer):
10350         Use write-contents-functions instead of write-contents-hooks if it is
10351         available.
10352
10353         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10354         instead of find-file-hooks if it is available.
10355
10356         * nntp.el (nntp-open-connection): Replace
10357         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10358         (nntp-open-ssl-stream): Ditto.
10359         (nntp-open-tls-stream): Ditto.
10360
10361         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10362         set-process-query-on-exit-flag or process-kill-without-query.
10363         (starttls-open-stream-gnutls): Use it instead of
10364         process-kill-without-query.
10365         (starttls-open-stream): Ditto.
10366
10367 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10368
10369         * smime.el (smime-cert-by-ldap-1): Don't use
10370         replace-regexp-in-string.
10371
10372 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10373
10374         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10375
10376         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10377         in PEM format.  Adjust to the XEmacs compability.
10378
10379 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10382         by `string-to-number'.
10383         * gnus-agent.el (gnus-agent-regenerate-group)
10384         (gnus-agent-fetch-articles): Ditto.
10385         * gnus-art.el (gnus-button-fetch-group): Ditto.
10386         * gnus-cache.el (gnus-cache-generate-active)
10387         (gnus-cache-articles-in-group): Ditto.
10388         * gnus-group.el (gnus-group-set-current-level)
10389         (gnus-group-insert-group-line): Ditto.
10390         * gnus-score.el (gnus-score-set-expunge-below)
10391         (gnus-score-set-mark-below, gnus-summary-score-effect)
10392         (gnus-summary-score-entry): Ditto.
10393         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10394         (gnus-soup-pack): Ditto.
10395         * gnus-spec.el (gnus-xmas-format): Ditto.
10396         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10397         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10398         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10399         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10400         * nndb.el (nndb-get-remote-expire-response): Ditto.
10401         * nndiary.el (nndiary-parse-schedule-value)
10402         (nndiary-string-to-number, nndiary-request-replace-article)
10403         (nndiary-request-article): Ditto.
10404         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10405         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10406         * nneething.el (nneething-make-head): Ditto.
10407         * nnfolder.el (nnfolder-request-article)
10408         (nnfolder-retrieve-headers): Ditto.
10409         * nnheader.el (nnheader-file-to-number): Ditto.
10410         * nnkiboze.el (nnkiboze-request-article): Ditto.
10411         * nnmail.el (nnmail-process-unix-mail-format)
10412         (nnmail-process-babyl-mail-format): Ditto.
10413         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10414         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10415         (nnmh-request-create-group, nnmh-request-list-1)
10416         (nnmh-request-group, nnmh-request-article): Ditto.
10417         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10418         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10419         * nnsoup.el (nnsoup-make-active): Ditto.
10420         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10421         * nntp.el (nntp-find-group-and-number)
10422         (nntp-retrieve-headers-with-xover): Ditto.
10423         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10424         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10425         (pgg-format-key-identifier): Ditto.
10426         * pop3.el (pop3-last, pop3-stat): Ditto.
10427         * qp.el (quoted-printable-decode-region): Ditto.
10428
10429         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10430         of concat.
10431
10432 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10435
10436         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10437
10438         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10439
10440         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10441
10442         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10443
10444         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10445
10446         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10447         (gnus-carpal-mode): Ditto.
10448
10449         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10450         (gnus-browse-mode): Ditto.
10451
10452         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10453
10454         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10455
10456 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10457
10458         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10459
10460 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-util.el (gnus-run-mode-hooks): New function.
10463
10464         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10465
10466         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10467         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10468
10469 2005-05-27  Lute Kamstra  <lute@gnu.org>
10470
10471         * dns-mode.el (dns-mode): Specify customization group.
10472
10473 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10474
10475         * gnus-agent.el (gnus-agent-make-mode-line-string):
10476         Use mode-line-highlight as mouse-face.
10477
10478 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * canlock.el (canlock): Change the parent group to news.
10481
10482         * deuglify.el (gnus-outlook-deuglify): Add :group.
10483
10484         * dig.el (dig): Add :group.
10485
10486         * dns-mode.el (dns-mode): Add :group.
10487
10488         * encrypt.el (encrypt): Add :group.
10489
10490         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10491         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10492         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10493         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10494         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10495
10496         * gnus-diary.el (gnus-diary): Add :group.
10497
10498         * gnus.el (gnus-group-news-1-face): Add :group.
10499         (gnus-group-news-1-empty-face): Ditto.
10500         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10501         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10502         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10503         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10504         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10505         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10506         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10507         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10508         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10509         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10510         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10511         (gnus-summary-high-ticked-face): Ditto.
10512         (gnus-summary-low-ticked-face): Ditto.
10513         (gnus-summary-normal-ticked-face): Ditto.
10514         (gnus-summary-high-ancient-face): Ditto.
10515         (gnus-summary-low-ancient-face): Ditto.
10516         (gnus-summary-normal-ancient-face): Ditto.
10517         (gnus-summary-high-undownloaded-face): Ditto.
10518         (gnus-summary-low-undownloaded-face): Ditto.
10519         (gnus-summary-normal-undownloaded-face): Ditto.
10520         (gnus-summary-high-unread-face): Ditto.
10521         (gnus-summary-low-unread-face): Ditto.
10522         (gnus-summary-normal-unread-face): Ditto.
10523         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10524         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10525
10526         * hashcash.el (hashcash): New custom group.
10527         (hashcash-default-payment): Add :group.
10528         (hashcash-payment-alist): Ditto.
10529         (hashcash-default-accept-payment): Ditto.
10530         (hashcash-accept-resources): Ditto.
10531         (hashcash-path): Ditto.
10532         (hashcash-extra-generate-parameters): Ditto.
10533         (hashcash-double-spend-database): Ditto.
10534         (hashcash-in-news): Ditto.
10535
10536         * message.el (message-minibuffer-local-map): Add :group.
10537
10538         * netrc.el (netrc): Add :group.
10539
10540         * sieve-manage.el (sieve-manage-log): Add :group.
10541         (sieve-manage-default-user): Diito.
10542         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10543         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10544         (sieve-manage-authenticators): Ditto.
10545         (sieve-manage-authenticator-alist): Ditto.
10546         (sieve-manage-default-port): Ditto.
10547
10548         * sieve-mode.el (sieve-control-commands-face): Add :group.
10549         (sieve-action-commands-face): Ditto.
10550         (sieve-test-commands-face): Ditto.
10551         (sieve-tagged-arguments-face): Ditto.
10552
10553         * smime.el (smime): Add :group.
10554
10555         * spam-report.el (spam-report): Add :group.
10556
10557         * spam.el (spam, spam-face): Add :group.
10558
10559 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560
10561         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10562         return \n.\n.\n at the end of articles.  Protect against that.
10563         (nntp-with-open-group): Allow debugging.
10564
10565         * nnheader.el (mail-header-set-extra): Make into a function
10566         because I just could't understand how to quote the list properly.
10567
10568         * dns.el (query-dns-cached): New function.
10569
10570 2005-05-26  Lute Kamstra  <lute@gnu.org>
10571
10572         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10573
10574 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10577
10578         * gnus-art.el: Don't autoload mail-extract-address-components.
10579
10580         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10581         eval-and-compile to evaluate it.
10582
10583         * hashcash.el: Don't autoload executable-find.
10584
10585         * nndb.el: Don't declare the nndb back end two or more times; don't
10586         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10587
10588         * nntp.el: Autoload format-spec instead of format; use
10589         eval-and-compile to evaluate autoload forms.
10590
10591 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10592
10593         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10594
10595 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * gnus.el (gnus-version-number): Bump version.
10598
10599 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10600
10601         * gnus.el: No Gnus v0.3 is released.
10602
10603 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * lpath.el (featurep): Bind show-nonbreak-escape.
10606
10607 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-art.el (gnus-article-edit-part): Disable undo.
10610
10611 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10614         gnus-article-date-lapsed-new-header is t if date timer is active;
10615         skip headers in which the original date value is empty.
10616         (gnus-article-save-original-date): Redefine it as a macro.
10617         (gnus-display-mime): Use it.
10618
10619 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-art.el (article-date-ut): Support converting date in
10622         forwarded parts as well.
10623         (gnus-article-save-original-date): New function.
10624         (gnus-display-mime): Use it.
10625
10626 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10627
10628         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10629         enclosure element of <item>.
10630
10631 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * message.el (message-kill-buffer-query): Renamed from
10634         `message-kill-buffer-query-if-modified'.  Added :version.
10635
10636 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10639         window layout.
10640
10641 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * mml.el: Autoload dnd when compiling.
10644
10645 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10648         x-dnd-*.
10649
10650 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * qp.el (quoted-printable-encode-region): Save excursion.
10653
10654 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10655
10656         * message.el (message-kill-buffer-query-if-modified): Add new variable
10657         so the user can kill a modified message buffer quickly.
10658         (message-kill-buffer): Use it.
10659
10660 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * lpath.el: Fbind display-time-event-handler; don't fbind
10663         string-to-multibyte.
10664
10665         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10666
10667 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10670         contained in text because xml.el decodes entities) with LFs.
10671
10672 2005-04-11  Lute Kamstra  <lute@gnu.org>
10673
10674         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10675         differently.
10676
10677 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10678
10679         * mm-util.el (mm-detect-coding-region): Typo.
10680
10681 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10684
10685 2005-04-06  Deepak Goel  <deego@gnufans.org>
10686
10687         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10688         user-function allow user modifications of the scores.
10689         (spam-stat-score-buffer-user): New function, to allow
10690         user-computed modifications to the score.
10691         (spam-stat-score-buffer-user-functions): List of additional
10692         scoring functions.
10693         (spam-stat-error-holder): Global temporary error holder.
10694         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10695         variable.
10696
10697 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         * gnus-registry.el (gnus-registry-clean-empty-function)
10700         (gnus-registry-trim, gnus-registry-fetch-groups)
10701         (gnus-registry-delete-group): Groups that match
10702         `gnus-registry-ignored-groups' are removed from the registry
10703         entries, not just ignored for splitting.  This helps clean up the
10704         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10705         to get all the groups a message ID is in.
10706
10707         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10708         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10709         (spam-stat-score-buffer-user-functions): Add :number custom type.
10710
10711 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10714         argument in XEmacs.
10715
10716         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10717         (nnrss-request-group): Decode group name first.
10718         (nnrss-request-article): Make a text/plain article if mml-to-mime
10719         failed.
10720         (nnrss-get-encoding): Return a compatible encoding according to
10721         nnrss-compatible-encoding-alist.
10722         (nnrss-find-el): Use consp instead of listp.
10723         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10724
10725 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10728         which Emacs 20 doesn't support.
10729         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10730
10731 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10734         silence the byte compiler inside the defun.
10735
10736         * gnus-demon.el (parse-time-string): Add autoload.
10737
10738         * gnus-delay.el (parse-time-string): Add autoload.
10739
10740         * gnus-art.el (parse-time-string): Add autoload.
10741
10742         * nnultimate.el (parse-time): Require for `parse-time-string'.
10743
10744 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10747
10748         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10749
10750         * smime.el (smime-ldap-host-list): Add :version.
10751
10752 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10755         pass it to `gnus-browse-read-group'.
10756         (gnus-browse-read-group): Add NUMBER argument and pass it to
10757         `gnus-group-read-ephemeral-group'.
10758
10759         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10760         argument and pass it to `gnus-group-read-group'.
10761
10762 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10763
10764         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10765         mm-xemacs-find-mime-charset-1 if we have the mule feature
10766         available at runtime.
10767
10768 2005-03-25  Werner Lemberg  <wl@gnu.org>
10769
10770         * nnmaildir.el: Replace `illegal' with `invalid'.
10771
10772 2005-03-23  Lute Kamstra  <lute@gnu.org>
10773
10774         * time-date.el: Add comment on time value formats.
10775         Don't require parse-time.
10776         (with-decoded-time-value): New macro.
10777         (encode-time-value): New function.
10778         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10779         (days-to-time): Return a valid time value when arg is huge.
10780         (time-since): Use time-subtract.
10781         (time-to-number-of-days): Use time-to-seconds.
10782
10783 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10784
10785         * gnus-start.el (gnus-display-time-event-handler):
10786         Check display-time-timer at runtime rather than only at load time
10787         in case display-time-mode is turned off in the mean time.
10788
10789 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10792         used.
10793
10794         * nneething.el (nneething-map-file-directory): Derive from
10795         `gnus-directory'.
10796
10797         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10798         the To/Cc button.
10799
10800 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * nnmaildir.el (nnmaildir-request-accept-article):
10803         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10804
10805 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10806
10807         * gnus-async.el: Require timer-funcs at compile time when in
10808         XEmacs for `run-with-idle-timer'.
10809
10810 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10811
10812         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10813         autoloaded function.
10814
10815 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10816
10817         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10818
10819 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10820
10821         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10822
10823 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824
10825         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10826         gnus-expert-user to default.
10827
10828 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10829
10830         * nnimap.el (nnimap-open-server): Ditto.
10831
10832         * imap.el (imap-authenticate): Fix typo.
10833
10834 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10835
10836         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10837         buffer (since IMAP server might return FETCH response out of
10838         order, and the nntp buffer must be sorted).
10839
10840 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10841
10842         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10843         comparison on string.
10844
10845         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10846         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10847         (gnus-agent-summary-fetch-series): Modified to protect against
10848         gnus-agent-summary-fetch-group clearing processable flags.
10849         (gnus-agent-synchronize-group-flags): Update live group buffer as
10850         synchronization may occur due to the user toggle the plugged
10851         status.
10852         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10853         successfully downloaded.
10854         (gnus-agent-expire-group-1): Avoid using markers when the overview
10855         is in ascending order; greatly improves performance.
10856         (gnus-agent-regenerate-group): Use
10857         gnus-agent-synchronize-group-flags to reset read status in both
10858         gnus and server.
10859         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10860
10861 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * message.el: Don't autoload former message-utils variables.
10864         (message-strip-subject-trailing-was): Change doc string.
10865
10866         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10867         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10868         (nnweb-google-search): Add "hl=en" here.
10869         (nnweb-google-parse-1, nnweb-google-create-mapping):
10870         Don't hardcode URL.
10871
10872 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * message.el (message-get-reply-headers, message-followup):
10875         Mention related variables `message-use-followup-to' and
10876         `message-use-mail-followup-to', in the information buffer.
10877
10878         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10879         of broken groups(-beta).google.com.
10880
10881 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10882
10883         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10884         parameter to invoked gnus-request-move-article; remove the
10885         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10886         all at once instead of once per article.
10887         (gnus-summary-remove-process-mark): Accept a list of articles as
10888         well as a single article for processing.
10889
10890         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10891         parameter.
10892
10893         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10894
10895         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10896
10897         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10898         parameter.
10899
10900         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10901         parameter.
10902
10903         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10904         parameter and remove the gnus-sum-hint-move-is-internal variable.
10905
10906         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10907         parameter.
10908
10909         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10910         parameter.
10911
10912         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10913         parameter.
10914
10915         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10916
10917         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10918         parameter.
10919
10920         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10921         parameter.
10922
10923 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10924
10925         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10926         a more conservative way.
10927
10928 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10929
10930         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10931         buffer, so it moves the window's cursor.
10932
10933 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10934
10935         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10936         `mm-dissect-multipart' and receive the from field as an (optional)
10937         argument from `mm-dissect-multipart'.
10938         (mm-dissect-multipart): Receive the from field as an argument and
10939         pass it on when we call `mm-dissect-buffer' on MIME parts.
10940         Fixes verification/decryption of signed/encrypted MIME parts.
10941
10942 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10943
10944         * gnus-sum.el (gnus-summary-move-article): Set
10945         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10946         whatever it calls (right now, only nnimap-request-move article
10947         respects it).
10948
10949         * nnimap.el (nnimap-request-move-article): When
10950         gnus-sum-hint-move-is-internal is set, don't do the extra
10951         nnimap-request-article.
10952
10953 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10956
10957         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10958         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10959
10960         * gnus-sum.el (gnus-summary-caesar-message):
10961         Apply `gnus-treat-article' after rotation.
10962
10963         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10964         doc string.
10965
10966 2005-02-22  Simon Josefsson  <jas@extundo.com>
10967
10968         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10969         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10970         <arne@arnested.dk>.
10971         (encrypt): Add password-cache and password-cache-expiry as group
10972         members.
10973
10974 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10975
10976         * smime.el (smime-ldap-host-list): Doc fix.
10977         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10978         cache) password.
10979         (smime-sign-region): Use it.
10980         (smime-decrypt-region): Use it.
10981         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10982         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10983         fails.
10984         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10985         certificate from DER to PEM format rather than calling openssl.
10986
10987         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10988
10989         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10990         for signing/encryption.
10991
10992         * mml.el (mml-parse-1): Use them.
10993
10994 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10995
10996         * nnrss.el (nnrss-verbose): Removed.
10997         (nnrss-request-group): Use `nnheader-message' instead.
10998
10999 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11000
11001         * nnrss.el (nnrss-verbose): New variable.
11002         (nnrss-request-group): Make it say nnrss is requesting a group.
11003
11004 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11007         Handle news URL with given port correctly.
11008
11009 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11012         containing special characters.
11013
11014         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11015
11016         * mml.el (mime-to-mml): Ditto.
11017
11018         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11019         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11020         (rfc2047-decode-region): Quote decoded words containing special
11021         characters when rfc2047-quote-decoded-words-containing-tspecials
11022         is non-nil.
11023
11024 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11025
11026         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11027
11028         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11029
11030 2005-02-15  Simon Josefsson  <jas@extundo.com>
11031
11032         * nnimap.el (nnimap-debug): Doc fix.
11033
11034         * imap.el (imap-debug): Doc fix.
11035
11036 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11039
11040 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11041
11042         * gnus.el (spam-contents): Improve docs for spam-contents
11043         parameter in its variable incarnation.
11044
11045 2005-02-14  Simon Josefsson  <jas@extundo.com>
11046
11047         * smime-ldap.el: Use require instead of load-library for ldap.
11048         (smime-ldap-search): Indent.
11049         (smime-ldap-search-internal): Shorten line.
11050
11051         * smime.el (smime-cert-by-dns): Add doc-string.
11052         (smime-cert-by-ldap-1): Indent.
11053
11054         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11055         mml-smime-get-dns-ldap.
11056         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11057
11058 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11059
11060         * smime.el: Require smime-ldap.
11061         (smime-ldap-host-list): New variable.
11062         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11063
11064         * mml-smime.el (mml-smime-encrypt-query): New function.
11065         (mml-smime-encrypt-query): Use it.
11066
11067         * smime-ldap.el: New file.
11068
11069 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11072
11073 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11076         argument in doc string.  Make query for type more clear.
11077
11078 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus.el (gnus-group-startup-message): Search for gnus images in
11081         etc/images/gnus.
11082         * mm-util.el (mm-image-load-path): Likewise.
11083         * smiley.el (smiley-data-directory): Search for smilies in
11084         etc/images/smilies.
11085
11086 2005-02-09  Kim F. Storm  <storm@cua.dk>
11087
11088         Change Emacs release version from 21.4 to 22.1 throughout.
11089         Change Emacs development version from 21.3.50 to 22.0.50.
11090
11091 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11094
11095         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11096         non-Mule XEmacs as well.
11097         (mm-decompress-buffer): Signal an error intentionally if it does
11098         not decompress compressed data because auto-compression-mode is
11099         disabled.
11100
11101 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11102
11103         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11104         an ID in the registry even if it has no groups.
11105
11106 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11109         merge it into mm-decompress-buffer.
11110         (gnus-mime-copy-part): Use the MIME part charset, the value which
11111         a user specified or gnus-newsgroup-charset for decoding, like
11112         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11113         save-buffer what was used.  Suggested by Kevin Ryde
11114         <user42@zip.com.au>.
11115         (gnus-mime-inline-part): Allow the name parameter as well as the
11116         filename parameter; force decompressing of compressed data; always
11117         display contents being not decoded as unibyte.
11118
11119         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11120         as well as the filename parameter.
11121
11122         * mm-util.el (mm-decompress-buffer): Merge
11123         gnus-mime-jka-compr-maybe-uncompress.
11124         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11125         of compressed data.
11126
11127 2005-02-08  Simon Josefsson  <jas@extundo.com>
11128
11129         * imap.el (imap-log): Doc fix.
11130
11131 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11134         the coding cookies; decompress compressed parts.
11135
11136         * mml.el (mml-generate-mime-1): Add the charset parameter according
11137         to the value which a user specified manually or the coding cookie.
11138
11139         * mm-util.el (mm-string-to-multibyte): New function.
11140         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11141         (mm-coding-system-to-mime-charset): New function.
11142         (mm-decompress-buffer): New function.
11143         (mm-find-buffer-file-coding-system): New function.
11144
11145         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11146         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11147         parts.
11148
11149 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11150
11151         * mm-view.el (mm-display-inline-fontify): Decode a part according
11152         to the charset parameter.
11153
11154 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11157         prefix arg is neither nil nor a number, as info specifies.
11158
11159 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11162         timestamps.
11163
11164 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11165
11166         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11167         groups error checking and notify user.
11168
11169 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11170
11171         * message.el (message-send-mail-function): Check existence of
11172         sendmail-program first before using default value
11173         `message-send-mail-with-sendmail'.  Otherwise use more generic
11174         `smtpmail-send-it'.
11175
11176 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * nntp.el (nntp-request-update-info): Always return nil.
11179
11180 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11181
11182         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11183
11184 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11185
11186         * message.el (message-beginning-of-line): Change the behavior when
11187         invoked between BOL and : so that it first moves backward.
11188
11189 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11192         article buffer when editing of the article is discarded.
11193         (gnus-article-prepare): Revert.
11194
11195 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-art.el (gnus-article-prepare):
11198         Remove message-strip-forbidden-properties from the local hook.
11199
11200 2005-01-27  Simon Josefsson  <jas@extundo.com>
11201
11202         * password.el (password-cache-add): Only start one timer per key.
11203         Reported by Derek Atkins <warlord@MIT.EDU>.
11204
11205 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11206
11207         * run-at-time.el: Removed.  It is no longer needed as
11208         timer-funcs.el in the xemacs-base package has a working version of
11209         `run-at-time'.
11210
11211         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11212
11213         * password.el: Require timer-funcs instead of run-at-time in
11214         XEmacs.
11215         Remove `password-run-at-time' macro.
11216         (password-cache-add): Use `run-at-time' instead of
11217         `password-run-at-time'.
11218
11219         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11220         Remove `nnheader-cancel-function-timers' alias,
11221         `cancel-function-timers' exists in XEmacs in timer-funcs.
11222
11223         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11224         for `run-with-idle-timer'.
11225
11226         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11227         for `run-at-time'.
11228
11229         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11230         for `with-timeout'.
11231
11232         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11233         the same as for XEmacs 21.4.
11234         No need to ignore `run-with-idle-timer', this function exists in
11235         XEmacs now in timer-funcs.el in the xemacs-base package.
11236         (dgnushack-compile): No need to delete
11237         run-at-time.el from the list of files to compile because it
11238         doesn't exist anymore.
11239
11240 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11243         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11244
11245 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11246
11247         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11248         sensitively.
11249
11250 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11251
11252         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11253
11254 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11257         which will be inserted according to the multibyteness of a buffer
11258         rather than the type of contents.  Suggested by ARISAWA Akihiro
11259         <ari@mbf.ocn.ne.jp>.
11260
11261         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11262         of string which old xml.el may return rather than a string.
11263
11264 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11267
11268 2005-01-16  Simon Josefsson  <jas@extundo.com>
11269
11270         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11271         idn/idna.el isn't available.
11272         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11273         <michael@waxrat.com>.
11274
11275         * hashcash.el: Remove non-FSF copyright header.
11276
11277         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11278         (hashcash-generate-payment): Use it.
11279         (hashcash-generate-payment-async): Use it.
11280
11281 2005-01-15  Simon Josefsson  <jas@extundo.com>
11282
11283         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11284         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11285
11286         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11287         gnus-summary-idna-message.
11288         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11289         (gnus-summary-idna-message): New function.
11290
11291 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11294         gnus-novice-user.
11295
11296 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * nnrss.el (nnrss-request-delete-group): Delete entries in
11299         nnrss-group-alist as well.
11300         (nnrss-save-server-data): Insert newline.
11301
11302 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * gnus.el (gnus-user-agent): Use list of symbols instead of
11305         symbols.  Display full version number for (S)XEmacs.  Optionally
11306         display (S)XEmacs codename.
11307
11308         * gnus-util.el (gnus-emacs-version): Update for new
11309         `gnus-user-agent'.
11310
11311         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11312         Gnus version.
11313
11314 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11317         which is unreadable in some setups.
11318
11319 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-spec.el (gnus-update-format-specifications): Flush the
11322         group format spec cache if it doesn't support decoded group names.
11323
11324 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11327         Allow to apply decay on score files matching a regexp.
11328
11329 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11332         compatibility in %g and %c.
11333
11334 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11337         name for only %g and %c.
11338         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11339         of gnus-tmp-group to decoded group name.
11340         (gnus-group-make-rss-group): Exclude `/'s from group names.
11341
11342 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * nnrss.el (nnrss-get-encoding): Fix regexp.
11345
11346 2004-12-27  Simon Josefsson  <jas@extundo.com>
11347
11348         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11349         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11350         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11351
11352 2004-12-17  Kim F. Storm  <storm@cua.dk>
11353
11354         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11355
11356         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11357
11358 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11359
11360         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11361
11362 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * nnrss.el: Require rfc2047 and mml.
11365         (nnrss-file-coding-system): New variable.
11366         (nnrss-format-string): Redefine it as an inline function.
11367         (nnrss-decode-group-name): New function.
11368         (nnrss-string-as-multibyte): Remove.
11369         (nnrss-retrieve-headers): Decode group name; don't use
11370         nnrss-format-string.
11371         (nnrss-request-group): Decode group name.
11372         (nnrss-request-article): Decode group name; allow a Message-ID as
11373         well as an article number; don't use nnrss-format-string; encode a
11374         Message-ID string which may contain non-ASCII characters; use
11375         mml-to-mime to compose a MIME article.
11376         (nnrss-request-expire-articles): Decode group name.
11377         (nnrss-request-delete-group): Decode group name.
11378         (nnrss-fetch): Clarify error message.
11379         (nnrss-read-server-data): Use insert-file-contents instead of load;
11380         bind file-name-coding-system; use multibyte buffer.
11381         (nnrss-save-server-data): Bind coding-system-for-write to the
11382         value of nnrss-file-coding-system; bind file-name-coding-system;
11383         add coding cookie.
11384         (nnrss-read-group-data): Use insert-file-contents instead of load;
11385         bind file-name-coding-system; use multibyte buffer.
11386         (nnrss-save-group-data): Bind coding-system-for-write to the
11387         value of nnrss-file-coding-system; bind file-name-coding-system.
11388         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11389         make it work with non-ASCII text.
11390         (nnrss-find-el): Make it work with old xml.el as well.
11391
11392 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11393
11394         * nnrss.el (nnrss-get-encoding): New function.
11395         (nnrss-fetch): Use unibyte buffer initially; bind
11396         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11397         decode contents according to the encoding attribute.
11398         (nnrss-save-group-data): Add coding cookie.
11399         (nnrss-mime-encode-string): New function.
11400         (nnrss-check-group): Use it to encode subject and author.
11401
11402 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11403
11404         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11405         imaginary variable.
11406
11407 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11410         correctly even if there are wide characters.
11411
11412 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11413
11414         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11415         downcased symbol names; make a new cache instead of reusing
11416         bbdb-hashtable.
11417
11418 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11421         concatenating segments rather than before concatenating them.
11422         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11423
11424         * message.el (message-get-reply-headers): Bind `extra'.
11425
11426 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * message.el (message-extra-wide-headers): New variable.
11429         (message-get-reply-headers): Use it.
11430
11431 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11434         (gnus-agent-group-pathname): Ditto.
11435
11436         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11437
11438         * gnus-group.el (gnus-group-make-group): Decode group name.
11439         (gnus-group-make-rss-group): Register the group data after opening
11440         the nnrss group.
11441
11442 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11443
11444         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11445         by expiry now get marked as read.
11446
11447 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11450
11451 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11452
11453         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11454         unify Latin characters in XEmacs.
11455         (mm-find-mime-charset-region): Use it.
11456
11457 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * gnus-util.el (gnus-delete-directory): New function.
11460
11461         * gnus-agent.el (gnus-agent-delete-group): Use it.
11462
11463         * gnus-cache.el (gnus-cache-delete-group): Use it.
11464
11465 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11468         names.
11469
11470 2004-12-16  Simon Josefsson  <jas@extundo.com>
11471
11472         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11473
11474 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11477
11478         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11479         (gnus-group-set-current-level): Decode group name.
11480
11481 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11482
11483         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11484         failed.
11485
11486 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-group.el (gnus-group-delete-group): Decode group name.
11489         (gnus-group-make-rss-group): Encode group name.
11490         (gnus-group-catchup-current): Decode group name.
11491         (gnus-group-kill-group): Decode group name.
11492
11493 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11494
11495         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11496
11497 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-group.el (gnus-group-make-rss-group):
11500         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11501
11502         * gnus-start.el (gnus-setup-news): Honor user's setting to
11503         gnus-message-archive-method.  Suggested by Lute Kamstra
11504         <lute@gnu.org>.
11505
11506 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11507
11508         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11509         global counterparts of the buffer-local variables.
11510
11511 2004-11-16  Romain Francoise  <romain@orebokech.com>
11512
11513         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11514         counterparts of the buffer-local variables.
11515
11516 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * message.el (message-forbidden-properties): Fixed typo in doc
11519         string.
11520
11521 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-util.el (gnus-replace-in-string): Added doc string.
11524
11525         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11526         to avoid problems when splitting mails with many recipients.
11527
11528 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11529
11530         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11531         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11532
11533 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11534
11535         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11536         if there is no hashtable in memory or file modification time is
11537         newer than cached timestamp.
11538
11539 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11542         not-matching option.
11543
11544 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11547         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11548         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11549         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11550         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11551         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11552
11553 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * message.el (message-forward-make-body-mml): Remove headers
11556         according to message-forward-ignored-headers if a message is decoded.
11557
11558 2004-12-02  Romain Francoise  <romain@orebokech.com>
11559
11560         * message.el (message-forward-make-body-plain): Always remove
11561         headers according to message-forward-ignored-headers.
11562
11563 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         * spam.el (spam-summary-prepare-exit): Remove the
11566         gnus-summary-limit pop for now, it has problems with ham marks for
11567         me.
11568
11569 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11570
11571         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11572         correctly.
11573
11574 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11575
11576         * format-spec.el (format-spec): Message the char.
11577
11578 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11579
11580         * gnus-art.el (gnus-split-methods): Reformat comments.
11581
11582         * spam.el (spam-summary-prepare-exit): Remove article limits
11583         before exiting the summary buffer.
11584
11585 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11588         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11589
11590         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11591         order to silence the byte compiler.
11592
11593         * spam.el: Fix the way to silence the byte compiler, which
11594         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11595         bbdb-search-simple, spam-BBDB-register-routine,
11596         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11597         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11598         spam-stat-buffer-is-spam, spam-stat-load,
11599         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11600         spam-stat-save and spam-stat-split-fancy.
11601
11602 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11605         which may confuse users.
11606         (canlock-password-for-verify): Ditto.
11607
11608         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11609
11610         * gnus-art.el (gnus-emphasis-alist): Ditto.
11611
11612         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11613
11614         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11615
11616         * gnus-start.el (gnus-save-killed-list): Ditto.
11617
11618         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11619         (gnus-sum-thread-tree-root): Ditto.
11620         (gnus-sum-thread-tree-false-root): Ditto.
11621         (gnus-sum-thread-tree-single-indent): Ditto.
11622
11623         * message.el (message-courtesy-message): Ditto.
11624         (message-archive-note): Ditto.
11625         (message-subscribed-address-file): Ditto.
11626         (message-user-fqdn): Ditto.
11627
11628         * spam-report.el (spam-report-gmane-regex): Ditto.
11629
11630         * spam.el (spam-blackhole-good-server-regex): Ditto.
11631
11632 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * mml.el (mml-preview): Widen the message buffer before copying
11635         the contents to the preview buffer; sort headers before previewing.
11636
11637         * message.el (message-hidden-headers): Fix the way to avoid a bug
11638         in the `repeat' widget in Emacs 21.3 or earlier.
11639
11640 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * message.el (message-hidden-headers): Default to "^References:".
11643         Improve customization type.  Suggested by Reiner Steib
11644         <Reiner.Steib@gmx.de>.
11645
11646 2004-11-25  Romain Francoise  <romain@orebokech.com>
11647
11648         * message.el (message-strip-forbidden-properties): Remove check for
11649         obsolete `message-hidden' text property, hidden headers are not
11650         accessible in the buffer anymore.
11651
11652 2004-11-22  Romain Francoise  <romain@orebokech.com>
11653
11654         * message.el (message-header-format-alist): Add `From' in list
11655         so that it can be sorted.
11656         (message-fix-before-sending): Widen and sort headers before
11657         sending.
11658         (message-hide-headers): Use narrowing to hide headers by moving
11659         them to the top of the buffer and narrowing to the region
11660         underneath.
11661
11662 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * message.el (message-strip-forbidden-properties): Bind
11665         buffer-read-only (etc) to nil.
11666
11667 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11670         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11671
11672 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11673
11674         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11675
11676 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * dns.el (query-dns): Use sit-for to time instead of
11679         accept-process-output, since that doesn't seem to work on udp
11680         sockets.
11681
11682 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11685
11686 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11687
11688         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11689         doc string.  Improve doc string.
11690
11691 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * nntp.el (nntp-request-update-info): Return nil if
11694         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11695         may not call gnus-activate-group which uselessly issues the GROUP
11696         commands for all nntp groups and wastes time.  Reported by Romain
11697         Francoise <romain@orebokech.com>.
11698
11699         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11700
11701 2004-11-15  Simon Josefsson  <jas@extundo.com>
11702
11703         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11704         headers separately.
11705         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11706         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11707
11708 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-start.el (gnus-convert-old-newsrc):
11711         Assign legacy-gnus-agent to 5.10.7.
11712
11713 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11716         start of the lines.
11717
11718 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11719
11720         * hashcash.el (hashcash-default-payment): Change default to 20.
11721         (hashcash-default-accept-payment): Change default to 20.
11722         (hashcash-process-alist): New variable.
11723         (hashcash-generate-payment-async): Add.
11724         (hashcash-already-paid-p): Add.
11725         (hashcash-insert-payment): Don't generate payments twice.
11726         (hashcash-insert-payment-async): Add.
11727         (hashcash-insert-payment-async-2): Add.
11728         (hashcash-cancel-async): Add.
11729         (hashcash-wait-async): Add.
11730         (hashcash-processes-running-p): Add.
11731         (hashcash-wait-or-cancel): Add.
11732         (mail-add-payment): New optional argument.  Conditionally start
11733         asynchronous calculation.
11734         (mail-add-payment-async): Add.
11735
11736         * message.el (message-send-mail): Wait for asynchronous hashcash
11737         results.  Don't clobber existing X-Hashcash headers.
11738         (message-setup-1): Call mail-add-payment-async when
11739         message-generate-hashcash is non-nil.
11740
11741 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11742
11743         * message.el (message-use-alternative-email-as-from): Examine the
11744         From header as well; use message-make-from in order to include a
11745         user's full name.
11746
11747 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11750         default; improve customization type.
11751         (gnus-emphasis-custom-with-format): New macro.
11752         (gnus-emphasis-custom-value-to-external): New function.
11753         (gnus-emphasis-custom-value-to-internal): New function.
11754
11755 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * dns.el (query-dns): Resolve reverse addresses.
11758
11759 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760
11761         * gnus-group.el (gnus-group-get-new-news): Use it.
11762
11763         * gnus-start.el (gnus-check-reasonable-setup): New function.
11764
11765 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11768         "Args out of range" error.  Reported by Arnaud Giersch
11769         <arnaud.giersch@free.fr>.
11770
11771 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11772
11773         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11774
11775 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11776
11777         * spam.el (spam group): Add :version.
11778
11779         * pgg-def.el (pgg group): Add :version.
11780
11781 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-art.el (gnus-article-edit-article): Don't associate the
11784         article buffer with a draft file.  This is a temporary measure
11785         against the 2004-08-22 change to gnus-article-edit-mode.
11786
11787 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11790         (html2text-format-tags): Remove unused variable `attr'.
11791
11792 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11795
11796         * tls.el (tls-process-connection-type, tls-success)
11797         (tls-certtool-program): Add :version.
11798
11799         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11800         (starttls-extra-arguments, starttls-process-connection-type)
11801         (starttls-connect, starttls-failure, starttls-success): Add :version.
11802
11803         * spam-stat.el (spam-stat): Add :version.
11804
11805         * sieve.el (sieve): Add :version.
11806
11807         * sha1.el (sha1): Add :version.
11808         (sha1-use-external): Remove redundant version.
11809
11810         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11811         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11812         (nnmail-split-fancy-match-partial-words)
11813         (nnmail-split-lowercase-expanded): Add :version.
11814
11815         * nndiary.el (nndiary): Add :version.
11816
11817         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11818
11819         * mml-sec.el (mml-default-sign-method)
11820         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11821         Add :version.
11822
11823         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11824
11825         * mm-url.el (mm-url-use-external, mm-url-program)
11826         (mm-url-arguments): Add :version.
11827
11828         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11829         (mm-attachment-file-modes, mm-decrypt-option)
11830         (mm-w3m-safe-url-regexp): Add :version.
11831
11832         * message.el (message-cite-prefix-regexp)
11833         (message-sendmail-envelope-from, message-minibuffer-local-map)
11834         (message-user-fqdn, message-completion-alist): Add :version.
11835
11836         * gnus-win.el (gnus-configure-windows-hook)
11837         (gnus-use-frames-on-any-display): Add :version.
11838
11839         * gnus-art.el (gnus-article-address-banner-alist)
11840         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11841         (gnus-treat-from-picon, gnus-treat-mail-picon)
11842         (gnus-treat-x-pgp-sig): Add :version.
11843
11844         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11845         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11846         (gnus-summary-article-delete-hook)
11847         (gnus-summary-display-while-building): Add :version.
11848
11849         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11850         (gnus-get-top-new-news-hook): Add :version.
11851
11852         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11853         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11854
11855         * gnus-registry.el (gnus-registry): Add :version.
11856
11857         * gnus-spec.el (gnus-use-correct-string-widths)
11858         (gnus-make-format-preserve-properties): Add :version.
11859
11860         * gnus.el (gnus-group-charter-alist)
11861         (gnus-group-fetch-control-use-browse-url)
11862         (gnus-install-group-spam-parameters): Add :version.
11863
11864         * gnus-diary.el (gnus-diary): Add :version.
11865
11866         * gnus-delay.el (gnus-delay): Add :version.
11867
11868         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11869         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11870         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11871         Add :version.
11872
11873         * gnus-agent.el (gnus-agent-max-fetch-size)
11874         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11875         (gnus-agent-prompt-send-queue): Add :version.
11876
11877         * deuglify.el (gnus-outlook-deuglify): Add :version.
11878
11879         * html2text.el: Beautify code.  Improve doc strings.  Some
11880         checkdoc cleanup.
11881         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11882
11883 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11884
11885         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11886
11887 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11888
11889         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11890         when package is loaded.
11891
11892         * spam.el (spam-summary-score-preferred-header): Add global preference
11893         for people who want to override the default SpamAssassin over
11894         Bogofilter preference (when both are set).
11895         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11896         (spam-user-format-function-S): Check
11897         spam-summary-score-preferred-header.
11898         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11899         (spam-user-format-function-S): Format the score correctly.
11900
11901 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11904         signature file.  Suggested by Manoj Srivastava
11905         <srivasta@golden-gryphon.com>.
11906
11907         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11908         iso-2022-jp even in the Japanese language environment.
11909         Suggested by Jason Rumney <jasonr@gnu.org>.
11910
11911 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11914         use the same characters as the dummy marks; make it free from
11915         getting affected by the language environment.
11916         (gnus-summary-read-group-1): Update mark positions only when the
11917         format spec is updated.
11918
11919         * gnus-spec.el (gnus-update-format-specifications): Return a list
11920         of updated types.
11921
11922 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11925         of boundp to check if display-warning is available.
11926
11927 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11928
11929         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11930
11931 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nnspool.el (nnspool-spool-directory): Use news-path if the
11934         news-directory variable is not bound.
11935
11936         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11937         function instead of display-warning if it is not available.
11938
11939 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11942         v5-10: Use `point-at-bol'.
11943
11944 2004-10-26  Simon Josefsson  <jas@extundo.com>
11945
11946         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11947         <chenggao@gmail.com>.
11948
11949 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11952         instead.
11953
11954 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11955
11956         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11957         to remove a server from the nnimap-server-buffer-alist.
11958         (nnimap-open-connection, nnimap-close-server): Use it.
11959
11960         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11961
11962 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11965         running the major-mode function.
11966
11967 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11970         dummy marks in the right way.
11971
11972 2004-10-18  David Edmondson  <dme@dme.org>
11973
11974         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11975         excessively.
11976
11977 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11978
11979         * gnus-util.el (gnus-split-references): Accept a nil references
11980         string and go on blissfully.
11981
11982         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11983         cases where the references string is non-nil but has no references.
11984
11985         * encrypt.el: Add autoload tags.
11986
11987         * spam.el (spam-resolve-registrations-routine): Remove article
11988         from unregistration list too.  Reported by David Hanak
11989         <dhanak@isis.vanderbilt.edu>
11990
11991 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11994         nil.  Changed custom type.
11995
11996 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11999
12000         * gnus-sum.el (gnus-summary-move-article): Use it.
12001
12002 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12003
12004         * encrypt.el: Add autoload cookies.
12005
12006         * spam.el (spam-backend-article-list-property)
12007         (spam-backend-get-article-todo-list)
12008         (spam-backend-put-article-todo-list)
12009         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12010         Resolve registrations separately.
12011         (spam-register-routine): Format comments.
12012         (spam-unregister-routine, spam-register-routine): Always call with
12013         specific-articles, no default list.
12014         (spam-summary-prepare-exit): Use the spam-classifications function.
12015
12016         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12017         gnus-encrypt.el.
12018
12019         * encrypt.el: Copied from gnus-encrypt.el.
12020
12021         * gnus-encrypt.el: Commented that it's obsolete.
12022
12023 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12026         (gnus-score-save): Use it.
12027
12028         * message.el (message-bury): Use `window-dedicated-p'.
12029
12030 2004-10-15  Simon Josefsson  <jas@extundo.com>
12031
12032         * pop3.el (top-level): Don't require nnheader.
12033         (pop3-read-timeout): Add.
12034         (pop3-accept-process-output): Add.
12035         (pop3-read-response, pop3-retr): Use it.
12036
12037 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12038
12039         * spam.el (spam-register-routine): Move comment.
12040         (spam-verify-bogofilter): Use 'unknown for the initial
12041         spam-bogofilter-valid state, not 'never.
12042
12043         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12044         for netrc-machine.
12045
12046         * nnimap.el (nnimap-open-connection): Use
12047         netrc-machine-user-or-password.
12048
12049 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12050
12051         * gnus-registry.el (gnus-registry-unload-hook):
12052         Set as a variable with add-hook.
12053
12054         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12055         of news-path.
12056
12057         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12058
12059         * spam.el: Delete duplicate `provide'.
12060         (spam-unload-hook): Set as a variable with add-hook.
12061
12062 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12065         in the doc string.
12066
12067         * message.el (message-ignored-news-headers)
12068         (message-ignored-supersedes-headers)
12069         (message-ignored-resent-headers)
12070         (message-forward-ignored-headers): Improve custom type.
12071
12072 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * message.el (message-tokenize-header): Fix 2004-09-06 change
12075         which used point-min in the wrong place.
12076
12077 2004-10-12  Simon Josefsson  <jas@extundo.com>
12078
12079         * tls.el (tls-certtool-program): New variable.
12080         (tls-certificate-information): New function, based on
12081         ssl-certificate-information.
12082
12083 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * compface.el: Move the version of ELisp-based uncompface program
12086         to the contrib directory because of the copyright problem.
12087
12088 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * message.el (message-kill-buffer): Raise the current frame.
12091
12092 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12095
12096         * gnus.el (message-y-or-n-p): Autoload.
12097
12098         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12099         (pop3-password-required, pop3-authentication-scheme)
12100         (pop3-leave-mail-on-server): Made customizable.
12101         (pop3): New custom group.
12102         (pop3-retr): Remove `sleep-for' statements.
12103         Suggested by Dave Love <fx@gnu.org>.
12104
12105         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12106         Windows/DOS.
12107
12108         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12109         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12110         Dave Love <fx@gnu.org>.
12111
12112         * mml.el (mml-minibuffer-read-disposition): Require match.
12113         Suggested by Dave Love <fx@gnu.org>.
12114
12115 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12118         doc string.
12119
12120 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12123
12124 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12125
12126         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12127         instead of calling `mm-insert-inline', to decode text/* parts
12128         before displaying them.
12129
12130 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * mm-uu.el (mm-uu-text-plain-type): New variable.
12133         (mm-uu-pgp-signed-extract-1): Use it.
12134         (mm-uu-pgp-encrypted-extract-1): Use it.
12135         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12136         bind mm-uu-text-plain-type with that value.
12137         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12138         mm-uu-dissect.
12139
12140 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-group.el (gnus-update-group-mark-positions):
12143         * gnus-sum.el (gnus-update-summary-mark-positions):
12144         * message.el (message-check-news-body-syntax):
12145         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12146         of string-as-multibyte.
12147
12148 2004-10-05  Juri Linkov  <juri@jurta.org>
12149
12150         * gnus-group.el (gnus-update-group-mark-positions):
12151         * gnus-sum.el (gnus-update-summary-mark-positions):
12152         * message.el (message-check-news-body-syntax):
12153         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12154         8-bit unibyte values to a multibyte string for search functions.
12155
12156 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12159         (mm-uu-dissect-text-parts): New function.
12160
12161         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12162         dissect text parts.
12163
12164         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12165         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12166
12167         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12168
12169         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12170         gnus-current-topics instead of gnus-current-topic.
12171
12172 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12173
12174         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12175
12176 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12177
12178         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12179         where approriate.
12180
12181         * nnml.el (nnml-generate-active-info): do.
12182
12183         * nndiary.el (nndiary-generate-active-info): do.
12184
12185         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12186         (gnus-topic-move): do.
12187
12188         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12189         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12190
12191         * gnus-srvr.el (gnus-server-prepare)
12192         (gnus-server-open-all-servers): do.
12193
12194         * gnus-msg.el (gnus-summary-cancel-article)
12195         (gnus-summary-resend-message)
12196         (gnus-summary-mail-crosspost-complaint): do.
12197
12198         * gnus-move.el (gnus-change-server): do.
12199
12200         * gnus-group.el (gnus-group-unmark-all-groups)
12201         (gnus-group-set-current-level): do.
12202
12203 2004-10-04  Simon Josefsson  <jas@extundo.com>
12204
12205         * message.el (message-generate-hashcash): Doc fix.
12206
12207 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12208
12209         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12210         avoid infinite recursion via gnus-get-function.
12211
12212 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12213
12214         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12215
12216         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12217
12218         * nnmail.el (nnmail-split-history): do.
12219
12220         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12221         (nnml-request-delete-group): do.
12222
12223         * nnslashdot.el (nnslashdot-read-groups): do.
12224
12225         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12226         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12227
12228         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12229         (nnspool-sift-nov-with-sed): Use last.
12230         (nnspool-retrieve-headers-with-nov): Use mapc.
12231         (nnspool-request-newgroups): Use dolist.
12232         (nnspool-request-group): Use last.
12233
12234         * nntp.el (nntp-read-server-type): Use dolist.
12235
12236         * nnvirtual.el (nnvirtual-create-mapping)
12237         (nnvirtual-update-read-and-marked): Use dolist.
12238         (nnvirtual-convert-headers): Simplify.
12239
12240 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12241
12242         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12243         support for sync'ing tick marks.
12244
12245 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12248         there's no visible header.
12249
12250 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12251
12252         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12253         necessary, pass full group name to gnus-request-set-marks.
12254
12255 2004-10-01  Simon Josefsson  <jas@extundo.com>
12256
12257         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12258         acroread.
12259
12260 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12261
12262         * spam-report.el (spam-report-gmane): Fix interactive.
12263
12264         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12265
12266         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12267         when writing file.
12268         (gnus-agent-synchronize-flags): Don't default to being
12269         interactive.
12270
12271 2004-09-30  Simon Josefsson  <jas@extundo.com>
12272
12273         * message.el (message-generate-hashcash): Add.
12274         (message-send-mail): Use it, call mail-add-payment.
12275
12276 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12279
12280 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12281
12282         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12283         gnus-requst-update-info with explicit code to sync the in-memory
12284         info read flags with the marks being sync'd to the backend.
12285
12286         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12287
12288 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12289
12290         * spam.el (spam-verify-bogofilter): Add new function.
12291         (spam-check-bogofilter)
12292         (spam-bogofilter-register-with-bogofilter): Use it.
12293         (spam-verify-bogofilter): Add small fixes.
12294
12295 2004-09-28  Simon Josefsson  <jas@extundo.com>
12296
12297         * hashcash.el (hashcash-generate-payment): Revert.
12298
12299 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12300
12301         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12302         gnus-extract-references instead of gnus-split-references.
12303
12304         * gnus-util.el (gnus-extract-references): Add new function, analogous
12305         to gnus-split-references but extracts only the message-ID without
12306         anything extra.
12307
12308         * hashcash.el (hashcash-generate-payment)
12309         (hashcash-check-payment): Do the right thing if hashcash-path is
12310         nil (because the hashcash program could not be found).
12311
12312         * spam.el (spam-use-hashcash): Remove comment.
12313
12314 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12315
12316         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12317         (gnus-cache-enter-article, gnus-cache-remove-article)
12318         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12319
12320         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12321
12322         * gnus-art.el (article-hide-boring-headers)
12323         (article-translate-strings, article-display-face)
12324         (gnus-article-mime-match-handle-first)
12325         (gnus-article-highlight-headers)
12326         (gnus-article-add-buttons-to-head): do.
12327
12328 2004-09-27  Simon Josefsson  <jas@extundo.com>
12329
12330         * hashcash.el: New version, from
12331         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12332         ../contrib/.
12333
12334 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12337
12338 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12339
12340         * gnus-dup.el (gnus-dup-open): Use mapc.
12341         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12342
12343         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12344         Reported by Stefan Wiens <s.wi@gmx.net>.
12345
12346         * gnus.el (gnus-shutdown): Use dolist.
12347
12348         * gnus-undo.el (gnus-undo): Use mapc.
12349
12350         * nnrss.el (nnrss-generate-active): do.
12351
12352         * message.el (message-cite-original-without-signature)
12353         (message-cite-original): Use mapc.
12354         (message-do-actions, message-make-forward-subject): Use dolist.
12355
12356 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12357
12358         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12359         deletion to remove entire duplicate line.  Fixes merged article
12360         number bug.
12361
12362 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12363
12364         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12365         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12366         first ask if you want to open a server and then, even when you
12367         responded with no, asking if you want to synchronize the server's
12368         flags.
12369         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12370         multi-line expressions.
12371         (gnus-agent-synchronize-group-flags): New internal function.
12372         Updates marks in memory (in the info structure) AND in the
12373         backend.
12374
12375         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12376
12377         * nnagent.el (nnagent-request-set-mark): Use
12378         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12379         method, to ensure that synchronization updates marks in the
12380         backend and in the info (in memory) structure.
12381
12382 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12385         convention fully; don't miss the root article of a thread; make
12386         the X-Draft-From header with correct article numbers.
12387
12388 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12389
12390         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12391         unless plugged.  Disable the agent so that an open failure causes
12392         an error.
12393
12394         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12395         Reverted 2004-09-21 change.  The backend must be opened while
12396         synchronizing flags even when the backend stores the flags
12397         locally.
12398
12399 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12402         in `header' match.  Reported by Svend Tollak Munkejord.
12403
12404         * message.el (message-cite-original): Fix use of
12405         `message-cite-articles-with-x-no-archive'.
12406
12407 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12410         (gnus-window-to-buffer): Ditto.
12411
12412         * mml.el (mml-preview-buffer): New variable.
12413         (mml-preview): Manage window layout with gnus-buffer-configuration.
12414
12415         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12416         X-Draft-From header even if those articles aren't quoted.
12417
12418 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12419
12420         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12421         (gnus-request-set-mark, gnus-request-update-mark): Use new
12422         g-s-t-u-l-m to decide to use backend even when unplugged.
12423
12424 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12427         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12428
12429 2004-09-20  Simon Josefsson  <jas@extundo.com>
12430
12431         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12432         "utf-16-le".
12433
12434 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12435
12436         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12437
12438 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * uudecode.el (uudecode-use-external): Add :version.
12441
12442         * smime.el (smime-CA-file, smime-encrypt-cipher)
12443         (smime-dns-server): Add :version.
12444
12445         * smiley.el (gnus-smiley-file-types): Add :version.
12446
12447         * sha1.el (sha1-use-external): Add :version.
12448
12449         * pgg-def.el (pgg-query-keyserver): Add :version.
12450
12451         * nnmail.el (nnmail-fancy-expiry-targets)
12452         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12453         Add :version.
12454
12455         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12456         (nnimap-retrieve-groups-asynchronous): Add :version.
12457         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12458
12459         * mml.el (mml-content-disposition-parameters)
12460         (mml-insert-mime-headers-always): Add :version.
12461
12462         * mm-util.el (mm-coding-system-priorities): Add :version.
12463
12464         * mm-decode.el (mm-inline-text-html-with-images)
12465         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12466         (mm-verify-option): Add :version.
12467         (mm-text-html-renderer): Change :version.
12468
12469         * message.el (message-fcc-externalize-attachments)
12470         (message-required-headers, message-draft-headers)
12471         (message-subject-trailing-was-query)
12472         (message-subject-trailing-was-ask-regexp)
12473         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12474         (message-mark-insert-end, message-archive-header)
12475         (message-archive-note, message-cross-post-default)
12476         (message-cross-post-note, message-followup-to-note)
12477         (message-cross-post-note-function, message-use-mail-followup-to)
12478         (message-subscribed-address-functions)
12479         (message-subscribed-address-file, message-subscribed-addresses)
12480         (message-subscribed-regexps, message-allow-no-recipients)
12481         (message-yank-cited-prefix, message-signature-insert-empty-line)
12482         (message-hidden-headers, message-hierarchical-addresses)
12483         (message-mail-user-agent, message-use-idna)
12484         (message-valid-fqdn-regexp)
12485         (message-strip-special-text-properties, message-header-synonyms)
12486         (message-beginning-of-line, message-tab-body-function): Add :version.
12487         (message-insert-canlock, message-wide-reply-confirm-recipients):
12488         Change :version.
12489
12490         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12491         and :version.
12492         (mail-source-delete-old-incoming-confirm)
12493         (mail-source-movemail-program): Add :version.
12494
12495         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12496         (gnus-agent-cache, gnus-agent): Change :version.
12497
12498         * gnus-util.el (gnus-use-byte-compile): Change :version.
12499
12500         * gnus-sum.el (gnus-summary-make-false-root-always)
12501         (gnus-summary-default-high-score)
12502         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12503         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12504         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12505         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12506         (gnus-sum-thread-tree-single-indent)
12507         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12508         (gnus-sum-thread-tree-leaf-with-other)
12509         (gnus-sum-thread-tree-single-leaf): Add :version.
12510         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12511         (gnus-article-loose-mime): Change :version.
12512
12513         * gnus-start.el (gnus-backup-startup-file)
12514         (gnus-save-startup-file-via-temp-buffer): Add :version.
12515
12516         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12517         (gnus-server-offline-face): Add :version.
12518
12519         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12520
12521         * gnus-msg.el (gnus-gcc-externalize-attachments)
12522         (gnus-debug-files, gnus-debug-exclude-variables)
12523         (gnus-discouraged-post-methods): Change :version.
12524         (gnus-confirm-mail-reply-to-news)
12525         (gnus-confirm-treat-mail-like-news): Add :version.
12526
12527         * gnus-int.el (gnus-server-unopen-status): Add :version.
12528
12529         * gnus-group.el (gnus-group-jump-to-group-prompt)
12530         (gnus-large-ephemeral-newsgroup)
12531         (gnus-fetch-old-ephemeral-headers): Add :version.
12532
12533         * gnus-fun.el (gnus-x-face-directory)
12534         (gnus-convert-pbm-to-x-face-command)
12535         (gnus-convert-image-to-x-face-command)
12536         (gnus-convert-image-to-face-command): Add :version.
12537
12538         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12539
12540         * gnus-cite.el (gnus-cite-blank-line-after-header)
12541         (gnus-article-boring-faces): Add :version.
12542
12543         * gnus-art.el (gnus-buttonized-mime-types)
12544         (gnus-inhibit-mime-unbuttonizing)
12545         (gnus-treat-display-face)
12546         (gnus-treat-body-boundary): Change :version.
12547         (gnus-body-boundary-delimiter, gnus-picon-databases)
12548         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12549         (gnus-treat-date-english, gnus-treat-fold-headers)
12550         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12551         (gnus-treat-mail-picon, gnus-treat-wash-html)
12552         (gnus-article-encrypt-protocol)
12553         (gnus-use-idna, gnus-article-over-scroll)
12554         (gnus-mime-display-multipart-alternative-as-mixed)
12555         (gnus-mime-display-multipart-related-as-mixed)
12556         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12557         (gnus-ctan-url, gnus-button-ctan-handler)
12558         (gnus-button-handle-ctan-bogus-regexp)
12559         (gnus-button-ctan-directory-regexp)
12560         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12561         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12562         (gnus-button-man-level, gnus-button-emacs-level)
12563         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12564
12565         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12566         (gnus-agent-go-online): Change :version.
12567         (gnus-agent-expire-unagentized-dirs)
12568         (gnus-agent-auto-agentize-methods): Add :version.
12569
12570         * flow-fill.el (fill-flowed-display-column)
12571         (fill-flowed-encode-column): Add :version.
12572
12573         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12574         (gnus-outlook-deuglify-unwrap-max)
12575         (gnus-outlook-deuglify-cite-marks)
12576         (gnus-outlook-deuglify-unwrap-stop-chars)
12577         (gnus-outlook-deuglify-no-wrap-chars)
12578         (gnus-outlook-deuglify-attrib-cut-regexp)
12579         (gnus-outlook-deuglify-attrib-verb-regexp)
12580         (gnus-outlook-deuglify-attrib-end-regexp)
12581         (gnus-outlook-display-hook): Add :version.
12582
12583         * binhex.el (binhex-use-external): Add :version.
12584
12585 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12588         and `invisible'.
12589
12590 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12591
12592         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12593         in gnus-registry-trim.
12594
12595 2004-09-13  Simon Josefsson  <jas@extundo.com>
12596
12597         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12598
12599         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12600
12601         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12602         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12603         <yamaoka@jpl.org>.
12604         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12605         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12606         <yamaoka@jpl.org>.
12607
12608         * sieve.el (sieve-manage-mode): Ditto.
12609
12610 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12613
12614 2004-09-11  Simon Josefsson  <jas@extundo.com>
12615
12616         * dns-mode.el: Add.
12617
12618         * mm-view.el (mm-display-dns-inline): Add.
12619
12620         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12621         (mm-automatic-display): Ditto.
12622
12623         * mailcap.el (mailcap-mime-data): Add text/dns.
12624         (mailcap-mime-extensions): Map .soa to text/dns.
12625
12626 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12627
12628         * gnus-art.el (article-decode-mime-words, article-babel)
12629         (gnus-article-highlight-signature, gnus-article-add-buttons)
12630         (gnus-signature-toggle): Remove unnecessary bindings of
12631         `inhibit-read-only' inherited from v5.10 merge.
12632
12633 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * nntp.el (nntp): New customization group.
12636         (nntp-authinfo-file): Add customization group.
12637
12638         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12639
12640         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12641
12642         * gnus.el (to-address, to-list, subscribed)
12643         (large-newsgroup-initial): Ditto.
12644
12645         * flow-fill.el (fill-flowed-display-column)
12646         (fill-flowed-encode-column): Ditto.
12647
12648 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12649
12650         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12651         Use point-min rather than 1.
12652         (message-send-mail): Use buffer-size rather than point-max.
12653
12654         * gnus-sum.el (gnus-summary-search-article-forward):
12655         Signal a specific `search-failed' rather than a generic `error'.
12656
12657         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12658         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12659         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12660
12661 2004-09-10  Simon Josefsson  <jas@extundo.com>
12662
12663         * nndb.el (require): Remove tcp and duplicate cl.
12664
12665 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-agent.el (directory-files-and-attributes): Move forward.
12668
12669 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12670
12671         * gnus-agent.el (directory-files-and-attributes): Optionally
12672         defined to support XEmacs.
12673
12674 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12675
12676         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12677         to avoid run-time CL dependencies.
12678         (gnus-agent-unfetch-articles): New function.
12679         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12680         article numbers even when local .overview file is missing.
12681         (gnus-agent-read-article-number): New function.  Only accepts
12682         27-bit article numbers.
12683         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12684         gnus-agent-read-article-number.
12685         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12686         from backend while recognizing that article numbers in .overview
12687         must be valid.
12688         (gnus-agent-update-files-total-fetched-for): Use
12689         directory-files-and-attributes to improve performance.
12690         * gnus-int.el (gnus-request-move-article): Use
12691         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12692         improve performance.
12693
12694         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12695         some users confused by references to .newsrc when they only have a
12696         .newsrc.eld file.
12697         (gnus-convert-mark-converter-prompt)
12698         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12699         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12700         New function.  Used internally to only display 'gnus converting
12701         files' message when actually necessary.
12702
12703         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12704         methods now autoloaded.
12705
12706 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12709         identifiers.
12710
12711 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-picon.el: Fix indentation and closing parenthesis.
12714
12715 2004-09-01  Simon Josefsson  <jas@extundo.com>
12716
12717         * message.el (message-canlock-generate): Require sha1, not
12718         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12719         to require within a function.  Sadly, if sha1.el isn't loaded, the
12720         let binding in m-c-g will hide the defcustom definition, which is
12721         bad.)
12722
12723         * canlock.el: Require sha1, not sha1-el.
12724
12725         * message.el: Don't autoload sha1 (there is a autoload cookie in
12726         sha1.el).
12727
12728         * sha1-el.el: Renamed to sha1.el.
12729
12730 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12731
12732         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12733
12734 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12735
12736         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12737
12738 2004-08-30  Kim F. Storm  <storm@cua.dk>
12739
12740         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12741
12742         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12743         Add :group 'nnimap.
12744
12745 2004-08-30  Andreas Schwab  <schwab@suse.de>
12746
12747         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12748         ?* and ?\;.
12749
12750         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12751         and ?\' to symbol instead of whitespace.
12752
12753 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12756
12757         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12758         instead of re-search-forward.
12759
12760         * gnus-uu.el (gnus-uu-save-article): Ditto.
12761         (gnus-uu-post-encode-uuencode): Ditto.
12762
12763         * html2text.el (html2text-clean-list-items): Ditto.
12764         (html2text-clean-dtdd): Ditto.
12765         (html2text-format-tags): Ditto.
12766
12767         * message.el (message-send-mail-with-sendmail): Fix regexp.
12768         (message-fill-field-general): Use search-forward instead of
12769         re-search-forward.
12770         (unbold-region): Ditto.
12771
12772         * nnrss.el (nnrss-request-article): Ditto.
12773
12774         * nnslashdot.el (nnslashdot-request-article): Ditto.
12775
12776         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12777
12778         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12779         "Unrecognized menu descriptor" error in XEmacs.
12780
12781 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12782
12783         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12784         parent article of a sparse article in the thread hashtb.
12785
12786 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12787
12788         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12789         (nnmail-expand-newtext): Lowercase expanded entries if
12790         nnmail-split-lowercase-expanded is non-nil.
12791
12792 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12795
12796         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12797         of gnus-tmp-news-method into string under XEmacs.  It will be
12798         passed to gnus-correct-length which takes only a string argument.
12799
12800 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-util.el (gnus-bind-print-variables): New macro.
12803         (gnus-prin1): Use it.
12804         (gnus-prin1-to-string): Use it.
12805         (gnus-pp): New function.
12806         (gnus-pp-to-string): New function.
12807
12808         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12809         Replace pp-to-string with gnus-pp-to-string.
12810         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12811         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12812         * gnus-msg.el (gnus-debug): Ditto.
12813         * gnus-score.el (gnus-score-save): Ditto.
12814         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12815         gnus-pp-to-string.
12816         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12817         with gnus-pp.
12818         * score-mode.el (gnus-score-pretty-print): Ditto.
12819         * webmail.el (webmail-debug): Ditto.
12820
12821 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (article-display-face, article-display-x-face):
12824         Use buffer-read-only.
12825
12826 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (article-hide-list-identifiers):
12829         Bind inhibit-read-only as t.
12830
12831 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12834
12835 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12836
12837         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12838         (gnus-narrow-to-page): Don't assume point-min == 1.
12839         (gnus-article-edit-mode): Derive from message-mode.
12840
12841         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12842         point-min == 1.
12843
12844         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12845         Disable incorrect use of `assert'.
12846
12847         * message.el (message-mode): Set comment-start-skip.
12848
12849
12850 2004-08-22  Sam Steingold  <sds@gnu.org>
12851
12852         * pop3.el (pop3-leave-mail-on-server): New user variable.
12853         (pop3-movemail): Delete mail only when it is nil.
12854
12855 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12858
12859         * mml.el (mml-preview): Use `pop-to-buffer'.
12860
12861         * message.el (message-goto-mail-followup-to): Insert after "To".
12862         (message-carefully-insert-headers): Add comment.
12863
12864         * gnus.el: Remove unused variable `gnus-article-check-size'.
12865
12866         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12867
12868         * gnus-art.el (gnus-button-alist): Improve
12869         `gnus-button-handle-library' entry.
12870
12871 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12872
12873         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12874         downcase, since XEmacs capitalizes error messages differently.
12875
12876 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12877
12878         * nntp.el: Add (require 'gnus) due to reference to
12879         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12880
12881 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12882
12883         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12884         `mm-fill-flowed'.
12885
12886         * mm-decode.el (mm-dissect-singlepart): Check it.
12887
12888 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12889
12890         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12891         'imap' for netrc parsing.
12892
12893 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * mailcap.el (mailcap-mime-data): Mark as risky.
12896
12897 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12900         may be included in the encoded word.
12901         (rfc2047-encode): Don't append a space if the encoded word
12902         includes close parenthesis.
12903
12904 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12907         of text within parentheses.
12908
12909 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12910
12911         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12912         (gnus-encrypt-write-file-contents): Make the password key the file
12913         name PLUS the cipher, not just the cipher.  Also remove failed
12914         passwords from the cache.
12915
12916 2004-08-06  Simon Josefsson  <jas@extundo.com>
12917
12918         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12919         fix.
12920
12921 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12924         LWSP.
12925
12926 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12927
12928         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12929         to append in-reply-to: data to the references: header.
12930
12931         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12932         (netrc-parse): Use gnus-encrypt.el functions.
12933
12934         * gnus-encrypt.el: Add new file for encryption support; currently
12935         does only a few GPG ciphers and an internal XOR cipher.
12936
12937         * password.el: Add comments on using password-read-and-add.
12938         (password-read-and-add): Add function to read and add the
12939         password to the cache at once.
12940
12941 2004-07-28  Simon Josefsson  <jas@extundo.com>
12942
12943         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12944         parameter (but don't use it, for now).
12945
12946         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12947         instead of hard coding to nil.
12948
12949 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12952         as mm-inline-image-xemacs does.
12953
12954 2004-07-26  Simon Josefsson  <jas@extundo.com>
12955
12956         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12957         Revert part of 2004-07-17 change below.
12958
12959 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12962         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12963
12964 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12967         quotes that actually start with ">" at the beginning of the
12968         lines.
12969
12970 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * rfc2047.el (rfc2047-encode-region): Fix last change.
12973         (rfc2047-encode-parameter): Remove useless concat.
12974
12975 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12978         encode special characters; fix some kind of misconfigured headers;
12979         signal a real error if debug-on-quit or debug-on-error is non-nil.
12980         (rfc2047-encode-max-chars): New variable.
12981         (rfc2047-encode-1): Use it.
12982         (rfc2047-encode-parameter): New function.
12983
12984         * mml.el (mml-insert-parameter): Remove an excessive space.
12985
12986 2004-07-17  Simon Josefsson  <jas@extundo.com>
12987
12988         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12989         Kai Grossjohann <kai@emptydomain.de>.
12990         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12991         (gnus-group-make-menu-bar): Ditto.
12992
12993         * gnus-util.el (gnus-group-server): Add.
12994
12995 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12996
12997         * message.el (message-clone-locals): Clone sendmail and smtp
12998         variables.
12999
13000 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * rfc2047.el (rfc2047-encode-region): Fix last change.
13003
13004 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13007         characters as non-special.
13008
13009 2004-07-09  Simon Josefsson  <jas@extundo.com>
13010
13011         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13012         Users will lose all flag changes made while unplugged with
13013         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13014         good default.  See numerous reports on ding mailing list.
13015
13016 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13019         add generate-head-function and generate-article-function to the
13020         rfc822-forward entry.
13021         (nndoc-rfc822-forward-generate-article): New function.
13022         (nndoc-rfc822-forward-generate-head): New function.
13023
13024         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13025
13026 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13027
13028         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13029         respect display group parameter and gnus-summary-expunge-below.
13030         (gnus-articles-to-read): Remove unused reference to display group
13031         parameter.
13032
13033 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * nnheader.el (nnheader-uniquify-message-id): New experimental
13036         variable.
13037         (nnheader-nov-read-message-id): Use it.
13038
13039         * spam-report.el (spam-report-gmane): Add interactive.
13040
13041 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13044         qp-or-base64 for the application/* types.
13045
13046 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13047
13048         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13049
13050 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13051
13052         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13053         trim value.
13054
13055 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13056
13057         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13058         New macro and function.
13059         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13060
13061 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13064         after-load-alist.
13065
13066 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13067
13068         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13069         update info that isn't there.
13070
13071 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13072
13073         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13074         entry.
13075
13076 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * mm-view.el (mm-inline-render-with-function): Use multibyte
13079         buffer; decode html source by charset.
13080
13081         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13082
13083         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13084         Mule-UCS is loaded under XEmacs.
13085         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13086
13087 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13088
13089         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13090
13091 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-util.el (mm-coding-system-p): Return a coding-system.
13094         (mm-mime-mule-charset-alist): Use shift_jis instead of
13095         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13096         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13097         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13098         instead of japanese-shift-jis and iso-latin-1 respectively in
13099         order to share the default value with both Emacs and XEmacs-mule.
13100         (mm-mule-charset-to-mime-charset): Make
13101         mm-coding-system-priorities effective.
13102         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13103         while predicating of candidates upon the priorities.
13104
13105 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13106
13107         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13108         gnus-uu-invert-processable.
13109
13110         * gnus.el: Autoload gnus-uu-invert-processable.
13111
13112 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * mm-util.el (mm-with-multibyte-buffer): New macro.
13115
13116         * rfc2047.el (rfc2047-encode-string): Use it.
13117         (rfc2047-encode-region): Move point to the end of the region after
13118         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13119
13120 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13123         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13124
13125 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13128         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13129         Karl Chen <quarl@nospam.quarl.org>.
13130
13131 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13132
13133         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13134         invalid addresses.
13135
13136 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13137
13138         * spam.el: Change section markers, revise TODO list.
13139         (spam-backends): Make new master list of all installed backends.
13140         (spam-summary-exit-behavior): Add new variable to determine how
13141         messages moves are done at summary exit.
13142         (spam-move-spam-nonspam-groups-only)
13143         (spam-process-ham-in-nonham-groups)
13144         (spam-process-ham-in-spam-groups): Remove variables, the
13145         spam-summary-exit-behavior variable should be used to manage this
13146         behavior.
13147         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13148         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13149         and spam-old-spam-articles.
13150         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13151         Add empty variables, placeholders for the backends they represent.
13152         (spam-set-difference): Move, unchanged.
13153         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13154         unless the user has a processor variable.
13155         (spam-classifications, spam-classification-valid-p)
13156         (spam-backend-properties, spam-backend-property-valid-p)
13157         (spam-backend-function-type-valid-p)
13158         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13159         (spam-report-articles-gmane, spam-report-articles-resend):
13160         Remove functions, they are not needed.
13161         (spam-install-backend-super, spam-backend-list)
13162         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13163         (spam-backend-function, spam-backend-ham-registration-function)
13164         (spam-backend-spam-registration-function)
13165         (spam-backend-ham-unregistration-function)
13166         (spam-backend-spam-unregistration-function)
13167         (spam-backend-statistical-p, spam-backend-mover-p)
13168         (spam-install-backend-alias, spam-install-checkonly-backend)
13169         (spam-install-mover-backend, spam-install-nocheck-backend)
13170         (spam-install-backend, spam-install-statistical-backend)
13171         (spam-install-statistical-checkonly-backend): Add backend installation
13172         support.
13173         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13174         (spam-group-processor-p): Use the new backend code and respect the
13175         summary exit behavior.
13176         (spam-mark-spam-as-expired-and-move-routine): Remove.
13177         (spam-summary-prepare): Change to use the new spam-old-articles
13178         variable.
13179         (spam-copy-or-move-routine, spam-copy-spam-routine)
13180         (spam-move-spam-routine, spam-copy-ham-routine)
13181         (spam-move-ham-routine): Add code to copy/move ham or spam.
13182         (spam-fetch-field-fast): Improve doc and code, plus allow the
13183         'number request.
13184         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13185         variables.
13186         (spam-split, spam-find-spam): Use the new backend code.
13187         (spam-registration-functions): Remove variable.
13188         (spam-unregister-routine): Add convenience wrapper.
13189         (spam-log-undo-registration, spam-register-routine)
13190         (spam-log-processing-to-registry)
13191         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13192         where possible.
13193         (spam-check-gmane-xref, spam-check-regex-headers)
13194         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13195         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13196         (spam-check-bogofilter-headers, spam-check-spamoracle)
13197         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13198         (spam-check-crm114-headers): Use the spam-split-group that
13199         spam-split prepares, no need to determine it every time.
13200
13201         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13202         to the nnheader-parse-naked-head call.
13203
13204         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13205
13206         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13207         the nnheader-nov-read-message-id call.
13208
13209 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13212         gnus-activate-group twice.  Suggested by Markus Peter
13213         <warp@spin.de>.
13214
13215 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-art.el (gnus-article-time-format): Exchange the order of
13218         day and month in the default value; fix customization type.
13219         (article-date-ut): Use add-text-properties.
13220         (article-make-date-line): Use message-make-date instead of
13221         current-time-string.
13222
13223         * message.el (message-fetch-field): Don't use set-text-properties.
13224         (message-make-date): Simplify.
13225
13226         * messagexmas.el (message-xmas-make-date): New function.
13227         (message-xmas-redefine): Defalias message-make-date to it.
13228
13229 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13232         (rfc2047-encode-region): Treat text within parentheses as special;
13233         show the original text when error has occurred.
13234
13235         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13236         already-computed method to gnus-activate-group.
13237
13238         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13239         same select-methods identical Lisp objects.
13240
13241         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13242         object when modifying the info.
13243
13244 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13247         gnus-opened-servers since it has never been opened with the new
13248         configuration yet.
13249
13250 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13253         arg to nnheader-generate-fake-message-id.
13254
13255 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13256
13257         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13258         number and build a fake message ID localized to a group and
13259         article number (so it's repeatable from that point on).
13260         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13261         ID format.
13262
13263         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13264         nnheader-generate-fake-message-id with the article number.
13265
13266 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13267
13268         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13269         end-of-buffer.
13270
13271 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13272
13273         * message.el (message-ignored-supersedes-headers): Add Approved.
13274
13275 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13278         goto-char.
13279         (rfc2047-encode): Fold the line before encoding.
13280
13281 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13282
13283         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13284         folding -- not all headers can be folded, and this should be done
13285         by the message composition mode.  Probably.  I think.
13286
13287 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13290         fast.
13291
13292         * gnus-ems.el (gnus-remove-image): Don't use
13293         message-text-with-property; remove only the image found first.
13294
13295         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13296         found first.
13297
13298 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13299
13300         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13301
13302 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * message.el (message-text-with-property): Make it fast and accept
13305         optional arguments.
13306         (message-strip-forbidden-properties): Use it.
13307         (message-fix-before-sending): Follow the m-t-w-p change.
13308
13309         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13310
13311 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-art.el (article-hide-headers): Don't change the buffer
13314         mistakenly when performing mml-preview even if
13315         gnus-single-article-buffer is nil.
13316
13317 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13318
13319         * message.el (message-expand-name-databases): New user option.
13320         (message-expand-name): Use it.
13321
13322 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * spam.el (spam-report-articles-resend)
13325         (spam-report-resend-register-routine): Allow ham reporting.
13326         (spam-report-resend-register-ham-routine): Add wrapper.
13327         (spam-registration-functions): Add ham resending functions.
13328         (spam-list-of-processors): Add ham resend processor.
13329
13330         * gnus.el (ham-resend-to): Add new group parameter.
13331         (spam-process): Add ham resend option.
13332
13333         * spam-report.el (spam-report-resend): Allow reporting ham.
13334         (spam-report-resend-ham): Add wrapper.
13335
13336 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13337
13338         * message.el (message-cite-articles-with-x-no-archive): New
13339         variable.
13340         (message-cite-original): Use it.
13341
13342 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * message.el (message-cite-original): Respect X-No-Archive.
13345
13346 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (article-hide-headers): Refer to the values for
13349         gnus-ignored-headers and gnus-visible-headers in the summary
13350         buffer since a user may have set them as group parameters.
13351
13352 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13353
13354         * assistant.el (assistant-node-name): Add convenience function.
13355         (assistant-render-text, assistant-render-node): Add error handling,
13356         plus handle multiple next nodes.
13357         (assistant-find-next-node): Comment out for now.
13358         (assistant-find-next-nodes): Add function, returns list of next
13359         nodes.
13360
13361 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * mail-source.el (mail-source-directory): Fix doc-string.
13364
13365 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13366
13367         * assistant.el (assistant-render-text, assistant-eval): Add :set
13368         widget type, which is different because it takes and returns a
13369         list.  Much hilarity ensues.
13370
13371 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13374
13375         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13376         doc-string.
13377
13378         * gnus-start.el (gnus-activate-group): Added doc-string.
13379
13380 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13383
13384 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13385
13386         * assistant.el (assistant-render-text): Try to add a :set
13387         widget, more to come.
13388
13389         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13390         strings.
13391         (spam-report-articles-resend)
13392         (spam-register-routine): Do registration iff any articles warrant
13393         it.
13394         (spam-summary-prepare-exit): Change log message for nil group
13395         destinations.
13396
13397 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13398
13399         * spam.el (spam-report-resend-register-routine): Allow
13400         spam-report-resend-to to be a group parameter or a global value.
13401
13402 2004-05-26  Simon Josefsson  <jas@extundo.com>
13403
13404         * starttls.el: Merge with my GNUTLS based starttls.el.
13405         (starttls-gnutls-program, starttls-use-gnutls)
13406         (starttls-extra-arguments, starttls-process-connection-type)
13407         (starttls-connect, starttls-failure, starttls-success): New
13408         variables.
13409         (starttls-program, starttls-extra-args): Doc fix.
13410         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13411         functions.
13412         (starttls-negotiate, starttls-open-stream): Check
13413         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13414         function if it is set.
13415
13416 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13419         structured fields.
13420
13421 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13424
13425 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13428         variable.
13429         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13430         assigning the spam-mark to new messages.
13431
13432 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13433
13434         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13435
13436 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13439
13440         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13441         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13442         default.
13443
13444 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13445
13446         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13447         correct data.
13448
13449 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13450
13451         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13452         (spam-group-processor-p): Fix function.
13453         (spam-group-processor-multiple-p)
13454         (spam-group-spam-processor-report-gmane-p)
13455         (spam-group-spam-processor-report-resend-p)
13456         (spam-group-spam-processor-bogofilter-p)
13457         (spam-group-spam-processor-blacklist-p)
13458         (spam-group-spam-processor-ifile-p)
13459         (spam-group-ham-processor-ifile-p)
13460         (spam-group-spam-processor-spamoracle-p)
13461         (spam-group-spam-processor-crm114-p)
13462         (spam-group-ham-processor-bogofilter-p)
13463         (spam-group-spam-processor-stat-p)
13464         (spam-group-ham-processor-stat-p)
13465         (spam-group-ham-processor-whitelist-p)
13466         (spam-group-ham-processor-BBDB-p)
13467         (spam-group-ham-processor-spamoracle-p)
13468         (spam-group-ham-processor-copy-p): Remove functions with some
13469         prejudice against unneeded code.
13470         (spam-report-articles-resend)
13471         (spam-report-resend-register-routine): Allow the group/topic
13472         spam-resend-to value to override spam-report-resend-to.
13473         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13474         properly now.
13475
13476         * gnus.el (spam-resend-to): Add group/topic parameter.
13477         (spam-process): Move the OBSOLETE processors to the end of the
13478         choices.
13479
13480 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13481
13482         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13483         with resend-to set to nil, and then ask the user if necessary.
13484         (spam-report-resend): spam-report-resend takes a list of articles, not
13485         separate article numbers.
13486
13487 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13490         addition to emacs-w3m.
13491
13492 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493
13494         * assistant.el (assistant-authinfo-data): New function.
13495         (assistant-eval): Eval for entire assistant.
13496
13497         * netrc.el (netrc-services-file): New variable.
13498         (netrc-parse-services): New function.
13499         (netrc-find-service-name): New function.
13500         (netrc-find-service-number): New function.
13501         (netrc-port-equal): New function.
13502         (netrc-machine): Use it.
13503
13504         * nnimap.el (nnimap-open-connection): Use netrc.
13505
13506         * gnus-util.el (gnus-netrc-get): Remove aliases.
13507
13508         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13509
13510         * assistant.el (wid-edit): Fix compilation.
13511
13512         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13513
13514 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13515
13516         * gnus-util.el (gnus-set-file-modes): New function.  (small
13517         patch).
13518
13519 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13520
13521         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13522
13523         * assistant.el (assistant-render-node): Fix up rendering and
13524         read-only text.
13525         (assistant-render-node): Reset.
13526         (assistant-make-read-only): Not sticky.
13527
13528 2004-05-20  Danny Siu  <dsiu@adobe.com>
13529
13530         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13531         centered even when gnus-auto-center-summary is t.
13532
13533 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13534
13535         * dns.el (dns-get-txt-answer): New function.
13536         (dns-read-txt): Ditto.
13537         (query-dns): Use it.
13538
13539 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13542         active for foreign groups even if the group level is higher than
13543         the specified value.
13544
13545 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13548         non-active groups.
13549
13550         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13551
13552 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13553
13554         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13555
13556 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13557
13558         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13559         (spam-crm114-header, spam-crm114-spam-switch)
13560         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13561         (spam-crm114-positive-spam-header)
13562         (spam-crm114-database-directory, spam-list-of-processors)
13563         (spam-group-spam-processor-crm114-p)
13564         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13565         (spam-generic-score, spam-list-of-checks)
13566         (spam-list-of-statistical-checks, spam-registration-functions)
13567         (spam-check-crm114-headers, spam-crm114-score)
13568         (spam-check-crm114, spam-crm114-register-with-crm114)
13569         (spam-crm114-register-spam-routine)
13570         (spam-crm114-unregister-spam-routine)
13571         (spam-crm114-register-ham-routine)
13572         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13573         asjo@koldfront.dk (Adam Sjøgren).
13574
13575         * gnus.el: Add spam-use-crm114.
13576
13577         * spam.el (spam-list-of-processors, spam-registration-functions):
13578         Add spam-use-resend.
13579         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13580         (spam-report-articles-gmane): Add doc fix.
13581         (spam-report-articles-resend, spam-report-resend-register-routine):
13582         Add wrappers around spam-report-resend-to.
13583
13584         * spam-report.el (spam-report-resend-to, spam-report-resend):
13585         Add support for resending spam.
13586         (spam-report-gmane): Fix line length >80.
13587
13588         * gnus.el (spam-process): Add spam-use-resend.
13589
13590 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13591
13592         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13593         number of processed spam messages.
13594         (spam-ham-copy-or-move-routine): Return the number of processed
13595         ham messages.
13596         (spam-summary-prepare-exit): Use the above values to decide
13597         whether status messages shouled be displayed.
13598
13599 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13602         `rfc2047-encoding-function-alist' in order to avoid conflicting
13603         with the old version.
13604         (rfc2047-encode-region): Concatenate words containing non-ASCII
13605         characters in structured fields; don't encode space-delimited
13606         ASCII words even in unstructured fields; don't break words at
13607         char-category boundaries.
13608         (rfc2047-encode-1): New function.
13609         (rfc2047-encode): Use it; encode text so that it occupies the
13610         maximum width within 76-column; work correctly on Q encoding for
13611         iso-2022-* charsets.
13612         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13613         sure not to break a line just after the header name.
13614         (rfc2047-b-encode-region): Removed.
13615         (rfc2047-b-encode-string): New function.
13616         (rfc2047-q-encode-region): Removed.
13617         (rfc2047-q-encode-string): New function.
13618
13619         * mm-util.el (mm-replace-in-string): New function.
13620
13621 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622
13623         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13624         get it right.
13625         (gnus-inews-make-draft): Really.
13626
13627 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13628
13629         * nnmh.el (nnmh-request-list-1): Don't check the link count
13630         before descending.  (small patch)
13631
13632 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13633
13634         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13635         stuff.
13636
13637         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13638         on real group name.
13639
13640         * gnus-art.el (gnus-signature-limit): Doc fix.
13641
13642         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13643
13644         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13645
13646 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13647
13648         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13649         isn't a string.
13650
13651 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13652
13653         * gnus-draft.el (gnus-draft-send): Bind
13654         rfc2047-encode-encoded-words.
13655
13656         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13657         (rfc2047-encodable-p): Say that =? needs encoding.
13658         (rfc2047-encode-encoded-words): New variable.
13659
13660         * gnus-group.el (gnus-group-select-group): Doc fix.
13661
13662         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13663
13664         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13665         to nil.
13666
13667         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13668
13669         * nnheader.el (nnheader-get-lines-and-char): New function.
13670
13671 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-msg.el (gnus-summary-followup-with-original): Document
13674         yanking of region when active.
13675
13676 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13679         groups if the group level is higher than the specified value.
13680
13681 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13684         (gnus-group-jump-to-group): Added prefix argument using
13685         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13686         non-active group.
13687
13688         * compface.el (uncompface): Be verbose when changing
13689         `uncompface-use-external'.
13690
13691         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13692         handle manual section.
13693
13694 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13695
13696         * gnus-art.el (gnus-button-alist): Revert previous change.
13697
13698 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13701
13702 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13705         whether backend can accept message.
13706
13707         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13708
13709 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13710
13711         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13712         Avoid creating directory when nntp-marks-is-evil is true.
13713         Reported by Reiner Steib.
13714
13715 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus-picon.el (gnus-picon-style): New variable.
13718         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13719         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13720         Jesper Harder <harder@ifa.au.dk>.
13721
13722 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13723
13724         * message.el (message-fill-field): Return point.
13725         (message-generate-headers): Go to end of field.
13726
13727         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13728         stuff for non-living groups.
13729
13730 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13731
13732         * gnus-art.el (gnus-article-followup-with-original)
13733         (gnus-article-reply-with-original): gnus-mark-active-p ->
13734         gnus-region-active-p.
13735
13736 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13737
13738         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13739         only when there is spam or ham to be processed.
13740
13741 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742
13743         * mail-source.el (mail-source-delete-crash-box): Refactor.
13744         (mail-source-fetch): Use it.
13745         (mail-source-fetch-file): Ditto.
13746         (mail-source-fetch-directory): Run postscript in loop.
13747         (mail-source-fetch-pop): Delete.
13748         (mail-source-fetch-maildir): Ditto.
13749         (mail-source-fetch-imap): Ditto.
13750
13751         * imap.el (imap-authenticators): Comment out sasl.
13752
13753         * message.el (message-skip-to-next-address): New function.
13754         (message-fill-header-address): Refactor.
13755         (message-fill-address): Use it.
13756         (message-delete-address): Use it.
13757         (message-fill-header-general): Refactor.
13758         (message-fill-field-address): Rename.
13759         (message-narrow-to-field): Find the start of the header.
13760         (message-header-format-alist): Don't pre-fill.
13761         (message-fill-header): Removed.
13762         (message-insert-header): New function.
13763         (message-shorten-references): Use it.
13764
13765         * rfc2047.el (rfc2047-field-value): Strip props.
13766
13767         * mail-parse.el (mail-header-make-address): New alias.
13768
13769         * ietf-drums.el (ietf-drums-make-address): New function.
13770
13771         * imap.el: Add compiler directives.
13772
13773         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13774
13775         * gnus-art.el (article-decode-idna-rhs): Don't use
13776         message-idna-inside-rhs-p.
13777
13778 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779
13780         * message.el (message-idna-inside-rhs-p): Removed.
13781         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13782
13783         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13784         false positives.
13785
13786 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13787
13788         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13789
13790 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * nneething.el (nneething-file-name): Don't create spurious
13793         files.
13794
13795         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13796         (gnus-inews-do-gcc): Remove sleep.
13797
13798         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13799         part under point.
13800
13801         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13802         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13803
13804 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13805
13806         * spam.el (spam-summary-prepare-exit): Fixed (length).
13807
13808 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13811         as expired without moving it" message when there are spam
13812         messages left.
13813
13814 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13815
13816         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13817         header is not nil.
13818
13819 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13820
13821         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13822         nntp-possibly-create-directory, not nntp-possibly-change-group.
13823         (nntp-marks-changed-p): New arg SERVER.
13824         (nntp-request-update-info): Adjust caller.
13825
13826 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13827
13828         * nntp.el (nntp-save-marks): Pass missing arg.
13829
13830 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13831
13832         * nntp.el: Support marks.
13833         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13834         (nntp-marks-modtime, nntp-marks-directory): New variables.
13835         (nntp-request-set-mark, nntp-request-update-info)
13836         (nntp-possibly-create-directory, nntp-marks-changed-p)
13837         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13838         functions.
13839
13840 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13841
13842         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13843         (gnus-xmas-redefine): Rename.
13844
13845         * gnus-score.el (gnus-score-insert-help): Use
13846         gnus-select-lowest-window.
13847
13848         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13849         appt-select-lowest-window and rename to gnus-select-lowest-window.
13850
13851         * gnus.el: do.
13852
13853 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13854
13855         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13856         encodings of MIME-encoded words, in order to improve
13857         interoperability with several broken MUAs.
13858
13859 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13860
13861         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13862         tags, only when charsets are not specified in headers.
13863         (mm-inline-text-html-render-with-w3m): Ditto.
13864
13865         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13866         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13867
13868 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13869
13870         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13871         instead of MIME-decoded from fields when checking
13872         `gnus-article-address-banner-alist'.
13873
13874 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13875
13876         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13877         description rather than subject.
13878
13879 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13880
13881         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13882
13883 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13884
13885         * gnus.el (gnus-version-number): Bump.
13886
13887 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13888
13889         * gnus.el: No Gnus v0.2 is released.
13890
13891 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13892
13893         * gnus-agent.el (gnus-agent-read-agentview): Inline
13894         gnus-uncompress-range.
13895
13896 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13897
13898         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13899         `exec-installed-p'.
13900
13901 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13902
13903         * gnus.el (spam-process, spam-autodetect-methods): Add
13904         bsfilter and bsfilter-headers.
13905
13906         * spam.el (spam-bsfilter): New customize group.
13907         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13908         (spam-bsfilter-header, spam-bsfilter-probability-header)
13909         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13910         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13911         (spam-bsfilter-database-directory): New options.
13912         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13913         (spam-list-of-statistical-checks, spam-registration-functions):
13914         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13915         (spam-bsfilter-score): New command.
13916         (spam-check-bsfilter-headers, spam-check-bsfilter)
13917         (spam-bsfilter-register-with-bsfilter)
13918         (spam-bsfilter-register-spam-routine)
13919         (spam-bsfilter-unregister-spam-routine)
13920         (spam-bsfilter-register-ham-routine)
13921         (spam-bsfilter-unregister-ham-routine): New functions.
13922         (spam-generic-score): Support bsfilter; Accept an optional argument
13923         to recalcurate spam score even if scoring header has already been
13924         added.
13925         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13926         optional argument to recalcurate spam score even if scoring header
13927         has already been added.
13928
13929 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13930
13931         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13932         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13933         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13934         link is missing.
13935
13936 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13937
13938         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13939         (html2text-get-attr): Rewrite.
13940
13941         * message.el (message-setup-1): Remove redundant put-text-property
13942         on mail-header-separator.
13943
13944 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13945
13946         * gnus-registry.el (gnus-registry-cache-whitespace)
13947         (gnus-registry-action, gnus-registry-spool-action)
13948         (gnus-registry-split-fancy-with-parent): Change message levels
13949         from 5 to 3 or 7, as needed.
13950
13951         * spam.el (spam-summary-prepare-exit)
13952         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13953         (spam-split, spam-find-spam, spam-log-undo-registration)
13954         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13955         level from 5 to 6.
13956
13957 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13960         2004-03-04 change).
13961
13962 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * sieve-manage.el (sieve-manage-open):
13965         * nnweb.el (nnweb-insert-html):
13966         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13967         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13968         * nnspool.el (nnspool-request-group):
13969         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13970         * nnml.el (nnml-request-update-info):
13971         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13972         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13973         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13974         (nnimap-request-set-mark):
13975         * nnfolder.el (nnfolder-request-update-info):
13976         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13977         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13978         * gnus-uu.el (gnus-uu-find-articles-matching):
13979         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13980         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13981         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13982         * gnus-nocem.el (gnus-nocem-scan-groups):
13983         * gnus-int.el (gnus-start-news-server):
13984         * gnus-group.el (gnus-group-make-kiboze-group)
13985         (gnus-group-browse-foreign-server):
13986         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13987         Use mapc when appropriate.
13988
13989 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13990
13991         FIXME: Make separate entries for each person.
13992
13993         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13994         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13995         <shields@msrl.com>:
13996
13997         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13998         may need for spam sorting and scoring.
13999         (spam-user-format-function-S): Add user format function suitable for
14000         general use.
14001         (spam-article-sort-by-spam-status): Add sorting function for summary
14002         sorting.
14003         (spam-extra-header-to-number): Add function to get a score from a
14004         header.
14005         (spam-summary-score): Add function to get a numeric score from the
14006         headers.
14007         (spam-generic-score): Fix function doc, was in wrong place.
14008         (spam-initialize): Take symbols when it's run, and install the
14009         extra headers that spam-necessary-extra-headers thinks we need.
14010
14011 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14012
14013         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14014         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14015
14016 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14017
14018         * gnus-sum.el (gnus-set-global-variables)
14019         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14020         (gnus-article-get-xrefs, gnus-summary-best-group)
14021         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14022         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14023         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14024         Use with-current-buffer.
14025
14026 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14027
14028         * spam.el (spam-summary-prepare-exit): Simplify logic.
14029         (spam-fetch-article-header): Read the article header if it's not
14030         available.
14031         (spam-list-articles): Simplify logic.
14032         (spam-filelist-register-routine): Fix bug with unregister-list.
14033
14034         * gnus-registry.el: Fix comments at beginning.
14035
14036 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14037
14038         * message.el (message-cater-to-broken-inn): Remove.
14039         (message-shorten-references): Make sure the total folded length of
14040         References is shorter than 998 characters to cater to a bug in INN
14041         2.3.  Also, don't pretend that references aren't folded -- this
14042         hasn't worked for a while.
14043
14044 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14045
14046         * gnus-agent.el (gnus-agentize):
14047         gnus-agent-send-mail-real-function no longer set to current value
14048         of message-send-mail-function but rather a lambda that calls
14049         message-send-mail-function.  The change makes the agent real-time
14050         responsive to user changes to message-send-mail-function.
14051
14052 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14053
14054         * legacy-gnus-agent.el
14055         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14056         help from Florian Weimer <fw@deneb.enyo.de>
14057
14058 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * nnmail.el (nnmail-cache-insert): Revert last change.
14061
14062 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * nnmail.el (nnmail-cache-insert): Always check whether
14065         nnmail-cache-ignore-groups matches a group name.
14066
14067 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14068
14069         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14070         (spam-find-spam, spam-log-processing-to-registry)
14071         (spam-log-registered-p, spam-log-unregistration-needed-p)
14072         (spam-log-undo-registration): Use gnus-message instead of
14073         gnus-error, none of these errors are fatal.
14074
14075         * gnus-registry.el (gnus-registry-clean-empty-function)
14076         (gnus-registry-clean-empty): Remove only empty entries without
14077         extra data.
14078
14079 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14080
14081         * spam-stat.el (spam-stat-buffer-change-to-spam)
14082         (spam-stat-buffer-change-to-non-spam): Change (error) to
14083         (gnus-message 8) invocation.
14084
14085 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * nntp.el (nntp-via-netcat-command): New variable.
14088         (nntp-via-netcat-switches): New variable.
14089         (nntp-open-via-rlogin-and-netcat): New function.
14090         (nntp-open-connection-function): Doc fix.
14091         (nntp-telnet-command): Doc fix.
14092         (nntp-end-of-line): Doc fix.
14093         (nntp-via-rlogin-command): Doc fix.
14094         (nntp-via-user-name): Doc fix.
14095         (nntp-via-address): Doc fix.
14096
14097 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14100         error in Emacs 21.1.
14101
14102 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14105
14106 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14107
14108         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14109         (gnus-agent-with-refreshed-group): New macro.
14110         (gnus-agent-rename-group): New function.
14111         (gnus-agent-delete-group): New function.
14112         (gnus-agent-save-group-info): Use gnus-command-method when
14113         `method' parameter is nil.  Don't write nil entries into the
14114         active file.
14115         (gnus-agent-get-group-info): New function.
14116         (gnus-agent-fetch-articles): Use
14117         gnus-agent-update-files-total-fetched-for to increment disk space
14118         used.
14119         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14120         gnus-agent-update-view-total-fetched-for to increment disk space
14121         used.
14122         (gnus-agent-get-local): Added optional parameters to avoid calling
14123         gnus-group-real-name and gnus-find-method-for-group.
14124         (gnus-agent-set-local): Delete stored entry if either min, or max,
14125         are nil.
14126         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14127         quit, use gnus-agent-regenerate-group to record existance of any
14128         articles fetched to disk before the quit occurred.
14129         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14130         gnus-agent-update-view-total-fetched-for, and
14131         gnus-agent-update-files-total-fetched-for to decrement disk space
14132         used.
14133         (gnus-agent-retrieve-headers): Use
14134         gnus-agent-update-view-total-fetched-for to increment disk space
14135         used.
14136         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14137         with gnus-agent-update-files-total-fetched-for to decrement disk
14138         space and fresh group buffer.
14139         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14140         (gnus-agent-need-update-total-fetched-for): New variable.
14141         (gnus-agent-update-files-total-fetched-for): New function.
14142         (gnus-agent-update-view-total-fetched-for): New function.
14143         (gnus-agent-total-fetched-for): New function.
14144
14145         * gnus-cache.el (gnus-cache-save-buffers): Use
14146         gnus-cache-update-overview-total-fetched-for to change disk space
14147         used by this group.
14148         (gnus-cache-possibly-enter-article): Use
14149         gnus-cache-update-file-total-fetched-for to increment disk space
14150         used by this group.
14151         (gnus-cache-possibly-remove-article): Use
14152         gnus-cache-update-file-total-fetched-for to decrement disk space
14153         used by this group.
14154         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14155         (gnus-cache-rename-group): New function.
14156         (gnus-cache-delete-group): New function.
14157         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14158         (gnus-cache-need-update-total-fetched-for): New variable.
14159         (gnus-cache-with-refreshed-group): New macro.
14160         (gnus-cache-update-file-total-fetched-for): New function.
14161         (gnus-cache-update-overview-total-fetched-for): New function.
14162         (gnus-cache-rename-group-total-fetched-for): New function.
14163         (gnus-cache-delete-group-total-fetched-for): New function.
14164         (gnus-cache-total-fetched-for): New function.
14165
14166         * gnus-group.el: Require gnus-sum and autoload functions to
14167         resolve warnings when gnus-group.el compiled alone.
14168         (gnus-group-line-format): Documented new %F.
14169         (size of Fetched data) group line format; identifies disk space
14170         used by agent and cache.
14171         (gnus-group-line-format-alist): Defined new F format.
14172         (gnus-total-fetched-for): New function.
14173         (gnus-group-delete-group): No longer update
14174         gnus-cache-active-altered as gnus-request-delete-group now keeps
14175         the cache in sync.
14176         (gnus-group-list-active): Let the agent store a server's active
14177         list if currently plugged.
14178
14179         * gnus-int.el (gnus-request-delete-group):
14180         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14181         local disk in sync with the server.
14182         (gnus-request-rename-group):
14183         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14184         local disk in sync with the server.
14185
14186         * gnus-start.el (gnus-get-unread-articles):
14187         Cosmetic simplification to logic.
14188
14189         * gnus-util.el (gnus-rename-file): New function.
14190
14191 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14192
14193         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14194
14195 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14196
14197         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14198         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14199
14200 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14201
14202         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14203         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14204
14205 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14206
14207         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14208
14209 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * spam.el (spam-set-difference): Add function to replace
14212         gnus-set-difference in spam.el.
14213         (spam-summary-prepare-exit): Use spam-set-difference.
14214
14215 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14216
14217         * gnus-registry.el (gnus-registry-cache-file): Update to use
14218         gnus-dribble-directory OR gnus-home-directory OR ~.
14219         (gnus-registry-split-fancy-with-parent): Fix doc.
14220
14221 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * message.el (message-exchange-point-and-mark): Use
14224         message-mark-active-p.  Suggested by Jesper Harder
14225         <harder@ifa.au.dk>.
14226
14227 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * message.el (message-exchange-point-and-mark): Don't activate
14230         region if it was inactive.  Suggested by Hiroshi Fujishima
14231         <pooh@nature.tsukuba.ac.jp>.
14232
14233 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (article-display-face): Display Faces in the same
14236         order as X-Faces.
14237
14238 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14241
14242 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14245         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14246         (gnus-article-mime-hierarchy): Remove.
14247         (gnus-article-mime-hierarchy-next): Remove.
14248         (gnus-article-mode): Revert 2004-03-19 change.
14249         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14250         (gnus-insert-mime-button): Revert 2004-03-19 change.
14251         (gnus-mime-accumulate-hierarchy): Remove.
14252         (gnus-mime-enter-multipart): Remove.
14253         (gnus-mime-leave-multipart): Remove.
14254         (gnus-mime-display-part): Revert 2004-03-19 change.
14255         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14256
14257         * mml.el (mml-preview): Revert 2004-03-19 change.
14258
14259 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14260
14261         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14262
14263 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14266         t while entering a file name using the mm-with-multibyte macro.
14267         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14268
14269         * mm-util.el (mm-with-multibyte): New macro.
14270
14271 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14274         user option.
14275         (gnus-mime-multipart-functions): Doc and customization fix.
14276         (gnus-article-mime-hierarchy): New variable.
14277         (gnus-article-mime-hierarchy-next): New variable.
14278         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14279         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14280         gnus-article-mime-hierarchy-next to nil.
14281         (gnus-insert-mime-button): Show hierarchy numbers.
14282         (gnus-mime-accumulate-hierarchy): New function.
14283         (gnus-mime-enter-multipart): New function.
14284         (gnus-mime-leave-multipart): New function.
14285         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14286         (gnus-mime-display-alternative): Show hierarchy numbers.
14287
14288         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14289         gnus-article-mime-hierarchy-next to nil.
14290
14291 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14292
14293         * dns.el: Don't require gnus-xmas.
14294
14295 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14296
14297         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14298         inline PGP.
14299         (mml-menu): Disable mml-quote-region if mark is inactive.
14300
14301 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14304         when the group's active is not available.
14305
14306 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14309         error.
14310
14311 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * imap.el (imap-store-password): New variable.
14314         (imap-interactive-login): Use it.
14315         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14316
14317 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14320         window-start and hscroll to summary window.
14321
14322 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14323
14324         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14325         conversion message to newsrc-dribble when an actual conversion is
14326         performed.
14327
14328 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14329
14330         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14331
14332 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * mm-decode.el (mm-complicated-handles): New function reviving
14335         former definition of mm-multiple-handles.
14336
14337         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14338         (gnus-mime-delete-part): Use it.
14339
14340 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14341
14342         * gnus-agent.el (gnus-agent-read-local): Bind
14343         nnheader-file-coding-system to gnus-agent-file-coding-system to
14344         avoid the implicit assumption that they will always be equal.
14345         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14346         coding-system-for-write, as the with-temp-file macro first prints
14347         to a buffer then saves the buffer.
14348
14349 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-art.el (gnus-article-edit-part): New function.
14352         (gnus-mime-save-part-and-strip): Use it; do query instead of
14353         signaling an error; don't use mm-multiple-handles.
14354         (gnus-mime-delete-part): Ditto.
14355
14356 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14357
14358         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14359         old file versions.
14360         (gnus-group-prepare-hook): Removed function that converted list
14361         form of gnus-agent-expire-days to group properties.
14362
14363         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14364         (gnus-request-accept-article): Re-indented.
14365
14366         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14367         converters to handle old agent file formats.  Added logic for a
14368         "backup before upgrading warning".
14369         (gnus-convert-mark-converter-prompt): Developers can mark
14370         functions as needing (default), or not needing,
14371         gnus-convert-old-newsrc's "backup before upgrading warning".
14372         (gnus-convert-converter-needs-prompt): Tests whether the user
14373         should be protected from potentially irreversable changes by the
14374         function.
14375
14376         * legacy-gnus-agent.el: New.  Provides converters that are only
14377         loaded when gnus-convert-old-newsrc needs to call them.
14378
14379 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * mail-source.el (mail-source-touch-pop): Doc fix.
14382
14383         * message.el (message-smtpmail-send-it): Doc fix.
14384
14385 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14386
14387         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14388
14389         * nnmail.el (nnmail-split-fancy): do.
14390
14391         * gnus-kill.el (gnus-kill, gnus-execute): do.
14392
14393 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14394
14395         * gnus-sum.el (gnus-widget-reversible-match)
14396         (gnus-widget-reversible-to-internal)
14397         (gnus-widget-reversible-to-external): New functions.
14398         (gnus-widget-reversible): New widget.
14399         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14400
14401 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14402
14403         * gnus-sum.el (gnus-thread-sort-functions)
14404         (gnus-article-sort-functions): Document `(not F)' items.
14405
14406 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * spam.el (spam-use-gmane-xref): Add new backend.
14409         (spam-gmane-xref-spam-group): Add variable to control the name of the
14410         Gmane spam group.
14411         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14412         (spam-regex-headers-spam, spam-regex-headers-ham)
14413         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14414         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14415         backends and checks.
14416         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14417
14418         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14419         an autodetect method.
14420
14421 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14422
14423         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14424         articles are being added to a group.
14425         (gnus-request-replace-article): Inform the agent that articles
14426         need to be uncached as the cached contents are no longer valid.
14427
14428 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * binhex.el: Don't autoload executable-find.
14431
14432         * canlock.el: Don't autoload mail-fetch-field.
14433
14434         * dgnushack.el: Autoload c-mode for XEmacs.
14435
14436         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14437
14438         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14439         rmail-dont-reply-to and rmail-output.
14440
14441         * gnus-score.el: Don't autoload ffap-string-at-point.
14442
14443         * gnus-setup.el: Don't autoload sc-cite-original.
14444
14445         * imap.el: Don't autoload base64-decode-string,
14446         base64-encode-string and md5.
14447
14448         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14449         and rmail-msg-restore-non-pruned-header.
14450
14451         * mm-decode.el: Don't autoload executable-find.
14452
14453         * mm-url.el: Don't autoload executable-find.
14454
14455         * mm-view.el: Don't autoload diff-mode.
14456
14457         * nndb.el: Don't autoload news-reply-mode, news-setup,
14458         cancel-timer and telnet.
14459
14460         * password.el: Don't autoload run-at-time for Emacs.
14461
14462         * sha1-el.el: Don't autoload executable-find.
14463
14464         * sieve-mode.el: Don't autoload c-mode.
14465
14466         * uudecode.el: Don't autoload executable-find.
14467
14468 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14469
14470         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14471         (gnus-agent-possibly-alter-active): Avoid null in numeric
14472         comparison.
14473         (gnus-agent-set-local): Refuse to save null in local object table.
14474         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14475         list of articles that will be marked as unread.
14476
14477 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14480
14481 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14482
14483         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14484         language tags.
14485
14486 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14487
14488         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14489         Don't bind "obarray".
14490
14491         * gnus-sum.el (gnus-thread-sort-functions): Added
14492         `gnus-thread-sort-by-most-recent-number' and
14493         `gnus-thread-sort-by-most-recent-date'.
14494         Reported by Kai Grossjohann <kai@emptydomain.de>.
14495
14496 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14499
14500 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14501
14502         * gnus-cus.el (gnus-agent-customize-category): Removed
14503         ignore-errors macro reference that required cl to be loaded at
14504         run-time.
14505
14506         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14507         single-interval range of the form (min . max).  Previously the
14508         range had to look like ((min . max)).  Likewise, return
14509         (min . max) rather than ((min . max)).
14510         (gnus-range-map): Use gnus-range-normalize to accept
14511         single-interval range.
14512
14513         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14514         the cache, but not the agent, now appear with their usual face.
14515
14516         * dgnushack.el (loaddir): New variable that is bound to the
14517         directory containing the dgnushack.el file. Use loaddir, rather
14518         than srcdir, to update load-path. Change lets dgnushack compile
14519         code in directories other than GNUS/lisp.
14520
14521 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * lpath.el: Don't bind w3m-safe-url-regexp.
14524
14525         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14526         w3m-safe-url-regexp variable buffer-local.
14527
14528         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14529
14530 2004-02-27  Simon Josefsson  <jas@extundo.com>
14531
14532         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14533         gnus-group-real-prefix.
14534         (gnus-summary-move-article): Use it, instead of
14535         gnus-group-real-prefix.
14536
14537 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * lpath.el: Bind w3m-safe-url-regexp.
14540
14541         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14542         w3m-safe-url-regexp variable buffer-local and set it as the value
14543         of mm-w3m-safe-url-regexp.
14544
14545         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14546
14547         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14548         parsing gnus-posting-styles when the message is not for replying.
14549
14550         * dgnushack.el: Autoload sgml-mode for XEmacs.
14551
14552         * nnrss.el (nnrss-opml-export): Use
14553         mm-set-buffer-file-coding-system instead of
14554         set-buffer-file-coding-system.
14555
14556 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14557
14558         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14559         of checkdoc.el).
14560         * nnrss.el: do.
14561         * gnus-mlspl.el: do.
14562         * gnus-ml.el: do.
14563         * gnus-srvr.el: do.
14564
14565         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14566
14567 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14568
14569         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14570         Corrections to custom-manual links.
14571
14572         * gnus-art.el (gnus-article): Ditto.
14573
14574         * mm-decode.el (mime-display, mime-security): Ditto.
14575
14576 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14577
14578         * flow-fill.el: Typo.
14579
14580 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14581
14582         * spam-wash.el: New file.
14583
14584 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14585
14586         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14587
14588 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14589
14590         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14591         to be run with new-articles as LIST1, not LIST2.
14592         (spam-registration-functions): Add spam-use-ham-copy as a nil
14593         registration backend.
14594
14595 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14596
14597         * spam-stat.el (spam-stat-washing-hook): New option.
14598         (spam-stat-buffer-words): Use it.
14599         (spam-stat-process-directory, spam-stat-test-directory): Use
14600         insert-file-contents-literally.
14601         (spam-stat-coding-system): New variable.
14602         (spam-stat-load, spam-stat-save): Use it.
14603
14604 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * spam-report.el (spam-report-plug-agent): Quote
14607         spam-report-url-to-file and spam-report-url-ping-plain.
14608
14609 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14612         / in mailto URLs.
14613
14614 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * spam-report.el (spam-report-process-queue): Fix interactive use.
14617         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14618         (spam-report-unplug-agent): Doc fixes.
14619         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14620         (spam-report-agentize, spam-report-deagentize): Autoload.
14621
14622 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14625
14626         * message.el (message-setup-fill-variables): Add mml tags to
14627         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14628         <ajk@iu.edu>.
14629         (message-mode): Don't modify paragraph-separate there.
14630
14631 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * compface.el (uncompface-use-external): Default to undecided.
14634         (uncompface-use-external-threshold): New variable.
14635         (uncompface-float-time): New macro.
14636         (uncompface): Determine whether to use the external decoder if
14637         uncompface-use-external is undecided.
14638
14639 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14640
14641         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14642         after images.
14643
14644         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14645
14646 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14647
14648         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14649
14650         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14651
14652         * gnus-sum.el (gnus-summary-limit-to-age)
14653         (gnus-summary-limit-children): do.
14654
14655         * gnus-int.el (gnus-request-scan): do.
14656
14657         * gnus-group.el (gnus-group-suspend): do.
14658
14659         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14660
14661         * gnus-cite.el (gnus-cite-parse-attributions): do.
14662
14663         * gnus-agent.el (gnus-summary-set-agent-mark)
14664         (gnus-agent-regenerate-group): do.
14665
14666         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14667
14668         * binhex.el (binhex-decode-region-internal): do.
14669
14670 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-fun.el (gnus-face-properties-alist): New user option.
14673         (gnus-display-x-face-in-from): Use it.
14674
14675         * gnus-art.el (article-display-face): Ditto.
14676
14677         * compface.el (uncompface-use-external): Default to nil.
14678
14679 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14680
14681         * nntp.el (nntp-erase-buffer): New function.
14682         (nntp-retrieve-data, nntp-send-command)
14683         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14684         (nntp-possibly-change-group): Use it.
14685
14686         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14687         with-current-buffer.
14688
14689 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14690
14691         * compface.el: Merge the ELisp-based uncompface program.
14692         (compface): New customization group.
14693         (uncompface-use-external): New user option.
14694         (uncompface): Call uncompface-internal if uncompface-use-external
14695         is nil.
14696         (uncompface-internal): New function.  Note that there are also
14697         some other functions and variables added for this function.
14698
14699 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14700
14701         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14702         if necessary.
14703
14704 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14705
14706         * spam-report.el (spam-report-unplug-agent)
14707         (spam-report-plug-agent, spam-report-deagentize)
14708         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14709         Add support for the Agent in spam-report: when unplugged, report to a
14710         file; when plugged, submit all the requests.
14711
14712         * spam.el (spam-register-routine): Fix message about
14713         registration.
14714
14715 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14716
14717         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14718         dependencies.
14719         (rfc2047-encode): Use it.
14720
14721         * gnus-art.el (gnus-button-marker-list): Move before first
14722         reference.
14723
14724         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14725         (imap-parse-body): Fix format string mismatch.
14726
14727         * gnus-score.el (gnus-summary-increase-score): do.
14728
14729         * nnrss.el (nnrss-close): New function.
14730
14731 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14732
14733         * nnrss.el (nnrss-make-filename): New function.
14734         (nnrss-request-delete-group, nnrss-read-server-data)
14735         (nnrss-save-server-data, nnrss-read-group-data)
14736         (nnrss-save-group-data): Use it.
14737         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14738         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14739         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14740
14741 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14742
14743         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14744
14745 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14748         files.
14749
14750         * message.el (message-generate-headers-first): Don't quote nil
14751         and t in docstrings.
14752
14753         * imap.el (imap-id): do.
14754
14755         * gnus-agent.el (gnus-agent-consider-all-articles)
14756         (gnus-agent-queue-mail): do.
14757
14758 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * spam-report.el (spam-report-process-queue): New function.
14761         Process requests from `spam-report-requests-file'.
14762         (spam-report-process-queue): Doc fix.
14763
14764 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * spam.el (spam-register-routine)
14767         (spam-log-processing-to-registry, spam-log-registered-p)
14768         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14769         Change "check" to "spam-check" for semi-clarity.
14770
14771 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14772
14773         * pop3.el: Require nnheader.
14774
14775         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14776
14777         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14778
14779         * gnus-picon.el: Require cl.
14780
14781         * gnus-fun.el: Require gnus-ems and gnus-util.
14782
14783         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14784
14785         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14786
14787         * gnus-art.el (gnus-article-edit-mode): Define before first
14788         reference.
14789
14790 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14791
14792         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14793         (gnus-uu-post-encoded): Use point-at-bol.
14794
14795         * gnus-topic.el (gnus-group-active-topic-p): do.
14796
14797         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14798
14799         * gnus-group.el (gnus-group-kill-region): do.
14800
14801         * gnus-art.el (article-date-ut): do.
14802
14803         * message.el (message-fetch-field): Remove redundant
14804         case-fold-search binding.
14805         (message-narrow-to-field): Simplify.
14806
14807 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * spam.el (spam-directory): Derive from `gnus-directory'.
14810
14811         * spam-report.el (spam-report-url-to-file)
14812         (spam-report-requests-file): New function and variable for offline
14813         reporting.
14814         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14815         and user defined function.
14816         (spam-report-url-ping-mm-url): Remove doubled slash.
14817
14818 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14819
14820         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14821
14822 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14823
14824         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14825         format string mismatch.
14826
14827         * sieve.el (sieve-deactivate-all): do.
14828
14829         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14830
14831         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14832
14833         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14834
14835         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14836
14837 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14840         the list of checks.
14841
14842 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14843
14844         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14845         padding.
14846
14847 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14848
14849         * mm-view.el (mm-fill-flowed): New variable.
14850         (mm-inline-text): Use it.
14851
14852 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14853
14854         * spam.el (spam-spamassassin-register-ham-routine)
14855         (spam-spamassassin-register-spam-routine): Fix function names.
14856
14857 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus.el (gnus-tmp-grouplens): Remove.
14860         (gnus-summary-line-format): Remove grouplens.
14861
14862         * gnus-group.el (gnus-group-line-format): Ditto.
14863
14864         * gnus-spec.el (gnus-format-specs): Ditto.
14865         (gnus-update-format-specifications): Flush the group format spec
14866         cache if there's the grouplens stuff.
14867         (gnus-parse-simple-format): Replace %l with the empty string.
14868
14869 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14870
14871         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14872         omission.
14873
14874 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14877         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14878
14879 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14880
14881         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14882         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14883         New macros and functions.
14884         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14885         Handle > NLINK_MAX messages.
14886         * nnmaildir.el (nnmaildir-request-set-mark): Use
14887         nnmaildir--emlink-p and nnmaildir--eexist-p.
14888
14889 2004-01-25  Alex Schroeder  <alex@gnu.org>
14890
14891         * spam-stat.el (spam-stat-process-directory-age): New option.
14892         (spam-stat-process-directory): Use it.
14893
14894 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14895
14896         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14897         (spam-stat-save): Accept prefix argument.
14898
14899 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14900
14901         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14902         links" error.
14903
14904 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14907         the rest of the and/or forms.
14908
14909 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14910
14911         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14912         compatibility with old .newsrc.eld files.
14913
14914         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14915
14916         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14917
14918         * gnus-start.el (gnus-1): do.
14919
14920         * gnus-group.el (gnus-group-line-format-alist): do.
14921
14922         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14923
14924         * gnus-gl.el: Remove.
14925
14926 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14927
14928         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14929         marks consisting of a single range {for example, (3 . 5)} rather
14930         than a list of a single range { ((3 . 5)) }.
14931
14932 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14933
14934         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14935         with-current-buffer.
14936         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14937         avoid consing a string.
14938
14939         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14940         Remove obsolete entries for big5 and gb2312.
14941
14942 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14943
14944         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14945         uncompressed list.
14946
14947 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14948
14949         * spam-stat.el (spam-stat-strip-xref): New function.
14950         (spam-stat-process-directory): Use it.
14951
14952         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14953         here -- it's done in message-fetch-field.
14954
14955 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14956
14957         * gnus-agent.el (gnus-agent-queue-mail)
14958         (gnus-agent-prompt-send-queue): New variables.
14959         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14960         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14961         "nndraft:queue" along to gnus-draft-send.  Use
14962         gnus-agent-prompt-send-queue.
14963         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14964         is "nndraft:queue".  Suggested by Gaute Strokkenes
14965         <gs234@srcf.ucam.org>
14966
14967         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14968         (agent-enable-undownloaded-faces): Added.
14969         (gnus-agent-cat-groups): Use eval-and-compile, not
14970         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14971         method of gnus-agent-cat-groups even when the buffer has been
14972         evaled.
14973         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14974         delete gnus-agent-save-active-1.
14975         (gnus-agent-save-groups): Deleted.  Identical to
14976         gnus-agent-save-active.
14977         (gnus-agent-write-active): No longer adjust agent's copy of active
14978         file as agent's adjustments are now stored in their own
14979         file.  Removed optional parameter.
14980         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14981         servers.  Add use of min/max range limits from server's local
14982         file.
14983         (gnus-agent-save-alist): Removed unused optional argument.
14984         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14985         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14986         (gnus-agent-set-local): A per-server file that keeps min/max range
14987         limits for articles known to the agent.  Provides a fast mechanism
14988         for altering many active ranges.
14989         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14990         active file (local makes it unnecessary).
14991         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14992
14993         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14994         (agent-enable-undownloaded-faces): Added.
14995
14996         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14997         disable it when sending to "nndraft:queue".
14998         (gnus-group-send-queue): Add safety check to avoid sending queue
14999         when unplugged.
15000
15001         * gnus-group.el (gnus-group-catchup): Use new
15002         gnus-sequence-of-unread-articles, not
15003         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15004         numbers of articles.  Use gnus-range-map to avoid having to
15005         uncompress the unread list.
15006         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15007         Fixed invalid ange-ftp reference.
15008
15009         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15010         (gnus-sorted-range-intersection): Intersection of two ranges
15011         without requiring that they first be uncompressed.
15012
15013         * gnus-start.el (gnus-activate-group): Unless blocked by the
15014         caller, possibly expand the active range to include both cached
15015         and agentized articles.
15016         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15017         multiple version-dependent converters.
15018         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15019         gnus-agent-save-active.
15020         (gnus-save-newsrc-file): Save dirty agent range limits.
15021
15022         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15023         gnus-agent-possibly-alter-active.
15024         (gnus-adjust-marked-articles): Faster handling of simple lists.
15025
15026 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15027
15028         * spam-stat.el (spam-stat-test-directory): New optional argument
15029         displays a list of files detected.  Suggested by Andrew Cohen
15030         <cohen@andy.bu.edu>.
15031         (spam-stat-buffer-words-with-scores): Don't narrow and change
15032         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15033
15034 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15035
15036         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15037         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15038         (spam-spamassassin-arguments)
15039         (spam-spamassassin-spam-flag-header)
15040         (spam-spamassassin-positive-spam-flag-header)
15041         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15042         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15043         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15044         (spam-list-of-processors, spam-list-of-checks)
15045         (spam-list-of-statistical-checks, spam-registration-functions)
15046         (spam-check-spamassassin-headers, spam-check-spamassassin)
15047         (spam-spamassassin-score)
15048         (spam-spamassassin-register-with-sa-learn)
15049         (spam-spamassassin-register-spam-routine)
15050         (spam-spamassassin-register-ham-routine)
15051         (spam-assassin-register-spam-routine)
15052         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15053         (spam-bogofilter-score): Fix to show article before scoring.
15054
15055 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15058         default scoring function.
15059         (spam-generic-score): Call spam-spamassassin-score if
15060         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15061         spam-bogofilter-score otherwise.
15062
15063         * gnus.el (spam-process, spam-autodetect-methods): Add
15064         spamassassin and spamassassin-headers.
15065
15066 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15067
15068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15069         Suppress unnecessary messages.
15070
15071 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15072
15073         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15074         make-hash-table.
15075
15076 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * canlock.el (base64-encode-string): Don't autoload it.
15079
15080 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * run-at-time.el: Remove useless (require 'itimer),
15083         eval-and-compile and (featurep 'xemacs).
15084
15085 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15086
15087         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15088         GROUP is a virtual group.
15089
15090 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15091
15092         * gnus.el: Autoload `message-y-or-n-p'.
15093
15094 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * pgg-parse.el: Remove unnecessary (require 'custom).
15097
15098         * pgg-def.el: do.
15099
15100         * nnmail.el: do.
15101
15102         * gnus-undo.el: do.
15103
15104         * gnus-picon.el: do.
15105
15106         * gnus-util.el: do.
15107
15108 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15111
15112 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15115         handle, as well as a list.
15116
15117         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15118         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15119         (mm-w3m-cid-retrieve): Simplify.
15120
15121 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15122
15123         * message.el (message-kill-to-signature): Allow prefix arg to
15124         specify number of lines to keep before signature.
15125
15126 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15127
15128         * message.el (message-kill-to-signature): Change docstring.
15129
15130 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * canlock.el: Always require sha1-el.
15133         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15134
15135         * message.el: Autoload sha1 only when compiling.
15136
15137         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15138         eudc-expand-inline for XEmacs.
15139
15140 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * message.el (message-canlock-generate): Require sha1-el.
15143
15144 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15145
15146         * message.el (message-expand-name): Silence the byte compiler.
15147
15148         * lpath.el: Add detect-coding-system.
15149
15150         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15151         cus-edit.
15152
15153 2004-01-13  Simon Josefsson  <jas@extundo.com>
15154
15155         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15156         Invoke gnus-score-mode.  Reported by
15157         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15158
15159         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15160         Jim Blandy <jimb@redhat.com> (tiny change).
15161
15162 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15163
15164         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15165
15166 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * spam.el (spam-get-article-as-string): Update to use
15169         gnus-request-article-this-buffer, much simpler.
15170         (spam-get-article-as-buffer): Remove.
15171
15172 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15173
15174         * message.el (message-expand-name): Use EUDC if the user uses that.
15175
15176 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15179         character for the encoding to avoid consing a string.
15180
15181         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15182         unnecessarily.
15183
15184         * mm-util.el (mm-replace-chars-in-string): Remove.
15185
15186         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15187         of mm-replace-chars-in-string.
15188
15189 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15192
15193         * mm-util.el (mm-subst-char-in-string): Support inplace.
15194
15195         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15196         a new string in every iteration.  Use shy groups.
15197
15198 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15199
15200         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15201         * gnus-soup.el (gnus-soup-group-brew):
15202         * gnus-msg.el (gnus-put-message):
15203         * gnus-move.el (gnus-group-move-group-to-server):
15204         * gnus-kill.el (gnus-batch-score):
15205         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15206         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15207         (gnus-group-update-group, gnus-group-read-group)
15208         (gnus-group-make-group, gnus-group-make-help-group)
15209         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15210         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15211         (gnus-group-sort-by-unread, gnus-group-catchup)
15212         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15213         (gnus-group-yank-group, gnus-group-set-info)
15214         (gnus-group-list-groups):
15215         * gnus.el (gnus-generate-new-group-name):
15216         * gnus-delay.el (gnus-delay-send-queue):
15217         * nnvirtual.el (nnvirtual-catchup-group):
15218         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15219         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15220         (gnus-group-prepare-topics, gnus-topic-check-topology):
15221         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15222         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15223         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15224         (gnus-group-make-articles-read):
15225         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15226         (gnus-group-change-level, gnus-kill-newsgroup)
15227         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15228         (gnus-get-unread-articles, gnus-make-articles-unread)
15229         (gnus-make-ascending-articles-unread): Use accessor
15230         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15231         to get group information for improved readability.
15232
15233
15234 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15235
15236         * gnus-art.el (article-decode-mime-words, article-babel)
15237         (gnus-article-highlight-signature, gnus-article-add-buttons)
15238         (gnus-signature-toggle): Use gnus-with-article-buffer.
15239
15240         * gnus-art.el (gnus-article-highlight-headers)
15241         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15242
15243         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15244         (gnus-article-set-globals, gnus-request-article-this-buffer)
15245         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15246         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15247         (gnus-mime-display-alternative): Use with-current-buffer.
15248
15249 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15250
15251         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15252         also under 80 char limit, and call gnus-error if needed.
15253         (spam-fetch-article-header): Fix - it was a
15254         buffer-local variable (gnus-newsgroup-data).
15255         (spam-find-spam): Use spam-generate-fake-headers, forget about
15256         spam-insert-fake-headers.
15257         (spam-insert-fake-headers): Remove.
15258
15259 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * deuglify.el (gnus-article-outlook-unwrap-lines)
15262         (gnus-outlook-rearrange-article)
15263         (gnus-outlook-repair-attribution-outlook)
15264         (gnus-outlook-repair-attribution-block)
15265         (gnus-outlook-repair-attribution-other): Remove redundant
15266         save-excursion.
15267
15268 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15269
15270         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15271         (spam-fetch-field-subject-fast)
15272         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15273         (spam-fetch-article-header): Add functions to deal with Gnus
15274         internals for fast retrieval of article header data.
15275         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15276
15277 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15278
15279         * pop3.el (pop3-md5): Remove.
15280         (pop3-apop): Replace pop3-md5 with md5.
15281
15282         * mm-bodies.el: base64 is always built-in.
15283
15284         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15285         with-current-buffer.
15286
15287 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * canlock.el (canlock-insert-header): Remove excessive grouping in
15290         regexp.
15291
15292         * gnus-sum.el (gnus-summary-read-document): Ditto.
15293
15294         * gnus-uu.el (gnus-uu-part-number): Ditto.
15295
15296         * html2text.el (html2text-remove-tags): Ditto.
15297         (html2text-format-tags): Ditto.
15298         (html2text-format-single-elements): Ditto.
15299
15300         * mml.el (mml-parse-1): Ditto.
15301
15302 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15303
15304         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15305
15306         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15307
15308         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15309
15310         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15311
15312 2003-11-15  Simon Josefsson  <jas@extundo.com>
15313
15314         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15315         (pgg-gpg-lookup-key): Use regexp match instead of
15316         split-string (split-string is different between emacs 21.2 and
15317         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15318
15319 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15320
15321         * gnus-art.el (gnus-mime-view-all-parts)
15322         (gnus-article-part-wrapper, gnus-article-view-part): Use
15323         with-current-buffer.
15324
15325 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15326
15327         * spam.el (spam-disable-spam-split-during-ham-respool)
15328         (spam-spamoracle-database, spam-cache-lookups)
15329         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15330         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15331         (spam-group-ham-marks, spam-group-spam-marks)
15332         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15333         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15334         also add spam-use-blackholes to the statistical checks.
15335         (spam-fetch-field-fast): Add interface to fetching fields, may
15336         become a macro.
15337         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15338         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15339         (spam-insert-fake-headers): Fake an article when needed.
15340         (spam-find-spam): Fake article when possible.
15341         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15342         (spam-check-bogofilter-headers): Use message-fetch-field instead
15343         of nnmail-fetch-field.
15344
15345 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15348
15349 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * spam.el (spam-split): Do not require spam-use-CHECK to be
15352         enabled if that check is passed to spam-split explicitly; also
15353         fix so 'spam doesn't get converted to spam-split-group when
15354         spam-split-symbolic-return is t.
15355         (spam-find-spam): Find registrations of the article and use those
15356         instead of re-running spam-split to find the spam/ham
15357         classification of the article.
15358         (spam-log-processing-to-registry, spam-log-registered-p)
15359         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15360         Use gnus-error instead of gnus-message.
15361         (spam-log-registration-type): Add function to determine the
15362         classification of a message based on registry entries; will
15363         return nil if both 'spam and 'ham are found.
15364         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15365         a reasonably fast local cache without the loading errors.
15366         (spam-cache-lookups): Set to t by default.
15367         (spam-find-spam): Don't try to guess spam-cache-lookups.
15368         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15369         spam-caches entry.
15370         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15371         caching of whitelist/blacklist entries.
15372         (spam-check-whitelist, spam-check-blacklist): Invoke
15373         spam-from-listed-p with a type, not a cache variable.
15374         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15375
15376 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15377
15378         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15379
15380         * nnmail.el (nnmail-split-fancy): do.
15381
15382         * mml.el (mml-parse): do.
15383
15384         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15385         (gnus-score-adaptive): do.
15386
15387 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15390         (gnus-mime-button-map): Don't set keymap parent.
15391         (gnus-button-ctan-directory-regexp): Use shy grouping.
15392         (gnus-prev-page-map): Don't set keymap parent.
15393         (gnus-prev-page-map): Remove duplicated one.
15394         (gnus-next-page-map): Don't set keymap parent.
15395         (gnus-mime-security-button-map): Ditto.
15396
15397         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15398         version number.
15399
15400         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15401
15402 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * canlock.el (canlock-sha1-function): Remove.
15405         (canlock-sha1-function-for-verify): Remove.
15406         (canlock-openssl-program): Remove.
15407         (canlock-openssl-args): Remove.
15408         (canlock-ignore-errors): Remove.
15409         (canlock-sha1-with-openssl): Remove.
15410         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15411         (canlock-verify): Don't use canlock-ignore-errors.
15412
15413         * sha1-el.el (sha1-string-external): Make it can return a string
15414         in binary form.
15415         (sha1-region-external): Ditto.
15416         (sha1-string-internal): Ditto.
15417         (sha1-region-internal): Ditto.
15418         (sha1-region): Ditto.
15419         (sha1-string): Ditto.
15420         (sha1): Ditto.
15421
15422 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * spam.el (spam-report-articles-gmane): New command.
15425
15426 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15429
15430         * run-at-time.el (run-at-time-saved): Remove.
15431         (run-at-time): Doc fix.
15432
15433 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15434
15435         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15436         (gnus-summary-limit-map): Add it.
15437         (gnus-summary-make-menu-bar): do.
15438
15439 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15440
15441         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15442         Make attempt at some caching support (done for BBDB only now).
15443         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15444         addresses to be checked.
15445         (spam-clear-cache-BBDB): Add function, to be invoked by
15446         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15447         (spam-check-BBDB): Check and use the caches, if
15448         spam-cache-lookups is on, remove superfluous (provide).
15449
15450 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15453
15454 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15455
15456         * run-at-time.el (run-at-time-saved): Move to after the definition
15457         of `run-at-time'.
15458
15459         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15460
15461 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15464         mm-w3m-local-map-property.
15465
15466         * mm-view.el (mm-w3m-mode-map): Remove.
15467         (mm-w3m-local-map-property): Remove.
15468         (mm-inline-text-html-render-with-w3m): Don't use
15469         mm-w3m-local-map-property.
15470
15471 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15472
15473         * run-at-time.el: New file.
15474
15475         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15476         under Emacs.
15477
15478         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15479         of gnus-set-text-properties.
15480
15481         * gnus-uu.el (gnus-uu-save-article): Ditto.
15482
15483         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15484
15485         * gnus-cite.el (gnus-cite-parse): Ditto.
15486
15487         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15488         of gnus-.
15489
15490         * gnus-xmas.el (run-at-time): Require run-at-time.
15491
15492         * gnus.el: Changed calls to nnheader-run-at-time and
15493         password-run-at-time throughout to use run-at-time directly.
15494
15495         * password.el: Removed definition of run-at-time.
15496
15497         * nnheaderxm.el: Remove definition of run-at-time.
15498
15499 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15500
15501         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15502         in prompt.
15503
15504 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15505
15506         * messagexmas.el (message-xmas-redefine): Alias
15507         `message-make-caesar-translation-table' to
15508         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15509         version.
15510
15511         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15512         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15513         `gnus-xmas-set-text-properties'.
15514         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15515         `gnus-xmas-completing-read'.
15516         (gnus-xmas-completing-read): Removed.
15517         (gnus-xmas-open-network-stream): Removed.
15518
15519         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15520         XEmacs version.
15521
15522         * dns.el (dns-make-network-process): Use `open-network-stream'
15523         instead of `gnus-xmas-open-network-stream'.
15524
15525         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15526
15527         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15528
15529 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15530
15531         * gnus-art.el (gnus-mime-display-alternative)
15532         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15533         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15534         Don't use gnus-local-map-property.
15535
15536         * gnus-util.el (gnus-local-map-property): Remove.
15537
15538         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15539         gnus-completing-read-maybe-default with completing-read.
15540
15541         * gnus-util.el (gnus-completing-read): do.
15542         (gnus-completing-read-maybe-default): Remove.
15543
15544 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15545
15546         * password.el: Only autoload `run-at-time' if not XEmacs.
15547         Only autoload the itimer functions if XEmacs.
15548
15549 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15552         XEmacsen.
15553
15554         * dgnushack.el: Autoload executable-find for XEmacs.
15555
15556 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15557
15558         * gnus-art.el (gnus-read-string): Remove.
15559         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15560         read-string.
15561
15562 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15563
15564         * netrc.el: Autoload password-read.
15565         (netrc): Add configuration group.
15566         (netrc-encoding-method, netrc-openssl-path): Add
15567         variables for encoding and decoding of files with symmetric
15568         ciphers.
15569         (netrc-encode): Add assistant function to encode a file with
15570         netrc-encoding-method.
15571         (netrc-parse): Add interactive parameter, added optional
15572         decoding if netrc-encoding-method is non-nil but otherwise
15573         behavior is standard.
15574         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15575         Do s/encode/encrypt/ everywhere.
15576
15577         * spam.el: Remove executable-find autoload.
15578
15579 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15580
15581         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15582
15583         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15584
15585 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * gnus-art.el (gnus-treat-ansi-sequences)
15588         (article-treat-ansi-sequences): New variable and function.
15589         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15590
15591         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15592         Use it.
15593
15594 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15595
15596         * mm-util.el (mm-quote-arg): Remove.
15597
15598         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15599         shell-quote-argument.
15600
15601         * gnus-uu.el (gnus-uu-command): do.
15602
15603         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15604
15605         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15606         with make-char.
15607
15608         * mm-util.el (mm-make-char): Remove.
15609
15610         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15611         add-minor-mode.
15612
15613         * gnus-undo.el (gnus-undo-mode): do.
15614
15615         * gnus-topic.el (gnus-topic-mode): do.
15616
15617         * gnus-sum.el (gnus-dead-summary-mode): do.
15618
15619         * gnus-start.el (gnus-slave-mode): do.
15620
15621         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15622
15623         * gnus-ml.el (gnus-mailing-list-mode): do.
15624
15625         * gnus-gl.el (gnus-grouplens-mode): do.
15626
15627         * gnus-draft.el (gnus-draft-mode): do.
15628
15629         * gnus-dired.el (gnus-dired-mode): do.
15630
15631         * gnus-ems.el (gnus-add-minor-mode): Remove.
15632
15633         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15634         Replace gnus-char-width with char-width.
15635
15636         * gnus-ems.el (gnus-char-width): Remove.
15637
15638         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15639         Replace gnus-char-width with char-width.
15640
15641         * gnus-ems.el (gnus-char-width): Remove.
15642
15643         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15644         definition.
15645         Remove Emacs 20 hash table compatibility code.
15646
15647         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15648         20 compatibility code.
15649
15650         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15651
15652         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15653
15654         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15655         with point-at-{eol,bol}.
15656
15657         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15658
15659         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15660
15661         * flow-fill.el (fill-flowed-point-at-bol)
15662         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15663
15664         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15665         Replace with point-at-{eol,bol} throughout all files.
15666
15667 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * ntlm.el (ntlm-string-as-unibyte): New macro.
15670         (ntlm-build-auth-response): Use it.
15671
15672         Remove Emacs 20 stuff:
15673         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15674         (butlast, mapc, remove): Remove the compiler macros.
15675         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15676         of delq and copy-sequence.
15677         * gnus-art.el (popup-menu): Remove the compiler macro.
15678         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15679         Emacs 20.
15680
15681 2004-01-05  Simon Josefsson  <jas@extundo.com>
15682
15683         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15684         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15685         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15686         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15687         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15688         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15689         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15690         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15691         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15692         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15693         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15694         string-xor into ntlm-string-xor.  Suggested by
15695         Jesper Harder <harder@myrealbox.com>.
15696
15697         * ntlm.el: Don't include poem.
15698
15699         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15700         Jesper Harder <harder@myrealbox.com>.
15701
15702         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15703
15704         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15705         probably breaks emacs with DL patch, but do we care? Is anyone
15706         still using the DL stuff?)
15707
15708         * sieve-manage.el: Use the password package.
15709         (sieve-manage-read-passwd): Remove.
15710         (sieve-manage-interactive-login): Use password.  Re-add
15711         condition-case around loop.
15712
15713         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15714         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15715         the password package.
15716
15717 2003-02-19  Simon Josefsson  <jas@extundo.com>
15718
15719         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15720         token.
15721
15722 2002-08-07  Simon Josefsson  <jas@extundo.com>
15723
15724         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15725         (sieve-manage-authenticators):
15726         (sieve-manage-authenticator-alist): Add some SASL mechs.
15727         (sieve-sasl-auth): New function.
15728         (sieve-manage-cram-md5-auth):
15729         (sieve-manage-plain-auth): Rewrite using SASL library.
15730         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15731         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15732         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15733         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15734
15735 2004-01-05  Simon Josefsson  <jas@extundo.com>
15736
15737         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15738         New files.
15739
15740 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15741
15742         * gnus-group.el (gnus-no-groups-message): Update.
15743
15744         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15745
15746 2003-11-09  Simon Josefsson  <jas@extundo.com>
15747
15748         * imap.el: Support for ID IMAP extension (RFC 2971).
15749         (imap-local-variables): Add imap-id.
15750         (imap-id): New variable.
15751         (imap-id): New function.
15752         (imap-parse-response): Parse untagged ID response.
15753         * nnimap.el (nnimap-id): New variable.
15754         (nnimap-open-connection): Use it.
15755
15756 2003-12-28  Simon Josefsson  <jas@extundo.com>
15757
15758         * gnus-score.el (gnus-score-edit-all-score): New.
15759         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15760
15761 2004-01-04  Simon Josefsson  <jas@extundo.com>
15762
15763         * password.el: Add.
15764
15765 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15766
15767         * dns.el (dns-query-types): Fix typo.
15768         (dns-query-types): New function.
15769         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15770         PTR and SOA replies, see RFC 1035.
15771
15772 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15775
15776         * Moved to Changelog.2.
15777
15778 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15779
15780         * gnus.el (gnus-version-number): Bump version.
15781
15782 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15783
15784         * gnus.el: No Gnus v0.1 is released.
15785
15786 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15787
15788         * gnus.el: No Gnus v0.0 is released.
15789
15790 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * gnus.el (gnus-version-number): Bump.
15793         (gnus-version): No.
15794
15795 See ChangeLog.2 for earlier changes.
15796
15797     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15798       Free Software Foundation, Inc.
15799
15800   This file is part of GNU Emacs.
15801
15802   GNU Emacs is free software: you can redistribute it and/or modify
15803   it under the terms of the GNU General Public License as published by
15804   the Free Software Foundation, either version 3 of the License, or
15805   (at your option) any later version.
15806
15807   GNU Emacs is distributed in the hope that it will be useful,
15808   but WITHOUT ANY WARRANTY; without even the implied warranty of
15809   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15810   GNU General Public License for more details.
15811
15812   You should have received a copy of the GNU General Public License
15813   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15814
15815 ;; Local Variables:
15816 ;; coding: utf-8
15817 ;; fill-column: 79
15818 ;; add-log-time-zone-rule: t
15819 ;; End: