gnus-html.el: prefix log messages with function name
[gnus] / lisp / ChangeLog
1 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-html.el (gnus-html-wash-tags)
4         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5         Better logging.
6
7 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * gnus-html.el (gnus-html-wash-tags): Check the value of
10         gnus-blocked-images in the summary buffer.
11
12 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
15
16 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
19         like "a", it seems like.
20         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
21         since it needs to be picked from the correct buffer.
22
23         * nnwfm.el: Removed.
24
25         * nnlistserv.el: Removed.
26
27 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
28
29         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
30         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
31
32 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nnkiboze.el: Removed.
35
36         * nndb.el: Removed.
37
38         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
39         alt text.
40         (gnus-html-rescale-image): Try to get the rescaling logic right for
41         images that are just wide and not tall.
42
43         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
44         overshadow variable bindings.
45
46 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-html.el (gnus-html-wash-tags)
49         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
50         extra logging.
51
52 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
55         (gnus-max-image-proportion): New variable.
56         (gnus-html-rescale-image): New function.
57         (gnus-html-put-image): Rescale images.
58
59 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-html.el (gnus-article-html): Decode contents by charset.
62
63 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
66         (gnus-html-frame-width, gnus-blocked-images)
67         * message.el (message-prune-recipient-rules): Add custom version.
68         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
69
70         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
71         functions.
72
73         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
74         gnus-process-get.
75
76 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
77
78         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
79         instead of lsub directly.
80
81 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * nnwarchive.el: Removed.
84
85         * gnus-soup.el: Removed.
86
87         * nnsoup.el: Removed.
88
89         * nnultimate.el: Removed.
90
91         * gnus-html.el (gnus-blocked-images): New variable.
92
93         * message.el (message-prune-recipients): New function.
94         (message-prune-recipient-rules): New variable.
95
96         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
97         guess whether a long line is natural text or not.
98
99         * gnus-html.el (gnus-html-schedule-image-fetching): Use
100         gnus-process-plist and friends for compatibility.
101
102 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
103
104         * gnus-html.el: Require packages that define macros used in this file.
105         (gnus-article-mouse-face): Declare to silence byte-compiler.
106         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
107         process-get.
108         (gnus-html-put-image): Use plist-get to avoid getf.
109         (gnus-html-prefetch-images): Use with-current-buffer.
110
111 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-ems.el: Provide compatibility functions for
114         gnus-set-process-plist.
115
116         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
117         header-line-format for XEmacs 21.4.
118
119         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
120         * gnus.el (gnus-valid-select-methods)
121         * message.el (message-send-mail-partially-limit)
122         * mm-decode.el (mm-text-html-renderer)
123         * mml.el (mml-insert-mime-headers-always)
124         * smiley.el (smiley-regexp-alist): Bump custom version.
125
126 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-html.el: require mm-url.
129         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
130         with the url to `url'.
131         (gnus-html-wash-tags): Support cid: URLs/images.
132
133 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
136         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
137         bindings, as they aren't useful at all. `w' is moved to `W w'.
138
139         * gnus-move.el: Removed file, since it doesn't really work.
140
141         * gnus-html.el (gnus-article-html): Tell w3m that the input is
142         UTF-8. This seems to fix problems with some German web feeds.
143
144         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
145         at the top so that the proper colours are applied.
146
147         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
148         don't have dots in their names.
149
150         * gnus-art.el (gnus-article-view-part): Doc fix.
151
152         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
153         XEmacs-compatible.
154         (gnus-html-put-image): Don't do images on non-graphic displays.
155
156         * nnslashdot.el: Removed this unused backend.
157
158         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
159         actions.
160         (gnus-undo-register-1): Revert last change.
161
162         * gnus-group.el (gnus-group-completing-read): Protect against not
163         having completion-styles bound.
164
165         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
166         make broken recipients happier.
167
168         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
169
170         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
171         point parameter.
172
173         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
174
175         * gnus-group.el (gnus-group-completing-read): Add 'substring to
176         completion-styles for group selection.
177
178 2009-02-04  Andreas Schwab  <schwab@suse.de>
179
180         * gnus-score.el (gnus-score-string): Fix regex for matching extra
181         headers and regexp-quote the match if necessary.
182
183 2009-03-24  Miles Bader  <miles@gnu.org>
184
185         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
186         the blinking smiley.
187
188 2009-03-24  Simon Josefsson  <simon@josefsson.org>
189
190         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
191         blink smiley.
192
193 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
196         where the dribbel file lives exists.
197
198         * message.el (message-send-mail-partially-limit): Change the default to
199         nil, since most people don't want this.
200
201         * mm-url.el (mm-url-decode-entities): Also decode entities like
202         &#x3212.
203
204 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
205
206         * gnus-sum.el (gnus-summary-idna-message):
207         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
208         Hyperlink urls in docstrings with URL `...'.
209
210 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
211
212         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
213         functions.
214
215 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
218         say what the mouseover text should be.
219
220         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
221         version of the mm-w3m-safe-url-regexp variable to only download images
222         in the groups where we want that to happen.
223
224         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
225
226         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
227         easier debugging.
228         (gnus-article-beginning-of-window): Add kludge to allow spacing past
229         big pictures in the article buffer.
230
231         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
232         gnus-article-html.
233         (mm-text-html-renderer): gnus-article-html needs curl in addition to
234         w3m.
235
236         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
237
238 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
241         which doesn't exist.
242
243         * message.el (message-inhibit-ecomplete): New variable to allow some
244         function to inhibit ecomplete address storage.
245         (message-resend): Disable ecomplete message storage when resending
246         messages.
247
248         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
249
250 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
253         Save excursion while copying, moving, and deleting articles in order to
254         prevent the cursor from jumping to unforeseen place.
255
256 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * lpath.el: No need to bind bookmark-current-buffer,
259         bookmark-yank-point and bookmark-make-record-function.
260
261 2010-08-17  Glenn Morris  <rgm@gnu.org>
262
263         * gnus-sync.el: Require gnus components whose functions are used.
264
265         * gnus-art.el (bookmark-make-record-function):
266         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
267         Declare for compiler.
268
269         * mm-url.el (mml-compute-boundary): Autoload.
270
271 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
274
275 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
276
277         Typo fix "hoo4a" -> "hook".
278
279         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
280
281 2010-08-14  Glenn Morris  <rgm@gnu.org>
282
283         * gnus-sync.el (gnus-sync): Fix defgroup version.
284
285 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         Doc fixes and keep unknown groups (ammended for nunion bug fix).
288
289         * gnus-sync.el: Fix docs.
290         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
291         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
292
293 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         Optimizations for gnus-sync.el.
296
297         * gnus-sync.el: Add docs about gnus-sync-backend
298         possibilities.
299         (gnus-sync-save): Remove unnecessary message.
300         (gnus-sync-read): Optimize and show what groups were skipped.
301
302 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
303
304         Minor bug fixes for gnus-sync.el.
305
306         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
307         read the sync on get-new-news.
308
309         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
310         quiet.
311
312         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
313
314 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
315
316         Make saving and restoring of hidden threads work with overlays.
317         Patch applied by Ted Zlatanov.
318
319         * gnus-sum.el (gnus-hidden-threads-configuration)
320         (gnus-restore-hidden-threads-configuration): Update to deal with text
321         properties, rather than searching for a magic character.
322
323 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
324
325         New gnus-sync.el library for synchronization of marks.
326
327         * gnus-sync.el: New library for synchronization of marks.
328
329         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
330         renamed from `gnus-registry-grep-in-list'.
331
332         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
333
334         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
335
336 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
339         determining charset of text fails.
340
341 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * nnmail.el (nnmail-get-new-mail-1): Revert.
344
345         * nnml.el (nnml-active-number): Make sure names of newly created groups
346         in nnml-group-alist are encoded.
347
348 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
351         containing non-ASCII characters in active file for nnml back end.
352
353 2010-07-24  David Engster  <dengste@eml.cc>
354
355         * mml-smime.el (mml-smime-epg-verify): Also accept the older
356         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
357
358 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
359
360         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
361         tag (Bug#6654).
362
363 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
366         the article buffer, not the summary buffer.
367
368 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
371         Emacs 23 as well.
372
373 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
376         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
377
378 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
379
380         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
381         Patch applied by Karl Fogel.
382
383         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
384         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
385
386 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
387
388         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
389         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
390         C-w still not working correctly from Article buffers; Thierry's
391         patch to fix that will be applied after this.
392
393         * gnus-art.el (bookmark-make-record-function): New local variable.
394
395         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
396         article buffer.
397         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
398
399 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
400
401         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
402         on changes in bookmark.el.
403
404 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
407         `no-log' instead of message not to log prompt string.
408
409 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
410
411         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
412         the *other* type of HTML form submission.
413
414 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
415
416         * auth-source.el (auth-source-pick): If choice does not contain a
417         questioned keyword, set the check to t.
418
419 2010-06-12  Romain Francoise  <romain@orebokech.com>
420
421         * gnus-util.el (gnus-date-get-time): Move up before first use.
422
423 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
426         (gnus-article-edit-part): Bind it to make last part that is substituted
427         or deleted visible.
428         (gnus-mime-display-single): Buttonize part of which id equals to
429         gnus-mime-buttonized-part-id.
430
431 2010-06-10  Dan Christensen  <jdc@uwo.ca>
432
433         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
434         (gnus-dd-mmm): Use gnus-date-get-time.
435         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
436         simplify logic.
437         (gnus-summary-limit-to-age): Use gnus-date-get-time.
438         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
439
440 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
441
442         * auth-source.el (top): Autoload `secrets-list-collections',
443         `secrets-create-item', `secrets-delete-item'.
444         (auth-sources): Fix tag string.
445         (auth-get-source, auth-source-retrieve, auth-source-create)
446         (auth-source-delete): New defuns.
447         (auth-source-pick): Rewrite in order to avoid 2 passes.
448         (auth-source-forget-user-or-password): New parameter USERNAME.
449         (auth-source-user-or-password): New parameters CREATE-MISSING and
450         DELETE-EXISTING.  Retrieve password interactively, if needed.
451
452 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
453
454         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
455         deleting unused directories when gnus-expert-user is t.
456
457 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
460         for each temp file when gnus-article-browse-delete-temp is ask.
461
462 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
463
464         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
465         Lisp calls to delete-backward-char by calls to delete-char.
466
467 2010-05-20  Kevin Ryde  <user42@zip.com.au>
468
469         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
470
471 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
472
473         * password-cache.el (password-cache-remove): Fix docstring.
474
475 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
478         article unless decoding article to be saved.
479
480 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
483         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
484         generated within the mm-with-unibyte-current-buffer macro.
485
486 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
489         to nil when we're in a mml-preview buffer and no group is selected.
490
491 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
492
493         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
494         when catching the `C-g'.  Reported by "Leo".
495
496 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * message.el (message-forward-make-body-plain)
499         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
500         multibyte-string-p.
501
502         * lpath.el: Revert.
503
504 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * message.el (message-forward-make-body-mml): Assume original message
507         is multibyte string; error on unibyte.
508         (message-forward-make-body-plain): Ditto; don't add excessive newline
509         in body end.
510
511         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
512
513 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
514
515         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
516         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
517
518 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * mm-extern.el (mm-extern-url): Don't use
521         mm-with-unibyte-current-buffer.
522         (mm-extern-cache-contents): Use with-current-buffer instead of
523         save-excursion + set-buffer.
524
525 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * mm-util.el (mm-emacs-mule): Remove.
528
529 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
530
531         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
532         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
533         change.
534
535 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
538         bind the default value of enable-multibyte-characters to nil.
539
540 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * message.el (message-forward-make-body-plain)
543         (message-forward-make-body-mml):
544         Don't use mm-with-unibyte-current-buffer.
545
546 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
547
548         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
549
550 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
551
552         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
553         (Bug#5592).
554
555 2010-05-07  Julien Danjou  <julien@danjou.info>
556
557         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
558         it to mm-pipe-part.
559
560         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
561         it is given.
562
563 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * binhex.el (binhex-decode-region-internal)
566         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
567         (dns-query)
568         * nnweb.el (nnweb-gmane-search)
569         * pgg-parse.el (pgg-parse-armor)
570         * pgg.el (pgg-verify-region)
571         * sha1.el (sha1-string-external)
572         * uudecode.el (uudecode-decode-region-internal)
573         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
574         XEmacs.
575
576         * gnus-art.el (gnus-article-browse-html-parts)
577         * gnus-group.el (gnus-read-ephemeral-gmane-group)
578         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
579         make-temp-file.
580
581         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
582         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
583         compiling.
584
585         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
586         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
587         XEmacs when compiling.
588
589         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
590         gnus-pick-mode-off-hook for XEmacs when compiling.
591         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
592         gnus-binary-mode-off-hook for XEmacs when compiling.
593
594         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
595         nil if char-charset is not available.
596
597         * imap.el (imap-disable-multibyte)
598         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
599         macros.
600
601         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
602         instead of encode-coding-string.
603
604         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
605         'xemacs) instead of mm-emacs-mule to switch function definitions.
606         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
607
608         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
609         bind temporary-file-directory for XEmacs;
610         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
611         timer-set-function for XEmacs 21.4 and SXEmacs;
612         bind timer-list for XEmacs 21.4 and SXEmacs;
613         fbind char-charset and find-charset-region for non-Mule XEmacs;
614         fbind decode-coding-region, decode-coding-string, detect-coding-region,
615         encode-coding-region and encode-coding-string for XEmacs having no
616         file-coding feature.
617
618 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
619
620         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
621
622 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
625         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
626
627 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
628
629         * mm-util.el (mm-decompress-buffer): Use `delete-file';
630         alias `jka-compr-delete-temp-file' no longer exists.
631
632 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
633
634         Use define-minor-mode in Gnus where applicable.
635         * mml.el (mml-mode): Use define-minor-mode.
636         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
637         (gnus-undo-mode): Use define-minor-mode.
638         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
639         (gnus-dead-summary-mode): Use define-minor-mode.
640         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
641         Initialize in declaration.
642         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
643         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
644         (gnus-mailing-list-mode): Use define-minor-mode.
645         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
646         (gnus-draft-mode): Use define-minor-mode.
647         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
648         (gnus-dired-mode): Use define-minor-mode.
649
650 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
651
652         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
653         handles on recursive mml-to-mime translation and check them for
654         boundary delimiter collisions.  Reported by Greg Troxel.
655
656 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
659
660 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
661
662         * mm-util.el (mm-find-buffer-file-coding-system):
663         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
664
665 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
666
667         * message.el (message-generate-headers): Record insertion of optional
668         headers as well.  Otherwise the check to prevent repeated insertion of
669         optional headers is a no-op.
670
671 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
672
673         * smime.el: Don't mention CVS.
674
675         * nnrss.el (nnrss-fetch): Don't mention CVS.
676
677         * nnir.el: Don't mention CVS.
678
679 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
680
681         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
682
683 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * lpath.el: Fbind bookmark-default-handler,
686         bookmark-get-bookmark-record, bookmark-make-record-default,
687         bookmark-prop-get for Emacs <23 and XEmacs.
688
689 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * gnus-sum.el: Add bookmark declarations to silence the compiler.
692         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
693         Use with-current-buffer to silence the byte-compiler.
694         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
695         bother to require `gnus'.
696         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
697
698 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
699
700         * gnus-sum.el (gnus-summary-bookmark-make-record)
701         (gnus-summary-bookmark-jump): New functions.
702         (gnus-summary-mode): Setup bookmark support.
703
704 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
705
706         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
707         if set.
708
709 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
712         gnus-article-browse-html-save-cid-image; make it work recursively for
713         forwarded messages as well.
714         (gnus-article-browse-html-parts): Work when prefix arg is given.
715         (gnus-article-browse-html-article): Doc fix.
716
717 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
718
719         * message.el (message-default-mail-headers):
720         (message-default-headers): Carry the value mail-default-headers over
721         into message-default-mail-headers, rather than message-default-headers.
722
723 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
724
725         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
726         charset.
727
728         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
729         charset into the <meta> tag when the article is encoded to utf-8.
730
731 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
734         directories as well.
735         (gnus-article-browse-html-parts): Work for images that do not specify
736         file names; delete temp directory when quitting; insert header at the
737         right place; use file: scheme for image files.
738
739 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
740
741         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
742         (gnus-article-browse-html-parts): Use it to make temporary cid image
743         files in addition to html file so that browser may display them.
744
745 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
748
749 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
752
753 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
754
755         * auth-source.el (auth-sources): Change default to be simpler.  Explain
756         about Secret Service API sources.  Improve Customize options.
757         (auth-source-pick): Change to accept any number of search parameters.
758         Implement fallbacks iteratively, not recursively.  Add scoring on the
759         second pass and sort by score.  Call Secret Service API when needed.
760         (auth-source-user-or-password): Use it.  Call Secret Service API
761         directly when needed to get the user name and the password.
762
763 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
764
765         * message.el (message-interactive): Doc fix.
766         (message-qmail-inject-args): Reflow.
767         (message-kill-to-signature): Fix typo in docstring.
768
769         * smiley.el (smiley-buffer): Fix typo in docstring.
770
771 2010-03-24  Glenn Morris  <rgm@gnu.org>
772
773         * mail-source.el (gnus-message): Declare.
774         (mail-source-delete-old-incoming): Require gnus-util.
775
776 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
779
780         * message.el (ecomplete-setup): Autoload it for Emacs <23.
781
782         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
783         password-cache's default if it is not bound.
784         (mml-secure-passphrase-cache-expiry): Default to 16 that is
785         password-cache-expiry's default if it is not bound.
786
787         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
788         available in Emacs 21.
789
790         * lpath.el: Suppress compiler warnings for:
791         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
792         XEmacs;
793         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
794         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
795         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
796
797 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
798
799         * auth-source.el (auth-sources): Fix up definition so extra parameters
800         are always inline.
801
802 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
803
804         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
805         wasn't updated after mismatch.  Clear cached mailbox info correctly
806         when uidvalidity changes.
807         (nnimap-group-prefixed-name): New function to avoid some code
808         duplication.
809         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
810         (nnimap-request-group): Use it.
811         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
812         (nnimap-update-unseen): Significantly improved speed of Gnus startup
813         with many imap folders.  This is done by caching the group status from
814         the imap server persistently in a group parameter `imap-status'.  (This
815         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
816         but not persistently, so every Gnus startup was still very slow.)
817
818 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
819
820         * assistant.el (assistant-render-text): Run `widget-setup' and don't
821         delete the extra newline.  Otherwise editing of :string and :number
822         types don't work.
823
824 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
825
826         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
827         secrets.el dependency.
828         (auth-sources): Add optional user name.  Add secrets.el configuration
829         choice (unused right now).
830
831 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
832
833         * gnus-sum.el (gnus-summary-make-menu-bar): Let
834         `gnus-registry-install-shortcuts' fill in the functions.
835
836         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
837         warnings.
838         (gnus-registry-misc-menus): Variable to hold registry mark menus.
839         (gnus-registry-install-shortcuts): Populate and use it in a
840         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
841
842 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
843
844         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
845         In-place substitutions for the group name encoding/decoding.
846         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
847         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
848         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
849         (nnimap-update-unseen, nnimap-request-list)
850         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
851         (nnimap-request-set-mark, nnimap-split-to-groups)
852         (nnimap-split-articles, nnimap-request-newgroups)
853         (nnimap-request-create-group, nnimap-request-accept-article)
854         (nnimap-request-delete-group, nnimap-request-rename-group)
855         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
856         `encoded-mbx' for consistency.
857         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
858         variable `imap-current-mailbox'.
859
860         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
861         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
862
863 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
864
865         * pop3.el (pop3-display-message-size-flag): Display message size byte
866         counts during POP3 download.
867         (pop3-movemail): Use it.
868         (pop3-list): Implement listing of available messages.
869
870 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
871
872         * nnir.el (nnir-get-article-nov-override-function): New function to
873         override the normal NOV retrieval.
874         (nnir-retrieve-headers): Use it.
875
876 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
877
878         * auth-source.el (netrc-machine-user-or-password): Autoload.
879
880 2010-03-19  Glenn Morris  <rgm@gnu.org>
881
882         Stop message.el from loading about 40 libraries it doesn't always need.
883         The general approach is to autoload rather than require, and to
884         require in the specific functions rather than the file.  (Bug#5642)
885
886         * gmm-utils.el: Don't require wid-edit.
887         (widget-create-child-value, widget-convert, widget-default-get):
888         Autoload.
889
890         * gnus-util.el: Don't require time-date, netrc.
891         (message-fetch-field, gnus-group-name-decode): Declare rather than
892         autoloading.
893         (gnus-fetch-field): Require message.
894         (gnus-decode-newsgroups): Require gnus-group.
895
896         * ietf-drums.el: Don't require time-date.
897
898         * message.el: Don't require hashcash, canlock, ecomplete.
899         Do require mail-utils.  Require nnheader only when compiling.
900         (smtpmail-default-smtp-server): Remove declaration.
901         (message-send-mail-function): Check smtpmail-default-smtp-server
902         is bound rather than requiring smtpmail.
903         (message-auto-save-directory, message-insert-signature): Use
904         expand-file-name rather than nnheader-concat.
905         (nnheader-insert-file-contents): Autoload.
906         (hashcash-wait-async): Declare.
907         (message-send-mail): Only call gnus-setup-posting-charset if
908         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
909         (message-send-mail-with-sendmail): Require sendmail.
910         (canlock-password, canlock-password-for-verify): Declare.
911         (message-canlock-password): Require canlock.
912         (nnheader-get-report): Autoload.
913         (gnus-setup-posting-charset): Declare.
914         (message-send-news): Require gnus-msg.
915         (message-make-references, message-make-in-reply-to): Use mail-header-id
916         rather than the alias mail-header-message-id.
917         (ecomplete-add-item, ecomplete-save): Declare.
918         (message-put-addresses-in-ecomplete): Require ecomplete.
919         (ecomplete-display-matches): Autoload.
920
921         * mm-decode.el: Don't require mailcap, gnus-util.
922         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
923         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
924         Autoload.
925         (mailcap-mime-extensions): Declare.
926
927         * mm-encode.el: Don't require mailcap.
928         (mailcap-extension-to-mime): Autoload.
929
930         * mml-sec.el: Don't require password-cache.
931
932         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
933         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
934         (mml-minibuffer-read-type): Require mailcap.
935         (mml-preview): Require gnus-msg.
936
937         * mml1991.el: Require password-cache.
938         (password-cache-expiry): Remove declaration.
939
940         * mml2015.el: Require password-cache.
941         (password-cache-expiry): Remove declaration.
942
943         * nneething.el (mailcap): Require mailcap.
944
945         * nnheader.el (declare-function): Add compatibility stub.
946         (message-remove-header): Declare rather than autoload.
947         (nnheader-replace-header): Require message.
948
949         * nnimap.el (declare-function): Add compatibility stub.
950         (netrc-parse, netrc-machine-user-or-password): Declare.
951         (nnimap-open-connection): Require netrc.
952
953         * nntp.el (declare-function): Add compatibility stub.
954         (netrc-parse, netrc-machine, netrc-get): Declare.
955         (nntp-send-authinfo): Require netrc.
956
957         * rfc2047.el: Don't require qp.
958         (quoted-printable-encode-region, quoted-printable-decode-string):
959         Autoload.
960
961         * sieve-mode.el: Don't require easymenu.
962         (easy-menu-add-item): Autoload it.
963
964         * spam-stat.el (time-to-number-of-days): Autoload it.
965
966 2010-03-19  Glenn Morris  <rgm@gnu.org>
967
968         * password-cache.el (password-cache, password-cache-expiry): Autoload.
969
970 2010-03-18  Glenn Morris  <rgm@gnu.org>
971
972         * hashcash.el (declare-function): Remove duplicate definition.
973
974 2010-03-17  Kevin Ryde  <user42@zip.com.au>
975
976         * mml.el (mml-read-tag): Unquote values with `read' to reverse
977         prin1 in mml-insert-tag (just stripping the quotes gave wrong
978         value if any backslash escapes).
979
980 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
983         if it is available.  (bug#5647)
984
985         * lpath.el: Suppress compiler warning for coding-system-from-name for
986         Emacs 21 and XEmacs.
987
988 2010-03-14  Juri Linkov  <juri@jurta.org>
989
990         * hmac-def.el:
991         * hmac-md5.el:
992         * netrc.el: Fix keywords.
993
994 2010-02-26  Glenn Morris  <rgm@gnu.org>
995
996         * message.el (message-send-mail-function): Change the default, so that
997         it inherits from a customized send-mail-function.  (Bug#5643)
998
999 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1000
1001         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1002         shell-command-to-string signals an error (bug#5299).
1003
1004 2010-02-24  Glenn Morris  <rgm@gnu.org>
1005
1006         * message.el (message-smtpmail-send-it)
1007         (message-send-mail-with-mailclient): Doc fixes.
1008
1009 2010-02-16  Glenn Morris  <rgm@gnu.org>
1010
1011         * message.el (message-default-mail-headers): Change the default value
1012         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1013
1014 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1017         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1018
1019 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1020
1021         * time-date.el (date-to-time): Doc fix (Bug#5408).
1022
1023 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1024
1025         * message.el (message-mail): Just pass yank-action on to message-setup.
1026         (message-setup): Handle (FUN . ARGS) form of yank-action.
1027         (message-with-reply-buffer, message-widen-reply)
1028         (message-yank-original): Handle non-buffer values of
1029         message-reply-buffer (Bug#4080).
1030         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1031
1032 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1033
1034         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1035         Fix typo in docstring.
1036
1037 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1038
1039         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1040         response.
1041
1042 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1045
1046         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1047
1048         * message.el (message-check-news-header-syntax): Protect against a
1049         string that `rfc822-addresses' returns when parsing fails.
1050
1051 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1054         (gnus-previous-char-property-change): New functions.
1055
1056         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1057
1058 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1059
1060         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1061         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1062
1063 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1064
1065         * message.el (message-exchange-point-and-mark): Rework last change to
1066         avoid using optional arg of exchange-point-and-mark, for backward
1067         compatibility.
1068
1069 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1070
1071         * message.el (message-exchange-point-and-mark): Call
1072         exchange-point-and-mark with an argument rather than setting
1073         mark-active by hand (Bug#5175).
1074
1075 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * nntp.el (nntp-service-to-port): Work for service expressed with
1078         numeric string; replace [:digit:] with [0-9] for XEmacs.
1079
1080 2009-12-17  Glenn Morris  <rgm@gnu.org>
1081
1082         * gnus-group.el (gnus-bug-group-download-format-alist):
1083         Change emacs entry to debbugs.gnu.org.  Bump :version.
1084
1085 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1086
1087         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1088
1089 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1090
1091         * message.el (message-info): Explain why we use `Info-goto-node'.
1092
1093 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1096
1097 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1098
1099         * message.el (message-completion-in-region): New compatibility function.
1100         (message-expand-group): Use it.
1101
1102 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1105         with no unread article should be listed if the 2nd arg `predicate' is
1106         given.
1107
1108 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1111
1112 2009-11-29  Juri Linkov  <juri@jurta.org>
1113
1114         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1115         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1116         on `gnus-recenter'. (Bug#4698, Bug#4981)
1117
1118 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1119
1120         * sha1.el (sha1-string-external): default-directory "/" in case
1121         otherwise non-existent.  process-connection-type pipe for touch of
1122         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1123
1124 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1125
1126         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1127         it's comms related and sgml-mode.el has "comm" on that basis too.
1128
1129 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1132         containing tspecial characters if they have been already quoted.
1133
1134 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1135
1136         * dns-mode.el (auto-mode-alist): Purecopy string.
1137
1138 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1139
1140         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1141
1142 2009-10-24  Glenn Morris  <rgm@gnu.org>
1143
1144         * gnus-art.el (help-xref-stack-item): Define for compiler.
1145
1146 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1147
1148         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1149
1150 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1153
1154 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1157         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1158
1159 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1162         (gnus-overlays-in): New alias to overlays-in.
1163
1164         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1165         gnus-overlay-get, and gnus-delete-overlay.
1166         (gnus-summary-show-thread): Make it work as well for systems in which
1167         next-single-char-property-change is not available.
1168         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1169
1170         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1171         (gnus-overlay-get): New alias to extent-property.
1172         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1173
1174         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1175         SXEmacs.
1176
1177         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1178         SXEmacs.
1179
1180 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1181
1182         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1183
1184 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1185
1186         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1187         and XEmacs that don't have `remove-overlays'.
1188
1189 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1190
1191         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1192         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1193         selective display.  Use overlays instead.
1194
1195 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1196
1197         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1198
1199 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1200
1201         * spam-stat.el (spam-stat-load): Fix typo in message.
1202
1203 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1204
1205         * dig.el (dig-invoke): Fix typo in docstring.
1206         (query-dig): Reflow docstring.
1207
1208 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1209
1210         * gnus-art.el (gnus-article-encrypt-body):
1211         * message.el (message-check-recipients):
1212         * mm-util.el (mm-codepage-setup):
1213         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1214         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1215
1216 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1217
1218         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1219         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1220         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1221         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1222         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1223
1224 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1225
1226         * dig.el: Add "Keywords: comm", as per net-utils.el.
1227
1228 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1229
1230         * dig.el (dig-mode): Use define-derived-mode.
1231
1232 2009-09-19  Glenn Morris  <rgm@gnu.org>
1233
1234         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1235
1236 2009-09-18  Glenn Morris  <rgm@gnu.org>
1237
1238         * gnus-diary.el (gnus-diary-check-message):
1239         * message.el (message-insert-formatted-citation-line):
1240         * nnbabyl.el (top-level):
1241         * nndiary.el (nndiary-schedule):
1242         Fix typos in condition-case handlers.
1243
1244 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1247         configuration that provides the sole article window in a frame;
1248         position point correctly after deleting a part.
1249
1250 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1251
1252         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1253         (spam-resolve-registrations-routine): Use it to unregister articles
1254         that change status.
1255
1256 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1259         with XEmacs.
1260         (parse-time-string-chars): Use it.
1261
1262 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * imap.el (imap-interactive-login): Better messages.
1265         (imap-open): Fix bug with renamed buffer on reconnect.
1266         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1267         for easier debugging and cleaner code.  On successful (guessed based on
1268         server capabilities) secondary authentication, set imap-state
1269         correctly.
1270         (imap-last-authenticator): Define imap-last-authenticator as a variable
1271         to avoid warnings.
1272
1273 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * nnrss.el (nnrss-request-article): Remove binding of
1276         default-enable-multibyte-characters that has gotten needless by
1277         the 2007-07-13 change in rfc2047-encode-message-header.
1278
1279         * mml.el (mml-insert-multipart): Error on the message header.
1280         (mml-insert-part): Error on the message header; position point at
1281         the end of a MIME tag.
1282
1283 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * time-date.el (autoload): Expand define-obsolete-function-alias into
1286         defalias and make-obsolete for old Emacsen that Gnus supports.
1287         (with-no-warnings): Define it for old Emacsen.
1288         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1289         is available.
1290         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1291         float-time is available; suppress compile warning for time-to-seconds.
1292
1293         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1294         (gnus-float-time): Alias to float-time if it exists.
1295
1296         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1297         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1298         float-time is available; suppress compile warning for time-to-seconds.
1299
1300         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1301         XEmacs.
1302
1303 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * imap.el (imap-message-map): Docstring fix.
1306
1307 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1310         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1311         Add the optional argument `encoding' that overrides the default.
1312
1313         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1314         mm-encode-buffer.
1315
1316 2009-09-04  Glenn Morris  <rgm@gnu.org>
1317
1318         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1319         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1320         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1321         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1322         * mm-util.el (mm-with-unibyte-current-buffer)
1323         (mm-find-buffer-file-coding-system):
1324         * yenc.el (yenc-decode-region): Use default-value rather than
1325         default-enable-multibyte-characters.
1326
1327 2009-09-03  Glenn Morris  <rgm@gnu.org>
1328
1329         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1330         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1331         than default-enable-multibyte-characters.
1332
1333 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1334
1335         * gnus-art.el (gnus-article-read-summary-keys):
1336         Fix gnus-buffer-configuration's value temporarily used.
1337
1338 2009-09-02  Glenn Morris  <rgm@gnu.org>
1339
1340         * gnus-util.el (gnus-float-time): New function.
1341         * gnus-delay.el (gnus-delay-article):
1342         * gnus-sum.el (gnus-thread-latest-date):
1343         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1344         * nnspool.el (nnspool-request-newgroups):
1345         Use gnus-float-time rather than time-to-seconds.
1346         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1347
1348         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1349         (gnus-header-subject-face, gnus-header-newsgroups-face)
1350         (gnus-header-name-face, gnus-header-content-face):
1351         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1352         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1353         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1354         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1355         (gnus-cite-face-11):
1356         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1357         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1358         (gnus-server-closed-face, gnus-server-denied-face)
1359         (gnus-server-offline-face):
1360         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1361         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1362         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1363         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1364         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1365         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1366         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1367         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1368         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1369         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1370         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1371         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1372         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1373         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1374         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1375         (gnus-summary-high-undownloaded-face)
1376         (gnus-summary-low-undownloaded-face)
1377         (gnus-summary-normal-undownloaded-face)
1378         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1379         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1380         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1381         (gnus-splash-face):
1382         * message.el (message-header-to-face, message-header-cc-face)
1383         (message-header-subject-face, message-header-newsgroups-face)
1384         (message-header-other-face, message-header-name-face)
1385         (message-header-xheader-face, message-separator-face)
1386         (message-cited-text-face, message-mml-face):
1387         * sieve-mode.el (sieve-control-commands-face)
1388         (sieve-action-commands-face, sieve-test-commands-face)
1389         (sieve-tagged-arguments-face):
1390         * spam.el (spam-face):
1391         Mark face aliases with "-face" in the name as obsolete.
1392
1393 2009-09-01  Glenn Morris  <rgm@gnu.org>
1394
1395         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1396         than goto-line.
1397
1398 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1401         Don't move point if the command is invoked inside the message header.
1402
1403 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1404
1405         * imap.el (imap-send-command): Simplify.
1406         (imap-wait-for-tag): point-max -> buffer-size.
1407
1408 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1409
1410         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1411         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1412         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1413         * nnir.el (nnir-swish-e-index-file):
1414         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1415         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1416         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1417         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1418         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1419         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1420
1421 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1424         Don't save excursion.
1425
1426 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1427
1428         * nnheader.el (nnheader-find-file-noselect):
1429         * mm-util.el (mm-insert-file-contents):
1430         Use (default-value 'major-mode) instead of default-major-mode.
1431
1432 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1433
1434         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1435
1436 2009-08-26  Glenn Morris  <rgm@gnu.org>
1437
1438         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1439         than placing in files.el.
1440
1441 2009-08-25  Glenn Morris  <rgm@gnu.org>
1442
1443         * nnir.el (top-level): Don't require cl at run-time.
1444         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1445         Replace cl-function substitute with gnus-replace-in-string.
1446         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1447         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1448         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1449         simplified expansions.
1450
1451 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1452
1453         * dig.el (dig): Add autoload cookie.
1454
1455 2009-08-22  Glenn Morris  <rgm@gnu.org>
1456
1457         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1458         goto-line.
1459
1460 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1461
1462         * parse-time.el (parse-time-string-chars): Save match data.
1463
1464 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1465
1466         * parse-time.el (parse-time-string-chars): Compute using character
1467         classes, to handle non-ascii characters (Bug#3190).
1468
1469 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1472
1473         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1474         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1475         (gnus-mm-display-part, gnus-mime-display-single)
1476         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1477         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1478
1479         * gnus-sum.el
1480         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1481         (gnus-summary-move-article): Add expirable mark to articles copied or
1482         moved to group that has auto-expire turned on if the option is non-nil.
1483
1484 2009-07-24  Glenn Morris  <rgm@gnu.org>
1485
1486         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1487         Fix typo.  (Bug#3903)
1488
1489 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1492         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1493         that should not be used for draft articles.
1494         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1495         that has no concern in minor mode keys.
1496         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1497         Abolish.
1498
1499 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1502         article without making inquiry to a user for unknown encoding.
1503
1504         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1505         (nnmaildir--scan): Assume i-node and device number that file-attributes
1506         returns might be cons-cell.
1507
1508         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1509
1510         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1511
1512 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * auth-source.el: Remove docs now in auth.texi.  Don't use
1515         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1516         `auth-source-hide-passwords' and use them.
1517
1518 2009-07-15  Glenn Morris  <rgm@gnu.org>
1519
1520         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1521
1522 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1525         excessive whitespace from the default values of title and description.
1526
1527 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1530         mail-fetch-field to fetch Content-Description header in order to
1531         exclude newlines.
1532
1533 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1534
1535         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1536         format used by GnuPG 2.0.11.
1537
1538 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1541         to deleted part.
1542
1543 2009-05-30  David Engster  <dengste@eml.cc>
1544
1545         * nnmairix.el: Remove old documentation in the commentary block.
1546         (nnmairix-request-group): Do not update active file for nnml back ends.
1547         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1548         end so that overview files are ignored.
1549         (nnmairix-update-groups): Make updating the groups more robust by using
1550         marks.
1551         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1552         with dollar characters in message-id.
1553
1554 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1557         2008-12-25 in dns.el.
1558
1559 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1560
1561         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1562         could happen if the text is only composed of spaces and/or tabs.
1563
1564 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1565
1566         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1567         when sending a queued message to avoid extra mml tags.
1568
1569 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1572
1573 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1576         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1577         rmail-toggle-header for XEmacs;
1578         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1579
1580 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-dired.el: Remove autoload for gnus-setup-message.
1583         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1584         displaying Gnus logo; always use compose-mail.
1585
1586 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1589
1590 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1593         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1594         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1595         available.
1596         (gnus-nocem-epg-verify): New function.
1597
1598 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1599
1600         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1601
1602 2009-02-15  Glenn Morris  <rgm@gnu.org>
1603
1604         * gnus-util.el (rmail-insert-rmail-file-header)
1605         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1606         autoloads.
1607         (rmail-default-rmail-file): Remove unnecessary declaration.
1608         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1609
1610 2009-02-14  Glenn Morris  <rgm@gnu.org>
1611
1612         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1613         variable (only used in gnus-util, which declares it anyway).
1614         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1615         which was only needed by gnus-art (changed to not use it any more).
1616         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1617         only used in gnus-util, which autoloads it itself.
1618         (rmail-update-summary): Fix autoload.
1619
1620         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1621         rather than rmail-output-to-rmail-file.
1622
1623 2009-02-07  Glenn Morris  <rgm@gnu.org>
1624
1625         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1626         autoload of function that no longer exists.
1627         (rmail-toggle-header): Declare.
1628         (message-forward-rmail-make-body): Handle mbox Rmail.
1629
1630 2009-01-31  Glenn Morris  <rgm@gnu.org>
1631
1632         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1633         2009-01-09 change.
1634
1635 2009-01-31  Dave Love  <fx@gnu.org>
1636
1637         * imap.el (imap-fetch-safe): Bind debug-on-error.
1638         (imap-debug): Add imap-fetch-safe.
1639
1640 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1641
1642         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1643         (auth-source-forget-all-cached): New convenience function.
1644         (auth-source-user-or-password): Accept list of modes or a single mode.
1645
1646         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1647         auth-source modes.
1648
1649         * netrc.el (netrc-machine-user-or-password): Use list of
1650         auth-source modes.
1651
1652         * nnimap.el (nnimap-open-connection): Use list of
1653         auth-source modes.
1654
1655         * nntp.el (nntp-send-authinfo): Use list of
1656         auth-source modes.
1657
1658 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1659
1660         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1661         now.
1662
1663 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1666         coding system in XEmacs; add a workaround for XEmacs.
1667
1668         * lpath.el: Fbind coding-system-aliasee.
1669
1670 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1673         of current-language-environment.
1674
1675 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1676
1677         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1678         available at runtime.
1679
1680 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1683
1684 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1685
1686         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1687         the greatest positive fixnum value doesn't work under an XEmacs with
1688         bignum support; use the most-positive-fixnum constant instead,
1689         available since Emacs 21.1 with cl and XEmacs 21.1.
1690
1691 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1694         XEmacs gets not to work.
1695
1696 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mm-util.el (mm-coding-system-priorities): Allow the value like
1699         "Japanese (UTF-8)" of current-language-environment.
1700
1701 2009-01-09  Glenn Morris  <rgm@gnu.org>
1702
1703         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1704         with last-command-event.
1705
1706 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1707
1708         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1709         in the doc string.
1710
1711         * message.el (message-fix-before-sending): Amend comment.
1712
1713 2009-01-08  Dave Love  <fx@gnu.org>
1714
1715         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1716
1717 2009-01-07  David Engster  <dengste@eml.cc>
1718
1719         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1720         simplified server definitions by converting it via
1721         gnus-server-to-method.
1722
1723 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1726         parameter's operands.
1727
1728 2009-01-06  David Engster  <dengste@eml.cc>
1729
1730         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1731         primary select method (for gnus-group-mark-article-as-read).
1732
1733 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1734
1735         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1736         `(gnus)Face', not `(gnus)X-Face'.
1737
1738 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * mm-util.el (mm-ucs-to-char): New function.
1741
1742         * mm-url.el (mm-url-decode-entities): Use it.
1743
1744         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1745         unicode-to-char.
1746
1747 2009-01-05  Dave Love  <fx@gnu.org>
1748
1749         * time-date.el: Require cl for `declare'.
1750
1751 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1752
1753         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1754         Dave Love.
1755
1756 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1757
1758         * message.el (message-fix-before-sending): Add `eight-bit' to
1759         illegible-text check.
1760
1761 2009-01-03  Michael Olson  <mwolson@gnu.org>
1762
1763         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1764         `headers' is nil.  This can occur if the IMAP server does not have
1765         permissions to read messages from a folder, but can write new messages
1766         to the folder.
1767         (nnimap-request-article-part): Do not insert `data' if it is nil.
1768
1769         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1770         characters which will confuse `read', so skip past them.
1771
1772 2009-01-01  Dave Love  <fx@gnu.org>
1773
1774         * imap.el (imap-string-to-integer): Fix typo.
1775         (imap-fetch-safe): New function.
1776         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1777
1778         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1779
1780         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1781         (imap-parse-greeting): Fix doc strings.
1782         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1783         (imap-parse-flag-list): Make messages unique.
1784         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1785
1786         * nnimap.el: Fix author email.
1787         (nnimap-split-rule): Add FIXME comment.
1788         (nnimap-debug): Fix doc string.
1789
1790 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1793
1794 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1795
1796         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1797         nslookup if resolv.conf isn't available.
1798         (dns-query): Rename from query-dns.
1799         (dns-query-cached): Rename from query-dns-cached.
1800
1801 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1804         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1805         to check if those variables exist (first appeared in Emacs 18.50).
1806
1807 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mm-util.el (mm-line-number-at-pos): New function.
1810
1811         * spam-report.el (spam-report-process-queue): Use it.
1812
1813 2008-12-24  David Engster  <dengste@eml.cc>
1814
1815         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1816         parameters that haven't existed as variables as buffer-local variables.
1817
1818 2008-12-23  Dave Love  <fx@gnu.org>
1819
1820         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1821         cadar.
1822
1823         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1824         imap-starttls-p.
1825         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1826
1827 2008-12-22  Dave Love  <fx@gnu.org>
1828
1829         * imap.el: Fix author email.  Doc fixes.
1830         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1831         reply.
1832
1833 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1834
1835         * spam-report.el (spam-report-gmane-max-requests): New constant.
1836         (spam-report-gmane-wait): New variable.
1837         (spam-report-gmane-ham, spam-report-gmane-spam)
1838         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1839         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1840         the server.
1841
1842         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1843         Add explanations.
1844
1845         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1846         nnheader-accept-process-output and nnheader-read-timeout if available.
1847         (pop3-movemail): Use it.
1848
1849         * message.el (message-check-news-body-syntax): Fix signature check if
1850         there's an attachment.
1851
1852 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * mm-util.el: Add comments to the mm- emulating functions.
1855
1856 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1859         by Stephen Berman <stephen.berman@gmx.net>.
1860
1861 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * mm-util.el (mm-substring-no-properties): New function.
1864         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1865         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1866         (mm-string-to-multibyte): Doc fix.
1867
1868         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1869
1870 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * mml.el (mml-attach-file): Strip text properties from file name.
1873         (Bug#1574)
1874
1875 2008-12-16  Glenn Morris  <rgm@gnu.org>
1876
1877         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1878
1879 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1882         knows since the charset specified might be a bogus alias that
1883         mm-charset-synonym-alist provides.
1884
1885 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1886
1887         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1888         "ISO_8859-1".
1889
1890         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1891
1892 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * mm-util.el (mm-charset-eval-alist):
1895         Define it before mm-charset-to-coding-system.
1896         (mm-charset-to-coding-system): Add optional argument `silent';
1897         define it before mm-charset-override-alist.
1898         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1899         default value if it can be used in Emacs currently running;
1900         silence mm-charset-to-coding-system.
1901
1902 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1905         `allow-override' which says whether to use `mm-charset-override-alist'.
1906         (rfc2047-decode-encoded-words): Use it.
1907
1908         * mm-util.el (mm-charset-override-alist): Fix custom type;
1909         add `(gb2312 . gbk)' to choices.
1910
1911 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1914         fast.
1915
1916         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1917
1918         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1919
1920 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1921
1922         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1923         on links.
1924
1925         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1926
1927 2008-12-03  Lute Kamstra  <lute@gnu.org>
1928
1929         * sha1.el: Remove leading * from docstrings of defcustoms,
1930         deffaces, defconsts and defuns.
1931
1932 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1935         users' addresses that don't have domain parts.
1936         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1937         rather than message-narrow-to-head since there will be the message
1938         header separator.
1939
1940 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1941
1942         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1943         since the result is inserted in a unibyte buffer anyway.
1944         (nnimap-demule-use-string-to-multibyte): Remove.
1945         (nnimap-demule): Alias it to mm-string-to-multibyte.
1946
1947 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1948
1949         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1950         variable for debugging bug#464 and bug#1174.
1951         (nnimap-demule): Use it.
1952
1953 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1954
1955         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1956         score calculation correctly.
1957
1958 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1959
1960         * message.el (message-send-mail): Just set the buffer to unibyte
1961         rather than use mm-with-unibyte-current-buffer which does a lot more.
1962         (message-send-mail-partially): Don't bother with
1963         mm-with-unibyte-current-buffer since it's already been made unibyte by
1964         message-send-mail.
1965
1966 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1967
1968         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1969
1970 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1971
1972         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1973
1974 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1977         require itself and to remove `with-no-warnings'.
1978
1979 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * starttls.el (starttls-any-program-available): Get the name of the
1982         available TLS layer program.
1983         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1984         well as the host name in the "opening" message.
1985
1986         * auth-source.el (auth-source-cache, auth-source-do-cache)
1987         (auth-source-user-or-password): Cache passwords and logins by default,
1988         allow override with `auth-source-do-cache'.
1989         (auth-source-forget-user-or-password): Allow users to remove cache
1990         entries if needed.
1991
1992 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1993
1994         * md4.el (md4-buffer): Fix typo in docstring.
1995         (md4, md4-64): Doc fixes.
1996         (md4-pack-int32): Reflow docstring.
1997
1998 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2001         condition-case to only the forward-sexp call.
2002
2003 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2004
2005         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2006         quotes contained.  Make it more robust regardless by an extra
2007         condition-case wrapper.
2008
2009 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2012
2013 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * nnml.el (nnml-request-expire-articles): Check if the function set to
2016         `nnmail-expiry-target' returns the symbol `delete'.
2017
2018         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2019
2020         * nnmail.el (nnmail-expiry-target): Fix custom type.
2021
2022 2008-10-02  Glenn Morris  <rgm@gnu.org>
2023
2024         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2025         Silence compiler warning.
2026
2027 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2028
2029         * tls.el (open-tls-stream): Show the actual command being
2030         executed, instead of the format string.
2031
2032 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * lpath.el: Fbind codepage-setup for Emacs 23.
2035
2036 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2037
2038         * mml.el (mml-menu): Don't assume mml2015 is bound.
2039
2040 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2043         exists.
2044
2045 2008-09-27  Glenn Morris  <rgm@gnu.org>
2046
2047         * gnus-util.el (mail-header-remove-comments): Autoload it.
2048
2049 2008-09-27  Andreas Schwab  <schwab@suse.de>
2050
2051         * gnus-util.el (gnus-split-references): Strip comments.
2052         (gnus-parent-id): Likewise.
2053
2054 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * message.el (message-confirm-send): Fix version.
2057
2058 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * message.el (message-idna-to-ascii-rhs-1): Use
2061         mail-extract-address-components rather than mail-header-parse-addresses
2062         that is an alias by default to ietf-drums-parse-addresses that does not
2063         support non-ASCII names in headers' contents.
2064
2065 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * message.el (message-confirm-send): Fixed variable documentation to
2068         avoid the "y/n" wording.
2069
2070 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2071
2072         * message.el (message-set-auto-save-file-name): Save to a different
2073         filename so multiple messages (especially drafts) can be recovered.
2074
2075 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * message.el (message-confirm-send): Add appropriate version.
2078
2079 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2082         defvar.
2083
2084 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2085
2086         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2087         (mm-pkcs7-enveloped-magic): Ditto.
2088
2089 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2090
2091         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2092         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2093
2094 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2095
2096         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2097         default, it's better.
2098
2099 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2102         summary line gnus-number property and ignore them (with a warning
2103         message).
2104
2105 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2108         macro caddr in the interactive form since it won't be expanded.
2109
2110 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2113         `charset'; fix name of function called recursively.
2114         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2115
2116 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2119         (gnus-mime-set-charset-parameters): New function.
2120         (gnus-mime-view-part-as-charset): Use it to correctly display part
2121         specifying wrong charset.
2122
2123 2008-09-08  David Engster  <dengste@eml.cc>
2124
2125         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2126         in completing-read for back end server.
2127
2128 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2129
2130         * message.el (message-confirm-send): New variable to confirm sending a
2131         message.
2132         (message-send): Use it.
2133
2134 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2135
2136         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2137
2138 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2141
2142 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2145         prevent tracking too many groups.
2146         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2147         Use it.
2148
2149 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2150
2151         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2152         moving point to the bottom of the window in order to avoid recentering.
2153
2154 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2157
2158         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2159         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2160         (gnus-article-beginning-of-window): Fix calculation.
2161
2162 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * gnus-msg.el (gnus-summary-supersede-article)
2165         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2166         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2167         message header.
2168
2169 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2170
2171         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2172         pending output coming after the status change.
2173
2174 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2175
2176         * message.el:
2177         * gnus-start.el:
2178         * gnus-registry.el: Remove VMS support.
2179
2180 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2183         macro.
2184         (rfc2104-hash): Use it.
2185
2186 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2187
2188         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2189         (gnus-summary-sort-by-most-recent-date): New commands.
2190         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2191         and menu entries.
2192
2193 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2196         don't redisplay article for raw contents; remove plural articles stuff.
2197
2198         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2199         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2200         on gnus-summary-save-article; display results properly.
2201
2202 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * lpath.el: No need to fbind ns-focus-frame.
2205
2206 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2209
2210 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2213         gnus-save-all-headers.
2214
2215 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2216
2217         * gnus-util.el (ns-focus-frame): Remove declaration.
2218         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2219         like x.
2220
2221 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2222
2223         * rfc2104.el (rfc2104-zero): Delete defconst.
2224         (rfc2104-hex-alist): Likewise.
2225         (rfc2104-hex-to-int): Delete func.
2226         (rfc2104-hexstring-to-bitstring): Likewise.
2227         (rfc2104-nybbles): New defconst.
2228         (rfc2104-hash): Rewrite for speed.
2229
2230 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * tls.el (open-tls-stream): Make it work with the 2nd argument
2233         BUFFER that is a string but does not exist as a buffer object, as
2234         mentioned in the doc-string.
2235
2236 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2239         SXEmacs.
2240
2241 2008-07-16  Glenn Morris  <rgm@gnu.org>
2242
2243         * gnus-util.el (ns-focus-frame): Declare for compiler.
2244
2245 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2248         set as a group parameter.
2249         (gnus-summary-save-in-pipe): Work when it is called independently.
2250         (gnus-summary-pipe-to-muttprint): Don't modify
2251         gnus-summary-pipe-output-default-command.
2252
2253 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2254
2255         * message.el (message-send-mail-with-sendmail):
2256         Display the error message.
2257
2258 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * gnus-art.el (gnus-default-article-saver):
2261         Add gnus-summary-save-in-pipe to choices.
2262         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2263         gnus-summary-pipe-output-default-command as the default command.
2264         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2265         instead of gnus-last-shell-command.
2266
2267         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2268         New user option.
2269         (gnus-summary-muttprint-program): Mention the value will be changed.
2270         (gnus-summary-save-article): Force showing of all headers.
2271         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2272
2273 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2274
2275         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2276
2277 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2278
2279         * nnimap.el (nnimap-id):
2280         * sieve-manage.el (sieve-manage-open): Doc fixes.
2281
2282 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2283
2284         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2285         if available.
2286
2287 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2288
2289         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2290
2291         * nnkiboze.el (nnkiboze-generate-group):
2292         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2293
2294         * nnmairix.el: Require CL.
2295
2296 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * dgnushack.el: Autoload get-display-table and put-display-table for
2299         XEmacs 21.5.
2300
2301         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2302         21.4 and SXEmacs.
2303
2304 2008-06-15  David Engster  <dengste@eml.cc>
2305
2306         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2307
2308 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2309
2310         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2311         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2312         runtime choice under XEmacs.
2313
2314         * gnus-sum.el (gnus-summary-set-display-table):
2315         Use `gnus-put-display-table', `gnus-get-display-table',
2316         `gnus-set-display-table' for the display table, instead of `aset'.
2317
2318         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2319         Use `gnus-put-display-table', `gnus-get-display-table',
2320         `gnus-set-display-table' for the display table.
2321
2322 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * nnmairix.el: Add autoloads.
2325
2326 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * nnmairix.el (nnmairix-delete-recreate-group)
2329         (nnmairix-update-and-clear-marks): Fix error messages.
2330
2331 2008-06-14  David Engster  <dengste@eml.cc>
2332
2333         * nnmairix.el: Upgrade to version 0.6.
2334         (nnmairix-group-toggle-propmarks-this-group)
2335         (nnmairix-group-toggle-readmarks-this-group)
2336         (nnmairix-group-delete-recreate-this-group)
2337         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2338         (nnmairix-remove-tick-mark-original-article): New commands.
2339         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2340         (nnmairix-propagate-marks-to-nnmairix-groups)
2341         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2342         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2343         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2344         functions needed for marks propagation and manipulation of read marks.
2345         (nnmairix-update-groups): New function.
2346         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2347         (nnmairix-determine-original-group-from-registry)
2348         (nnmairix-determine-original-group-from-path)
2349         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2350         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2351         New helper functions.
2352         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2353         keystrokes for new commands.
2354         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2355         (nnmairix-request-group): Check allow-fast group parameter.
2356         (nnmairix-request-create-group): Set allow-fast group parameter if
2357         nnmairix-allowfast-default is set.
2358         (nnmairix-close-group): Propagate marks upon closing if needed.
2359         (nnmairix-group-toggle-threads-this-group): Use new.
2360         nnmairix-group-toggle-parameter helper function.
2361         (nnmairix-search): Better check for empty search result.
2362         (nnmairix-goto-original-article): Use new helper functions for
2363         determining original article.
2364         (nnmairix-show-original-article): Make sure message-id is in brackets.
2365         (nnmairix-call-mairix-binary): Change variable name.
2366         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2367         helper function.
2368         (nnmairix-widget-toggle-activate): Fix doc string.
2369
2370 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * nnir.el: Require edmacro when compiling with XEmacs.
2373         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2374         available in Emacs 21.
2375
2376 2008-06-11  Glenn Morris  <rgm@gnu.org>
2377
2378         * gnus-util.el (x-focus-frame):
2379         * gnus.el (image-size):
2380         * mm-decode.el (image-size): Declare.
2381
2382         * gnus-picon.el (declare-function): Add compat definition.
2383         (image-size): Declare.
2384
2385         * gnus-group.el (tool-bar-map):
2386         * gnus-sum.el (tool-bar-map): Define for compiler.
2387
2388         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2389
2390         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2391
2392         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2393         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2394         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2395         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2396         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2397         * sieve-manage.el, spam-report.el, spam.el:
2398         Remove unnecessary eval-and-compile of autoloads.
2399
2400 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2401
2402         * auth-source.el: Precise Tramp doc.
2403
2404 2008-06-07  Glenn Morris  <rgm@gnu.org>
2405
2406         * nnmairix.el: Remove unnecessary eval-when-compile.
2407
2408 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * lpath.el: Fbind propertize for XEmacs 21.4.
2411
2412 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2413
2414         * nnir.el: Move here from ../contrib.
2415
2416 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2417
2418         * gnus-util.el (gnus-read-shell-command): New function.
2419         * mm-decode.el (mm-pipe-part):
2420         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2421
2422 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2425
2426 2008-06-03  Glenn Morris  <rgm@gnu.org>
2427
2428         * pop3.el (nnheader-accept-process-output): Autoload it.
2429
2430 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2433         are not 2-digit hexadecimal characters that follow `%'s.
2434
2435 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2436
2437         * message.el (message-bogus-recipient-p): Fix type in doc string.
2438         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2439         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2440         Improve custom options.
2441         (message-bogus-recipient-p): Adjust accordingly.
2442
2443 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2444
2445         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2446         long-form month and day names.
2447
2448 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * dgnushack.el: Autoload debug, eudc-expand-inline and
2451         pgg-snarf-keys-region for XEmacs.
2452
2453         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2454
2455         * nnmairix.el: Require edmacro when compiling with XEmacs.
2456
2457 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2460         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2461
2462 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2463
2464         * auth-source.el: Add more docs.
2465
2466         * netrc.el (netrc-machine): Always match if the port is not given.
2467
2468 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2471         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2472         retrieval faster in some cases, but might make CPU usage larger.  If
2473         this has any bad side effects, we might revert this change.
2474
2475         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2476         seems to make mail retrieval much, much faster.
2477         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2478         unconditionally.
2479
2480         * gnus-draft.el (gnus-group-send-queue): Bind
2481         message-send-mail-partially-limit to nil to avoid being prompted.
2482
2483 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2486
2487         * message.el (message-bogus-address-regexp): Fix and improve custom
2488         type.
2489         (message-setup-hook): Add message-check-recipients as custom option.
2490
2491 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2492
2493         * message.el (message-cite-function): Remove bogus autoload which crept
2494         in during merge from v5-10.
2495
2496 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2497
2498         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2499
2500         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2501
2502         * auth-source.el: Preliminary Tramp docs.
2503         (auth-sources): Change the default auth-sources to use
2504         EPA .gpg files.
2505
2506 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2507
2508         * nntp.el: Autoload `auth-source-user-or-password'.
2509         (nntp-send-authinfo): Use it.
2510
2511         * nnimap.el: Autoload `auth-source-user-or-password'.
2512         (nnimap-open-connection): Use it.
2513
2514         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2515         for the gnus-message function.
2516         (auth-source-user-or-password): Use it.
2517
2518 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2519
2520         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2521         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2522         (rfc2104-hash): Use it.
2523
2524 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2525
2526         * gnus-art.el (gnus-article-toggle-truncate-lines):
2527         Don't use `iff' in docstring.
2528
2529 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2530
2531         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2532
2533         * gnus-util.el (gnus-extract-address-component-name)
2534         (gnus-extract-address-component-email): Convenience functions around
2535         `gnus-extract-address-components'.
2536
2537         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2538         Use `gnus-extract-address-component-email' to fix bug of comparing full
2539         sender name to `user-mail-address'.
2540
2541 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2542
2543         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2544         catch/throw to optimize.
2545         (gnus-registry-find-keywords): Just use member to find a keyword.
2546
2547 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2548
2549         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2550         is current before calling gnus-server-prepare.
2551         (gnus-server-setup-buffer, gnus-server-update-server)
2552         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2553
2554 2008-05-04  Juri Linkov  <juri@jurta.org>
2555
2556         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2557         (mailcap-file-default-commands): Use mailcap-replace-in-string
2558         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2559         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2560
2561 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2562
2563         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2564
2565 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2566
2567         * gnus.el: Bump version to 0.11.
2568
2569 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2570
2571         * gnus.el: No Gnus v0.10 is released.
2572
2573 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2576         hooks.
2577         (gnus-update-read-articles): Speed up non-marks-using users.
2578         (gnus-use-marks): Define gnus-use-marks.
2579         (gnus-propagate-marks): Rename variable to something more sensible.
2580
2581 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2582
2583         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2584         (gmm-image-load-path-for-library): Fix typos in docstrings.
2585         (gmm-message): Reflow docstring.
2586
2587 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * mail-source.el (mail-source-set-1, mail-source-bind):
2590         Move auth-source code out of the macro to clean it up and fix bugs.
2591
2592 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2593
2594         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2595         by sender if it's equal to user-mail-address, it's likely to be
2596         useless.
2597
2598         * mail-source.el (mail-source-bind): Don't use user or password if they
2599         are not bound.  Unintern them if they are nil.  Don't use server unless
2600         it's bound, and default it to empty string otherwise.
2601
2602 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * mail-source.el: Load auth-source.el.
2605         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2606         get user name or password, if auth-sources is set up.
2607
2608         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2609         strategy of splitting with parent.
2610         (gnus-registry-split-fancy-with-parent)
2611         (gnus-registry-post-process-groups): Use it and fix prior
2612         bug (returning a list as the split result).
2613
2614         * auth-source.el (auth-sources): Remove server parameter.
2615         (auth-source-pick, auth-source-user-or-password)
2616         (auth-source-user-or-password-imap)
2617         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2618         (auth-source-user-or-password-sftp)
2619         (auth-source-user-or-password-smtp): Remove server parameter.
2620
2621 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2622
2623         * smime.el (smime-sign-region, smime-encrypt-region)
2624         (smime-decrypt-region):
2625         Remove redundant calls to `generate-new-buffer-name'.
2626
2627 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2628
2629         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2630         Don't use QP for message/rfc822.
2631         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2632
2633 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2634
2635         * sieve-manage.el (sieve-string-bytes): Remove.
2636         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2637         correct byte-length only if the process's coding-system is the same as
2638         the one used internally by Emacs to represent strings.
2639
2640 2008-04-22  Juri Linkov  <juri@jurta.org>
2641
2642         * mailcap.el (mailcap-file-default-commands): New function.
2643
2644 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         * message.el (message-signature-separator, message-cite-function):
2647         Change custom version.
2648
2649 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2650
2651         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2652         commands.
2653         (tls-checktrust): Ditto.
2654
2655 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * mm-decode.el (mm-display-external): Make temp file read-only.
2658
2659 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2660
2661         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2662         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2663         `C-c C-f d'.
2664
2665 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2666
2667         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2668
2669 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * gnus.el: Bump version to 0.9.
2672
2673 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2674
2675         * gnus.el: No Gnus v0.8 is released.
2676
2677 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2678
2679         * mail-source.el (mail-source-value):
2680         Prefer fboundp to functionp so it works with macros as well.
2681
2682 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2683
2684         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2685         Fix last change in case the element is not even a symbol.
2686
2687 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2688
2689         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2690         Prefer fboundp to functionp so it works with macros as well.
2691
2692 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * auth-source.el: Added docs.
2695         (auth-sources): Modify format to support server.
2696         (auth-source-pick, auth-source-user-or-password)
2697         (auth-source-user-or-password-imap)
2698         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2699         (auth-source-user-or-password-sftp)
2700         (auth-source-user-or-password-smtp): Add server parameter.
2701
2702 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * gnus-registry.el: Initialize the registry when gnus-registry-install
2705         is t.
2706
2707 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * compface.el (uncompface): Make buffer unibyte.
2710
2711 2008-04-05  Glenn Morris  <rgm@gnu.org>
2712
2713         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2714
2715 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2716
2717         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2718         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2719
2720         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2721         multibyteness after rather than before erasing it.
2722
2723         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2724         mm-with-multibyte.
2725         (gnus-request-article-this-buffer): Make sure the proper decoding is
2726         used if gnus-original-article-buffer happens to be unibyte.
2727
2728         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2729         default-enable-multibyte-characters.
2730
2731         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2732         default-enable-multibyte-characters.
2733
2734         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2735
2736         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2737
2738 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2739
2740         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2741         (imap-message-copyuid-1): Use it.
2742         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2743         J. Williams in
2744         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2745
2746         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2747         imap-enable-exchange-bug-workaround.
2748         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2749
2750 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2751
2752         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2753         a 100 byte status-checks into a 2-3MB transfer for each group.
2754         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2755         to enable bug workaround or not.
2756         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2757
2758 2008-03-31  Glenn Morris  <rgm@gnu.org>
2759
2760         * message.el (mml2015-use): Declare for compiler.
2761         (message-info): Require mml2015 when appropriate.
2762
2763 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2766         whitespace.
2767
2768 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2769
2770         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2771         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2772         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2773         (nntp-service-to-port): New function.
2774         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2775         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2776         (nntp-open-netcat-stream): New function.
2777         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2778
2779 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2780
2781         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2782
2783 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2784
2785         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2786
2787 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2788
2789         * dns.el (dns-write): Use set-buffer-multibyte.
2790
2791 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2792
2793         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2794
2795 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * message.el (message-signature-separator): Change default.
2798         Improve custom type.
2799         (message-cite-function): Change default to
2800         message-cite-original-without-signature.
2801
2802         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2803         toggle.
2804
2805         * message.el (message-check-news-body-syntax): Fix signature check.
2806         (message-setup-1): Mark buffer as unmodified _after_ running
2807         message-setup-hook and handling message-alternative-emails.
2808         (message-shorten-references): Be more strict when building list of
2809         valid references to comply with GNKSA.
2810
2811         * gnus-group.el (gnus-read-ephemeral-bug-group)
2812         (gnus-read-ephemeral-debian-bug-group)
2813         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2814
2815         * message.el (message-info): Don't use booleanp which isn't supported
2816         in Emacs 21 and XEmacs.
2817
2818 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2819
2820         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2821         gnus-group-gmane-group-download-format.
2822         (gnus-group-read-ephemeral-gmane-group): Rename from
2823         gnus-group-read-ephemeral-gmane-group.
2824         (gnus-read-ephemeral-gmane-group-url): Rename from
2825         gnus-group-read-ephemeral-gmane-group-url.
2826         (gnus-bug-group-download-format-alist): New variable.
2827         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2828         (gnus-read-ephemeral-emacs-bug-group): New commands.
2829
2830 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2831
2832         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2833         (gnus-visible-headers): Improve custom type.
2834
2835 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2836
2837         * mml.el (mml-menu): Add workarounds for XEmacs.
2838
2839         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2840         X-Boundary header.
2841
2842         * message.el (message-simplify-recipients): Fix previous commit.
2843
2844 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2845
2846         * mm-util.el (mm-set-buffer-multibyte): New function.
2847         * mm-decode.el (mm-copy-to-buffer): Use it.
2848
2849 2008-03-19  Glenn Morris  <rgm@gnu.org>
2850
2851         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2852         Accidentally removed in the sync process with Emacs.
2853
2854 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2855
2856         * message.el (message-alter-recipients-discard-bogus-full-name):
2857         New function.
2858         (message-alter-recipients-function): New variable.
2859         (message-get-reply-headers): Use it.
2860         (message-replace-header): New helper function.
2861         (message-recipients-without-full-name): New variable.
2862         (message-simplify-recipients): New command.
2863
2864         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2865
2866         * message.el (message-info): Handle EasyPG manual.
2867
2868         * mml.el (mml-menu): Add entry for EasyPG.
2869
2870 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2871
2872         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2873         parameter.
2874
2875         * message.el (message-disassociate-draft): Specify drafts group name
2876         fully.
2877
2878 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2879
2880         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2881         unnecessary duplicates from the match list.
2882
2883 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2886
2887         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2888
2889         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2890         args of `how-many' of which the XEmacs version doesn't take; declare
2891         Info-index-next as function.
2892
2893 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * gnus-score.el (gnus-score-headers): Fix handling of
2896         gnus-inhibit-slow-scoring.
2897
2898         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2899         string.
2900         (gnus-button-url-regexp): Improve handling of parenthesis.
2901         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2902         (gnus-button-handle-info-keystrokes): Handle index entries.
2903
2904 2008-03-15  Glenn Morris  <rgm@gnu.org>
2905
2906         * parse-time.el (parse-time-string): Simplify.
2907
2908 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2911         Incoming* files.
2912
2913 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2916         (auth-source-pick): Use it.
2917
2918 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * binhex.el (binhex-decode-region-internal):
2921         * uudecode.el (uudecode-decode-region-internal):
2922         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2923         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2924         setting default-enable-multibyte-characters.
2925
2926 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2927
2928         * auth-source.el (auth-source-protocols)
2929         (auth-source-protocols-customize, auth-source-choices): Added and
2930         modified variable customizations and defaults.
2931         (auth-source-pick, auth-source-user-or-password)
2932         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2933         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2934         (auth-source-user-or-password-sftp)
2935         (auth-source-user-or-password-smtp): Use new variables and provide an
2936         interface to netrc.el.
2937
2938 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2941         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2942         Make sure the nntp port to specify is a string.
2943
2944 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2945
2946         * nntp.el: Use with-current-buffer.
2947         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2948         dubious mm-with-unibyte-current-buffer.
2949         (nntp-with-open-group-function): New function extracted from
2950         nntp-with-open-group macro.
2951         (nntp-with-open-group): Use the function, so it's easier to debug.
2952         Add indentation and debugging info.
2953         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2954         the use of the netcat alternatives.
2955
2956         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2957         Avoid mm-string-as-multibyte as well.
2958
2959         * nnweb.el (nnweb-insert-html):
2960         Remove use of nnheader-string-as-multibyte.
2961
2962         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2963         (nnheader-string-as-multibyte): Remove.
2964
2965         * mm-view.el: Use inhibit-read-only.
2966         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2967         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2968         or unibyte-string.
2969
2970         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2971         (mm-uu-yenc-extract): Use with-current-buffer.
2972
2973         * gnus-soup.el (gnus-soup-send-packet): Don't use
2974         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2975
2976         * nnmh.el: Use with-current-buffer.
2977         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2978         mm-string-as-multibyte on the output of mm-encode-coding-string.
2979
2980         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2981         (nnimap-request-move-article): Use with-current-buffer.
2982
2983         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2984         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2985         conversion uses string-make-unibyte rather than string-as-unibyte.
2986
2987         * gnus-msg.el: Use with-current-buffer.
2988
2989         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2990
2991 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2992
2993         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2994         string for caching if it is 'PIN.
2995
2996 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * lpath.el: Consider the case without Emacs/W3.
2999
3000 2008-03-08  Glenn Morris  <rgm@gnu.org>
3001
3002         * time-date.el (date-to-time, time-subtract, time-add)
3003         (safe-date-to-time): Doc fixes.
3004
3005 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * mail-source.el (mail-source-delete-old-incoming-confirm):
3008         Change default to nil.
3009         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3010
3011 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * lpath.el: Rearrange.
3014
3015         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3016         (gnus-article-goto-prev-page): Work for articles having ^L's.
3017
3018         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3019
3020         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3021
3022 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3023
3024         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3025         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3026         (gnus-bookmark-jump): Adjust some variable names.
3027
3028 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3029
3030         * auth-source.el: New package.
3031         (auth-source-choices): Add customization entry point variable.
3032
3033         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3034         bug.
3035
3036 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3037
3038         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3039         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3040         (gnus-registry-install-shortcuts): Rename from
3041         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3042         the `gnus-registry-mark-map' keymap dynamically from
3043         `gnus-registry-marks'.  The generated functions update the summary line
3044         when a registry mark is added or deleted, and will call
3045         `gnus-registry-install-p' (see the comments in the code).
3046         (gnus-registry-user-format-function-M): Use concat intelligently.
3047
3048         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3049         the registry mark functions.
3050
3051 2008-03-05  Glenn Morris  <rgm@gnu.org>
3052
3053         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3054         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3055         gnus-art.
3056         (top-level): No need to load own source when compiling.
3057
3058 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3059
3060         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3061         Suggested by <chris.anderton@zetnet.co.uk>.
3062
3063 2008-03-04  Glenn Morris  <rgm@gnu.org>
3064
3065         * gnus-sum.el (top-level): No need to require gnus when compiling,
3066         since unconditionally required near start of file.
3067         (gnus-summary-display-while-building): Move definition before use.
3068
3069 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3070
3071         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3072         formatting function.
3073
3074 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3077         with plists.
3078         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3079         Use new format.
3080
3081 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3084         `where-is-internal' that returns a range of key sequences.
3085
3086 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3089
3090         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3091         (gnus-summary-jump-to-group): Consider windows on other displayed
3092         frames as well.  Similar changes might be needed elsewhere, but that's
3093         the one I've bumped into during my use.
3094
3095         * nndoc.el (nndoc-oe-dbx-type-p):
3096         * gnus-msg.el (gnus-debug):
3097         * gnus-group.el (gnus-update-group-mark-positions):
3098         Use mm-string-to-multibyte.
3099
3100 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3101
3102         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3103         doesn't handle NotDashEscaped.
3104
3105         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3106         (mml-dnd-attach-options): Fix typo in custom choice.
3107
3108         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3109         nndoc-article-type to mbox.
3110         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3111
3112         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3113         to nil, instead of html2text.
3114
3115         * imap.el (imap-debug): Add `imap-ping-server'.
3116
3117         * gnus-bookmark.el: Add FIXMEs.
3118
3119         * message.el (message-form-letter-separator)
3120         (message-send-form-letter-delay): New variables.
3121         (message-send-form-letter): Use them.  New command to send form
3122         letters.  Requested by Uwe Siart.
3123         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3124
3125 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * Update copyright years.
3128
3129 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         Sync from EMACS_22_BASE.
3132
3133         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3134
3135 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3136
3137         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3138         empty author.
3139
3140 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * gnus-registry.el (gnus-registry-marks): Add variable for
3143         customization of marks and their appearance.
3144         (gnus-registry-read-mark): Use it.
3145         (gnus-registry-do-marks): Add utility function to loop through
3146         `gnus-registry-marks'.
3147         (gnus-registry-install-shortcuts-and-menus): Add function to install
3148         shortcuts and menus.
3149         (gnus-registry-initialize): Use it.
3150         (gnus-registry-default-mark): Clarify documentation.
3151
3152 2008-02-29  Glenn Morris  <rgm@gnu.org>
3153
3154         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3155         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3156         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3157         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3158         Change defcustom :version from 23.0 to 23.1.
3159
3160 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * gnus-registry.el (gnus-registry-follow-group-p)
3163         (gnus-registry-post-process-groups): Add functions to aid registry
3164         splitting and improve logging.  Clarify behavior in function
3165         documentation.
3166         (gnus-registry-split-fancy-with-parent): Use them.
3167
3168 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * gnus-art.el: Use with-current-buffer.
3171
3172 2008-02-27  David Engster  <dengste@eml.cc>
3173
3174         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3175         Express real group name in the response.
3176
3177 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3180         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3181         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3182         autoload gnus-registry-fetch-group when compiling.
3183         (nnmairix-request-group-with-article-number-correction): Remove
3184         unreferenced argument passed to nnmairix-call-backend.
3185
3186 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3189         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3190         Wilde.
3191
3192 2008-02-27  Glenn Morris  <rgm@gnu.org>
3193
3194         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3195         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3196         variables to defconsts.  Convert comments to doc-strings.
3197         (nnmairix-last-server, nnmairix-current-server): Convert from free
3198         variables to defvars.  Convert comments to doc-strings.
3199         (gnus-registry-fetch-group): Autoload.
3200         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3201         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3202         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3203         caddr.
3204         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3205         nnmairix-request-group-with-article-number-correction call.
3206         (nnmairix-fast, nnmairix-group): New, less general names, for free
3207         variables passed from nnmairix-request-group to
3208         nnmairix-request-group-with-article-number-correction.  Declare.
3209         (nnmairix-request-group-with-article-number-correction):
3210         Use nnmairix-fast, nnmairix-group rather than fast, group.
3211
3212 2008-02-26  David Engster  <dengste@eml.cc>
3213
3214         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3215         version 0.5.
3216
3217 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3220         instead of making an extra function call.  Don't add the current group
3221         to articles only when they have the group.  Use
3222         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3223         Reported by David <de_bb@arcor.de>.
3224
3225 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3228         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3229
3230 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * mail-source.el (mail-source-delete-incoming): Change default.
3233         Supplement doc string.
3234
3235         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3236
3237 2008-02-14  Glenn Morris  <rgm@gnu.org>
3238
3239         * time-date.el (format-seconds): New function.
3240
3241 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3242
3243         * nnmail.el (nnmail-message-id-cache-file): Derive from
3244         `gnus-home-directory'.
3245
3246 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3249         Document negative prefix.
3250
3251         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3252
3253 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * message.el (message-unsent-separator): Add the Exim bounce
3256         separator.
3257
3258 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3259
3260         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3261         list.
3262         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3263         recipient/signer list.
3264
3265 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * Makefile.in (datarootdir): Define.
3268         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3269         name that might contain whitespace.
3270
3271 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3274         fbound (Emacs 23 unicode), signal an error.
3275
3276 2008-02-08  Glenn Morris  <rgm@gnu.org>
3277
3278         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3279
3280 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3281
3282         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3283         ports to the calls to `netrc-machine-user-or-password' in addition to
3284         "imap" and "imaps".
3285
3286 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3287
3288         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3289
3290         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3291
3292 2008-02-01  Kenichi Handa  <handa@m17n.org>
3293
3294         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3295         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3296         (rfc2104-hash): Convert the result of concat to unibyte string.
3297
3298 2008-02-01  Dave Love  <fx@gnu.org>
3299
3300         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3301         coding-system-for-read.
3302         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3303
3304 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3307         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3308         <hanche@math.ntnu.no>.
3309
3310 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3313
3314         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3315
3316 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3317
3318         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3319         * message.el (message-beginning-of-line): Use featurep instead of bound
3320         tests in order to resolve conditionals at compile time.
3321
3322 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3323
3324         * mail-source.el (mail-sources): Add `group' choice.
3325
3326         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3327         parameter `in-group' to control into which group the articles go.
3328         Add treatment of `group' mail-source.
3329
3330 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3333
3334         * mm-decode.el (mm-dissect-buffer): Decode description.
3335
3336         * mml.el (mml-to-mime): Encode message header first.
3337
3338 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3341         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3342
3343         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3344         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3345
3346 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3349
3350 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3353         prefix keys.
3354         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3355         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3356         gnus-xmas.el.
3357
3358         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3359         (gnus-xmas-article-describe-bindings): New function.
3360         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3361         gnus-xmas-article-describe-bindings.
3362
3363         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3364
3365 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3366
3367         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3368         Add new variables for article mark management.
3369         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3370         list of extra data entries which, when present, will indicate that the
3371         article ID should not be trimmed from the registry.
3372         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3373         functions.
3374         (gnus-registry-read-mark): New function to read a mark name from the
3375         user.
3376         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3377         (gnus-registry-set-article-mark-internal): New functions to add and
3378         remove marks.
3379         (gnus-registry-get-article-marks): New function to show the marks for
3380         an article, or retrieve them for further use.
3381
3382 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3385         keys when no argument is given.
3386
3387 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3388
3389         * imap.el (imap-ping-server): New variable.
3390         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3391         (imap-ping-server): Minor doc string fixes.
3392
3393 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3394
3395         * imap.el (imap-ping-server): New function.
3396         (imap-opened): Call imap-ping-server.
3397
3398 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3399
3400         * gnus-sum.el (gnus-article-sort-by-random)
3401         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3402         jidanni@jidanni.org.
3403
3404 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-art.el (gnus-article-describe-bindings): New function.
3407         (gnus-article-read-summary-keys): Use it.
3408         (gnus-article-mode-map): Bind `C-h b' to it.
3409
3410 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3413         XEmacs.
3414         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3415         against non-character events.
3416
3417         * lpath.el: Fbind map-keymap for Emacs 21.
3418
3419 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3420
3421         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3422         command.
3423         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3424         instead of END.  Change name of the temp file.
3425         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3426         customizable.
3427
3428 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3431         bind `S W' to gnus-article-wide-reply-with-original; set default
3432         binding to gnus-article-read-summary-send-keys.
3433         (gnus-article-read-summary-keys): Fix the order of keys; display
3434         continuation keys correctly in the echo area; describe bindings
3435         correctly when keys end with `C-h'.
3436         (gnus-article-read-summary-send-keys): New function.
3437         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3438         for gnus-article-read-summary-send-keys; display continuation keys
3439         correctly in the echo area.
3440         (gnus-article-reply-with-original): Ignore prefix argument.
3441         (gnus-article-wide-reply-with-original): New function.
3442
3443         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3444         Emacs 21.
3445
3446 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3449         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3450
3451 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3454         (gnus-group-read-ephemeral-gmane-group): New command.
3455
3456 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3457
3458         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3459
3460 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3461
3462         * message.el (message-send-mail-function): Increase custom version.
3463
3464         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3465         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3466
3467 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3468
3469         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3470         for the cases where imap-authenticate is called with a nil buffer
3471         parameter.
3472
3473 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3476         html parts correctly; support forwarded messages.
3477         (gnus-article-browse-html-article): Remove work buffers.
3478
3479         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3480         compiling.
3481         (netrc-bound-and-true-p): New macro.
3482         (netrc-parse): Use it instead of bound-and-true-p that is not available
3483         in XEmacs 21.4.
3484
3485 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * gnus-registry.el (gnus-registry-mark-article)
3488         (gnus-registry-article-marks): Add functionality to mark articles
3489         through the Gnus registry.
3490
3491         * encrypt.el: Clarify documentation for the new pgg method.
3492         (encrypt-file-alist): Add PGG option.
3493         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3494         functionality.  Abstract password key and messaging to external
3495         functions.
3496         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3497         (encrypt-message-method-and-cipher): Add new convenience external
3498         functions.
3499         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3500         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3501
3502         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3503         (netrc-parse): Use encrypt-file-alist to determine if
3504         encrypt-find-model or encrypt-insert-file-contents should be used.
3505
3506         * encrypt.el: Clarify documentation.  Load password-cache or
3507         password, whichever one is found first, instead of autoloading.
3508
3509 2007-12-19  Glenn Morris  <rgm@gnu.org>
3510
3511         * mml.el (message-options-set, message-narrow-to-head)
3512         (message-in-body-p, message-mail-p, message-encode-message-body):
3513         Autoload.
3514         (message-remove-header, message-narrow-to-headers-or-head)
3515         (message-subscribed-p, message-make-mail-followup-to)
3516         (message-position-on-field, message-news-p)
3517         (message-options-set-recipient, message-generate-headers)
3518         (message-sort-headers): Declare as functions.
3519
3520 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3523         convention in doc string.
3524
3525 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3528         title to html parts.
3529         (gnus-article-browse-html-article): Pass message header to it.
3530
3531         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3532
3533 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3536         or password compatible with XEmacs.
3537
3538 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3541         format document.
3542         (gnus-mime-delete-part): Don't write description line if empty.
3543         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3544
3545 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3546
3547         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3548         (gnus-summary-mark-read-and-unread-as-read)
3549         (gnus-summary-mark-current-read-and-unread-as-read)
3550         (gnus-summary-mark-unread-as-ticked): Doc fix.
3551         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3552
3553 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3556         Christoph Conrad <christoph.conrad@gmx.de>.
3557
3558 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3559
3560         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3561         yes-or-no-p.
3562
3563 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * mm-decode.el (mm-add-meta-html-tag): New function.
3566         (mm-save-part-to-file, mm-pipe-part): Use it.
3567
3568         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3569         gnus-y-or-n-p instead of y-or-n-p.
3570         (gnus-article-browse-html-parts): Work with message/external-body; use
3571         mm-add-meta-html-tag.
3572
3573 2007-12-11  Glenn Morris  <rgm@gnu.org>
3574
3575         * gnus-cache.el: Require gnus-sum not just when compiling.
3576
3577         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3578
3579         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3580         definitions before use.
3581
3582         * mm-decode.el: Require gnus-util.
3583         (mm-remove-part): Only call delete-annotation on XEmacs.
3584
3585         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3586
3587         * nnmail.el: Require gnus-int.
3588
3589         * spam.el: Move `require's before `eval-when-compile's.
3590
3591         * gnus-ems.el (gnus-alive-p):
3592         * gnus-fun.el (message-goto-eoh):
3593         * gnus-util.el (gnus-group-name-decode):
3594         * mail-source.el (gnus-compress-sequence):
3595         * message.el (Info-goto-node, format-spec):
3596         * mm-bodies.el (message-options-get):
3597         * mm-decode.el (mm-view-pkcs7):
3598         * mm-util.el (gmm-write-region):
3599         * mml-smime.el (mml-compute-boundary)
3600         (gnus-completing-read-with-default):
3601         * mml.el (widget-button-press, gnus-make-hashtable):
3602         * mml1991.el (mm-decode-content-transfer-encoding)
3603         (mm-encode-content-transfer-encoding)
3604         (message-options-get, message-options-set):
3605         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3606         * nnfolder.el (gnus-request-group):
3607         * nnheader.el (ietf-drums-unfold-fws):
3608         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3609         * smime.el (gnus-run-mode-hooks):
3610         * spam-stat.el (gnus-message): Autoload.
3611
3612         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3613         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3614         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3615         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3616         Add declare-function compatibility definition.
3617
3618         * gnus-cache.el (nnvirtual-find-group-art):
3619         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3620         (gnus-add-image, gnus-add-wash-type):
3621         * gnus-group.el (nnkiboze-score-file):
3622         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3623         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3624         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3625         (message-tokenize-header, gnus-get-buffer-create)
3626         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3627         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3628         * gnus.el (gnus-group-decoded-name):
3629         * mail-source.el (imap-capability):
3630         * mm-bodies.el (message-options-set):
3631         * mm-decode.el (gnus-configure-windows):
3632         * mm-extern.el (message-goto-body):
3633         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3634         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3635         (epg-sub-key-validity, message-options-set):
3636         * mml.el (widget-event-point, gnus-configure-windows):
3637         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3638         * mml2015.el (epg-check-configuration, epg-configuration)
3639         (message-options-set):
3640         * nndb.el (nndb-request-article):
3641         * nnfolder.el (gnus-request-create-group):
3642         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3643         * nnmaildir.el (gnus-group-mark-article-read):
3644         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3645         * rfc1843.el (message-fetch-field):
3646         * spam.el (gnus-extract-address-components):
3647         Declare as functions.
3648
3649 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3652
3653         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3654
3655         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3656         bind show-trailing-whitespace for XEmacs.
3657
3658 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3661         new no-op macro for backward compatibility.
3662
3663         * imap.el (imap-string-to-integer): New function.
3664
3665 2007-12-09  Glenn Morris  <rgm@gnu.org>
3666
3667         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3668
3669         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3670         * message.el, mm-view.el, sieve-manage.el, smime.el:
3671         Add declare-function compatibility definition.
3672
3673         * gnus-art.el (w3-region, w3m-region, Info-menu):
3674         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3675         * gnus-sum.el (gnus-get-predicate):
3676         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3677         * message.el (mail-abbrev-in-expansion-header-p):
3678         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3679         (w3m-detect-meta-charset, w3m-region):
3680         * sieve-manage.el (password-read, password-cache-add)
3681         (password-cache-remove):
3682         * smime.el (password-read-and-add): Declare as functions.
3683
3684 2007-12-08  David Kastrup  <dak@gnu.org>
3685
3686         * gnus-sum.el (gnus-summary-simplify-subject-query):
3687         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3688         `message'.
3689
3690 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3693         it to bind idna-program, installation-directory, defined-colors, and
3694         face-attribute for XEmacs of the version that compiles defcustom forms.
3695
3696 2007-12-07  Glenn Morris  <rgm@gnu.org>
3697
3698         * gnus-art.el (article-make-date-line): Revert previous change.
3699
3700 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3703
3704 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3705
3706         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3707         Call gnus-add-to-range ranges only once with a prepared article-list.
3708
3709 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3710
3711         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3712         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3713         group names with backslashes.  Reported by Tassilo Horn
3714         <tassilo@member.fsf.org>.
3715
3716 2007-12-06  Deepak Goel  <deego3@gmail.com>
3717
3718         * gnus-art.el (article-make-date-line):
3719         * gnus-start.el (gnus-load):
3720         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3721
3722 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-art.el (gnus-use-idna)
3725         * gnus-start.el (gnus-site-init-file)
3726         * message.el (message-use-idna)
3727         * mm-uu.el (mm-uu-hide-markers)
3728         * smiley.el (smiley-style): Revert changes that suppress warnings.
3729
3730 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3733         specify charset to html source.  Reported by Christoph Conrad
3734         <christoph.conrad@gmx.de>.
3735
3736 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3739         idna-program in order to suppress byte compile warning issued by XEmacs
3740         that came to byte compile the default value section of defcustom forms
3741         recently.
3742
3743         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3744         value of installation-directory.
3745
3746         * message.el (message-use-idna): Don't directly refer to the value of
3747         idna-program.
3748
3749         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3750
3751         * smiley.el (smiley-style): Don't directly call face-attribute.
3752
3753 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3754
3755         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3756
3757         * gnus-dired.el: Reduce Gnus dependencies.
3758         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3759         require.  Use autoloads instead.
3760         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3761         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3762         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3763         (gnus-dired-mode): Adjust doc string.
3764         (gnus-dired-mail-mode): New variable.
3765         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3766         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3767         (gnus-dired-mail-buffers): New function.  Return mail or message
3768         composition buffers.
3769         (gnus-dired-attach): Use it.
3770         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3771         NO-DECODE.
3772         (gnus-dired-print): Use `gnus-print-buffer' depending on
3773         `gnus-dired-mail-mode'.
3774
3775 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * rfc2047.el (rfc2047-encoded-word-regexp)
3778         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3779         explaining what regexp patterns are for.
3780
3781 2007-12-04  Glenn Morris  <rgm@gnu.org>
3782
3783         * password.el: Move to password-cache.el.
3784
3785         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3786         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3787         * mml-smime.el (password-read, password-cache-add)
3788         (password-cache-remove):
3789         No need to autoload, since mml-sec requires password.
3790
3791         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3792         * message.el (gnus-extract-address-components):
3793         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3794
3795         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3796         password.
3797
3798 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * mailcap.el: Reduce dependencies.
3801         (mail-header-parse-content-type): Autoload.
3802         (mailcap-delete-duplicates): New alias.
3803         (mailcap-mime-info): Add optional argument NO-DECODE.
3804         (mailcap-mime-types): Use mailcap-delete-duplicates.
3805
3806         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3807
3808 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3809
3810         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3811         (imap-parse-status): Upcase status-att for servers that sends them
3812         lower-case (e.g., MS Exchange 2007).
3813
3814 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3817         function.
3818
3819         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3820         (gnus-uu-yenc-article): New function.
3821
3822         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3823
3824         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3825         buffer.
3826
3827 2007-12-02  Glenn Morris  <rgm@gnu.org>
3828
3829         * binhex.el (binhex): New custom group.
3830         (binhex-decoder-program, binhex-decoder-switches)
3831         (binhex-use-external): Move to the binhex custom group.
3832
3833         * uudecode.el (uudecode): New custom group.
3834         (uudecode-decoder-program, uudecode-decoder-switches)
3835         (uudecode-use-external): Move to the uudecode custom group.
3836
3837         * netrc.el (top-level): Don't load `encrypt' features.
3838         (netrc-parse): Don't use encrypt.
3839         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3840
3841         * encrypt.el: Remove file.
3842
3843 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3846         matches on patches.
3847
3848         * gnus-art.el (gnus-article-browse-html-article): Mention
3849         `mm-text-html-renderer' in the doc string.
3850
3851         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3852         string.  Add comments.
3853
3854         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3855         if rhs is ASCII.
3856
3857 2007-12-01  Glenn Morris  <rgm@gnu.org>
3858
3859         * mail-source.el (top-level): Require format-spec before
3860         eval-when-compile.
3861
3862 2007-11-30  Glenn Morris  <rgm@gnu.org>
3863
3864         * encrypt.el: Require password, rather than autoloading password-read.
3865
3866 2007-11-29  Glenn Morris  <rgm@gnu.org>
3867
3868         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3869         (sasl-make-client, sasl-next-step, sasl-step-data)
3870         (sasl-step-set-data): Declare as functions.
3871
3872 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3873
3874         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3875
3876 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3877
3878         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3879         certs should be verified and what is to be done in the event of a
3880         verification failure.
3881
3882         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3883         caller can indicate whether the cache should be disregarded for this
3884         call.  This way the result of the call is reproducible at all times and
3885         can be considered a canonical server name for the supplied method.
3886         (gnus-agent-method-p): Canonicalize server names by pushing their
3887         method through `gnus-method-to-server' using the no-cache argument.
3888
3889         * gnus-srvr.el (gnus-server-insert-server-line): Call
3890         `gnus-method-to-server' with `no-cache' argument.
3891
3892         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3893         gnus-agent-possibly-synchronize-flags as this should be called when the
3894         server is actually being opened.
3895         (gnus-agent-possibly-synchronize-flags)
3896         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3897         flags file of an agentized server to the latter function.
3898
3899         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3900         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3901         after a connection has been established successfully.
3902
3903 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-art.el (article-display-face): Force to display face if called
3906         interactively; check if gnus-article-x-face-too-ugly matches author.
3907         (article-display-x-face): Display face even if From header is missing
3908         as article-display-face does.
3909
3910 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3911
3912         * hashcash.el (message-narrow-to-headers-or-head)
3913         (message-fetch-field, message-goto-eoh)
3914         (message-narrow-to-headers): Declare as functions.
3915
3916 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * mail-source.el (mail-sources): Default to fetch from file for
3919         compatibility with default of nnmail-spool-file.
3920
3921 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3924         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3925         to look for encoded word that should be encoded again.
3926         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3927         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3928         encoding pattern.
3929         (rfc2047-decode-region): Switch strict regexp and loose one according
3930         to rfc2047-allow-irregular-q-encoded-words.
3931
3932 2007-11-25  Romain Francoise  <romain@orebokech.com>
3933
3934         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3935
3936 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * tls.el (tls-program): Provide more custom choices from
3939         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3940         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3941
3942 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3945         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3946
3947         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3948         `nnmail-spool-file'.
3949
3950         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3951         `nnmail-spool-file'.
3952
3953         * gnus-move.el (gnus-change-server): Ditto.
3954
3955         * gnus-kill.el (gnus-batch-score): Ditto.
3956
3957         * gnus-cache.el (gnus-jog-cache): Ditto.
3958
3959         * gnus-msg.el (gnus-summary-reply):
3960         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3961
3962 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3963
3964         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3965         version.  Minor improvement to doc strings.
3966         (tls-program): Add comment.
3967
3968 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3969
3970         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3971         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3972         mismatch between the hostname provided in the certificate and the name
3973         of the host connnecting to.
3974         (open-tls-stream): Use them.  Check certificates against trusted root
3975         certificates.
3976
3977 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * gnus-cache.el (gnus-cache-generate-nov-databases):
3980         Use nnml-generate-nov-databases-directory instead of
3981         nnml-generate-nov-databases-1.
3982
3983 2007-11-24  Glenn Morris  <rgm@gnu.org>
3984
3985         * message.el (message-tool-bar-retro): Update for rename
3986         mail_send.xpm->mail-send.xpm.
3987
3988 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3991         `smime-ldap-search' for Emacs 22 and up.
3992
3993 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3994
3995         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3996
3997         * message.el (message-send-mail-function): Fix error convention.
3998         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3999         (message-widen-reply, message-send-mail, message-talkative-question)
4000         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4001         (message-clone-locals, message-send-news): Use with-current-buffer.
4002         (message-insert-or-toggle-importance): Remove unused var `valid'.
4003         (message-make-references): Remove unused var `new-references'.
4004         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4005
4006 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4007
4008         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4009         (spam-split-symbolic-return-positive): Reflow docstring.
4010         (spam-backends, spam-summary-exit-behavior)
4011         (spam-mark-ham-unread-before-move-from-spam-group)
4012         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4013         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4014         (spam-clear-cache, spam-backend-check, spam-install-backend)
4015         (spam-install-statistical-backend, spam-list-of-processors)
4016         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4017         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4018         (spam-check-crm114, spam-initialize, spam-unload-hook):
4019         Fix typos in docstrings.
4020
4021 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4024         been checked if they have never been read and those group levels are
4025         higher than the one that a user specified.
4026
4027 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4030         foreign groups unless a group level is specified by a user.
4031         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4032
4033 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * message.el (message-send-mail-function): Require sendmail.
4036
4037 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4038
4039         * message.el (message-send-mail-function): Check for smtpmail too.
4040
4041         * utf7.el (utf7-encode, utf7-decode): Use coding system
4042         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4043
4044         * message.el (message-send-mail-function): New function.
4045         (message-send-mail-function): Set default using
4046         message-send-mail-function.  Adjust doc string.
4047         (message-send-mail-with-mailclient): New function.
4048
4049 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4050
4051         * smime.el (from):
4052         * rfc2047.el (message-posting-charset):
4053         * qp.el (mm-use-ultra-safe-encoding):
4054         * pop3.el (parse-time-months):
4055         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4056         * nnml.el (files):
4057         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4058         (jka-compr-compression-info-list, ange-ftp-path-format)
4059         (efs-path-regexp):
4060         * nndiary.el (files):
4061         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4062         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4063         (epg-digest-algorithm-alist, inhibit-redisplay)
4064         (password-cache-expiry):
4065         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4066         (pgg-output-buffer, password-cache-expiry):
4067         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4068         (efs-path-regexp):
4069         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4070         (inhibit-redisplay):
4071         * mm-uu.el (file-name, start-point, end-point, entry)
4072         (gnus-newsgroup-name, gnus-newsgroup-charset):
4073         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4074         (latin-unity-ucs-list):
4075         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4076         (mm-uu-binhex-decode-function):
4077         * message.el (gnus-message-group-art, gnus-list-identifiers)
4078         (rmail-enable-mime-composing, gnus-local-organization)
4079         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4080         (gnus-read-active-file, facemenu-add-face-function)
4081         (facemenu-remove-face-function, gnus-article-decoded-p)
4082         (tool-bar-mode):
4083         * mail-source.el (display-time-mail-function):
4084         * gnus-util.el (nnmail-pathname-coding-system)
4085         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4086         (gnus-original-article-buffer, gnus-user-agent)
4087         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4088         (xemacs-codename, sxemacs-codename, emacs-program-version):
4089         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4090         * gnus-start.el (gnus-agent-covered-methods)
4091         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4092         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4093         (gnus-newsgroup-headers, gnus-group-list-mode)
4094         (gnus-group-mark-positions, gnus-newsgroup-data)
4095         (gnus-newsgroup-unreads, nnoo-state-alist)
4096         (gnus-current-select-method, mail-sources)
4097         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4098         (nnmail-spool-file, gnus-cache-active-hashtb):
4099         * gnus-mh.el (mh-lib-progs):
4100         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4101         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4102         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4103         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4104         (gnus-group-buffer):
4105         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4106         (font-lock-set-defaults):
4107         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4108         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4109         (gnus-summary-post-menu, total-parts, type, condition, length):
4110         * gnus-agent.el (gnus-agent-read-agentview):
4111         * flow-fill.el (show-trailing-whitespace):
4112         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4113         eval-and-compile wrappers for byte compiler pacifiers.
4114
4115         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4116         (mm-display-inline-fontify): Check for featurep 'xemacs not
4117         extent-list.
4118
4119         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4120         itimer-list.
4121         (mm-create-image-xemacs): Only do something for XEmacs.
4122         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4123
4124         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4125
4126         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4127         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4128
4129 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4130
4131         * nnimap.el (nnimap-split-download-body):
4132         * gnus-demon.el (gnus-demon):
4133         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4134
4135 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4138         macros.
4139         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4140         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4141         copy data from unibyte buffer to multibyte current buffer.
4142         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4143         to copy data from unibyte current buffer to multibyte buffer.
4144         (nntp-make-process-buffer): Make process buffer unibyte.
4145
4146         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4147
4148 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4149
4150         * pop3.el (pop3-open-server): Accept and process data more robustly at
4151         connexion start to avoid spurious "POP SSL connexion failed" errors.
4152
4153 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4156         read group names.
4157
4158 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4161
4162 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4165         (nnmail-save-active): Use a unibyte buffer when saving active file,
4166         which may contain non-ASCII group names.
4167
4168         * nnml.el (nnml-request-group): Decode group names in messages.
4169
4170 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * message.el (message-citation-line-function)
4173         (message-insert-formatted-citation-line): Fix spelling of
4174         `message-insert-formated-citation-line'.
4175
4176 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4179
4180 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4183         nnmail-pathname-coding-system.
4184
4185         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4186         that a user enters; decode group names in messages.
4187
4188         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4189
4190 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4191
4192         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4193
4194         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4195
4196         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4197         risky local variable.
4198
4199         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4200
4201 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4202
4203         * encrypt.el: Improve documentation to fix function name typo.
4204         Reported by Daiki Ueno <ueno@unixuser.org>.
4205
4206 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4209         even if the point is not in the last page of an article.
4210         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4211         back to the previous page.
4212
4213 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4216
4217 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4220
4221 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4222
4223         * message.el (message-check-news-body-syntax): Avoid
4224         mm-string-as-multibyte.
4225         (message-hide-headers): Don't assume (point-min)==1.
4226
4227 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4228
4229         * message.el (message-remove-blank-cited-lines): Fix if remove is
4230         given.
4231         (message-bogus-address-regexp): New variable.
4232         (message-bogus-recipient-p): New function.
4233         (message-check-recipients): New command.
4234         (message-syntax-checks): Add `bogus-recipient'.
4235         (message-fix-before-sending): Add `bogus-recipient'.
4236
4237         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4238         (gnus-treat-body-boundary): Don't test window-system.
4239
4240 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4241
4242         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4243
4244 2007-10-28  Miles Bader  <miles@gnu.org>
4245
4246         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4247         at compile-time too.
4248
4249 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * gnus-msg.el (gnus-message-setup-hook): Add
4252         `message-remove-blank-cited-lines' to options.
4253
4254 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * message.el (message-remove-blank-cited-lines): New function.
4257         Suggested by Karl Plästerer.
4258
4259 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4262         mapc.
4263
4264         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4265         (top-level): Use mapc to set functions to be traced for debugging.
4266
4267         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4268         called for effect with while loop.
4269
4270         * message.el (message-talkative-question): Replace mapcar called for
4271         effect with mapc.
4272
4273         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4274         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4275         called for effect with dolist.
4276
4277         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4278
4279         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4280         gnus-extra-headers and nnmail-extra-headers.
4281
4282         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4283         called for effect with dolist.
4284         (top-level): Use mapc to set functions to be traced for debugging.
4285
4286         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4287         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4288         dolist.
4289
4290         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4291         Replace mapcar called for effect with mapc.
4292         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4293         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4294         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4295         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4296
4297         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4298         remove-if that's a cl function.
4299
4300         * webmail.el (webmail-debug): Replace mapcar called for effect with
4301         dolist.
4302
4303         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4304         with mapc.
4305
4306 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4309         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4310         with while loop.
4311
4312         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4313         functions from article-* functions.
4314         (gnus-multi-decode-header): Replace mapcar called for effect with
4315         dolist.
4316
4317         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4318         (gnus-bookmark-show-details): Replace mapcar called for effect with
4319         while loop.
4320
4321         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4322         called for effect with while loop.
4323
4324         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4325         with dolist.
4326
4327         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4328         mapcar called for effect with dolist.
4329
4330         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4331
4332         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4333         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4334         Replace mapcar called for effect with dolist.
4335         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4336         mapc.
4337
4338         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4339         Replace mapcar called for effect with dolist.
4340         (gnus-topic-list): Replace mapcar called for effect with mapc.
4341
4342         * gnus.el: Use mapc instead of mapcar to add autoloads.
4343
4344 2007-10-23  Richard Stallman  <rms@gnu.org>
4345
4346         * gnus-group.el (gnus-group-highlight): Mark as risky.
4347
4348 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus.el (gnus-server-to-method): Return method found first in
4351         gnus-newsrc-alist.
4352
4353         * gnus-art.el (gnus-article-highlight-signature)
4354         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4355         button overlay without the front stickiness.
4356
4357 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4358
4359         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4360         overview buffer needed a catch to receive its throw.
4361         (gnus-agent-flush-cache): Declared as interactive to make this function
4362         easier to use.
4363
4364 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4367         `next-line'.
4368
4369 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4372         exclude address matching message-dont-reply-to-names.
4373
4374 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-util.el (gnus-string<): New function.
4377
4378         * gnus-sum.el (gnus-article-sort-by-author)
4379         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4380
4381 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4384         the frame-focus tag is set in gnus-buffer-configuration.
4385
4386 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4389         the front stickiness.
4390
4391 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4394         url pattern; remove duplicate one.
4395         (gnus-article-extend-url-button): New function.
4396         (gnus-article-add-buttons): Use it.
4397         (gnus-button-push): Use concatenated url that it makes.
4398
4399 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4400
4401         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4402
4403 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4404
4405         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4406         Don't hardcode point-min==1.
4407
4408 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4409
4410         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4411         Fix comment about "iso8859-1".
4412
4413 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4416         ones returned from the verify-function.
4417
4418         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4419         mml2015-extract-cleartext-signature if extraction failed.
4420
4421 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4422
4423         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4424         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4425         failed.
4426
4427 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4430
4431 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4434         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4435         recommends to use EasyPG instead of PGG.
4436
4437         * pgg.el: Revert to revision 6.23.2.16.
4438
4439         * pgg-def.el: Revert to revision 6.6.2.14.
4440
4441         * pgg-gpg.el: Revert to revision 6.23.2.34.
4442
4443 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4446         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4447         thread for both the null and zero (kill/expire thread) universal prefix
4448         cases.
4449         (gnus-summary-expire-thread): Add new function to expire a thread,
4450         using gnus-summary-kill-thread.
4451         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4452         shortcuts for gnus-summary-expire-thread.
4453         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4454         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4455
4456 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4459         extras value, so an extras entry can be deleted.
4460         (gnus-registry-delete-extra-entry): Use it.
4461         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4462         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4463         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4464         storage through the gnus-registry, and provide an appropriate API for
4465         it.
4466
4467 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4470         Suggested by Leo <sdl.web@gmail.com>.
4471
4472         * gnus.el: Do.
4473
4474 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4477         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4478
4479         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4480
4481         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4482         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4483
4484 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4487         newline.
4488         (nnmbox-request-accept-article): Don't change article in source buffer;
4489         narrow to header to use message-fetch-field rather than
4490         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4491         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4492         as delimiters; make sure article ends with newline.
4493         (nnmbox-delete-mail): Correct last position of article to be deleted;
4494         ignore X-Gnus-Newsgroup header in article body.
4495         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4496         positions; make sure article ends with newline.
4497
4498         * message.el (message-display-abbrev): Don't infloop when a user
4499         inserts SPC in the beginning of header.
4500
4501         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4502         coding-system-for-read and coding-system-for-write for XEmacs having no
4503         file-coding feature.
4504
4505         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4506
4507 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4508
4509         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4510         list of groups not followed by default.  Fix type to be regexp.
4511         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4512
4513 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4514
4515         * hmac-def.el (define-hmac-function): Switch from old-style to
4516         new-style backquotes.
4517
4518         * md4.el (md4-make-step): Likewise.
4519
4520 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4523         raw-text coding system when saving .newsrc file, which may contain
4524         non-ASCII group names.
4525
4526 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-cus.el (gnus-score-extra): New widget.
4529         (gnus-score-extra-convert): New function.
4530         (gnus-score-customize): Use it for Extra.
4531
4532 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4533
4534         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4535         (mml2015-mailcrypt-clear-verify): Use it.
4536         (mml2015-gpg-clear-verify): Use it.
4537         (mml2015-pgg-clear-verify): Use it.
4538         (mml2015-epg-clear-verify): Replace the current part with the output
4539         from GnuPG; don't extract the plaintext by itself.
4540
4541         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4542         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4543         mml2015-clear-verify-function; don't touch the armor headers or
4544         dash-escaped text here.
4545
4546 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4549         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4550         parts, or application/octet-stream as a last resort.
4551         (gnus-mime-view-part-as-type): Don't toggle display.
4552         (gnus-mime-view-part-as-charset): Don't turn off display before
4553         querying charset.
4554
4555         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4556         stuff to undisplayer function in Emacs.
4557         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4558
4559         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4560         text/calendar parts.
4561
4562 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4565         decoding text/calendar parts.
4566
4567         * message.el (message-forward-make-body-mime): Always mark body as
4568         having no illegible text; remove signed-or-encrypted argument.
4569         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4570
4571         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4572         (mml-generate-mime-1): Don't encode body if it is specified to be in
4573         raw form; don't make buffer be unibyte when inserting multibyte string.
4574
4575 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4576
4577         * sha1.el: Fix up comment style.
4578         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4579         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4580
4581         * hex-util.el: Fix up comment style.
4582         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4583
4584         * gnus-salt.el: Use with-current-buffer.
4585         (gnus-pick-setup-message): Fix long-standing typo.
4586
4587 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * imap.el (imap-logout-timeout): New variable.
4590         (imap-logout, imap-logout-wait): New functions.
4591         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4592
4593         * nnimap.el (nnimap-logout-timeout): New server variable.
4594         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4595         nnimap-logout-timeout.
4596
4597         * gnus-art.el (gnus-article-summary-command-nosave)
4598         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4599
4600 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus.el (gnus-maximum-newsgroup): New variable.
4603
4604         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4605         according to gnus-maximum-newsgroup.
4606
4607         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4608         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4609         Limit the range of articles according to gnus-maximum-newsgroup.
4610
4611 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4612
4613         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4614         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4615         Don't perform gnus-configure-windows here; reuse existing sticky
4616         article buffer.
4617
4618         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4619         it doesn't exist in gnus-article-mode.
4620
4621 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4624         (gnus-agent-decoded-group-name): New function.
4625         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4626         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4627
4628 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4629
4630         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4631         Add binding for gnus-sticky-article.
4632         (gnus-summary-exit): Don't kill sticky article buffers.
4633
4634         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4635         article buffer.
4636         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4637         (gnus-kill-sticky-article-buffers): New commands.
4638
4639 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * nntp.el (nntp-xref-number-is-evil): New server variable.
4642         (nntp-find-group-and-number): If it is non-nil, don't trust article
4643         numbers in the Xref header.
4644
4645 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-agent.el (gnus-agent-read-group): New function.
4648         (gnus-agent-flush-group, gnus-agent-expire-group)
4649         (gnus-agent-regenerate-group): Use it.
4650         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4651         nnmail-pathname-coding-system.
4652
4653 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4656
4657         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4658         that are unread as unread, and also as selected so that information of
4659         marks having been changed by a user may be updated when exiting group.
4660
4661 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4664         calculated ignoring signature parts to gnus-treat-article.
4665
4666 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4669         a point here in order to keep the window start.
4670         (gnus-insert-mime-security-button): Make a button overlay without the
4671         front stickiness.
4672         (gnus-mime-display-security): Goto the end of a button.
4673
4674         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4675
4676 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4679         group-name-at-point.
4680         (gnus-group-completing-read): New function that offers decoded
4681         non-ASCII group names for completion.
4682         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4683         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4684         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4685         (gnus-group-fetch-control): Use it.
4686         (gnus-fetch-group): Use group-name-at-point for the initial value
4687         rather than the default value; use gnus-alive-p.
4688
4689         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4690         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4691         (gnus-summary-post-news): Use gnus-group-completing-read.
4692
4693         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4694         (gnus-read-move-group-name): Decode group name for completion.
4695
4696 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4699         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4700         Yamaoka slightly modified the code).
4701
4702 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4705         (nnmail-split-incoming): Bind it.
4706
4707         * nnml.el (nnml-group-name-charset): New function.
4708         (nnml-decoded-group-name): Use it; don't decode group name if
4709         nnmail-group-names-not-encoded-p is non-nil.
4710         (nnml-encoded-group-name): New function.
4711         (nnml-group-pathname): Inline nnml-decoded-group-name.
4712         (nnml-request-expire-articles): Decode group name in message.
4713         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4714         nnmail-pathname-coding-system.
4715         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4716         not decoded ones according to nnmail-group-names-not-encoded-p.
4717         (nnml-generate-active-info): Use nnml-encoded-group-name.
4718
4719 2007-08-08  Glenn Morris  <rgm@gnu.org>
4720
4721         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4722         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4723         doc-strings and comments.
4724
4725 2007-07-25  Glenn Morris  <rgm@gnu.org>
4726
4727         * Relicense all FSF files to GPLv3 or later.
4728
4729 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-sum.el (gnus-summary-move-article): Make
4732         gnus-summary-respool-article work.
4733
4734 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4737         string.
4738
4739 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4740
4741         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4742         that should be ignored when comparing distant RSS articles with local
4743         ones.
4744         (nnrss-make-hash-index): New function.  Create a hash index according
4745         to the ignored fields.
4746         (nnrss-check-group): Use it.
4747
4748 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4751
4752         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4753
4754         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4755         the new optional argument ENCODED is non-nil.
4756         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4757         coding system for encoding group name.
4758         (gnus-group-make-rss-group): Pass un-encoded group name to
4759         gnus-group-make-group.
4760         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4761         encoded.
4762
4763         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4764         Encode group name to which articles are moved or copied.
4765         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4766         coding system for encoding Newsgroup, Followup-To and Xref headers.
4767
4768         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4769         marks; use nnheader-file-coding-system to write a file.
4770         (nnagent-retrieve-headers): Bind file-name-coding-system to
4771         nnmail-pathname-coding-system.
4772
4773         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4774
4775         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4776         (nnml-request-article, nnml-request-create-group)
4777         (nnml-request-rename-group, nnml-find-id)
4778         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4779         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4780         (nnml-save-marks): Use nnml-group-pathname instead of
4781         nnmail-group-pathname.
4782
4783         (nnml-request-create-group, nnml-request-expire-articles)
4784         (nnml-request-move-article, nnml-request-delete-group)
4785         (nnml-deletable-article-p, nnml-possibly-create-directory)
4786         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4787         (nnml-open-marks): Bind file-name-coding-system to
4788         nnmail-pathname-coding-system.
4789
4790         (nnml-request-article): Pass server argument to nnml-find-group-number.
4791         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4792         server argument to nnml-possibly-create-directory.
4793         (nnml-request-accept-article): Pass server argument to
4794         nnml-active-number and nnml-save-mail.
4795         (nnml-find-group-number): Pass server argument to nnml-find-id.
4796         (nnml-request-update-info): Pass server argument to
4797         nnml-marks-changed-p.
4798
4799         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4800         (nnml-save-mail, nnml-active-number): Add server argument.
4801
4802         (nnml-request-delete-group): Warn if group is missing.
4803         (nnml-get-nov-buffer): Decode group name.
4804         (nnml-generate-active-info): Encode group name.
4805         (nnml-open-marks): Decode group name in messages.
4806
4807 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4810         if it is not specified.
4811         (gnus-article-pipe-part, gnus-article-save-part)
4812         (gnus-article-interactively-view-part, gnus-article-copy-part)
4813         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4814         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4815         (gnus-article-replace-part, gnus-article-delete-part)
4816         (gnus-article-view-part-as-type): Pass raw prefix argument to
4817         gnus-article-part-wrapper.
4818
4819 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-agent.el (gnus-agent-save-active): Bind
4822         nnheader-file-coding-system to gnus-agent-file-coding-system.
4823
4824         * gnus-cache.el (gnus-cache-save-buffers)
4825         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4826         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4827         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4828         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4829         (gnus-cache-generate-active, gnus-cache-rename-group)
4830         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4831         (gnus-cache-update-overview-total-fetched-for): Bind
4832         file-name-coding-system to nnmail-pathname-coding-system.
4833         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4834         variables.
4835         (gnus-cache-decoded-group-name): New function.
4836         (gnus-cache-file-name): Use it.
4837         (gnus-cache-generate-active): Use non-decoded group name for active.
4838
4839         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4840         right place.
4841         (gnus-write-active-file): Don't break non-ASCII group names.
4842
4843         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4844         nnmail-pathname-coding-system.
4845
4846         * lpath.el: Bind default-file-name-coding-system,
4847         file-name-coding-system and language-info-alist for XEmacs.
4848
4849         * gnus-uu.el (gnus-uu-decode-save): Typo.
4850
4851 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4854
4855 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4858         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4859         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4860         (gnus-agent-flush-group, gnus-agent-flush-cache)
4861         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4862         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4863         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4864         (gnus-agent-regenerate-group)
4865         (gnus-agent-update-files-total-fetched-for)
4866         (gnus-agent-update-view-total-fetched-for): Bind
4867         file-name-coding-system to nnmail-pathname-coding-system.
4868         (gnus-agent-group-pathname): Don't encode file names by
4869         nnmail-pathname-coding-system.
4870         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4871         coding-system-for-write instead of buffer-file-coding-system to
4872         gnus-agent-file-coding-system.
4873
4874         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4875         Decode group name.
4876
4877         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4878
4879         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4880         (gnus-read-newsrc-el-file): Make group names unibyte.
4881
4882         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4883         nnmail-pathname-coding-system.
4884
4885         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4886         (nnrss-request-delete-group): Bind file-name-coding-system to
4887         nnmail-pathname-coding-system.
4888         (nnrss-read-server-data, nnrss-read-group-data): Bind
4889         file-name-coding-system correctly.
4890         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4891
4892         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4893         (nntp-server-to-method-cache): New variable.
4894         (nntp-group-pathname): New function that decodes non-ASCII group names.
4895         (nntp-possibly-create-directory, nntp-marks-changed-p)
4896         (nntp-save-marks, nntp-open-marks): Use it.
4897         (nntp-possibly-create-directory, nntp-open-marks):
4898         Bind file-name-coding-system to nnmail-pathname-coding-system.
4899         (nntp-open-marks): Decode group names when bootstrapping marks.
4900
4901         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4902         Newsgroups and Folowup-To headers.
4903
4904 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4907         (gnus-server-closed-face, gnus-server-denied-face)
4908         (gnus-server-offline-face): Remove variable.
4909         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4910
4911         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4912         of modifying message-stack directly for XEmacs.
4913
4914         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4915         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4916         if the coding-system argument is nil for XEmacs.
4917
4918         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4919         mm-charset-override-alist.
4920
4921         * rfc2047.el: Don't require base64; require rfc2045 for the function
4922         rfc2045-encode-string.
4923         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4924         to quote the parameter value.
4925
4926 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4929         form in gnus-group-name-charset-method-alist.
4930
4931         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4932         overrides the default layout edit-form.
4933
4934         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4935
4936         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4937
4938 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4941         as unfetched articles.
4942
4943 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4946
4947 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4950         original back end that keeps marks in the local system.
4951
4952 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4955         arg of pop-to-buffer for XEmacs.
4956         (gnus-article-read-summary-keys): Ditto; don't restore window
4957         configuration if summary command ends up with neither article buffer
4958         nor summary buffer; describe bindings if summary keys end with C-h.
4959
4960 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * message.el (message-fix-before-sending): Skip raw message part to be
4963         forwarded while checking illegible text.
4964         (message-forward-make-body-mime, message-forward-make-body): Mark
4965         signed or encrypted raw message as having no illegible text.
4966
4967 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4970         (gnus-message-with-timestamp-1): New macro.
4971         (gnus-message-with-timestamp): New function.
4972         (gnus-message): Use them.
4973
4974         * nnheader.el (nnheader-message): Use them.
4975
4976 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4979         .newsrc.eld file.
4980
4981 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-agent.el (gnus-agent-fetch-headers)
4984         (gnus-agent-retrieve-headers): Bind
4985         gnus-decode-encoded-address-function to identity.
4986
4987         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4988         available also when the server returns simply a dot.
4989
4990         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4991
4992 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4995
4996 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-ems.el (gnus-x-splash): Make it work.
4999
5000         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5001         from being used.
5002
5003         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5004
5005 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5008         4th and the 5th arguments.
5009
5010         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5011         the front stickiness.
5012         (gnus-article-summary-command-nosave): Correct the order of the
5013         arguments passed to pop-to-buffer.
5014         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5015         summary command ends up with the article buffer.
5016
5017         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5018         the same faces.
5019
5020 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5021
5022         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5023
5024 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5025
5026         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5027         * gnus-sum.el (gnus-summary-highlight):
5028         * pgg.el (pgg-sign-region, pgg-sign):
5029         * mail-source.el (mail-source-delete-old-incoming-confirm):
5030         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5031
5032 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-art.el (gnus-mime-view-part-externally)
5035         (gnus-mime-view-part-internally): Fix predicate function passed to
5036         completing-read.
5037
5038         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5039
5040         * gnus.el (gnus-update-message-archive-method): Add :version.
5041
5042 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus.el (gnus-update-message-archive-method): New variable.
5045
5046         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5047         according to gnus-message-archive-method if
5048         gnus-update-message-archive-method is non-nil.
5049
5050 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5053         by Loic Dachary <loic@dachary.org>.
5054         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5055
5056 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * message.el (message-pop-to-buffer): Add switch-function argument.
5059         (message-mail): Pass switch-function argument to it.
5060
5061 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5064         Improve doc string.
5065
5066 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5069         (gnus-header-content)
5070         * gnus-cite.el (gnus-cite-10)
5071         * gnus-srvr.el (gnus-server-closed)
5072         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5073         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5074         (gnus-group-mail-3-empty, gnus-group-mail-low)
5075         (gnus-group-mail-low-empty, gnus-splash)
5076         * message.el (message-header-to, message-header-cc)
5077         (message-header-subject, message-header-other, message-header-name)
5078         (message-header-xheader, message-separator, message-cited-text)
5079         (message-mml): Lighten colors of faces used for dark background.
5080
5081 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5082
5083         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5084         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5085
5086 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * message.el (message-narrow-to-headers-or-head):
5089         Ignore mail-header-separator in the body.
5090
5091 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5094         same as window size.
5095
5096 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5097
5098         * message.el (message-font-lock-keywords): Use message-header-xheader
5099         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5100         ahead of the anything pattern, to get it recognised.
5101
5102 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5105         spam.el loads uses it in the compiled defadvice form.
5106
5107 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5108
5109         * gnus-sum.el (gnus-articles-to-read)
5110         (gnus-summary-insert-old-articles): Don't truncate group name for
5111         `read-string'.
5112
5113         * gnus-util.el (gnus-limit-string): Delete this function.
5114
5115         * gnus-sum.el (gnus-simplify-subject-fully): Use
5116         `truncate-string-to-width' instead.
5117
5118 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5119
5120         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5121         if, on summary exit, the next group has to be selected.
5122         (gnus-summary-exit): Use it.
5123
5124 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5127         non-break space.
5128
5129 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5132         Check if group is not a directory.
5133         (nnfolder-request-expire-articles): Don't delete articles if the target
5134         group is not available.
5135
5136         * nnml.el (nnml-request-create-group): Properly check if group is not a
5137         file.
5138         (nnml-request-expire-articles): Don't delete articles if the target
5139         group is not available.
5140
5141         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5142         Don't quote characters that are within parentheses.
5143
5144 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5147         (gnus-handle-ephemeral-exit): Select article according to it.
5148
5149 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * message.el (message-insert-formated-citation-line): Remove newline.
5152         (message-citation-line-format): Add final \n here so that the user can
5153         avoid a blank line.
5154
5155 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5156
5157         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5158         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5159         Update lanl/arXiv support.
5160
5161 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5162
5163         * gnus.el: Bump version number.
5164
5165 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * gnus.el (gnus-version-number): Bump version.
5168
5169 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5170
5171         * gnus.el: No Gnus v0.6 is released.
5172
5173 2007-04-27  Didier Verna  <didier@xemacs.org>
5174
5175         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5176         * gmm-utils.el (gmm-regexp-concat): here.
5177         * message.el: Don't require 'gnus-util.
5178         (message-dont-reply-to-names): Handle name change above.
5179         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5180
5181 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5184         since the initial value varies according to the system.
5185
5186 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5189
5190 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5191
5192         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5193
5194 2007-04-24  Didier Verna  <didier@xemacs.org>
5195
5196         Improve the type of gnus-ignored-from-addresses.
5197         * gnus-util.el (gnus-orify-regexp): New function.
5198         * message.el (gnus-util): Require it.
5199         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5200         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5201         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5202
5203 2007-04-24  Didier Verna  <didier@xemacs.org>
5204
5205         * gnus-sum.el:
5206         * gnus-utils.el: Fix some trailing whitespaces.
5207
5208 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5211         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5212         article's Message-ID; refer parent article in summary buffer.
5213
5214         * message.el (message-bounce): Call mime-to-mml.
5215
5216         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5217         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5218         optimize and/or forms properly.
5219
5220 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5223         URL.
5224
5225 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5228
5229 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5232         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5233         displayed of multipart/alternative part if it is invoked from summary
5234         buffer.
5235
5236         * mm-view.el (mm-inline-text-html-render-with-w3m)
5237         (mm-inline-text-html-render-with-w3m-standalone)
5238         (mm-inline-render-with-function): Use mail-parse-charset by default.
5239
5240 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5241
5242         * parse-time.el (parse-time-string-chars): Check if CHAR
5243         is less than the length of parse-time-syntax.
5244
5245 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5248         from gnus-newsgroup-processable.
5249
5250 2007-04-16  Didier Verna  <didier@xemacs.org>
5251
5252         * gnus-msg.el (gnus-configure-posting-styles): Handle
5253         message-signature-directory properly with :file syntax.  Reported by
5254         "Leo".
5255
5256 2007-04-11  Didier Verna  <didier@xemacs.org>
5257
5258         New user option: message-signature-directory.
5259         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5260         * message.el (message-insert-signature): Ditto.
5261         * message.el (message-signature-file): Doc update.
5262         * message.el (message-signature-directory): New.
5263
5264 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-msg.el (gnus-inews-yank-articles): Use
5267         message-exchange-point-and-mark instead of exchange-point-and-mark.
5268
5269 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * message.el (message-yank-original): Make sure cited text ends with
5272         newline; don't exchange point and mark.
5273
5274 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5275
5276         * tls.el (open-tls-stream): Properly handle case where there
5277         is no associated buffer.
5278
5279 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5280
5281         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5282         message-yank-original, make sure (< mark TEXT point).
5283
5284 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * message.el (message-fill-column): New variable.
5287         (message-mode): Use it.  Add comment on a possible new hook.
5288
5289         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5290         (nnmail-get-new-mail): Reformat.
5291
5292         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5293
5294         * gmm-utils.el: Fix Commentary.
5295         (gmm-tool-bar-from-list): Fix typo in doc string.
5296
5297 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5298
5299         * message.el (message-yank-original): Don't switch point and mark
5300         unnecessarily to put point and mark as documented.
5301
5302 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5305         from the message heads.
5306
5307 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5308
5309         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5310         article buffer does not have a window.  This may not be the best
5311         solution but is certainly better than setting the start of the null,
5312         that is the current, window.
5313
5314 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5317         (gnus-draft-setup): Run it.
5318
5319         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5320         gnus-score-fast-scoring.  Allow regexp.
5321         (gnus-score-headers): Use it.
5322
5323         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5324         XEmacs.
5325
5326         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5327         string.
5328         (gnus-button-alist): Also catch `<f1> k ...'.
5329         (gnus-treat-display-x-face): Fix doc string.
5330
5331 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5332
5333         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5334         evaluation of gnus-extended-version to ensure correct generation of the
5335         User-Agent header when message-generate-headers-first is used.
5336
5337 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5338
5339         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5340         hashcash-path is nil.  Don't call callback with incorrect number of
5341         parameters if val is 0.
5342
5343 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5344
5345         * message.el (message-required-news-headers):
5346         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5347
5348 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5349
5350         * tls.el (open-tls-stream): In handshake-waiting loop,
5351         don't wait more if there is output available to process.
5352
5353 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5354
5355         * tls.el (tls-program): Doc fix.
5356
5357 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * message.el (message-generate-new-buffers): Change the meaning of the
5360         nil value; add `standard' to the choices; treat t as `unique'; improve
5361         doc string.
5362         (gnus-select-frame-set-input-focus): Autoload.
5363         (message-buffer-name): Search for the existing message buffer if
5364         message-generate-new-buffers is nil or `standard'; treat the value t of
5365         message-generate-new-buffers as `unique'.
5366         (message-pop-to-buffer): Raise the frame already displaying the message
5367         buffer; clear the echo area after querying.
5368         (message-setup): Pass the `continue' argument to compose-mail.
5369         (message-mail): Prefer `switch-function' if it is given; search for the
5370         existing message buffer if the `continue' argument is non-nil; pass
5371         continue and switch-function arguments to compose-mail by way of
5372         message-setup.
5373         (message-mail-other-window): Adjust argument of message-setup.
5374         (message-mail-other-frame): Ditto.
5375
5376 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5379         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5380         to turn font-lock on when turning gnus-message-citation-mode on.
5381
5382 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5383
5384         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5385         (mml-smime-function-alist): New variable; add epg as the backend.
5386         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5387         mml-smime- functions instead.
5388         * mm-view.el: Require smime.
5389
5390 2007-03-05  Didier Verna  <didier@xemacs.org>
5391
5392         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5393         instead of just inheritance for posting styles.
5394         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5395
5396 2007-02-24  Chris Moore  <dooglus@gmail.com>
5397
5398         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5399         * pgg-pgp.el (pgg-pgp-encrypt-region):
5400         * pgg-gpg.el (pgg-gpg-encrypt-region):
5401         Check pgg-encrypt-for-me if no other recipients.
5402
5403 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5404
5405         * tls.el (tls-certtool-program): Fix custom type.
5406
5407 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5410         and point-at-eol instead of line-(beginning|end)-position.
5411
5412         * assistant.el (assistant-parse-buffer): Ditto.
5413
5414         * netrc.el (netrc-parse-services): Ditto.
5415
5416 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5417
5418         * mml2015.el (mml2015-epg-find-usable-key): New function.
5419         (mml2015-epg-sign): Use it.
5420         (mml2015-epg-encrypt): Use it.
5421
5422 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * message.el (message-make-in-reply-to): Quote name containing
5425         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5426         if there are special characters.  Reported by NAKAJI Hiroyuki
5427         <nakaji@jp.freebsd.org>.
5428
5429 2007-02-27  Didier Verna  <didier@xemacs.org>
5430
5431         Include the group parameters as well as the topic ones in the
5432         inheritance filter process.
5433         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5434         argument GROUP-PARAMS-LIST.
5435         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5436
5437 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * nntp.el (nntp-never-echoes-commands)
5440         (nntp-open-connection-functions-never-echo-commands): New variables.
5441         (nntp-send-command): Use them.
5442
5443 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5444
5445         * mml2015.el (mml2015-epg-verify): Simplified.
5446
5447 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * mml.el (mml-content-disposition-alist): New user option.
5450         (mml-content-disposition): New function.
5451         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5452         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5453
5454 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5455
5456         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5457         verification.
5458
5459 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5460
5461         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5462         articles posted in the last 24 hours.
5463
5464 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5465
5466         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5467
5468 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5469
5470         * nntp.el (nntp-send-command): Don't wait for echoes when
5471         nntp-open-ssl-stream is used.
5472
5473 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5476         (gnus-message-add-citation-keywords)
5477         (gnus-message-remove-citation-keywords): Remove.
5478         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5479         directly, make the variables in font-lock-defaults buffer-local, add
5480         gnus-message-citation-keywords to them and then update the value of
5481         font-lock-keywords.
5482
5483 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * message.el (message-cite-original-1): Don't call
5486         gnus-article-highlight-citation.
5487
5488         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5489         citations; fix line count.
5490
5491 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5494         (gnus-message-add-citation-keywords)
5495         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5496         versions of font-lock-add-keywords and font-lock-remove-keywords to
5497         work with XEmacs correctly.
5498
5499 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-cite.el (gnus-cite-face-list): Set the values of
5502         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5503         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5504         (gnus-message-cite-prefix-regexp): New variable.
5505         (gnus-message-search-citation-line): Use it; protect against long
5506         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5507         the 0th match data for Emacs.
5508         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5509         (gnus-message-add-citation-keywords): Append keywords rather than
5510         prepending; emulate font-lock-add-keywords if it is not available.
5511         (gnus-message-remove-citation-keywords): Emulate
5512         font-lock-remove-keywords if it is not available.
5513
5514         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5515
5516         * message.el (message-cite-prefix-regexp): Set the value of
5517         gnus-message-cite-prefix-regexp.
5518
5519 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5520
5521         * nnweb.el (nnweb-google-parse-1): Update parser.
5522
5523 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5524
5525         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5526
5527 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5528
5529         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5530         regexp.
5531
5532 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5535         string-to-multibyte.
5536         (uudecode-decode-region-internal): Use it.
5537
5538         * lpath.el: Fbind string-as-multibyte for XEmacs.
5539
5540 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5543         custom choice.
5544
5545         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5546
5547 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5548
5549         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5550
5551         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5552         `write-region' to respect `mm-inhibit-file-name-handlers'.
5553
5554 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5557         Use gnus-home-directory instead of "~/" or "$HOME".
5558
5559 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5560
5561         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5562         to mention filename.
5563         Add comments at beginning regarding usage.
5564         (encrypt-write-file-contents): Change interactive so a string is
5565         acceptable.  If the file has no associated model, show an error instead
5566         of a nonsense prompt.
5567
5568 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5569
5570         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5571         Thanks to Yoshihiko Yamada for kind notification of this typo.
5572
5573 2007-01-12  Kenichi Handa  <handa@m17n.org>
5574
5575         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5576         multibyte buffer.
5577
5578 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * gnus-score.el (gnus-score-fast-scoring): New variable.
5581         (gnus-score-headers): Use it.
5582
5583         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5584
5585         * message.el (message-cite-original-1): Call
5586         gnus-article-highlight-citation if requested.
5587         (message-make-from): Allow name and address as optional arguments.
5588
5589         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5590
5591         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5592         bugs to doc string.
5593         (gnus-button-alist): Add mid\\|message-id.
5594         (gnus-button-fetch-group): Extend for use in
5595         `browse-url-browser-function'.
5596         (gnus-button-url-regexp): Try to catch paired parentheses like in
5597         Wikipedia URLs.
5598
5599         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5600         Suggested by Simon Krahnke <overlord@gmx.li>.
5601
5602 2007-01-13  Romain Francoise  <romain@orebokech.com>
5603
5604         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5605         Update copyright.
5606
5607 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5608
5609         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5610
5611 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * gnus-registry.el (gnus-registry-unfollowed-groups)
5614         (gnus-registry-split-fancy-with-parent): Fix documentation.
5615
5616 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5619         from nnweb groups.
5620
5621 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5624         Xref urls.  Erase buffer before requesting head.
5625
5626 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5629         customizable.
5630
5631 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5632
5633         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5634         no signing key is found.
5635         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5636         no encrypting and/or signing key is found.
5637
5638 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5641
5642 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5643
5644         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5645         headers read from disk with the ones newly found in the current search.
5646         This should no longer cause problems, because the article numbers in
5647         Gmane's `nov.php' output are ignored since the previous change.
5648
5649 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5650
5651         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5652
5653 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5656         replace-regexp-in-string; bind url-version; fbind display-images-p and
5657         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5658         find-face and set-itimer-function for Emacs; bind itimer-list for
5659         Emacs.
5660
5661         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5662
5663 2007-01-01  Romain Francoise  <romain@orebokech.com>
5664
5665         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5666
5667 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5668
5669         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5670         `define-minor-mode' macro definition expanded properly.
5671         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5672         exclude it there.
5673
5674         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5675         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5676         `fboundp' test.
5677         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5678         This is OK to autoload in (S)XEmacs now.
5679
5680 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5683         keystroke.
5684         (gnus-summary-limit-to-singletons): Fix typo.
5685
5686         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5687         else fails.
5688
5689 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5690
5691         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5692         docstring.
5693
5694         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5695         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5696         (gnus-summary-insert-dormant-articles): Fix typo in message.
5697
5698 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5701         nil for XEmacs.
5702         (gnus-message-citation-mode): Don't autoload in XEmacs.
5703
5704         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5705
5706 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5707
5708         * nnimap.el (nnimap-expunge-search-string): Mention
5709         nnimap-search-uids-not-since-is-evil in docstring.
5710
5711 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * spam.el: Revert to make-obsolete-variable because
5714         define-obsolete-variable-alias is not supported in Emacs 21.
5715
5716         * spam.el (spam-ifile-path, spam-ifile-database-path)
5717         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5718         make-obsolete-variable.
5719         (spam-bsfilter-path, spam-bsfilter-program)
5720         (spam-spamassassin-path, spam-spamassassin-program)
5721         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5722         use "path" inappropriately.
5723         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5724         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5725         variable names.
5726
5727 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5728
5729         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5730         summary buffer.
5731
5732         * password.el (password-cache-remove): Use clear-string to burn
5733         password, if available.
5734
5735 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5738
5739         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5740
5741         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5742         (gnus-message-highlight-citation): Move defcustom here from
5743         gnus-cite.el.
5744         (gnus-message-citation-mode): Autoload.
5745
5746         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5747         checks to make it compile with XEmacs.
5748         (gnus-message-citation-mode): New minor mode.
5749         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5750         (gnus-message-highlight-citation): New variables.
5751         (gnus-message-search-citation-line)
5752         (gnus-message-add-citation-keywords)
5753         (gnus-message-remove-citation-keywords)
5754         (turn-on-gnus-message-citation-mode)
5755         (turn-off-gnus-message-citation-mode): New functions.
5756
5757 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5758
5759         * gnus-cite.el: Enable highlighting of different citation levels in
5760         message-mode.
5761
5762 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * message.el (message-make-fqdn): Fix comment.
5765         (message-bogus-system-names): Add ".local".
5766
5767         * spam.el (spam-ifile-path, spam-ifile-program)
5768         (spam-ifile-database-path, spam-ifile-database)
5769         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5770         Don't use "path" inappropriately.
5771         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5772         strings.
5773         (spam-check-ifile, spam-ifile-register-with-ifile)
5774         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5775         new variable names.
5776
5777         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5778         (gnus-treat-display-smileys): Simplify using
5779         gnus-image-type-available-p.
5780
5781         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5782         available.
5783
5784         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5785         `display-images-p' if available.
5786
5787 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5790         one after turning on the buffer's multibyteness instead of decoding
5791         them directly in the unibyte buffer that causes unexpected conversion
5792         in Emacs 23 (unicode).
5793
5794 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5795
5796         * message.el (message-generate-hashcash): Fix custom type.
5797
5798 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5801
5802 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5805         disconnect icons.  Add help text.
5806
5807 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5808
5809         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5810         negated to be consistent with the others we handle.
5811
5812 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5815         version of gnus-summary-buffer to something, so that we can use two
5816         article buffers at the same time.
5817
5818 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5821         trigger all the extra headers.
5822         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5823         sorting.
5824
5825 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5826
5827         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5828         solid groups.
5829
5830 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5831
5832         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5833
5834 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * legacy-gnus-agent.el: Add Copyright notice.
5837
5838 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5839
5840         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5841
5842 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5845
5846         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5847         to make it work reliably in CVS Emacs.
5848         (gnus-summary-limit-strange-charsets-predicate)
5849         (gnus-summary-limit-to-predicate): New functions.
5850
5851 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5852
5853         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5854         specifying array size.
5855         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5856         array if it is too small.
5857         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5858         (gnus-sort-threads-loop): New function.
5859
5860 2006-12-06  Chris Moore  <dooglus@gmail.com>
5861
5862         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5863         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5864
5865 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5866
5867         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5868         options.
5869
5870 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5873         DOS-ing the recipient.
5874
5875         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5876         the headers when creating the mapping to avoid mismappings.
5877         (nnweb-gmane-create-mapping): Always nix out old mapping.
5878
5879 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5882         and mm-verify-option to never.
5883
5884 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * message.el (message-signed-or-encrypted-p): New function.
5887         (message-forward-make-body): Use it.
5888
5889         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5890         Replace encode-coding-string with mm-encode-coding-string.
5891
5892 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * nneething.el (nneething-decode-file-name): Replace
5895         decode-coding-string with mm-decode-coding-string.
5896
5897         * gnus-int.el (gnus-open-server): Say failed server's name.
5898
5899 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5900
5901         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5902         strings to a single string.  Quote `errors-file-name'.
5903         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5904         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5905         Adjust calls.  Use `shell-quote-argument'.
5906
5907 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5908
5909         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5910         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5911
5912         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5913         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5914         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5915         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5916         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5917         (gnus-subscribe-newsgroup, gnus-1):
5918         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5919         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5920         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5921         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5922
5923 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5926         keystroke.
5927         (gnus-summary-limit-to-bodies): Implement headersp.
5928
5929 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5932
5933 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5936
5937 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * message.el (message-generate-hashcash): Expand range of values to
5940         include `opportunistic'.
5941         (message-send-mail): Use it.
5942
5943 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5944
5945         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5946         and comment it.
5947
5948         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5949
5950 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * gnus-util.el (gnus-extract-address-components): Improve comment.
5953
5954 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-util.el (gnus-extract-address-components): Work with address in
5957         which the name portion contains @.
5958
5959         * lpath.el: Fbind custom-autoload.
5960
5961 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * gnus.el (gnus-start): Move custom group up.
5964         (gnus-select-method): Don't autoload, but make it available for
5965         `customize-variable'.
5966         (gnus-getenv-nntpserver): Don't autoload.
5967
5968 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5971
5972 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * message.el (message-sendmail-extra-arguments): New variable.
5975         (message-send-mail-with-sendmail): Use it.
5976
5977 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5980         mm-with-unibyte-current-buffer to make string unibyte.
5981
5982         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5983         mm-string-as-multibyte.
5984
5985 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5986
5987         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5988         Reported by Werner Koch <wk@gnupg.org>.
5989
5990 2006-11-14  Daiki Ueno  <ueno@p360>
5991
5992         * mml2015.el: Autoload epa-select-keys when compiling.
5993
5994 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5995
5996         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5997         message-options.
5998         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5999
6000 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6001
6002         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6003         EasyPG (< 0.0.6).
6004         (mml2015-always-trust): New user option.
6005         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6006         prompt.
6007
6008 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * nntp.el (nntp-authinfo-force): New variable.
6011         (nntp-send-authinfo): Use it.
6012
6013 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6014
6015         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6016         decode encoded words.  Improve prompt.  Add comment about forwarding.
6017         (message-replacement-char): Move up.
6018
6019 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6020
6021         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6022         instead of gnus-intersection because arguments of gnus-sorted-nunion
6023         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6024
6025 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6028         (message-simplify-subject-functions): Enable
6029         message-strip-subject-encoded-words by default.
6030
6031 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6032
6033         * message.el (message-strip-subject-encoded-words): New function.
6034         (message-simplify-subject-functions): New variable.
6035         (message-simplify-subject): Use it.  Fix typo in doc string.
6036         Support message-strip-subject-encoded-words.
6037
6038 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6039
6040         * gnus-diary.el (gnus-diary-delay-format-function):
6041         * nndiary.el (nndiary-reminders):
6042         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6043
6044 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * gnus-art.el (article-hide-boring-headers): Fetch date from
6047         gnus-original-article-buffer to avoid problems with localized date
6048         strings.
6049
6050 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6053
6054 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6057         New variables.
6058         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6059         (mm-charset-synonym-alist): Move some entries to
6060         mm-codepage-iso-8859-list.
6061         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6062         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6063
6064 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6067
6068 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6071         with Emacs 21 and XEmacs.
6072
6073 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6074
6075         * spam.el (spam-parse-address): New function for better parsing,
6076         catching errors, etc.
6077         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6078
6079 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * mm-view.el: Add interactive arg to html2text autoload.
6082
6083 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6086
6087 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6088
6089         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6090         variables.
6091         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6092         (mm-charset-synonym-alist): Move some entries to
6093         mm-codepage-iso-8859-list.
6094
6095         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6096
6097 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * message.el (message-citation-line-format)
6100         (message-insert-formated-citation-line): Fix implementation of %E, %N
6101         and %n according to the doc string.
6102
6103 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6104
6105         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6106         car-safe to avoid bad parses.
6107
6108 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6111         names.
6112
6113         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6114
6115 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6118         header.
6119
6120         * message.el (message-draft-headers): Add Date.
6121         (message-headers-to-generate): Fix typo in docstring.
6122
6123         * nndraft.el (nndraft-required-headers): New variable.
6124         (nndraft-generate-headers): Use it.
6125
6126         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6127
6128 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * gnus-registry.el (gnus-registry-wash-for-keywords)
6131         (gnus-registry-find-keywords): New functions to allow easy searching of
6132         articles that are in the registry.
6133
6134 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6135
6136         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6137         ietf-drums-parse-address instead of gnus-extract-address-components.
6138         Reported by Damien Elmes <damien@repose.cx>.
6139
6140 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus.el (gnus-mime): Remove unused custom group.
6143
6144 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6145
6146         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6147         "blank line" when searching for end of armor headers.
6148
6149 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gmm-utils.el (gmm-write-region): Fix variable name.
6152
6153 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * gmm-utils.el (gmm-write-region): New function based on compatibility
6156         code from `mm-make-temp-file'.
6157
6158         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6159
6160         * nnmaildir.el (nnmaildir--update-nov)
6161         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6162         Use `gmm-write-region'.
6163
6164 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6167         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6168
6169         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6170
6171         * message.el (message-replacement-char): New variable.
6172         (message-fix-before-sending): Use it.
6173         (message-simplify-subject): New function to remove duplicate code.
6174         (message-reply, message-followup): Use it.
6175
6176         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6177         gnus-summary-limit-to-articles.
6178
6179 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-util.el (gnus-with-local-quit): New macro.
6182
6183         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6184
6185 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6188         ignore non-string data.
6189
6190 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6193         non-string data (needs to be done in the registry too).
6194
6195 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6198         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6199         (gnus-registry-split-fancy-with-parent)
6200         (gnus-registry-fetch-simplified-message-subject-fast)
6201         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6202         Remove text properties on ingress into the registry and when it's saved.
6203         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6204         registry from entries with no groups.
6205
6206 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6207
6208         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6209         function to remove string properties.
6210
6211 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gmm-utils.el (gmm): Adjust custom version.
6214
6215         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6216         custom version.
6217
6218         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6219
6220 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * gnus-art.el (gnus-insert-prev-page-button)
6223         (gnus-insert-next-page-button): Simplify.  Reformat.
6224
6225 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6226
6227         * gnus-art.el (gnus-insert-prev-page-button)
6228         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6229
6230 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6231
6232         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6233
6234 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6235
6236         * gnus-art.el (gnus-insert-mime-button)
6237         (gnus-insert-mime-security-button):
6238         Apply gnus-article-button-face to MIME and security buttons.
6239
6240 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6243         readable.
6244
6245 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6248
6249 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6250
6251         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6252         `browse-url-of-file' instead of `browse-url'.
6253
6254 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6255
6256         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6257         regexp.  Articles containing quotation were cut prematurely.
6258
6259 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * message.el (message-cite-original-1): Use nobody by default for the
6262         value of From header.
6263         (message-reply): Ditto.
6264
6265 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6266
6267         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6268         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6269         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6270
6271 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6274         mails in the doc string.  Add some URLs in comment.
6275         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6276
6277 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6280         backslashes handling and the way to find boundaries of quoted strings.
6281
6282 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6283
6284         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6285         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6286         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6287         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6288
6289 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6292         doc string.
6293         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6294
6295 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * lpath.el: Fbind epg-check-configuration.
6298
6299 2006-09-06  Simon Josefsson  <jas@extundo.com>
6300
6301         * mml2015.el (mml2015-use): Doc fix, mention epg.
6302
6303 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6304
6305         * mml2015.el (mml2015-use): Default to epg, if available.
6306
6307 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6308
6309         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6310         message-sender.
6311         (mml1991-epg-encrypt): Ditto.
6312         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6313         message-sender.
6314         (mml2015-epg-encrypt): Ditto.
6315
6316 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6317
6318         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6319         several common directories.
6320
6321 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6322
6323         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6324         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6325
6326 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-art.el (article-decode-encoded-words): Make it fast.
6329
6330 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6333
6334         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6335         in quoted string into `\'.
6336
6337 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6340         Use standard-syntax-table.
6341
6342 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-art.el (gnus-decode-address-function): New variable.
6345         (article-decode-encoded-words): Use it to decode headers which are
6346         assumed to contain addresses.
6347         (gnus-mime-delete-part): Remove useless `or'.
6348
6349         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6350         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6351         (gnus-nov-parse-line): Use it to decode From header.
6352         (gnus-get-newsgroup-headers): Ditto.
6353         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6354
6355         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6356         (mail-decode-encoded-address-string): New alias.
6357
6358         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6359         New function.
6360         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6361         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6362         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6363         (rfc2047-decode-string): Ditto.
6364         (rfc2047-decode-address-region): New function.
6365         (rfc2047-decode-address-string): New function.
6366
6367 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6368
6369         * message.el (message-caesar-buffer-body): Allow rotating headers.
6370
6371         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6372
6373         * message.el (message-insert-formated-citation-line): Fix %f.
6374         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6375
6376 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6379         (gnus-bookmark-mouse-available-p): New macro.
6380         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6381         (gnus-bookmark-bmenu-show-infos): Use it.
6382         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6383         (gnus-bookmark-bmenu-hide-infos): Ditto.
6384         (gnus-bookmark-remove-properties): New function.
6385         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6386         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6387         (gnus-bookmark-write-file): Bind coding-system-for-write.
6388         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6389         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6390         group before selecting it.
6391         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6392         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6393         quit-window if it is not available; use gnus-mouse-2 and bind it to
6394         gnus-bookmark-bmenu-select-by-mouse.
6395         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6396         (gnus-bookmark-bmenu-select-by-mouse): New function.
6397
6398 2006-08-13  Romain Francoise  <romain@orebokech.com>
6399
6400         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6401         space.
6402
6403 2006-08-10  Romain Francoise  <romain@orebokech.com>
6404
6405         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6406         (dns-mode-soa-auto-increment-serial): New user option.
6407         (dns-mode-soa-maybe-increment-serial): New function.
6408         (dns-mode): Add the latter to `write-contents-functions'.
6409
6410 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * compface.el (uncompface): Use binary rather than raw-text-unix.
6413
6414 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * compface.el (uncompface): Make sure the eol conversion doesn't take
6417         place when communicating with the external programs.  Reported by
6418         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6419
6420 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6423
6424 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6425
6426         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6427         Make it more robust by parsing author and date independently.
6428
6429 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6432
6433 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6434
6435         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6436         first matching secret key.
6437         (mml2015-epg-encrypt): Ditto.
6438
6439         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6440         first matching secret key.
6441         (mml1991-epg-encrypt): Ditto.
6442
6443         * mml2015.el (mml2015-encrypt-to-self): New user option.
6444         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6445         mml2015-epg-encrypt-to-self is set.
6446
6447         * mml1991.el (mml1991-encrypt-to-self): New variable.
6448         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6449         mml1991-epg-encrypt-to-self is set.
6450
6451         * mml2015.el (mml2015-signers): New user option.
6452         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6453         (mml2015-epg-encrypt): Allow to select signing keys.
6454
6455         * mml1991.el (mml1991-signers): New variable.
6456         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6457         (mml1991-epg-encrypt): Allow to select signing keys.
6458
6459 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * nnheader.el (nnheader-insert-head): Make it work even if the file
6462         uses CRLF for the line-break code.
6463
6464 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6465
6466         * mml2015.el: Require mml-sec instead of password.
6467         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6468         (mml2015-cache-passphrase): Inherit the default value from
6469         mml-secure-cache-passphrase.
6470         (mml2015-passphrase-cache-expiry): Inherit the default value from
6471         mml-secure-passphrase-cache-expiry.
6472
6473         * mml1991.el: Require mml-sec instead of password.
6474         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6475         (mml1991-cache-passphrase): Inherit the default value from
6476         mml-secure-cache-passphrase.
6477         (mml1991-passphrase-cache-expiry): Inherit the default value from
6478         mml-secure-passphrase-cache-expiry.
6479
6480         * mml-sec.el: Require password.
6481         (mml-secure-verbose): New user option.
6482         (mml-secure-cache-passphrase): New user option.
6483         (mml-secure-passphrase-cache-expiry): New user option.
6484
6485 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6486
6487         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6488         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6489         andreas@altroot.de (Andreas Vögele).
6490
6491         FIXME: Use `tiny change'?
6492
6493 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6494
6495         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6496         workaround for the url package included with Emacs.
6497
6498         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6499
6500 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6503         correctly.  This fixes a bug caused by the 2006-05-12 change.
6504
6505 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6506
6507         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6508         some information about the error when saying that the `bogus' mail
6509         group will be used.
6510
6511 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6514         string.
6515
6516 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6517
6518         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6519
6520 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6521
6522         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6523
6524 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6525
6526         * mml1991.el (mml1991-function-alist): Add epg.
6527         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6528         (mml1991-epg-encrypt): New functions.
6529
6530 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6531
6532         * mml2015.el (mml2015-verbose): New variable.
6533         (mml2015-cache-passphrase): Ditto.
6534         (mml2015-passphrase-cache-expiry): Ditto.
6535         (mml2015-function-alist): Add epg.
6536         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6537         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6538         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6539         functions.
6540
6541 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6542
6543         * message.el (message-cite-original-1): Preserve region when removing
6544         quoted text due to X-No-Archive in order to avoid bogus attribution
6545         when citing multiple messages.
6546
6547 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6548
6549         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6550         Kenneth Jacker <khj@be.cs.appstate.edu>.
6551
6552 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * gnus-diary.el (gnus-user-format-function-d)
6555         (gnus-user-format-function-D): Autoload.
6556
6557         * imap.el (Commentary): Fix typo.
6558
6559         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6560         2006-04-22 contribution.
6561
6562 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6563
6564         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6565         It didn't really fix the bogosity I'm seeing with solid web groups.
6566
6567 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6568
6569         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6570         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6571         created using server names.  If we use the feature without declaring
6572         it, Gnus does not properly manage server and group state.
6573
6574         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6575         bound.
6576
6577 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6578
6579         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6580         looking up the method using GROUP's prefix before inventing a new one.
6581         It is used on killed/unknown groups in various places where returning
6582         an all-new method isn't expected by the caller.
6583
6584         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6585         and match semantics of gnus-group-real-prefix.
6586
6587 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * nnmail.el (nnmail-broken-references-mailers): New variable.
6590         (nnmail-ignore-broken-references): New function generalizing
6591         nnmail-fix-eudora-headers.
6592         (nnmail-fix-eudora-headers): Now obsolete.
6593
6594         * gnus-art.el (gnus-button-handle-custom): Support
6595         `customize-apropos*'.
6596
6597 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6600
6601         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6602         articles.
6603
6604 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * message.el (message-cite-reply-above): New variable.
6607         (message-yank-original): Use it.
6608
6609 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6612
6613 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6616         as read.
6617
6618         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6619
6620 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6623         (gnus-bookmark-default-file): Use gnus-directory.
6624         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6625         Remove "*" in doc string.
6626         (gnus-bookmark-write-file): Simplify.
6627         (gnus-bookmark-maybe-sort-alist): Use `when'.
6628         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6629         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6630         FIXME about Emacs 21 and XEmacs compatibility.
6631         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6632         compatibility.
6633         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6634         compatibility.
6635         (gnus-bookmark-menu-heading): Fix version.
6636
6637 2006-06-19  Bastien Guerry  <bzg@altern.org>
6638
6639         * gnus-bookmark.el: New file.
6640
6641 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * message.el (message-syntax-checks): Doc fix.
6644
6645 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6646
6647         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6648         unsubscribed groups as if they were killed ones.  It causes duplicate
6649         entries in gnus-newsrc-alist.
6650
6651 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * message.el (message-syntax-checks): Doc fix.
6654         (message-send-mail): Add check for continuation headers.
6655         (message-check-news-header-syntax): Fix regexp used to check for
6656         continuation headers.
6657
6658 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6661
6662 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6665
6666 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6669         default-truncate-lines.
6670
6671 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6674         to fill the utf-8 entry.
6675
6676         * lpath.el: Fbind unicode-precedence-list.
6677
6678 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6679
6680         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6681
6682 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6683
6684         * gnus-agent.el (directory-files-and-attributes): Move all the way
6685         forward (the third and final move).
6686         (gnus-agent-read-agentview): Trap reconstruction errors due to
6687         nonexistant directory.  Handle by returning nil.
6688
6689 2006-05-30  Didier Verna  <didier@xemacs.org>
6690
6691         * message.el (message-dont-reply-to-names): Update the custom type.
6692         * message.el (message-dont-reply-to-names): New defsubst: potentially
6693         convert a list of regexps into a single one.
6694         * message.el (message-get-reply-headers): Use it.
6695         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6696
6697 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-agent.el (directory-files-and-attributes): Move forward.
6700
6701 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * gnus-ml.el (gnus-mailing-list-subscribe)
6704         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6705         (gnus-mailing-list-message): Fix doc strings.
6706
6707 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6708
6709         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6710         of doing it manually.
6711
6712 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6715         comment.
6716
6717 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6718
6719         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6720         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6721         (gnus-agent-read-local): All symbols allocated in my-obarray.
6722         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6723         (gnus-agent-regenerate-group): Check numeric names to see if they are
6724         messages or groups.
6725         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6726         better way of do this...)
6727
6728         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6729         'dummy.group' (there should be a better way of do this...)
6730
6731 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6734         (gnus-saved-headers): Ditto.
6735         (gnus-default-article-saver): Mention functions may have properties.
6736         (gnus-article-save): Override gnus-save-all-headers and
6737         gnus-saved-headers by :headers property which saver function may have.
6738         (gnus-summary-save-in-file): Add :headers property.
6739         (gnus-summary-write-to-file): Ditto.
6740
6741         * gnus-sum.el (gnus-summary-save-article): Bind
6742         gnus-prompt-before-saving to t when saving many articles in a file;
6743         always show all headers.
6744
6745         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6746
6747 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6750         marks.
6751
6752         * message.el (message-indent-citation): Add optional arguments to allow
6753         using it outside of message buffers.
6754
6755         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6756         (gnus-article-treat-unfold-headers): Use it.
6757         (gnus-article-truncate-lines): New variable.
6758         (gnus-article-mode): Use it.
6759         (gnus-article-toggle-truncate-lines): New function.
6760
6761         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6762         gnus-article-toggle-truncate-lines.
6763
6764         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6765         coding system in XEmacs, use binary.
6766
6767 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6770         after-load-alist.
6771
6772         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6773         this function should save decoded articles.
6774         (gnus-summary-write-to-file): Use property to specify this function
6775         should save decoded articles and specify gnus-summary-save-in-file
6776         should be used to save articles other than the first one when saving
6777         many articles.
6778         (gnus-summary-save-body-in-file): Use property to specify this
6779         function should save decoded articles.
6780         (gnus-summary-write-body-to-file): Use property to specify this
6781         function should save decoded articles and specify
6782         gnus-summary-save-body-in-file should be used to save articles other
6783         than the first one when saving many articles.
6784
6785         * gnus-sum.el (gnus-summary-save-article): Simplify.
6786
6787 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-art.el (gnus-default-article-saver): Add
6790         gnus-summary-write-body-to-file.
6791         (gnus-article-save-coding-system): Don't use coding system object
6792         in XEmacs.
6793         (gnus-read-save-file-name): Add optional `dir-var' argument which
6794         specifies directory in which files are saved; work even if optional
6795         `variable' argument is not specified.
6796         (gnus-summary-write-to-file): Read file name.
6797         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6798         (gnus-summary-write-body-to-file): New function.
6799
6800         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6801         (gnus-summary-local-variables): Add it.
6802         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6803         (gnus-summary-save-article): Remove optional `decode' argument;
6804         determine whether to decode articles by the value of
6805         gnus-default-article-saver; when saving many files using
6806         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6807         it first and use gnus-summary-save-in-file or
6808         gnus-summary-save-body-in-file thereafter unless
6809         gnus-prompt-before-saving is always; move point to article which
6810         will be saved.
6811         (gnus-summary-save-article-file): Revert.
6812         (gnus-summary-write-article-file): Revert.
6813         (gnus-summary-save-article-body-file): Revert.
6814         (gnus-summary-write-article-body-file): New function.
6815
6816 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-art.el (gnus-default-article-saver): Doc fix.
6819         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6820         from gnus-summary-save-article-coding-system, and default to a
6821         certain coding system.
6822         (gnus-output-to-file): Add coding cookie and encode text according
6823         to gnus-article-save-coding-system; don't use mm-append-to-file.
6824
6825         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6826         gnus-art.el and rename to gnus-article-save-coding-system.
6827         (gnus-summary-save-article): Require gnus-art; don't show all
6828         headers if it decodes articles; don't add coding cookie here;
6829         don't bind mm-text-coding-system-for-write.
6830         (gnus-summary-save-article-file): Save decoded articles.
6831         (gnus-summary-write-article-file): When saving many files, use
6832         gnus-summary-write-to-file first and gnus-summary-save-in-file
6833         thereafter unless gnus-prompt-before-saving is always.
6834         (gnus-summary-save-article-body-file): Save decoded articles.
6835
6836         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6837
6838 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * nnrss.el (nnrss-check-group): Bind hash-index.
6841
6842 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6843
6844         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6845         its hash index.  Store this hash in `nnrss-group-data'.
6846         (nnrss-read-group-data): Update accordingly.
6847
6848 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6851         entry.
6852
6853         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6854         gnus-article-browse-html-article.
6855
6856 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6857
6858         * gnus-sum.el (gnus-summary-mime-map): Add
6859         gnus-article-browse-html-article.
6860
6861         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6862
6863 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6866         suitable coding systems in customize.
6867
6868 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * mail-source.el (mail-sources): Fix custom type.
6871
6872 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6875         (gnus-summary-expire-articles-now): Shorten prompt.
6876
6877         * gmm-utils.el (wid-edit): Require.
6878         (defun-gmm): Renamed from `gmm-defun-compat'.
6879         (gmm-image-search-load-path): Use it.
6880         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6881
6882 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6885         variable.
6886         (gnus-summary-save-article): Add optional `decode' argument.  If
6887         it is set and gnus-summary-save-article-coding-system is non-nil,
6888         save decoded article.
6889         (gnus-summary-write-article-file): Save decoded article if
6890         gnus-summary-save-article-coding-system is non-nil.
6891
6892         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6893         type.
6894
6895 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6898
6899 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6902         first to test gnus-single-article-buffer which may be buffer-local.
6903
6904         * gnus-sum.el (gnus-summary-setup-buffer): Make
6905         gnus-single-article-buffer buffer-local and nil in ephemeral
6906         group; make gnus-article-buffer, gnus-article-current, and
6907         gnus-original-article-buffer always buffer-local.
6908         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6909         group.
6910         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6911
6912 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * nnml.el (nnml-request-compact-group): Compressed files might not
6915         have .gz extension.
6916
6917 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6920         (mm-copy-to-buffer): Use with-current-buffer.
6921         (mm-display-part): Simplify.
6922         (mm-inlinable-p): Add optional arg `type'.
6923
6924 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6925
6926         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6927         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6928         Try harder to show the attachment internally or externally using
6929         gnus-mime-view-part-as-type.
6930
6931 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * message.el (message-from-style, message-signature-separator)
6934         (message-user-organization-file, message-send-mail-function)
6935         (message-citation-line-function, message-yank-prefix)
6936         (message-indent-citation-function, message-signature)
6937         (message-signature-file, message-signature-insert-empty-line):
6938         Remove autoloads.
6939
6940         * gnus-art.el (gnus-buttonized-mime-types): Remove
6941         "multipart/signed".  Revert 2006-04-26 change.
6942
6943 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * gnus.el (gnus-version-number): Bump version.
6946
6947 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6948
6949         * gnus.el: No Gnus v0.5 is released.
6950
6951 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6952
6953         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6954         fetching articles by message-id.
6955
6956 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * message.el (hashcash): Require hashcash as normal.
6959
6960         * ecomplete.el (ecomplete-highlight-match-line): Use
6961         point-at-eol.
6962         (ecomplete-highlight-match-line): Use `highlight', because that
6963         face exists in both Emacs and XEmacs.
6964
6965         * message.el (message-display-abbrev): Use point-at-bol.
6966
6967         * mail-source.el: Don't require timer/timer-funcs.
6968
6969         * gnus-async.el: Ditto.
6970
6971         * password.el: Ditto.
6972
6973         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6974
6975         * mm-url.el: Ditto.
6976
6977         * gnus-xmas.el: Don't require timer-funcs.
6978
6979         * mm-util.el: Require timer/timer-funcs.
6980
6981 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6982
6983         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6984         Close.
6985
6986 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6989         unibyte after clear-decrypt function runs.
6990
6991         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6992         returns as a unibyte string.
6993
6994 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * lpath.el: Revert.
6997
6998         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6999         (pgg-gpg-process-sentinel): Revert.
7000
7001         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7002         (pgg-pgp-lookup-key): Revert.
7003
7004         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7005         (pgg-pgp5-lookup-key): Revert.
7006
7007         * pgg.el (pgg-fetch-key): Revert.
7008
7009 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * lpath.el: Fbind string-as-multibyte for XEmacs.
7012
7013         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7014         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7015         (mml1991-pgg-encrypt): Ditto.
7016
7017         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7018         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7019         a multibyte buffer.
7020
7021         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7022         (pgg-pgp-lookup-key): Ditto.
7023
7024         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7025         (pgg-pgp5-lookup-key): Ditto.
7026
7027         * pgg.el (pgg-fetch-key): Ditto.
7028
7029 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * message.el (message-user-organization-file): Check several
7032         locations of the organization file.
7033
7034         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7035         Add gnus-article-view-part-as-type.
7036
7037         * gnus-art.el (gnus-article-view-part-as-type): New function.
7038
7039         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7040         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7041
7042         * mml.el: Simplify autoload.
7043         (mml-mode): defvar dnd-protocol-alist instead of using
7044         symbol-value.
7045         (mml-default-directory): New variable.
7046         (mml-minibuffer-read-file): Use it.
7047         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7048
7049         * message.el (message-citation-line-format): New variable.
7050         (message-insert-formated-citation-line): New function.
7051         (message-citation-line-function): Add
7052         `message-insert-formated-citation-line' to custom type.
7053
7054         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7055         to doc string.
7056
7057         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7058         depending on mm-verify-option.
7059
7060 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7063         binding pgg-* variables; reimplement the section which prevents
7064         MIME header from being signed.
7065         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7066         pgg-text-mode; remove a blank line at the top of body.
7067
7068         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7069         lines at the top of body; use gnus-newsgroup-charset if there's no
7070         Charset header.
7071
7072 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * message.el (message-self-insert-commands): Doc fix.
7075
7076         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7077         (mm-uu-pgp-encrypted-test): Ditto.
7078         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7079         between header and body; return application/pgp-encrypted handle
7080         if decryption failed; decode decrypted body by charset.
7081
7082         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7083         element match to application/pgp-*.
7084
7085 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7086
7087         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7088         HTML.
7089
7090 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * mail-source.el (mail-source-call-script): Message the error
7093         string.
7094
7095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * gnus-util.el (gnus-byte-compile): Use it.
7098
7099 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7100
7101         * gnus-util.el (kill-empty-logs): New function.
7102
7103 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * message.el (message-mail-alias-type): Doc fix.
7106         (message-mail-alias-type-p): New function.
7107         (message-send): Use it.
7108         (message-mode): Ditto.
7109         (message-strip-forbidden-properties): Ditto.
7110
7111         * ecomplete.el (ecomplete-database-file-coding-system): New
7112         variable.
7113         (ecomplete-save): Use it.
7114         (ecomplete-setup): Use it.
7115
7116 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * message.el (message-self-insert-commands): New variable.
7119         (message-strip-forbidden-properties): Use it.
7120
7121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7122
7123         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7124         that doesn't make XEmacs choke.
7125
7126 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-util.el (gnus-replace-in-string):
7129         Prefer replace-regexp-in-string over of replace-in-string.
7130
7131 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-util.el (gnus-select-frame-set-input-focus):
7134         Use select-frame-set-input-focus if it is available in XEmacs; use
7135         definition defined in Emacs 22 for old Emacsen.
7136
7137         * dgnushack.el: Autoload unmorse-region for XEmacs.
7138
7139         * lpath.el: Bind cursor-in-non-selected-windows and
7140         select-frame-set-input-focus for XEmacs.
7141
7142 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7145
7146 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7147
7148         * gnus-registry.el (gnus-registry-cache-save): Remove text
7149         properties when saving via the temp buffer.
7150
7151 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * message.el (message-generate-hashcash): Honor custom type.
7154
7155 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * message.el (message-generate-hashcash): Default to non-nil when
7158         hashcash is found.
7159
7160         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7161         (gnus-refer-thread-limit): Increase default to 500.
7162
7163         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7164
7165         * flow-fill.el (fill-flowed): Allow delete-space.
7166
7167 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7170         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7171         Remove autoloads.
7172
7173 2006-04-18  Simon Josefsson  <jas@extundo.com>
7174
7175         * message.el (message-generate-hashcash): Default to.
7176
7177 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7180         concatenating segments rather than before concatenating them.
7181
7182 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7185
7186 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7189
7190         * message.el (message-forward-make-body-plain): Allow
7191         message-forward-ignored-headers to be a list.
7192         (message-remove-ignored-headers): Factor out into function.
7193         (message-forward-make-body-mml): Use it.
7194
7195         * imap.el (imap-quote-specials): New function.
7196         (imap-login-auth): Quote specials.
7197
7198         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7199         (rfc2231-parse-string): Allow concatanation of parameters that
7200         aren't contiguous.  The test case is
7201           (mail-header-parse-content-type "message/external-body;
7202             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7203             access-type=LOCAL-FILE;
7204             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7205
7206 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7207
7208         * nntp.el (nntp-accept-process-output): Return the value of
7209         `nnheader-accept-process-output'.
7210
7211 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7214         (gnus-button-alist): Recognize more diff formats.
7215         (gnus-button-patch): Strip directory.
7216
7217 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7220         Emacs 22 when setting focus.
7221
7222 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * gnus-art.el (gnus-article-treat-types): Do treatment of
7225         text/x-verbatim parts.
7226         (gnus-button-patch): New command.
7227
7228         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7229         addresses that contain invalid characters.
7230
7231 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * message.el (message-put-addresses-in-ecomplete): Use
7234         gnus-replace-in-string.
7235         (message-is-yours-p): Use the more correct
7236         mail-header-parse-address instead of
7237         mail-extract-address-components.
7238         (message-put-addresses-in-ecomplete): Fix typo.
7239
7240         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7241         keystroke.
7242
7243         * gnus-art.el (gnus-treatment-function-alist): Change order of
7244         newsgroups/generic header folding to avoid double-folding.
7245
7246         * message.el (message-hidden-headers): Add X-Draft-From.
7247
7248         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7249         command.
7250         (gnus-summary-repeat-search-article-backward): New command.
7251
7252         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7253         groups in the parent topic.
7254
7255 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7256
7257         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7258         (spam-extra-header-to-number): Return the CRM114 number as a
7259         number instead of a string.
7260
7261 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus-art.el (gnus-face-properties-alist): Moved here from
7264         gnus-fun.
7265
7266         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7267
7268 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * message.el (message-strip-forbidden-properties): Only display on
7271         self-insert-command.
7272
7273         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7274         reindent.
7275         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7276
7277 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7278
7279         * smiley.el (smiley-style): Fix typo.
7280
7281 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * hashcash.el (hashcash-insert-payment-async-2): Use
7284         message-goto-eoh instead of doing it manually.
7285         (mail-add-payment): Use message-narrow-to-header instead of trying
7286         to do the same itself.
7287
7288         * message.el (message-hidden-headers): Add Face.
7289
7290         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7291         reparenting code.
7292         (gnus-summary-reparent-children): Refactored out code.
7293         (gnus-summary-thread-map): New keystroke.
7294         (gnus-summary-reparent-children): Make into command.
7295
7296         * smiley.el (smiley-style): Default to `medium' if using a large
7297         font.
7298
7299         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7300         does it itself.
7301
7302         * message.el (message-point-in-header-p): Simplify definition.
7303
7304 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * nnagent.el (nnagent-request-set-mark): Silence log file
7307         writing.
7308         (nnagent-request-set-mark): Use write-region instead of
7309         append-to-file.
7310
7311         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7312         strange select method.
7313
7314         * ecomplete.el (ecomplete-display-matches): Get highlightling
7315         right.
7316         (ecomplete-display-matches): Use literals.
7317         (ecomplete-display-matches): Disable message logging.
7318
7319         * message.el (message-display-abbrev): Small optimization.
7320
7321         * ecomplete.el (ecomplete-display-matches): Allow automatic
7322         display.
7323
7324         * message.el (message-strip-forbidden-properties): Display
7325         abbrevs.
7326         (message-display-abbrev): Get automatic display right.
7327
7328         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7329         keystrokes.
7330
7331 2006-04-13  Romain Francoise  <romain@orebokech.com>
7332
7333         TODO: Backport to v5-10!
7334
7335         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7336         Moved here (and renamed) from gnus-registry.el.
7337
7338         * gnus-registry.el: Require gnus-util.
7339         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7340
7341 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * gnus-group.el (gnus-group-catchup-current): Change
7344         if-then-else-if-then-else into cond.
7345         (gnus-group-catchup): Indent.
7346         (group-name-at-point): New function.
7347         (gnus-fetch-group): Provide default from thing at point.
7348
7349 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * message.el (message-display-abbrev): Fix regexp.
7352
7353         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7354         choosing.
7355         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7356         dead variables.
7357
7358         * message.el (message-newline-and-indent): Remove debugging.
7359         (message-display-abbrev): Use new implementation.
7360
7361 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * gnus-art.el (gnus-article-mode): Set
7364         cursor-in-non-selected-windows to nil.
7365
7366         * smiley.el: Revert previous change.
7367         (smiley-data-directory): defvar it before using it in the
7368         defcustom of `smiley-style'.
7369
7370 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * message.el (message-newline-and-indent): New function.
7373
7374         * ecomplete.el: Implement more bits.
7375
7376         * message.el (message-put-addresses-in-ecomplete): Clean up the
7377         string.
7378
7379         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7380
7381         * gnus-sum.el (gnus-summary-save-parts): Bind
7382         gnus-summary-save-parts-counter and use it to make unique file
7383         names.
7384
7385         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7386
7387         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7388         parameter to say whether to actually parse the individual
7389         addresses.
7390
7391         * message.el (message-put-addresses-in-ecomplete): New function.
7392         (ecomplete): Require.
7393         (message-mail-alias-type): Add ecomplete as an option.
7394
7395 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7396
7397         * flow-fill.el (fill-flowed): Remove trailing space from blank
7398         quoted lines.
7399
7400 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * smiley.el (smiley-style): Move definition later to avoid a
7403         compilation warning.
7404
7405 2006-04-12  Kenichi Handa  <handa@m17n.org>
7406
7407         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7408         buffer and then decode the buffer text if necessary.
7409         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7410         first, and after mm-encode-body, change the buffer to unibyte.
7411         Use mm-disable-multibyte instead of set-buffer-multibyte.
7412
7413 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7416         Content-Type header instead of Content-Disposition header.
7417         (gnus-mime-inline-part): Ditto.
7418         (gnus-mime-view-part-as-charset): Ignore charset that the part
7419         specifies.
7420
7421         * mm-decode.el (mm-display-part): Work with external parts and
7422         usual parts similarly.
7423
7424         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7425         instead of gnus-display-mime.
7426
7427         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7428         instead of with-temp-buffer.
7429
7430         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7431         tag to summarized topics part in order to encode non-ASCII text.
7432
7433 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * smiley.el (smiley-style): New variable.
7436         (smiley-directory): New function.
7437         (smiley-data-directory): Derive from `smiley-style' using
7438         `smiley-directory'.
7439         (smiley-regexp-alist): Add new entries.
7440
7441         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7442         (gnus-article-browse-delete-temp): Add :version.
7443
7444 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7445
7446         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7447         the sieve region.
7448
7449 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * gnus.el (gnus-version-number): Bump version.
7452
7453 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * gnus.el: No Gnus v0.4 is released.
7456
7457 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7460         layout.
7461
7462         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7463         unknown charset.
7464
7465         * message.el (message-header-synonyms): Add Original-To to the
7466         default.
7467
7468         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7469         optional parameter.
7470
7471 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * gnus-fun.el (gnus): Require it for gnus-directory.
7474
7475 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7478
7479 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7480
7481         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7482
7483 2006-04-05  Simon Josefsson  <jas@extundo.com>
7484
7485         * password.el (password-reset): New function.
7486
7487 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7488
7489         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7490         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7491
7492 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7493
7494         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7495         Some whitespace was matched into the url, which broke browsing hits
7496         > 100 when mm-url-use-external was nil.
7497
7498 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7501         gnus-extra-headers for 'Newsgroups.
7502
7503         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7504         bound.
7505
7506 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7507
7508         * pgg-gpg.el: Clean up process buffers every time gpg processes
7509         complete.
7510
7511 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7514         doc string.
7515
7516 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7517
7518         * pgg-gpg.el (pgg-gpg-process-filter)
7519         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7520
7521         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7522         lines, temporary fix.
7523
7524 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7527
7528 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7529
7530         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7531         default-enable-multibyte-characters.  This reverts the change from
7532         revision 6.17 which is no longer necessary because the passphrase
7533         is sent separately now.  GnuPG messages are unreadable under
7534         multibyte locales with default-enable-multibyte-characters set to
7535         nil.
7536
7537 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * message.el (message-tool-bar-gnome): Move "spell".
7540
7541 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7544         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7545         instead.
7546
7547 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7548
7549         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7550         newsgroups handling for NNTP overviews which don't include
7551         Newsgroups.
7552
7553 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7554
7555         * message.el (message-resend): Bind message-generate-hashcash to nil.
7556
7557 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7558
7559         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7560         when searching for already-paid recipients.
7561
7562 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7563
7564         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7565         passphrases when it is not needed.
7566         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7567         passphrase stuff from gpg, should only be necessary when you use
7568         gpg with a smartcard.
7569
7570 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * mml.el (mml-insert-mime): Ignore cached contents of
7573         message/external-body part.
7574
7575         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7576         (mm-insert-part): Ditto.
7577
7578 2006-03-23  Simon Josefsson  <jas@extundo.com>
7579
7580         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7581         Reiner.
7582         (pgg-gpg-use-agent-p): Use it again.
7583
7584 2006-03-23  Simon Josefsson  <jas@extundo.com>
7585
7586         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7587         older emacsen.
7588         (pgg-gpg-use-agent-p): Don't use it.
7589
7590 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7593         if we can.
7594
7595 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7596
7597         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7598         (pgg-gpg-update-agent): New function.
7599         (pgg-gpg-use-agent-p): New function.
7600         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7601         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7602         (pgg-gpg-sign-region): Use it.
7603
7604 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7607         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7608
7609 2006-03-21  Simon Josefsson  <jas@extundo.com>
7610
7611         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7612         <wilde@sha-bang.de>.
7613         (pgg-gpg-use-agent): New variable.
7614         (pgg-gpg-process-region): Use it.
7615         (pgg-gpg-encrypt-region): Likewise.
7616         (pgg-gpg-encrypt-symmetric-region): Likewise.
7617         (pgg-gpg-decrypt-region): Likewise.
7618         (pgg-gpg-sign-region): Likewise.
7619         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7620
7621 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7624
7625         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7626         Add comment on version.
7627
7628 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * smiley.el: Add missing test smiley.
7631
7632 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * mm-decode.el (mm-with-part): New macro.
7635         (mm-get-part): Use it; work with message/external-body as well.
7636         (mm-save-part): Treat name and filename equally.
7637
7638         * mm-extern.el (mm-extern-cache-contents): New function.
7639         (mm-inline-external-body): Use it; force the part to be displayed;
7640         move undisplayer added to the cached handle to the parent.
7641
7642         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7643         (gnus-mime-view-part-as-type): Work with message/external-body.
7644
7645         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7646
7647 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7650         images in image-load-path.  [Sync with image.el, revision 1.60, in
7651         Emacs.]
7652
7653 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7656         path rather than symbol.  Always return list of directories.
7657         Guarantee that image directory comes first.  [Sync with image.el,
7658         revision 1.59, in Emacs.]
7659
7660         * message.el (message-make-tool-bar): Adjust to new API of
7661         `gmm-image-load-path-for-library'.
7662
7663         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7664
7665         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7666
7667 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7668
7669         * gnus-art.el (gnus-article-only-boring-p):
7670         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7671         intangible text.
7672         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7673
7674 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7677         `defun' instead of `gmm-defun-compat'.
7678
7679 2006-03-14  Simon Josefsson  <jas@extundo.com>
7680
7681         * message.el (message-unique-id): Don't use message-number-base36
7682         if (user-uid) is a float.
7683         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7684
7685 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7688
7689         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7690         empty line between a part and a message part.
7691
7692 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * smiley.el: Add more test smileys.
7695         (smiley-data-directory, smiley-regexp-alist)
7696         (gnus-smiley-file-types): Fix doc strings.
7697         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7698         adding new elements.
7699         (smiley-mouse-map): Unused code.  Make it a comment.
7700
7701 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7704         scan latest NoCeM messages instead of old ones.
7705         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7706         delimiters that are recently used.
7707         (gnus-nocem-load-cache): Add autoload cookie.
7708
7709         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7710
7711         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7712         level which is larger than gnus-use-nocem is specified.
7713
7714         * gnus-group.el (gnus-group-get-new-news): Ditto.
7715
7716 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * gnus-util.el (gnus-tool-bar-update): New function.
7719
7720         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7721         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7722
7723         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7724
7725         * gnus-group.el (gnus-group-redraw-when-idle)
7726         (gnus-group-redraw-check): Remove.
7727         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7728
7729 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7732         if optional last element is specified in splits (FIELD VALUE...).
7733
7734 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7737         to gmm-image-load-path-for-library.  Call with no-error argument.
7738         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7739
7740         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7741
7742         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7743
7744         * gmm-utils.el (gmm-image-load-path): Remove alias.
7745
7746 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gmm-utils.el (gmm-image-load-path): Add alias.
7749
7750         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7751         nnml-generate-nov-databases-1.
7752         (nnml-generate-nov-databases): Use it.
7753         (nnml-generate-nov-databases-directory): Document no-active
7754         argument.
7755
7756         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7757         directory if path is t.  Add no-error.
7758
7759         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7760         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7761
7762         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7763         resetting gnus-article-browse-html-temp-list.
7764
7765         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7766         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7767         Add example to docstring.  Rename local variables.  Move error
7768         checks to default case in cond and simplify.
7769
7770 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7773         handle is multipart when calling it recursively.
7774         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7775
7776 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7777
7778         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7779         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7780
7781 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7784         is loaded.
7785
7786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7787         loaded.
7788
7789 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7792         to "Emacs 23 (unicode)" in doc string.
7793
7794         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7795         "Emacs 23 (unicode)" in comment.
7796
7797 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7800
7801         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7802         characters 160 through 255 in Emacs 23.
7803
7804 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7807         gnus-article-browse-html-temp.
7808         (gnus-article-browse-delete-temp): Make it customizable.  Add
7809         `file'.  Adjust doc string.
7810         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7811         query for each file.  Adjust doc string.
7812         (gnus-article-browse-html-parts): Add
7813         `gnus-article-browse-delete-temp-files' to
7814         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7815
7816 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7817
7818         * gnus-art.el (gnus-article-browse-html-temp)
7819         (gnus-article-browse-delete-temp): New variables.
7820         (gnus-article-browse-delete-temp-files): New function.
7821         (gnus-article-browse-html-parts): Use it.
7822
7823 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7826
7827         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7828         string.
7829
7830         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7831         gnus-summary-insert-new-articles when unplugged.  Remove
7832         gnus-summary-search-article-forward.
7833
7834         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7835         display-visual-class instead of display-color-cells.
7836
7837 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * dgnushack.el: Autoload customize-group for XEmacs.
7840
7841         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7842         message/* containing non-ASCII text properly.
7843
7844 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * message.el: Require gmm-utils, remove autoloads.
7847         (message-tool-bar): Set default based on
7848         gmm-tool-bar-style.
7849         (message-tool-bar-gnome): Add gmm-customize-mode.
7850
7851         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7852         gmm-tool-bar-style.
7853         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7854
7855         * gnus-group.el (gnus-group-tool-bar): Set default based on
7856         gmm-tool-bar-style.
7857         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7858
7859         * gmm-utils.el (gmm-image-directory): Rename variable from
7860         gmm-image-load-path.
7861         (gmm-image-load-path): Use gmm-image-directory.
7862         (gmm-customize-mode): New function.
7863         (gmm-tool-bar-style): New variable.
7864
7865         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7866         gnus-group-redraw-line-number.
7867         (gnus-group-redraw-check): Simplify.
7868         (gnus-group-tool-bar-update): Remove redraw check.
7869         (gnus-group-make-tool-bar): Add redraw check.
7870
7871 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7872
7873         * gnus-art.el (gnus-button): Add missing parentheses.
7874
7875 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * lpath.el: Fbind line-number-at-pos.
7878
7879 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7882
7883 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-art.el (gnus-button): New face.
7886         (gnus-article-button-face): Use it.
7887
7888         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7889         gnus-summary-next-page.  Re-order.
7890
7891         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7892         next-node are now included.
7893         (gnus-group-redraw-line-number): New internal variable.
7894         (gnus-group-redraw-check): Helper function for updating the tool
7895         bar.
7896         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7897
7898         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7899
7900         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7901         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7902         Use it to match format of Spamassassin 3.0 and later.  Reported by
7903         IRIE Tetsuya <irie@t.email.ne.jp>.
7904         (spam-check-bogofilter)
7905         (spam-bogofilter-register-with-bogofilter): Fix args of
7906         `gnus-error' calls.
7907
7908 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7911         unnecessary interaction when sending queued mails.  Reported by
7912         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7913
7914 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7917         first or last are nil.
7918
7919 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7920
7921         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7922
7923 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7926
7927 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * dns.el (query-dns): Protect more against buggy tcp output.
7930
7931 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7934         nov.php.
7935
7936 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7937
7938         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7939         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7940         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7941         output on the server side.
7942         (nnweb-google-create-mapping): Update regexps and add some
7943         progress indication.
7944
7945 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7948         gnus-agent-toggle-plugged.  Re-order icons.
7949         (gnus-group-tool-bar-gnome): Add
7950         gnus-group-{prev,next}-unread-group.
7951         (gnus-group-tool-bar-gnome): Re-order icons.
7952
7953         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7954         gnus-summary-insert-new-articles.
7955
7956         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7957         comments.
7958
7959         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7960         also available in Emacs 21.3.
7961
7962         * message.el (message-fix-before-sending): Change "Emacs 22" to
7963         "Emacs 23 (unicode)" in comment.
7964
7965         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7966         "Emacs 23 (unicode)" in comment.
7967
7968         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7969         comment.
7970         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7971
7972         * mm-view.el (mm-fill-flowed): Add :version.
7973
7974 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7977         and load-path.
7978
7979 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * message.el: Autoload gmm-image-load-path.
7982         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7983         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7984         consitency.
7985
7986         * gmm-utils.el (gmm-image-load-path): Also search in
7987         "../etc/images".  Don't set gmm-image-load-path if we don't find
7988         the image.
7989
7990 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gmm-utils.el (gmm-image-load-path): Don't make
7993         `gmm-image-load-path' include subdirectories which the second arg
7994         `image' might specify.
7995
7996         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7997         subdirectory to icon file names.
7998
7999         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8000
8001 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8004         gmm-image-load-path calls.
8005
8006         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8007
8008         * message.el (message-make-tool-bar): Ditto.
8009
8010         * mml.el (mml-preview): Added comment concerning tool bar icons.
8011
8012         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8013         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8014
8015         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8016         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8017
8018         * message.el (message-tool-bar-gnome): Use new icon names.
8019         (message-make-tool-bar): Use `gmm-image-load-path'.
8020
8021         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8022         functions from MH-E.
8023         (gmm-image-load-path): New variable from MH-E.
8024         (gmm-image-load-path): New function from MH-E.  Added arguments
8025         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8026         *-image-load-path-called-flag.
8027
8028 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8029
8030         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8031
8032 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8033
8034         * nnimap.el (nnimap-request-move-article): Change folder back to
8035         source group before deleting.
8036
8037 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8040
8041         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8042         mm-url.
8043
8044         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8045
8046 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8049         coding system which mm-charset-to-coding-system returns for a
8050         given charset is valid.
8051
8052 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8053
8054         * html2text.el (html2text-remove-tag-list):
8055         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8056
8057 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8058
8059         * gnus-cus.el: Revert 2005-10-17 change.
8060
8061 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-art.el (article-strip-banner): Call
8064         article-really-strip-banner only when the regexp match is made.
8065
8066 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-art.el (article-strip-banner): Use
8069         gnus-extract-address-components instead of
8070         mail-header-parse-addresses to make it work with non-ASCII text;
8071         remove mail-encode-encoded-word-string.
8072
8073         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8074         values which are surrounded with \"...\"; make it never cause a
8075         Lisp error; give up parsing of parameters if it failed in
8076         extracting type.
8077
8078 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8079
8080         * smime.el (smime-cert-by-ldap-1): Fix bug where
8081         `smime-ldap-search' returns results without userCertificates.
8082
8083 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8086
8087 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * spam.el (spam-check-spamassassin-headers): Adapt format for
8090         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8091         <ari@mbf.ocn.ne.jp>.
8092         (spam-list-of-processors): Add spam-use-gmane.
8093
8094 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8097         make-temp-file; make it work with XEmacs as well.
8098
8099         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8100         mm-make-temp-file.
8101
8102         * mm-decode.el (mm-display-external): Use the 3rd arg of
8103         mm-make-temp-file.
8104         (mm-create-image-xemacs): Ditto.
8105
8106 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8109         with message-narrow-to-headers.
8110         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8111         (gnus-draft-check-draft-articles): New function.
8112         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8113
8114 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * gnus-art.el (gnus-article-browse-html-parts):
8117         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8118         Don't use suffix argument for mm-make-temp-file for Emacs 21
8119         compatibility.  Remove useless `format'.
8120
8121 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8122
8123         * nnweb.el (nnweb-google-wash-article): Update regexps.
8124         (nnweb-group-alist): Use defvoo instead of defvar.
8125
8126 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8129         re-loading nn* modules.
8130
8131 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8132
8133         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8134         for `tool-bar-mode' and don't check it's default-value.
8135
8136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8137
8138         * message.el (message-make-tool-bar): Ditto.
8139
8140         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8141         `substring'.  Shorten tmp-file name.
8142
8143         * gnus.el: Remove bogus comment.
8144
8145 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8146
8147         * gnus-art.el (gnus-article-browse-html-parts): New function.
8148         (gnus-article-browse-html-article): New function for viewing html
8149         articles with a browser.
8150
8151 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8152
8153         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8154         in elisp.
8155         (pgg-gpg-encrypt-symmetric-region): Ditto.
8156         (pgg-gpg-sign-region): Ditto.
8157
8158         * pgg-def.el (pgg-text-mode): New variable.
8159
8160         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8161         (mml2015-pgg-encrypt): Ditto.
8162
8163         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8164         (mml1991-pgg-encrypt): Ditto.
8165
8166 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8169         message-make-date instead of current-time-string.
8170
8171         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8172         to gnus-decoded which mm-uu might set.
8173
8174 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8177         don't decode quoted parameters; remove misimported Emacs code.
8178         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8179         (rfc2231-decode-encoded-string): Don't use split-string which
8180         behaves differently according to Emacs version; use
8181         mm-decode-coding-region to convert charset to coding-system.
8182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8183         (rfc2231-encode-string): Remove misimported Emacs code.
8184
8185 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8188         when calling mail-header-parse-content-type.
8189         (article-de-quoted-unreadable): Ditto.
8190         (article-de-base64-unreadable): Ditto.
8191         (article-wash-html): Ditto.
8192
8193         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8194         calling mail-header-parse-content-type and
8195         mail-header-parse-content-disposition.
8196         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8197         mail-header-parse-content-type.
8198
8199         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8200         insert charset and format parameters; encode description after
8201         inserting it to buffer.
8202         (mml-insert-parameter): Fold lines properly even if a parameter is
8203         segmented into two or more lines; change the max column to 76.
8204
8205         * rfc1843.el (rfc1843-decode-article-body): Don't use
8206         ignore-errors when calling mail-header-parse-content-type.
8207
8208         * rfc2231.el (rfc2231-parse-string): Return at least type if
8209         possible; don't cause an error even if it fails in parsing of
8210         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8211         (rfc2231-encode-string): Don't break lines at the beginning, leave
8212         it to mml-insert-parameter.
8213
8214         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8215         calling mail-header-parse-content-type.
8216
8217 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * spam-report.el (spam-report-gmane-use-article-number):
8220         Improve doc string.
8221         (spam-report-gmane-internal): Check if a suitable header was found
8222         in the article.
8223
8224 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8227         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8228
8229 2006-02-05  Romain Francoise  <romain@orebokech.com>
8230
8231         Update copyright notices of all files in the gnus directory.
8232
8233 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8234
8235         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8236
8237 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8240         segmented lines of parameter value to cope with Thunderbird 1.5
8241         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8242         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8243         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8244
8245 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8246
8247         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8248         parts.
8249
8250 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8251
8252         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8253         there's only one active file for all servers.
8254         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8255         solid groups.  Gnus might have used a FAST request to select the group.
8256         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8257         and nnweb-search redundantly in the active file.
8258         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8259         (nnweb-request-create-group): Don't use ARGS.
8260         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8261         initialisations.  Let nnoo do the work.
8262
8263 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8266         Say the part has been decoded.
8267
8268         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8269
8270 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8271
8272         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8273         mailcap-viewer-test-cache when there's no 'test clause, since that
8274         will invert the meaning of a "nil" test previously determined by
8275         mailcap-mailcap-entry-passes-test.
8276
8277 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8280         compiling.
8281
8282         * gnus-sum.el: Ditto.
8283
8284         * message.el: Don't bind tool-bar-map when compiling.
8285
8286 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8289
8290 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8291
8292         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8293         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8294         current Google Groups.
8295
8296 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8299         and tool-bar-mode.
8300
8301         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8302         and tool-bar-mode.
8303
8304         * message.el (message-tool-bar-update): Simplify.
8305         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8306
8307         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8308         gnus-summary-buffer.
8309         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8310         gnus-summary-reply.
8311
8312         * gmm-utils.el (gmm): Add :version.
8313
8314 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * Makefile.in (clean): New rule.
8317         (distclean): Use it.
8318
8319 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8320
8321         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8322         autoload.
8323
8324 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gmm-utils.el (gmm-verbose): Add :group.
8327
8328 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * message.el: Change some comments WRT tool-bars.
8331
8332         * gnus-sum.el (gnus-summary-tool-bar)
8333         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8334         (gnus-summary-tool-bar-zap-list): New variables.
8335         (gnus-summary-make-tool-bar): Complete rewrite using
8336         `gmm-tool-bar-from-list'.
8337
8338         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8339         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8340         variables.
8341         (gnus-group-make-tool-bar): Complete rewrite using
8342         `gmm-tool-bar-from-list'.
8343         (gnus-group-tool-bar-update): New function.
8344
8345         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8346
8347 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8350         is dissected into a single part of which the type is the same as
8351         the given one; decode charset.
8352
8353 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8354
8355         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8356         into alists as symbol not string, since that's what
8357         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8358         look for.
8359
8360 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8363         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8364
8365         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8366
8367 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8370         (gnus-xmas-mime-security-button-menu): New function.
8371
8372         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8373         (gnus-mime-security-button-menu): New definition.
8374         (gnus-mime-security-button-map): Use them.
8375         (gnus-mime-security-button-menu): New function.
8376         (gnus-insert-mime-security-button): Addition to help echo.
8377         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8378         (gnus-mime-security-pipe-part): New functions.
8379
8380         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8381         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8382
8383         * mm-decode.el (mm-handle-set-disposition): Remove.
8384         (mm-handle-set-description): Remove.
8385
8386 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8389         (mm-w3m-standalone-supports-m17n-p): New function.
8390         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8391         w3m usage.
8392
8393         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8394         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8395
8396 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * message.el (message-tool-bar-zap-list): Use
8399         gmm-tool-bar-zap-list as custom type.
8400         (message-tool-bar-update): New function.
8401         (message-tool-bar, message-tool-bar-gnome)
8402         (message-tool-bar-retro): Add message-tool-bar-update.
8403         (message-tool-bar-gnome): Add flyspell-buffer.
8404
8405         * gnus-util.el (gnus-error): Describe `args'.
8406
8407         * gmm-utils.el (gmm-error): Describe `args'.
8408         (gmm-tool-bar-zap-list): New widget.
8409         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8410
8411 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8414         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8415         the number of recursive calls.
8416
8417         * mm-decode.el (mm-handle-set-disposition): New macro.
8418         (mm-handle-set-description): New macro.
8419
8420 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8423         encoding.
8424
8425 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * message.el (message-tool-bar-zap-list, message-tool-bar)
8428         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8429         (message-tool-bar-local-item-from-menu): Remove.
8430         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8431         (message-make-tool-bar): New function.
8432         (message-mode): Use `message-make-tool-bar'.
8433
8434         * gmm-utils.el: New file.
8435         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8436         (gmm-lazy): New widget copied from `nnmail.el'.
8437         (gmm-tool-bar-from-list): New function for creating customizable
8438         tool bars.
8439         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8440         output.
8441         (gmm): Add :prefix to defgroup.
8442
8443 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8444
8445         * gmm-utils.el (gmm-widget-p): New function.
8446
8447 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * mml.el (mml-attach-file): Describe `description' in doc string.
8450         (mml-menu): Add Emacs MIME manual and PGG manual.
8451
8452 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8453
8454         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8455
8456 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8457
8458         * nntp.el (nntp-end-of-line): Doc fix.
8459
8460 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8461
8462         * imap.el (imap-open): Handle case where buffer is a buffer
8463         object.
8464
8465 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8466
8467         * gnus-delay.el (gnus-delay): Don't autoload.
8468         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8469         to be re-loaded when customizing the `gnus-delay' group.
8470
8471 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8472
8473         * message.el (message-insert-citation-line): Use newlines.
8474
8475 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8476
8477         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8478         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8479         these routines, so the passphrase can be managed externally and
8480         passed in to the system.
8481         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8482         pgg-add-passphrase-to-cache function.
8483
8484         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8485         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8486         these routines, so the passphrase can be managed externally and
8487         passed in to the system.
8488         (pgg-pgp5-sign-region): Use new name of
8489         pgg-add-passphrase-to-cache function.
8490
8491 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8492
8493         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8494         part of the decoded armor to find the key-identifier.
8495         (pgg-gpg-lookup-key-owner): New function to return the
8496         human-readable identifier of a key owner.
8497         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8498         itself.
8499         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8500         the key value) if we have a key and can match it against a secret
8501         key.  Also, added a note pointing out fact that the prompt only
8502         indicates the first matching key.
8503
8504         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8505         pgg-decrypt-region.
8506         (pgg-add-passphrase-to-cache): Rename from
8507         `pgg-add-passphrase-cache' to reduce confusion (all callers
8508         changed).
8509         (pgg-remove-passphrase-from-cache): Rename from
8510         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8511         changed).
8512         (pgg-read-passphrase, pgg-add-passphrase-cache)
8513         (pgg-remove-passphrase-cache): Add informative docstrings.
8514         (pgg-decrypt): Convey provided passphrase in subordinate call to
8515         pgg-decrypt-region.
8516
8517 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8518
8519         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8520         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8521         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8522         'passphrase' argument, so the passphrase can be managed externally
8523         and then passed in to the system.
8524
8525         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8526         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8527         so the passphrase cache can be used reliably with identifiers
8528         besides a pgp packet's key id.
8529
8530         * pgg-gpg.el (pgg-gpg-encrypt-region)
8531         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8532         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8533         these routines, so the passphrase can be managed externally and
8534         passed in to the system.
8535
8536         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8537         'notruncate' argument, so the passphrase cache can be used
8538         reliably with identifiers besides a pgp packet's key id.
8539
8540 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8541
8542         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8543         symmetric encryption.
8544         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8545         encrypted session key.
8546         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8547         message ask for the passphrase in a proper way.
8548
8549         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8550         New user commands for symmetric encryption.
8551
8552 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8555
8556         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8557
8558 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8559
8560         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8561
8562 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * mm-decode.el (mm-inlined-types): Add application/pgp.
8565         (mm-automatic-display): Ditto.
8566
8567         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8568         part as text.
8569
8570 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * nnrss.el: Update copyright.
8573         (nnrss-opml-import): Query whether to subscribe to each entry.
8574
8575         * gnus-art.el:
8576         * gnus-sum.el:
8577         * gnus-xmas.el:
8578         * messagexmas.el:
8579         * mm-uu.el:
8580         * mm-view.el: Update copyright.
8581
8582 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * message.el (message-info): New function.
8585         (message-mode-menu): Add it.
8586         Update copyright.
8587
8588         * ChangeLog: Fix and update copyright.
8589
8590 2006-01-13  Romain Francoise  <romain@orebokech.com>
8591
8592         * message.el (message-forward-subject-name-subject): Prefer the
8593         address to 'nowhere' if the sender has no name.
8594         Fix typo.  Update copyright year.
8595
8596 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-art.el (article-wash-html): Use
8599         gnus-summary-show-article-charset-alist if a numeric arg is given.
8600         (gnus-article-wash-html-with-w3m-standalone): New function.
8601
8602         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8603         mm-inline-text-html-render-with-w3m-standalone.
8604         (mm-text-html-washer-alist): Map w3m-standalone to
8605         gnus-article-wash-html-with-w3m-standalone.
8606         (mm-inline-text-html-render-with-w3m-standalone): New function.
8607
8608 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8611         Improve LaTeX.
8612
8613 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8616         (nnrss-request-article): Render text/plain parts as HTML.
8617
8618         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8619         the buffer.
8620
8621 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8624         custom definition of `gnus-posting-styles'.
8625
8626         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8627         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8628
8629 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8632         Use nntp for bug archive.
8633
8634 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8637         parts.
8638         (nnrss-normalize-date): New function converts ISO 8601 date into
8639         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8640         (nnrss-check-group): Use it.
8641
8642 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8645
8646         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8647         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8648         (nnrss-insert-w3): Ditto.
8649
8650 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8653         the articles to be forwarded including the case where neither a
8654         number of articles nor a region is specified.
8655
8656 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * nnrss.el (nnrss-request-article): Fix last change; fill
8659         text/plain parts.
8660
8661 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8664         in text/plain part.
8665         (nnrss-check-group): Don't add excessive newline to dc:subject.
8666
8667 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8668
8669         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8670         article.
8671
8672 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8675         (nnml-use-compressed-files, nnml-save-mail): Support other
8676         comression programs such as bzip2.
8677
8678 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * dns.el (query-dns): Make sure we check the buffer size before
8681         removing tcp headers.
8682
8683 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8686         remove MIME buttons associated with multipart/alternative parts.
8687         (gnus-mime-display-alternative): Tag buttons using `article-type'
8688         text property.
8689
8690         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8691         associated with multipart/alternative parts.
8692
8693         * gnus-art.el (gnus-signature-separator): Fix custom type.
8694
8695         * mm-decode.el (mm-inlined-types): Fix custom type.
8696         (mm-keep-viewer-alive-types): Ditto.
8697         (mm-automatic-display): Ditto.
8698         (mm-attachment-override-types): Ditto.
8699         (mm-inline-override-types): Ditto.
8700         (mm-automatic-external-display): Ditto.
8701
8702 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * spam-report.el (spam-report-user-mail-address)
8705         (spam-report-user-agent): New variables.
8706         (spam-report-url-ping-plain): Use spam-report-user-agent.
8707
8708 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8709
8710         * gnus-art.el (gnus-button-handle-custom): Do not just use
8711         `customize-apropos' for any "M-x customize-*" button but the
8712         function called for.  Accept both the function name and its
8713         argument in order to achieve this.
8714         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8715         function name to `gnus-button-handle-custom' in case of "M-x
8716         customize-*" buttons.
8717
8718 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8721         multipart/alternative and add xref to mm-discouraged-alternatives
8722         in doc string.
8723
8724         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8725         gnus-buttonized-mime-types in doc string.
8726
8727 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8730         Suggest image/.* in the doc string.
8731
8732 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8735         message-marks (Debian bug #342521).
8736
8737 2005-12-12  Simon Josefsson  <jas@extundo.com>
8738
8739         * password.el (password-read-from-cache): Add.
8740         (password-read): Use it.
8741
8742 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8745         us-ascii as a MIME charset.
8746
8747         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8748         against the case where the 2nd arg TYPE is nil.
8749
8750 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * pop3.el (pop3-stream-type): Fix custom version.
8753
8754         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8755
8756 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8757
8758         * mm-decode.el (mm-display-external): Add missing cdr.
8759
8760 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8763         RFC1524) if it is in mailcap or add a suffix according to
8764         mailcap-mime-extensions when generating a temp filename; postpone
8765         deleting a temp file for 2 seconds for some wrappers, shell
8766         scripts, and so on, which might exit right after having started a
8767         viewer command as a background job.
8768
8769 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * nntp.el (nntp-marks-directory): Fix custom group.
8772
8773         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8774         steps when < 10.
8775
8776         * gnus-start.el (gnus-no-server-1): Mention
8777         `gnus-level-default-subscribed' in doc string.
8778
8779 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8780
8781         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8782         parens.
8783
8784 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-xmas.el (gnus-use-toolbar): Revert.
8787         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8788         gnus-use-toolbar is default.
8789
8790         * messagexmas.el (message-use-toolbar): Revert.
8791         (message-setup-toolbar): Use global default-toolbar if
8792         message-use-toolbar is default.
8793
8794 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8797         according to default-toolbar-visible-p.
8798
8799         * messagexmas.el (message-use-toolbar): Ditto.
8800
8801 2005-11-26  Dave Love  <fx@gnu.org>
8802
8803         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8804         (tls-program, tls-success): Provide openssl alternative.
8805
8806         * starttls.el: Doc fixes.
8807         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8808         SERVICE to PORT.
8809
8810         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8811         port null or service name.
8812         (starttls-negotiate): Autoload.
8813
8814 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * message.el (message-kill-to-signature): Fix interactive spec.
8817
8818 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * pop3.el (pop3-open-server): Recognize a string as a service name.
8821
8822 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8823
8824         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8825
8826 2005-11-23  Dave Love  <fx@gnu.org>
8827
8828         Add pop3s, pop3/starttls.
8829
8830         * pop3.el (pop3-authentication-scheme): Clarify doc.
8831         (open-tls-stream, starttls-open-stream): Autoload.
8832         (pop3-stream-type): New.
8833         (pop3-open-server): Use it.
8834
8835         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8836         for POP.
8837         (mail-source-keyword-map): Add :stream for POP.
8838         (mail-source-fetch-pop): Use pop3-stream-type.
8839
8840 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8843         of current-time-string.
8844
8845 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8846
8847         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8848         date header.
8849
8850 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8851
8852         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8853         it can seriously impact performance as it bypasses the agent's
8854         local caches.
8855
8856 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8857
8858         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8859         must be explicitly online rather than "not explicitly offline" for
8860         its flags to be synchronized.
8861
8862         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8863         that gnus-uu-unmark-thread will function correctly.
8864
8865         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8866         1024K is instead displayed as 1M.
8867
8868 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8871
8872 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8873
8874         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8875
8876 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8877
8878         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8879         error message to display actual error condition.
8880         (gnus-agent-save-local): Avoid saving symbols that are bound to
8881         nil as they simply result in a warning message in
8882         gnus-agent-read-local.
8883
8884 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8887         rather than make-variable-buffer-local for file-precious-flag.
8888
8889 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8890
8891         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8892         for duplicates which are removed.  The invalid sort check then
8893         triggers a rescan after the sort as sorting may have moved
8894         duplicate entries such that they can be cheaply detected.
8895
8896 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8899
8900 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8901
8902         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8903         internal variable to a custom variable.  Changed default value
8904         from compressed(2) to uncompressed(1).
8905         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8906         support for uncompressed agentview files.  Taken together, reading
8907         the agentview file should now be 6-7 times faster.
8908
8909 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8910
8911         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8912         as a buffer-local variable.  This avoids creating truncated
8913         dribble files as a result of a hang up, eg.
8914
8915 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8916
8917         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8918         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8919         XEmacs.
8920
8921 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * gnus-start.el (gnus-start-draft-setup): Enforce
8924         `gnus-draft-mode' for nndraft:drafts at startup.
8925
8926         * gnus.el (gnus-splash): Change custom group.
8927         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8928         allow-list argument.
8929
8930         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8931         string.
8932
8933 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * gnus-art.el (gnus-default-article-saver): Add user-defined
8936         `function' to custom type.
8937
8938 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8939
8940         * imap.el (imap-open): Handle case where buffer is a buffer
8941         object.
8942
8943 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8946         long lines.
8947         (gnus-cache-delete-group): Wrap doc strings.
8948
8949         * gnus-agent.el (gnus-agent-rename-group)
8950         (gnus-agent-delete-group): Wrap doc strings.
8951
8952 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * messagexmas.el (message-use-toolbar): Change the valid values
8955         into default, top, bottom, left, and right.
8956         (message-toolbar-thickness): New variable.
8957         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8958         well.
8959         (message-setup-toolbar): Make it work.
8960
8961         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8962         (gnus-use-toolbar): Change the valid values into default, top,
8963         bottom, left, and right.
8964         (gnus-toolbar-thickness): New variable.
8965         (gnus-xmas-setup-toolbar): New function.
8966         (gnus-xmas-setup-group-toolbar): Use it.
8967         (gnus-xmas-setup-summary-toolbar): Use it.
8968
8969 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus-start.el (gnus-1): Add "native" to
8972         gnus-predefined-server-alist.
8973
8974         * gnus.el (gnus-method-to-server): Don't add "native" to the
8975         lists here, because that leads to problems when
8976         gnus-select-method is bound.
8977
8978 2005-11-09  Simon Josefsson  <jas@extundo.com>
8979
8980         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8981         use (not sort-by-date) instead.
8982
8983 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8984
8985         * gnus-delay.el (gnus-delay-group): Don't autoload.
8986         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8987         to be re-loaded when customizing the `gnus-delay' group.
8988
8989 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8990
8991         * message.el: Revert last changes.
8992         (message-insert-citation-line): Use newlines.
8993
8994 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8995
8996         * message.el (message-courtesy-message)
8997         (message-mark-insert-begin, message-mark-insert-end)
8998         (message-elide-ellipsis, message-cancel-message)
8999         (message-add-header, message-change-subject)
9000         (message-cross-post-followup-to-header)
9001         (message-cross-post-insert-note, message-reduce-to-to-cc)
9002         (message-widen-reply, message-delete-not-region)
9003         (message-kill-to-signature, message-insert-signature)
9004         (message-insert-importance-high, message-insert-importance-low)
9005         (message-insert-or-toggle-importance)
9006         (message-insert-disposition-notification-to)
9007         (message-indent-citation, message-yank-original)
9008         (message-cite-original-without-signature, message-cite-original)
9009         (message-insert-citation-line, message-position-on-field)
9010         (message-fix-before-sending, message-send-mail-partially)
9011         (message-send-mail, message-send-mail-with-sendmail)
9012         (message-send-mail-with-qmail, message-send-news)
9013         (message-check-news-header-syntax, message-generate-headers)
9014         (message-insert-courtesy-copy, message-fill-address)
9015         (message-fill-header, message-shorten-references)
9016         (message-setup-1, message-cancel-news)
9017         (message-forward-make-body-plain, message-forward-make-body-mime)
9018         (message-forward-make-body-mml, message-encode-message-body)
9019         (message-forward-make-body-digest-plain)
9020         (message-forward-make-body-digest-mime)
9021         (message-use-alternative-email-as-from): Insert `hard-newline'
9022         instead of ordinary newlines.
9023
9024 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * message.el (message-generate-headers): Downcase the argument
9027         given to message-check-element.
9028
9029 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9030
9031         * nntp.el (nntp-authinfo-rejected): New error condition.
9032         (nntp-wait-for): Use new error condition to signal authentication
9033         error.
9034         (nntp-retrieve-data): Rethrow new error condition to break out of
9035         recursive call to nntp-send-authinfo.
9036
9037 2005-11-08  Romain Francoise  <romain@orebokech.com>
9038
9039         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9040         (gnus-summary-exit-map): Bind to `Z p'.
9041         (gnus-summary-make-menu-bar): Add menu item.
9042
9043 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9046         (gnus-treat-*): Add `first' in all doc strings.
9047
9048         * gnus-group.el (gnus-group-compact-group): Fix typo.
9049
9050 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus.el (gnus-parameters-case-fold-search): New variable.
9053         (gnus-parameters-get-parameter): Use it.
9054
9055         * gnus-score.el (gnus-home-score-file): Doc fix.
9056
9057 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9058
9059         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9060
9061 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-util.el (mm-special-display-p): New function.
9064
9065         * mml.el (mml-preview): Use it; doc fix.
9066
9067 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9068
9069         * imap.el (imap-open): Handle case where buffer is a buffer object.
9070
9071 2005-10-29  Romain Francoise  <romain@orebokech.com>
9072
9073         * message.el (message-fix-before-sending): Fix comment.
9074
9075 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9076
9077         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9078
9079 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9080
9081         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9082         Used in gnus-score.el.
9083
9084 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9087
9088 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9091         whitespace removed in revision 7.8.  Use concatenated string to
9092         protect trailing whitespace.
9093
9094 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9095
9096         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9097         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9098         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9099         Courier IMAP ("some version from 2004").  Mostly based on similar
9100         code in the same function.
9101
9102 2005-10-26  Didier Verna  <didier@xemacs.org>
9103
9104         * gnus-group.el (gnus-group-compact-group): Invalidate original
9105         article buffer.
9106         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9107         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9108         NOV database and in article itself.
9109         Invalidate article backlog.
9110
9111 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9114
9115 2005-10-26  Simon Josefsson  <jas@extundo.com>
9116
9117         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9118         part of 2004-07-25 change.
9119
9120 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * message.el (message-display-completion-list): New function.
9123         (message-expand-group): Use it; make sure the Completions buffer
9124         is modifiable.
9125 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9126
9127         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9128         user-mail-name is an empty string.
9129
9130 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9133         depending on gnus-score-decay-constant.
9134
9135         * encrypt.el (encrypt-insert-file-contents)
9136         (encrypt-write-file-contents): Don't use `gnus-message'.
9137
9138         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9139         arguments.
9140         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9141         arguments to mm-uu-verbatim-marks-extract.
9142         (mm-uu-hide-markers): New variable.
9143         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9144
9145         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9146         (gnus-convert-image-to-face-command): Use "convert" by default to
9147         allow other input image formats.
9148         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9149         accordingly.
9150
9151 2005-10-23  Simon Josefsson  <jas@extundo.com>
9152
9153         * imap.el (imap-gssapi-program): Align command line parameters
9154         with latest GNU SASL.
9155         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9156
9157 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9160         HTML.
9161         (nnslashdot-request-article): Ditto.
9162
9163         * lpath.el (featurep): Add nobreak-char-display.
9164
9165 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9166
9167         * mail-source.el (mail-source-fetch-pop): Require pop3.
9168         (mail-source-check-pop): Ditto.
9169
9170 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9173         errors.
9174
9175 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9178         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9179
9180         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9181
9182         * mm-bodies.el (mm-decode-string): Call
9183         `mm-charset-to-coding-system' with allow-override argument.
9184
9185 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9188         (rfc2047-charset-to-coding-system): New function.
9189         (rfc2047-decode-encoded-words): New function.
9190         (rfc2047-decode-region): Use them.
9191         (rfc2047-decode-cte): Remove.
9192         (rfc2047-parse-and-decode): Remove.
9193         (rfc2047-decode): Remove.
9194
9195 2005-10-15  Kenichi Handa  <handa@m17n.org>
9196
9197         * rfc2047.el (rfc2047-decode-cte): New function.
9198         (rfc2047-decode-region): Change the way to decode successive
9199         encoded-words: decode B- or Q-encoding in each encoded-word,
9200         concatenate them, and decode it as charset.
9201
9202 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * lpath.el: Fbind codepage-setup for XEmacs.
9205
9206 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9207
9208         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9209         widget-move-and-invoke.
9210         (gnus-custom-mode): Use gnus-custom-map.
9211
9212 2005-10-15  Bill Wohler  <wohler@newt.com>
9213
9214         * message.el (message-tool-bar-map): Renamed image file from
9215         mail_send to mail/send.
9216
9217 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9218
9219         * message.el (message-expand-group): Pass the common
9220         prefix substring of completion to `display-completion-list'.
9221
9222 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * mml-sec.el (mml-secure-method): New internal variable.
9225         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9226         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9227         functions using mml-secure-method.
9228
9229         * mml.el (mml-mode-map): Add key bindings for those functions.
9230         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9231         Harder <harder@myrealbox.com>.
9232         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9233         end of message if point is the headers of the message.
9234
9235         * message.el (message-in-body-p): New function.
9236
9237         * assistant.el: Autoload gnus-util and netrc.
9238
9239         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9240         Use `mm-charset-override-alist' only when decoding.
9241
9242         * mm-bodies.el (mm-decode-body): Call
9243         `mm-charset-to-coding-system' with allow-override argument.
9244
9245         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9246         `filename' from Content-Disposition if Content-Type doesn't
9247         provide `name'.
9248         (gnus-mime-view-part-as-type): Set default instead of
9249         initial-input.
9250
9251 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9252
9253         * format-spec.el (format-spec): Propagate text properties of % spec.
9254
9255 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-art.el (gnus-treat-predicate): Add `first'.
9258
9259 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9262         (mm-charset-override-alist): New variable.
9263         (mm-charset-to-coding-system): Use it.
9264         (mm-codepage-setup): New helper function.
9265         (mm-charset-eval-alist): New variable.
9266         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9267         about unknown charsets.
9268
9269         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9270
9271 2005-10-04  David Hansen  <david.hansen@gmx.net>
9272
9273         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9274         (nnrss-check-group): Ditto.
9275
9276 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9279         Rename x-gnus-verbatim to x-verbatim.
9280         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9281
9282         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9283         x-verbatim.
9284
9285         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9286
9287         * gnus-util.el (gnus-remove-duplicates): Remove.
9288
9289         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9290         instead of gnus-remove-duplicates.
9291
9292         * message.el (message-remove-duplicates): Remove.
9293         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9294         message-remove-duplicates.
9295
9296         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9297         available, else use implementation from `delete-dups'.
9298
9299         * message.el (message-insert-expires): New function.
9300         (message-mode-map): Add key binding.
9301         (message-mode-field-menu): Add menu entry.
9302         (message-mode): Document it.
9303         (message-make-expires-date): Use `message-make-date'.
9304
9305 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9306
9307         * message.el (message-make-expires-date): New function.
9308
9309 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * Makefile.in (list-installed-shadows): New entry.
9312         (install): Use it.
9313         (remove-installed-shadows): New entry.
9314
9315         * dgnushack.el (dgnushack-default-load-path): New variable.
9316         (dgnushack-find-lisp-shadows): New function.
9317         (dgnushack-remove-lisp-shadows): New function.
9318
9319 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * Makefile.in (install-el-elc): New entry.
9322         (install): Use it so that .el files are necessarily installed.
9323
9324 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9327
9328 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9329
9330         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9331         function rather than the diff-mode.el package.
9332         (mm-display-external): Use with-current-buffer.
9333         (mm-viewer-completion-map, mm-viewer-completion-map):
9334         Move initialization inside declaration.
9335
9336 2005-09-29  Simon Josefsson  <jas@extundo.com>
9337
9338         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9339         autoload mail-check-payment.
9340         (spam-check-hashcash): Define unconditionally, since hashcash.el
9341         is part of Gnus now.  Ignore errors from payment checking.
9342
9343 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * message.el (message-bold-region, message-unbold-region): Rename
9346         from `bold-region' and `unbold-region'.
9347
9348         * message.el: Remove useless autoloads.
9349
9350 2005-09-28  Simon Josefsson  <jas@extundo.com>
9351
9352         * message.el (message-use-idna): Default to t.
9353         (message-use-idna): Test whether encoding works too.  Doc fix.
9354
9355 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * nntp.el (nntp-warn-about-losing-connection): Remove.
9358
9359 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9362         customizable.  Change default value.
9363         (mm-uu-diff-groups-regexp): Change default value.
9364         (mm-uu-type-alist): Add doc string.
9365         (mm-uu-configure): Add doc string.  Make it interactive.
9366         (mm-uu-tex-groups-regexp): New variable.
9367         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9368         (mm-uu-type-alist): Add LaTeX documents.
9369         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9370         of "text/verbatim".
9371         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9372
9373         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9374         instead of "text/verbatim".
9375
9376         * message.el (message-mark-inserted-region)
9377         (message-mark-insert-file): Use slrn style marks when called with
9378         prefix argument.
9379
9380 2005-09-27  Simon Josefsson  <jas@extundo.com>
9381
9382         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9383
9384 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9385
9386         * message.el (message-remove-duplicates): New function.
9387         Implementation borrowed from `gnus-remove-duplicates'.
9388         (message-idna-to-ascii-rhs): Also encode idna addresses in
9389         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9390         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9391         only ask about the same idna domain once per header and also tell
9392         in what header to replace the idna domain.
9393
9394         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9395         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9396         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9397         a header is decoded and not just the last one.
9398
9399 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9402         has been decoded.
9403
9404         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9405         (mm-insert-part): Don't modify text if it has been decoded.
9406
9407         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9408         decoded.
9409
9410         * mm-view.el (mm-inline-text): Don't strip text props unless
9411         decoding enriched or richtext parts.
9412
9413 2005-09-25  Romain Francoise  <romain@orebokech.com>
9414
9415         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9416         * gnus-start.el (gnus-subscribe-interactively):
9417         * gnus-uu.el (gnus-uu-grab-articles):
9418         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9419         space.
9420
9421 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9422
9423         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9424         * mm-view.el (mm-view-pkcs7-decrypt):
9425         * gnus-sum.el (gnus-summary-limit-to-extra)
9426         (gnus-summary-respool-article, gnus-read-move-group-name):
9427         * gnus-score.el (gnus-summary-increase-score):
9428         * gnus-util.el (gnus-completing-read-with-default):
9429         * gnus-art.el (gnus-read-save-file-name)
9430         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9431         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9432         * message.el (message-check-news-header-syntax):
9433         Follow convention for reading with the minibuffer.
9434
9435 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * spam-report.el (spam-report-url-ping-plain):
9438         Use gnus-extended-version as User-Agent.
9439
9440         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9441         default value is nil.
9442
9443         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9444         (mm-uu-verbatim-marks-extract): New function.
9445         (mm-uu-extract): New face.
9446         (mm-uu-copy-to-buffer): Use it.
9447
9448         * spam-report.el (spam-report-gmane-ham): Renamed from
9449         `spam-report-gmane-unspam'.
9450         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9451         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9452
9453         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9454         Autoload.
9455         (spam-report-gmane-unregister-routine): Renamed
9456         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9457
9458 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9459
9460         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9461         (spam-report-gmane-unregister-routine): Add support for gmane
9462         unregistration.
9463
9464         * spam-report.el (spam-report-gmane-unspam)
9465         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9466         (spam-report-gmane): Change to take a single article and do unspam
9467         registration.
9468
9469 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * mm-url.el (mm-url-decode-entities): Fix regexp.
9472
9473 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9476         default to nil, to be able to use Gnus at all.  If the default
9477         switches to something else, then the function should be fixed not
9478         be exceedingly slow.
9479
9480 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9481
9482         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9483         fail hard.
9484
9485         * spam-report.el: Add better Keywords line.
9486
9487         * spam.el: Add Maintainer and better Keywords line.
9488
9489 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-art.el (gnus-article-replace-part)
9492         (gnus-mime-replace-part): New functions.
9493         (gnus-mime-action-alist, gnus-mime-button-commands)
9494         (gnus-mime-save-part-and-strip): Added file argument.
9495         (gnus-article-part-wrapper): Added interactive argument.
9496
9497         * gnus-sum.el (gnus-summary-mime-map): Add
9498         `gnus-article-replace-part'.
9499
9500 2005-09-19  Didier Verna  <didier@xemacs.org>
9501
9502         The nnml compaction feature:
9503         * nnml.el (nnml-request-compact-group): New function.
9504         * nnml.el (nnml-request-compact): New function.
9505         * gnus-int.el (gnus-request-compact-group): New function.
9506         * gnus-int.el (gnus-request-compact): New function.
9507         * gnus-group.el (gnus-group-compact-group): New function.
9508         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9509         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9510         * gnus-srvr.el (gnus-server-compact-server): New function.
9511         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9512         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9513
9514 2005-09-18  Deepak Goel  <deego@gnufans.org>
9515
9516         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9517         format spec.
9518
9519 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9522
9523 2005-09-15  Romain Francoise  <romain@orebokech.com>
9524
9525         * message.el (message-fill-paragraph): Clarify docstring.
9526
9527 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (gnus-mime-display-part): Protect against broken
9530         MIME messages.
9531
9532 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9535         before parsing header.
9536
9537 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9538
9539         * html2text.el (html2text-replace-list): Add new entities.
9540
9541 2005-09-11  Romain Francoise  <romain@orebokech.com>
9542
9543         * message.el (message-alternative-emails): Improve docstring.
9544         (message-setup-1): Call `message-use-alternative-email-as-from'
9545         after `message-setup-hook' to give it precedence over posting
9546         styles, etc.
9547         (message-use-alternative-email-as-from): Add docstring.  Remove
9548         the original From header if present.
9549
9550         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9551         (nnml-save-mail): Use it.
9552
9553         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9554         articles.  Add new argument `silent'.
9555         (gnus-uu-mark-all): Report the total number of marked articles.
9556
9557 2005-09-10  Romain Francoise  <romain@orebokech.com>
9558
9559         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9560         (gnus-uu-mark-series): Likewise.
9561
9562 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * spam-report.el (spam-report-gmane): Fix generation of spam
9565         report URL.
9566
9567 2005-09-10  Simon Josefsson  <jas@extundo.com>
9568
9569         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9570         t, based on discussion on the ding list with Robert Epprecht
9571         <epprecht@solnet.ch>.
9572
9573 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * spam-report.el (spam-report-gmane): Make it work without
9576         X-Report-Spam header.  Gmane now only provides Archived-At.
9577         This is only used if `spam-report-gmane-use-article-number' is nil.
9578         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9579
9580         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9581         make `gnus-summary-sort-by-recipient' work with threading.
9582
9583         * nnweb.el (nnweb-google-wash-article): Print a message if article
9584         is not available.
9585
9586 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9587
9588         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9589         change.  Decode text/* parts content before displaying.
9590
9591 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9594
9595 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9598
9599         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9600         url-package-name, url-package-version,
9601         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9602         w3m-display-inline-images, and w3m-minor-mode-map.
9603
9604 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * message.el (message-tab-body-function): Fix mismatched custom type.
9607
9608         * gnus.el (gnus-group-change-level-function): Ditto.
9609
9610         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9611
9612         * gnus-art.el (gnus-signature-limit)
9613         (gnus-article-mime-part-function): Ditto.
9614
9615 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * mml.el (mml-mode): Silence the byte compiler.
9618
9619         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9620         using `(sit-for 0)' before moving the point to the specified part;
9621         skip unbuttonized parts.
9622         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9623         return to the summary window if gnus-auto-select-part is non-nil.
9624
9625 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9628         variables.
9629         (mml-dnd-attach-file, mml-mode): Use them.
9630
9631         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9632         Make fetching article by MID work again for Google Groups.  Added
9633         FIXME concerning gnus-group-make-web-group.
9634
9635         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9636         Don't depend on Gnus by using mail-extract-address-components if
9637         gnus-extract-address-components is not bound.
9638
9639 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * gnus-art.el (gnus-mime-display-security): Don't display the
9642         signature, but only the signed part.
9643
9644 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9647
9648         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9649         list, not listp.
9650
9651 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9652
9653         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9654         when encoding.
9655
9656         * mm-bodies.el (mm-decode-content-transfer-encoding):
9657         De-canonicalize CRLF for all text content types, not just
9658         text/plain.
9659
9660 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9663         valid article; point arrow and cursor at the MIME button.
9664
9665 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9668         Suggested by Dan Christensen <jdc@uwo.ca>.
9669
9670         * mm-decode.el (mm-save-part): Enable change of prompt.
9671
9672 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9673
9674         * gnus-msg.el (gnus-inews-add-send-actions): Made
9675         `message-post-method' lambda parameter ARG `&optional'.
9676
9677 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-sum.el (gnus-summary-mime-map): Added
9680         gnus-article-save-part-and-strip, gnus-article-delete-part and
9681         gnus-article-jump-to-part.
9682
9683         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9684         (gnus-article-edit-part): Use it.
9685         (gnus-article-part-wrapper): Added no-handle argument.
9686         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9687         functions.
9688
9689 2005-08-29  Romain Francoise  <romain@orebokech.com>
9690
9691         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9692         docstring.
9693         (gnus-face-from-file): Likewise.
9694
9695 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9698         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9699         non-nil.
9700         (gnus-auto-select-part): New variable.
9701         (gnus-article-jump-to-part): New function.
9702         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9703         (gnus-mime-delete-part): Allow selecting specified part after
9704         deleting or stripping parts.
9705         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9706         part if argument is bogus.
9707
9708 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9709
9710         * gnus-art.el (w3m-minor-mode-map):
9711         * gnus-spec.el (gnus-newsrc-file-version):
9712         * gnus-util.el (nnmail-active-file-coding-system)
9713         (gnus-original-article-buffer, gnus-user-agent):
9714         * gnus.el (gnus-ham-process-destinations)
9715         (gnus-parameter-ham-marks-alist)
9716         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9717         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9718         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9719         * mm-decode.el (gnus-current-window-configuration):
9720         * mm-extern.el (gnus-article-mime-handles):
9721         * mm-url.el (url-current-object, url-package-name)
9722         (url-package-version):
9723         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9724         (smime-keys, w3m-cid-retrieve-function-alist)
9725         (w3m-current-buffer, w3m-display-inline-images)
9726         (w3m-minor-mode-map):
9727         * mml-smime.el (gnus-extract-address-components):
9728         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9729         (gnus-newsrc-hashtb, message-default-charset)
9730         (message-deletable-headers, message-options)
9731         (message-posting-charset, message-required-mail-headers)
9732         (message-required-news-headers):
9733         * mml1991.el (mc-pgp-always-sign):
9734         * mml2015.el (mc-pgp-always-sign):
9735         * nnheader.el (nnmail-extra-headers):
9736         * rfc1843.el (gnus-decode-encoded-word-function)
9737         (gnus-decode-header-function, gnus-newsgroup-name):
9738         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9739
9740 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9741
9742         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9743         the end of the date treatments.
9744
9745 2005-08-15  Simon Josefsson  <jas@extundo.com>
9746
9747         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9748         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9749         Capello and Romain Francoise.
9750         (pgg-fetch-key-function): Removed, not used?
9751         (pgg-insert-url-with-w3): Require url, to get
9752         url-insert-file-contents regardless of where it is defined.
9753
9754 2005-08-13  Romain Francoise  <romain@orebokech.com>
9755
9756         * message.el (message-cite-original-1): New function.
9757         (message-cite-original): Use it.
9758         (message-cite-original-without-signature): Ditto.
9759
9760 2005-08-08  Romain Francoise  <romain@orebokech.com>
9761
9762         * message.el (message-yank-empty-prefix): New variable.
9763         (message-indent-citation): Use it.
9764         (message-cite-original-without-signature): Respect X-No-Archive.
9765
9766 2005-08-08  Simon Josefsson  <jas@extundo.com>
9767
9768         * pgg.el: Autoload url-insert-file-contents instead of loading
9769         w3/url.
9770         (pgg-insert-url-with-w3): Don't load url here.
9771
9772 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9773
9774         * message.el (message-kill-to-signature): Don't insert newline at
9775         bol.
9776         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9777
9778 2005-08-06  Romain Francoise  <romain@orebokech.com>
9779
9780         * message.el (message-user-fqdn): Fix typo in docstring.
9781
9782 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9783
9784         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9785
9786         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9787
9788 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * mm-bodies.el (mm-encode-body): Use coding system rather than
9791         charset to encode text.
9792
9793         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9794         number of charsets if utf-8 is available (XEmacs).
9795
9796 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9799         taken from `gnus-button-mid-or-mail-regexp'.
9800         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9801         (gnus-button-alist): Improve regexp for domain part of the MIDs
9802         for news:localpart@domain buttons.
9803         (gnus-button-ctan-directory-regexp): Update.
9804
9805 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * sieve-manage.el (sieve-manage-interactive-login): Use
9808         make-local-variable rather than make-variable-buffer-local.
9809         (sieve-manage-open): Ditto.
9810         (sieve-manage-authenticate): Ditto.
9811
9812         * mml.el (mml-generate-mime-1): Make the content type default to
9813         text/plain if the filename is not specified.
9814
9815 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9818         instead of insert-buffer.
9819
9820         * message.el (message-yank-original): Ditto; set the mark at the
9821         end of the yanked message.
9822
9823 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9826         lines to scroll rather than to stop it.
9827
9828         * mml.el (mml-generate-default-type): Add doc string.
9829         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9830         default to application/octet-stream when determining the content
9831         type if it is not specified for the part or the mml contents; add
9832         a comment about mml-generate-default-type.
9833
9834 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9837         make it default to application/octet-stream when determining the
9838         content type if it is not specified for the external contents.
9839
9840 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9843         segmented parameter but also other parameters might be there.
9844
9845 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * mm-decode.el (mm-display-external): Delete temp file, directory
9848         and buffer immediately if the external process is exited.
9849
9850 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9853         fewer lines than that of scroll-margin.
9854         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9855
9856 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-art.el (gnus-article-next-page): Revert.
9859         (gnus-article-beginning-of-window): New macro.
9860         (gnus-article-next-page-1): Use it.
9861         (gnus-article-prev-page): Ditto.
9862         (gnus-article-edit-part): Use insert-buffer-substring instead of
9863         insert-buffer.
9864         (gnus-article-edit-exit): Ditto.
9865
9866         * gnus-util.el (gnus-beginning-of-window): Remove.
9867         (gnus-end-of-window): Remove.
9868
9869         * lpath.el: Don't bind header-line-format and scroll-margin.
9870
9871 2005-07-25  Simon Josefsson  <jas@extundo.com>
9872
9873         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9874         to have the url package without w3.  Reported by Daiki Ueno
9875         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9876
9877 2005-07-20  Didier Verna  <didier@xemacs.org>
9878
9879         * gnus-diary.el: Remove the description comment (nndiary is now
9880         properly documented in the Gnus manual).
9881         Fix the spelling of "Back End".
9882         * nndiary.el: Ditto.
9883         Fix the copyright notice.
9884
9885 2005-07-18  Romain Francoise  <romain@orebokech.com>
9886
9887         * gnus-sum.el (gnus-summary-to-prefix)
9888         (gnus-summary-newsgroup-prefix): New variables.
9889         (gnus-summary-from-or-to-or-newsgroups): Use them.
9890
9891 2005-07-17  Romain Francoise  <romain@orebokech.com>
9892
9893         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9894         space as it's generally not especially interesting to the user.
9895
9896 2005-07-16  Romain Francoise  <romain@orebokech.com>
9897
9898         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9899         nil to avoid prompting and file modification if one of the
9900         messages at the top of the nnfolder file contains a copyright
9901         notice.
9902         Update copyright notice.
9903
9904         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9905         instead of `current-time-string' as the latter creates a time
9906         string that is not RFC 2822 compliant (it lacks the zone).
9907         Update copyright notice.
9908
9909 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9910
9911         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9912         for text/rtf.  Display default in prompt.  Pass default for M-n.
9913
9914         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9915
9916 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * gnus-msg.el (gnus-button-mailto): Remove
9919         save-selected-window-window hackery because it relies on
9920         save-selected-window internals.
9921
9922 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9925         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9926         (gnus-article-prev-page): Ditto.
9927
9928         * gnus-util.el (gnus-beginning-of-window): New function.
9929         (gnus-end-of-window): New function.
9930
9931         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9932
9933 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9934
9935         * gnus-score.el (gnus-score-edit-all-score): Set
9936         gnus-score-edit-exit-function to gnus-score-edit-done and call
9937         gnus-message.
9938
9939 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * gnus-msg.el (gnus-button-mailto): Remove
9942         save-selected-window-window hackery because it relies on
9943         save-selected-window internals.
9944
9945 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9948         add-minor-mode.
9949         (gnus-binary-mode): Ditto.
9950
9951         * gnus-topic.el (gnus-topic-mode): Ditto.
9952
9953 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9954
9955         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9956         (gnus-article-prev-page): Take scroll-margin into consideration.
9957
9958 2005-07-04  Lute Kamstra  <lute@gnu.org>
9959
9960         Update FSF's address in GPL notices.
9961
9962 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9963
9964         * gnus.el (gnus-exit):
9965         * gnus-group.el (gnus-group-icons):
9966         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9967
9968         * gnus-nocem.el (gnus-nocem):
9969         * message.el (message-various, message-buffers, message-sending)
9970         (message-interface, message-forwarding, message-insertion)
9971         (message-headers, message-news, message-mail):
9972         * pgg-gpg.el (pgg-gpg):
9973         * pgg-parse.el (pgg-parse):
9974         * pgg-pgp.el (pgg-pgp):
9975         * pgg-pgp5.el (pgg-pgp5):
9976         * pop3.el (pop3): Finish `defgroup' description with period.
9977
9978 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (article-display-face): Improve the efficiency.
9981         (article-display-x-face): Ditto; remove grey x-face stuff.
9982
9983 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * gnus-art.el (article-display-face): Correct the position in
9986         which Faces are inserted.
9987
9988 2005-06-29  Didier Verna  <didier@xemacs.org>
9989
9990         * gnus-art.el (article-display-face): Display faces in correct
9991         order.
9992
9993 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9996         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9997         (gnus-nocem-check-article): Fetch the Type header.
9998         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9999         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10000         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10001         make sure gnus-nocem-hashtb is initialized.
10002         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10003         (gnus-nocem-unwanted-article-p): Ditto.
10004
10005         * pgg.el (pgg-verify): Return the verification result.
10006
10007 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10010         is ascii.
10011
10012 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10013
10014         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10015         `show-nonbreak-escape'.
10016
10017 2005-06-23  Lute Kamstra  <lute@gnu.org>
10018
10019         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10020
10021         * dig.el (dig-mode):
10022         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10023
10024 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10025
10026         * nnimap.el (nnimap-split-download-body): Fix spellings.
10027
10028 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10029
10030         * gnus-art.el (gnus-article-encrypt-body):
10031         * gnus-cus.el (gnus-score-customize):
10032         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10033         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10034
10035 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10036
10037         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10038         header by looking for magic "MII" at the beginnig.
10039
10040 2005-06-16  Miles Bader  <miles@gnu.org>
10041
10042         * gnus-xmas.el (gnus-xmas-group-startup-message):
10043         Use renamed gnus-splash face.
10044
10045         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10046         (assistant-field-face): New backward-compatibility alias for renamed
10047         face.
10048         (assistant-render-text): Use renamed assistant-field face.
10049
10050         * spam.el (spam): Remove "-face" suffix from face name.
10051         (spam-face): New backward-compatibility alias for renamed face.
10052         (spam-face, spam-initialize): Use renamed spam face.
10053
10054         * message.el (message-header-to, message-header-cc)
10055         (message-header-subject, message-header-newsgroups)
10056         (message-header-other, message-header-name)
10057         (message-header-xheader, message-separator, message-cited-text)
10058         (message-mml): Remove "-face" suffix from face names.
10059         (message-header-to-face, message-header-cc-face)
10060         (message-header-subject-face, message-header-newsgroups-face)
10061         (message-header-other-face, message-header-name-face)
10062         (message-header-xheader-face, message-separator-face)
10063         (message-cited-text-face, message-mml-face):
10064         New backward-compatibility aliases for renamed faces.
10065         (message-font-lock-keywords): Use renamed message faces.
10066
10067         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10068         (sieve-test-commands, sieve-tagged-arguments):
10069         Remove "-face" suffix from face names.
10070         (sieve-control-commands-face, sieve-action-commands-face)
10071         (sieve-test-commands-face, sieve-tagged-arguments-face):
10072         New backward-compatibility aliases for renamed faces.
10073         (sieve-control-commands-face, sieve-action-commands-face)
10074         (sieve-test-commands-face, sieve-tagged-arguments-face):
10075         Use renamed sieve faces.
10076
10077         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10078         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10079         (gnus-group-news-3-empty, gnus-group-news-4)
10080         (gnus-group-news-4-empty, gnus-group-news-5)
10081         (gnus-group-news-5-empty, gnus-group-news-6)
10082         (gnus-group-news-6-empty, gnus-group-news-low)
10083         (gnus-group-news-low-empty, gnus-group-mail-1)
10084         (gnus-group-mail-1-empty, gnus-group-mail-2)
10085         (gnus-group-mail-2-empty, gnus-group-mail-3)
10086         (gnus-group-mail-3-empty, gnus-group-mail-low)
10087         (gnus-group-mail-low-empty, gnus-summary-selected)
10088         (gnus-summary-cancelled, gnus-summary-high-ticked)
10089         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10090         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10091         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10092         (gnus-summary-low-undownloaded)
10093         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10094         (gnus-summary-low-unread, gnus-summary-normal-unread)
10095         (gnus-summary-high-read, gnus-summary-low-read)
10096         (gnus-summary-normal-read, gnus-splash):
10097         Remove "-face" suffix from face names.
10098         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10099         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10100         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10101         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10102         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10103         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10104         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10105         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10106         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10107         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10108         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10109         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10110         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10111         (gnus-summary-normal-ticked-face)
10112         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10113         (gnus-summary-normal-ancient-face)
10114         (gnus-summary-high-undownloaded-face)
10115         (gnus-summary-low-undownloaded-face)
10116         (gnus-summary-normal-undownloaded-face)
10117         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10118         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10119         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10120         (gnus-splash-face):
10121         New backward-compatibility aliases for renamed faces.
10122         (gnus-group-startup-message): Use renamed gnus faces.
10123
10124         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10125         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10126         (gnus-server-agent): Remove "-face" suffix from face names.
10127         (gnus-server-agent-face, gnus-server-opened-face)
10128         (gnus-server-closed-face, gnus-server-denied-face)
10129         (gnus-server-offline-face):
10130         New backward-compatibility aliases for renamed faces.
10131         (gnus-server-agent-face, gnus-server-opened-face)
10132         (gnus-server-closed-face, gnus-server-denied-face)
10133         (gnus-server-offline-face): Use renamed gnus faces.
10134
10135         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10136         Remove "-face" suffix from face names.
10137         (gnus-picon-xbm-face, gnus-picon-face):
10138         New backward-compatibility aliases for renamed faces.
10139
10140         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10141         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10142         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10143         (gnus-cite-11): Remove "-face" suffix from face names.
10144         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10145         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10146         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10147         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10148         New backward-compatibility aliases for renamed faces.
10149         (gnus-cite-attribution-face, gnus-cite-face-list)
10150         (gnus-article-boring-faces): Use renamed gnus faces.
10151
10152         * gnus-art.el (gnus-signature, gnus-header-from)
10153         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10154         (gnus-header-content): Remove "-face" suffix from face names.
10155         (gnus-signature-face, gnus-header-from-face)
10156         (gnus-header-subject-face, gnus-header-newsgroups-face)
10157         (gnus-header-name-face, gnus-header-content-face):
10158         New backward-compatibility aliases for renamed faces.
10159         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10160
10161         * gnus-sum.el (gnus-summary-selected-face)
10162         (gnus-summary-highlight): Use renamed gnus faces.
10163         * gnus-group.el (gnus-group-highlight): Likewise.
10164
10165 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10166
10167         * gnus-sieve.el (gnus-sieve-article-add-rule):
10168         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10169         * spam-stat.el (spam-stat-buffer-change-to-spam)
10170         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10171
10172         * message.el (message-is-yours-p):
10173         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10174
10175 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * mm-view.el (mm-inline-text): Withdraw the last change.
10178
10179 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10182         executing enriched-decode.
10183
10184 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10187         charset of tar files.
10188
10189 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10190
10191         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10192
10193 2005-06-04  Lute Kamstra  <lute@gnu.org>
10194
10195         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10196         information is never recorded.
10197
10198 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10199
10200         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10201
10202 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * pop3.el (pop3-apop): Run md5 in the binary mode.
10205
10206         * starttls.el (starttls-set-process-query-on-exit-flag):
10207         Use eval-and-compile.
10208
10209 2005-05-31  Simon Josefsson  <jas@extundo.com>
10210
10211         * smime.el (smime-replace-in-string): Define.
10212         (smime-cert-by-ldap-1): Use it.
10213
10214 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-art.el (article-display-x-face): Replace
10217         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10218
10219         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10220         set-process-query-on-exit-flag or process-kill-without-query.
10221
10222         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10223         loop instead of replace-regexp.
10224
10225         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10226         instead of process-kill-without-query if it is available.
10227
10228         * lpath.el: Fbind ldap-search-entries.
10229
10230         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10231         instead of find-file-hooks if it is available.
10232
10233         * mml1991.el: Bind pgg-default-user-id when compiling.
10234
10235         * mml2015.el: Bind pgg-default-user-id when compiling.
10236
10237         * nndraft.el (nndraft-request-associate-buffer):
10238         Use write-contents-functions instead of write-contents-hooks if it is
10239         available.
10240
10241         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10242         instead of find-file-hooks if it is available.
10243
10244         * nntp.el (nntp-open-connection): Replace
10245         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10246         (nntp-open-ssl-stream): Ditto.
10247         (nntp-open-tls-stream): Ditto.
10248
10249         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10250         set-process-query-on-exit-flag or process-kill-without-query.
10251         (starttls-open-stream-gnutls): Use it instead of
10252         process-kill-without-query.
10253         (starttls-open-stream): Ditto.
10254
10255 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10256
10257         * smime.el (smime-cert-by-ldap-1): Don't use
10258         replace-regexp-in-string.
10259
10260 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10261
10262         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10263
10264         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10265         in PEM format.  Adjust to the XEmacs compability.
10266
10267 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10270         by `string-to-number'.
10271         * gnus-agent.el (gnus-agent-regenerate-group)
10272         (gnus-agent-fetch-articles): Ditto.
10273         * gnus-art.el (gnus-button-fetch-group): Ditto.
10274         * gnus-cache.el (gnus-cache-generate-active)
10275         (gnus-cache-articles-in-group): Ditto.
10276         * gnus-group.el (gnus-group-set-current-level)
10277         (gnus-group-insert-group-line): Ditto.
10278         * gnus-score.el (gnus-score-set-expunge-below)
10279         (gnus-score-set-mark-below, gnus-summary-score-effect)
10280         (gnus-summary-score-entry): Ditto.
10281         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10282         (gnus-soup-pack): Ditto.
10283         * gnus-spec.el (gnus-xmas-format): Ditto.
10284         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10285         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10286         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10287         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10288         * nndb.el (nndb-get-remote-expire-response): Ditto.
10289         * nndiary.el (nndiary-parse-schedule-value)
10290         (nndiary-string-to-number, nndiary-request-replace-article)
10291         (nndiary-request-article): Ditto.
10292         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10293         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10294         * nneething.el (nneething-make-head): Ditto.
10295         * nnfolder.el (nnfolder-request-article)
10296         (nnfolder-retrieve-headers): Ditto.
10297         * nnheader.el (nnheader-file-to-number): Ditto.
10298         * nnkiboze.el (nnkiboze-request-article): Ditto.
10299         * nnmail.el (nnmail-process-unix-mail-format)
10300         (nnmail-process-babyl-mail-format): Ditto.
10301         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10302         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10303         (nnmh-request-create-group, nnmh-request-list-1)
10304         (nnmh-request-group, nnmh-request-article): Ditto.
10305         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10306         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10307         * nnsoup.el (nnsoup-make-active): Ditto.
10308         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10309         * nntp.el (nntp-find-group-and-number)
10310         (nntp-retrieve-headers-with-xover): Ditto.
10311         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10312         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10313         (pgg-format-key-identifier): Ditto.
10314         * pop3.el (pop3-last, pop3-stat): Ditto.
10315         * qp.el (quoted-printable-decode-region): Ditto.
10316
10317         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10318         of concat.
10319
10320 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10323
10324         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10325
10326         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10327
10328         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10329
10330         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10331
10332         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10333
10334         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10335         (gnus-carpal-mode): Ditto.
10336
10337         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10338         (gnus-browse-mode): Ditto.
10339
10340         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10341
10342         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10343
10344 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10345
10346         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10347
10348 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-util.el (gnus-run-mode-hooks): New function.
10351
10352         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10353
10354         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10355         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10356
10357 2005-05-27  Lute Kamstra  <lute@gnu.org>
10358
10359         * dns-mode.el (dns-mode): Specify customization group.
10360
10361 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10362
10363         * gnus-agent.el (gnus-agent-make-mode-line-string):
10364         Use mode-line-highlight as mouse-face.
10365
10366 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * canlock.el (canlock): Change the parent group to news.
10369
10370         * deuglify.el (gnus-outlook-deuglify): Add :group.
10371
10372         * dig.el (dig): Add :group.
10373
10374         * dns-mode.el (dns-mode): Add :group.
10375
10376         * encrypt.el (encrypt): Add :group.
10377
10378         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10379         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10380         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10381         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10382         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10383
10384         * gnus-diary.el (gnus-diary): Add :group.
10385
10386         * gnus.el (gnus-group-news-1-face): Add :group.
10387         (gnus-group-news-1-empty-face): Ditto.
10388         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10389         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10390         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10391         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10392         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10393         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10394         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10395         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10396         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10397         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10398         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10399         (gnus-summary-high-ticked-face): Ditto.
10400         (gnus-summary-low-ticked-face): Ditto.
10401         (gnus-summary-normal-ticked-face): Ditto.
10402         (gnus-summary-high-ancient-face): Ditto.
10403         (gnus-summary-low-ancient-face): Ditto.
10404         (gnus-summary-normal-ancient-face): Ditto.
10405         (gnus-summary-high-undownloaded-face): Ditto.
10406         (gnus-summary-low-undownloaded-face): Ditto.
10407         (gnus-summary-normal-undownloaded-face): Ditto.
10408         (gnus-summary-high-unread-face): Ditto.
10409         (gnus-summary-low-unread-face): Ditto.
10410         (gnus-summary-normal-unread-face): Ditto.
10411         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10412         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10413
10414         * hashcash.el (hashcash): New custom group.
10415         (hashcash-default-payment): Add :group.
10416         (hashcash-payment-alist): Ditto.
10417         (hashcash-default-accept-payment): Ditto.
10418         (hashcash-accept-resources): Ditto.
10419         (hashcash-path): Ditto.
10420         (hashcash-extra-generate-parameters): Ditto.
10421         (hashcash-double-spend-database): Ditto.
10422         (hashcash-in-news): Ditto.
10423
10424         * message.el (message-minibuffer-local-map): Add :group.
10425
10426         * netrc.el (netrc): Add :group.
10427
10428         * sieve-manage.el (sieve-manage-log): Add :group.
10429         (sieve-manage-default-user): Diito.
10430         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10431         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10432         (sieve-manage-authenticators): Ditto.
10433         (sieve-manage-authenticator-alist): Ditto.
10434         (sieve-manage-default-port): Ditto.
10435
10436         * sieve-mode.el (sieve-control-commands-face): Add :group.
10437         (sieve-action-commands-face): Ditto.
10438         (sieve-test-commands-face): Ditto.
10439         (sieve-tagged-arguments-face): Ditto.
10440
10441         * smime.el (smime): Add :group.
10442
10443         * spam-report.el (spam-report): Add :group.
10444
10445         * spam.el (spam, spam-face): Add :group.
10446
10447 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10450         return \n.\n.\n at the end of articles.  Protect against that.
10451         (nntp-with-open-group): Allow debugging.
10452
10453         * nnheader.el (mail-header-set-extra): Make into a function
10454         because I just could't understand how to quote the list properly.
10455
10456         * dns.el (query-dns-cached): New function.
10457
10458 2005-05-26  Lute Kamstra  <lute@gnu.org>
10459
10460         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10461
10462 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10465
10466         * gnus-art.el: Don't autoload mail-extract-address-components.
10467
10468         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10469         eval-and-compile to evaluate it.
10470
10471         * hashcash.el: Don't autoload executable-find.
10472
10473         * nndb.el: Don't declare the nndb back end two or more times; don't
10474         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10475
10476         * nntp.el: Autoload format-spec instead of format; use
10477         eval-and-compile to evaluate autoload forms.
10478
10479 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10480
10481         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10482
10483 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484
10485         * gnus.el (gnus-version-number): Bump version.
10486
10487 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10488
10489         * gnus.el: No Gnus v0.3 is released.
10490
10491 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * lpath.el (featurep): Bind show-nonbreak-escape.
10494
10495 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-art.el (gnus-article-edit-part): Disable undo.
10498
10499 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10502         gnus-article-date-lapsed-new-header is t if date timer is active;
10503         skip headers in which the original date value is empty.
10504         (gnus-article-save-original-date): Redefine it as a macro.
10505         (gnus-display-mime): Use it.
10506
10507 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (article-date-ut): Support converting date in
10510         forwarded parts as well.
10511         (gnus-article-save-original-date): New function.
10512         (gnus-display-mime): Use it.
10513
10514 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10515
10516         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10517         enclosure element of <item>.
10518
10519 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * message.el (message-kill-buffer-query): Renamed from
10522         `message-kill-buffer-query-if-modified'.  Added :version.
10523
10524 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10527         window layout.
10528
10529 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * mml.el: Autoload dnd when compiling.
10532
10533 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10536         x-dnd-*.
10537
10538 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * qp.el (quoted-printable-encode-region): Save excursion.
10541
10542 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10543
10544         * message.el (message-kill-buffer-query-if-modified): Add new variable
10545         so the user can kill a modified message buffer quickly.
10546         (message-kill-buffer): Use it.
10547
10548 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * lpath.el: Fbind display-time-event-handler; don't fbind
10551         string-to-multibyte.
10552
10553         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10554
10555 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10558         contained in text because xml.el decodes entities) with LFs.
10559
10560 2005-04-11  Lute Kamstra  <lute@gnu.org>
10561
10562         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10563         differently.
10564
10565 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10566
10567         * mm-util.el (mm-detect-coding-region): Typo.
10568
10569 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10572
10573 2005-04-06  Deepak Goel  <deego@gnufans.org>
10574
10575         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10576         user-function allow user modifications of the scores.
10577         (spam-stat-score-buffer-user): New function, to allow
10578         user-computed modifications to the score.
10579         (spam-stat-score-buffer-user-functions): List of additional
10580         scoring functions.
10581         (spam-stat-error-holder): Global temporary error holder.
10582         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10583         variable.
10584
10585 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10586
10587         * gnus-registry.el (gnus-registry-clean-empty-function)
10588         (gnus-registry-trim, gnus-registry-fetch-groups)
10589         (gnus-registry-delete-group): Groups that match
10590         `gnus-registry-ignored-groups' are removed from the registry
10591         entries, not just ignored for splitting.  This helps clean up the
10592         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10593         to get all the groups a message ID is in.
10594
10595         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10596         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10597         (spam-stat-score-buffer-user-functions): Add :number custom type.
10598
10599 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10602         argument in XEmacs.
10603
10604         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10605         (nnrss-request-group): Decode group name first.
10606         (nnrss-request-article): Make a text/plain article if mml-to-mime
10607         failed.
10608         (nnrss-get-encoding): Return a compatible encoding according to
10609         nnrss-compatible-encoding-alist.
10610         (nnrss-find-el): Use consp instead of listp.
10611         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10612
10613 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10616         which Emacs 20 doesn't support.
10617         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10618
10619 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10622         silence the byte compiler inside the defun.
10623
10624         * gnus-demon.el (parse-time-string): Add autoload.
10625
10626         * gnus-delay.el (parse-time-string): Add autoload.
10627
10628         * gnus-art.el (parse-time-string): Add autoload.
10629
10630         * nnultimate.el (parse-time): Require for `parse-time-string'.
10631
10632 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10635
10636         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10637
10638         * smime.el (smime-ldap-host-list): Add :version.
10639
10640 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10643         pass it to `gnus-browse-read-group'.
10644         (gnus-browse-read-group): Add NUMBER argument and pass it to
10645         `gnus-group-read-ephemeral-group'.
10646
10647         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10648         argument and pass it to `gnus-group-read-group'.
10649
10650 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10651
10652         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10653         mm-xemacs-find-mime-charset-1 if we have the mule feature
10654         available at runtime.
10655
10656 2005-03-25  Werner Lemberg  <wl@gnu.org>
10657
10658         * nnmaildir.el: Replace `illegal' with `invalid'.
10659
10660 2005-03-23  Lute Kamstra  <lute@gnu.org>
10661
10662         * time-date.el: Add comment on time value formats.
10663         Don't require parse-time.
10664         (with-decoded-time-value): New macro.
10665         (encode-time-value): New function.
10666         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10667         (days-to-time): Return a valid time value when arg is huge.
10668         (time-since): Use time-subtract.
10669         (time-to-number-of-days): Use time-to-seconds.
10670
10671 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10672
10673         * gnus-start.el (gnus-display-time-event-handler):
10674         Check display-time-timer at runtime rather than only at load time
10675         in case display-time-mode is turned off in the mean time.
10676
10677 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10680         used.
10681
10682         * nneething.el (nneething-map-file-directory): Derive from
10683         `gnus-directory'.
10684
10685         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10686         the To/Cc button.
10687
10688 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * nnmaildir.el (nnmaildir-request-accept-article):
10691         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10692
10693 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10694
10695         * gnus-async.el: Require timer-funcs at compile time when in
10696         XEmacs for `run-with-idle-timer'.
10697
10698 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10699
10700         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10701         autoloaded function.
10702
10703 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10704
10705         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10706
10707 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10708
10709         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10710
10711 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712
10713         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10714         gnus-expert-user to default.
10715
10716 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10717
10718         * nnimap.el (nnimap-open-server): Ditto.
10719
10720         * imap.el (imap-authenticate): Fix typo.
10721
10722 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10723
10724         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10725         buffer (since IMAP server might return FETCH response out of
10726         order, and the nntp buffer must be sorted).
10727
10728 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10729
10730         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10731         comparison on string.
10732
10733         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10734         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10735         (gnus-agent-summary-fetch-series): Modified to protect against
10736         gnus-agent-summary-fetch-group clearing processable flags.
10737         (gnus-agent-synchronize-group-flags): Update live group buffer as
10738         synchronization may occur due to the user toggle the plugged
10739         status.
10740         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10741         successfully downloaded.
10742         (gnus-agent-expire-group-1): Avoid using markers when the overview
10743         is in ascending order; greatly improves performance.
10744         (gnus-agent-regenerate-group): Use
10745         gnus-agent-synchronize-group-flags to reset read status in both
10746         gnus and server.
10747         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10748
10749 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * message.el: Don't autoload former message-utils variables.
10752         (message-strip-subject-trailing-was): Change doc string.
10753
10754         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10755         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10756         (nnweb-google-search): Add "hl=en" here.
10757         (nnweb-google-parse-1, nnweb-google-create-mapping):
10758         Don't hardcode URL.
10759
10760 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * message.el (message-get-reply-headers, message-followup):
10763         Mention related variables `message-use-followup-to' and
10764         `message-use-mail-followup-to', in the information buffer.
10765
10766         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10767         of broken groups(-beta).google.com.
10768
10769 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10770
10771         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10772         parameter to invoked gnus-request-move-article; remove the
10773         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10774         all at once instead of once per article.
10775         (gnus-summary-remove-process-mark): Accept a list of articles as
10776         well as a single article for processing.
10777
10778         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10779         parameter.
10780
10781         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10782
10783         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10784
10785         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10786         parameter.
10787
10788         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10789         parameter.
10790
10791         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10792         parameter and remove the gnus-sum-hint-move-is-internal variable.
10793
10794         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10795         parameter.
10796
10797         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10798         parameter.
10799
10800         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10801         parameter.
10802
10803         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10804
10805         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10806         parameter.
10807
10808         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10809         parameter.
10810
10811 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10812
10813         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10814         a more conservative way.
10815
10816 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10817
10818         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10819         buffer, so it moves the window's cursor.
10820
10821 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10822
10823         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10824         `mm-dissect-multipart' and receive the from field as an (optional)
10825         argument from `mm-dissect-multipart'.
10826         (mm-dissect-multipart): Receive the from field as an argument and
10827         pass it on when we call `mm-dissect-buffer' on MIME parts.
10828         Fixes verification/decryption of signed/encrypted MIME parts.
10829
10830 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10831
10832         * gnus-sum.el (gnus-summary-move-article): Set
10833         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10834         whatever it calls (right now, only nnimap-request-move article
10835         respects it).
10836
10837         * nnimap.el (nnimap-request-move-article): When
10838         gnus-sum-hint-move-is-internal is set, don't do the extra
10839         nnimap-request-article.
10840
10841 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10844
10845         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10846         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10847
10848         * gnus-sum.el (gnus-summary-caesar-message):
10849         Apply `gnus-treat-article' after rotation.
10850
10851         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10852         doc string.
10853
10854 2005-02-22  Simon Josefsson  <jas@extundo.com>
10855
10856         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10857         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10858         <arne@arnested.dk>.
10859         (encrypt): Add password-cache and password-cache-expiry as group
10860         members.
10861
10862 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10863
10864         * smime.el (smime-ldap-host-list): Doc fix.
10865         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10866         cache) password.
10867         (smime-sign-region): Use it.
10868         (smime-decrypt-region): Use it.
10869         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10870         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10871         fails.
10872         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10873         certificate from DER to PEM format rather than calling openssl.
10874
10875         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10876
10877         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10878         for signing/encryption.
10879
10880         * mml.el (mml-parse-1): Use them.
10881
10882 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10883
10884         * nnrss.el (nnrss-verbose): Removed.
10885         (nnrss-request-group): Use `nnheader-message' instead.
10886
10887 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10888
10889         * nnrss.el (nnrss-verbose): New variable.
10890         (nnrss-request-group): Make it say nnrss is requesting a group.
10891
10892 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10895         Handle news URL with given port correctly.
10896
10897 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10900         containing special characters.
10901
10902         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10903
10904         * mml.el (mime-to-mml): Ditto.
10905
10906         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10907         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10908         (rfc2047-decode-region): Quote decoded words containing special
10909         characters when rfc2047-quote-decoded-words-containing-tspecials
10910         is non-nil.
10911
10912 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10913
10914         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10915
10916         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10917
10918 2005-02-15  Simon Josefsson  <jas@extundo.com>
10919
10920         * nnimap.el (nnimap-debug): Doc fix.
10921
10922         * imap.el (imap-debug): Doc fix.
10923
10924 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10927
10928 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10929
10930         * gnus.el (spam-contents): Improve docs for spam-contents
10931         parameter in its variable incarnation.
10932
10933 2005-02-14  Simon Josefsson  <jas@extundo.com>
10934
10935         * smime-ldap.el: Use require instead of load-library for ldap.
10936         (smime-ldap-search): Indent.
10937         (smime-ldap-search-internal): Shorten line.
10938
10939         * smime.el (smime-cert-by-dns): Add doc-string.
10940         (smime-cert-by-ldap-1): Indent.
10941
10942         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10943         mml-smime-get-dns-ldap.
10944         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10945
10946 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10947
10948         * smime.el: Require smime-ldap.
10949         (smime-ldap-host-list): New variable.
10950         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10951
10952         * mml-smime.el (mml-smime-encrypt-query): New function.
10953         (mml-smime-encrypt-query): Use it.
10954
10955         * smime-ldap.el: New file.
10956
10957 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10960
10961 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10964         argument in doc string.  Make query for type more clear.
10965
10966 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus.el (gnus-group-startup-message): Search for gnus images in
10969         etc/images/gnus.
10970         * mm-util.el (mm-image-load-path): Likewise.
10971         * smiley.el (smiley-data-directory): Search for smilies in
10972         etc/images/smilies.
10973
10974 2005-02-09  Kim F. Storm  <storm@cua.dk>
10975
10976         Change Emacs release version from 21.4 to 22.1 throughout.
10977         Change Emacs development version from 21.3.50 to 22.0.50.
10978
10979 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10982
10983         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10984         non-Mule XEmacs as well.
10985         (mm-decompress-buffer): Signal an error intentionally if it does
10986         not decompress compressed data because auto-compression-mode is
10987         disabled.
10988
10989 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10990
10991         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10992         an ID in the registry even if it has no groups.
10993
10994 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10997         merge it into mm-decompress-buffer.
10998         (gnus-mime-copy-part): Use the MIME part charset, the value which
10999         a user specified or gnus-newsgroup-charset for decoding, like
11000         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11001         save-buffer what was used.  Suggested by Kevin Ryde
11002         <user42@zip.com.au>.
11003         (gnus-mime-inline-part): Allow the name parameter as well as the
11004         filename parameter; force decompressing of compressed data; always
11005         display contents being not decoded as unibyte.
11006
11007         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11008         as well as the filename parameter.
11009
11010         * mm-util.el (mm-decompress-buffer): Merge
11011         gnus-mime-jka-compr-maybe-uncompress.
11012         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11013         of compressed data.
11014
11015 2005-02-08  Simon Josefsson  <jas@extundo.com>
11016
11017         * imap.el (imap-log): Doc fix.
11018
11019 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11022         the coding cookies; decompress compressed parts.
11023
11024         * mml.el (mml-generate-mime-1): Add the charset parameter according
11025         to the value which a user specified manually or the coding cookie.
11026
11027         * mm-util.el (mm-string-to-multibyte): New function.
11028         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11029         (mm-coding-system-to-mime-charset): New function.
11030         (mm-decompress-buffer): New function.
11031         (mm-find-buffer-file-coding-system): New function.
11032
11033         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11034         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11035         parts.
11036
11037 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11038
11039         * mm-view.el (mm-display-inline-fontify): Decode a part according
11040         to the charset parameter.
11041
11042 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11045         prefix arg is neither nil nor a number, as info specifies.
11046
11047 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11050         timestamps.
11051
11052 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11053
11054         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11055         groups error checking and notify user.
11056
11057 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11058
11059         * message.el (message-send-mail-function): Check existence of
11060         sendmail-program first before using default value
11061         `message-send-mail-with-sendmail'.  Otherwise use more generic
11062         `smtpmail-send-it'.
11063
11064 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * nntp.el (nntp-request-update-info): Always return nil.
11067
11068 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11069
11070         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11071
11072 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11073
11074         * message.el (message-beginning-of-line): Change the behavior when
11075         invoked between BOL and : so that it first moves backward.
11076
11077 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11080         article buffer when editing of the article is discarded.
11081         (gnus-article-prepare): Revert.
11082
11083 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * gnus-art.el (gnus-article-prepare):
11086         Remove message-strip-forbidden-properties from the local hook.
11087
11088 2005-01-27  Simon Josefsson  <jas@extundo.com>
11089
11090         * password.el (password-cache-add): Only start one timer per key.
11091         Reported by Derek Atkins <warlord@MIT.EDU>.
11092
11093 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11094
11095         * run-at-time.el: Removed.  It is no longer needed as
11096         timer-funcs.el in the xemacs-base package has a working version of
11097         `run-at-time'.
11098
11099         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11100
11101         * password.el: Require timer-funcs instead of run-at-time in
11102         XEmacs.
11103         Remove `password-run-at-time' macro.
11104         (password-cache-add): Use `run-at-time' instead of
11105         `password-run-at-time'.
11106
11107         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11108         Remove `nnheader-cancel-function-timers' alias,
11109         `cancel-function-timers' exists in XEmacs in timer-funcs.
11110
11111         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11112         for `run-with-idle-timer'.
11113
11114         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11115         for `run-at-time'.
11116
11117         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11118         for `with-timeout'.
11119
11120         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11121         the same as for XEmacs 21.4.
11122         No need to ignore `run-with-idle-timer', this function exists in
11123         XEmacs now in timer-funcs.el in the xemacs-base package.
11124         (dgnushack-compile): No need to delete
11125         run-at-time.el from the list of files to compile because it
11126         doesn't exist anymore.
11127
11128 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11131         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11132
11133 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11134
11135         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11136         sensitively.
11137
11138 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11139
11140         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11141
11142 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11145         which will be inserted according to the multibyteness of a buffer
11146         rather than the type of contents.  Suggested by ARISAWA Akihiro
11147         <ari@mbf.ocn.ne.jp>.
11148
11149         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11150         of string which old xml.el may return rather than a string.
11151
11152 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11155
11156 2005-01-16  Simon Josefsson  <jas@extundo.com>
11157
11158         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11159         idn/idna.el isn't available.
11160         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11161         <michael@waxrat.com>.
11162
11163         * hashcash.el: Remove non-FSF copyright header.
11164
11165         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11166         (hashcash-generate-payment): Use it.
11167         (hashcash-generate-payment-async): Use it.
11168
11169 2005-01-15  Simon Josefsson  <jas@extundo.com>
11170
11171         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11172         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11173
11174         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11175         gnus-summary-idna-message.
11176         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11177         (gnus-summary-idna-message): New function.
11178
11179 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11182         gnus-novice-user.
11183
11184 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * nnrss.el (nnrss-request-delete-group): Delete entries in
11187         nnrss-group-alist as well.
11188         (nnrss-save-server-data): Insert newline.
11189
11190 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus.el (gnus-user-agent): Use list of symbols instead of
11193         symbols.  Display full version number for (S)XEmacs.  Optionally
11194         display (S)XEmacs codename.
11195
11196         * gnus-util.el (gnus-emacs-version): Update for new
11197         `gnus-user-agent'.
11198
11199         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11200         Gnus version.
11201
11202 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11205         which is unreadable in some setups.
11206
11207 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-spec.el (gnus-update-format-specifications): Flush the
11210         group format spec cache if it doesn't support decoded group names.
11211
11212 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11215         Allow to apply decay on score files matching a regexp.
11216
11217 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11220         compatibility in %g and %c.
11221
11222 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11225         name for only %g and %c.
11226         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11227         of gnus-tmp-group to decoded group name.
11228         (gnus-group-make-rss-group): Exclude `/'s from group names.
11229
11230 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nnrss.el (nnrss-get-encoding): Fix regexp.
11233
11234 2004-12-27  Simon Josefsson  <jas@extundo.com>
11235
11236         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11237         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11238         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11239
11240 2004-12-17  Kim F. Storm  <storm@cua.dk>
11241
11242         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11243
11244         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11245
11246 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11247
11248         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11249
11250 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * nnrss.el: Require rfc2047 and mml.
11253         (nnrss-file-coding-system): New variable.
11254         (nnrss-format-string): Redefine it as an inline function.
11255         (nnrss-decode-group-name): New function.
11256         (nnrss-string-as-multibyte): Remove.
11257         (nnrss-retrieve-headers): Decode group name; don't use
11258         nnrss-format-string.
11259         (nnrss-request-group): Decode group name.
11260         (nnrss-request-article): Decode group name; allow a Message-ID as
11261         well as an article number; don't use nnrss-format-string; encode a
11262         Message-ID string which may contain non-ASCII characters; use
11263         mml-to-mime to compose a MIME article.
11264         (nnrss-request-expire-articles): Decode group name.
11265         (nnrss-request-delete-group): Decode group name.
11266         (nnrss-fetch): Clarify error message.
11267         (nnrss-read-server-data): Use insert-file-contents instead of load;
11268         bind file-name-coding-system; use multibyte buffer.
11269         (nnrss-save-server-data): Bind coding-system-for-write to the
11270         value of nnrss-file-coding-system; bind file-name-coding-system;
11271         add coding cookie.
11272         (nnrss-read-group-data): Use insert-file-contents instead of load;
11273         bind file-name-coding-system; use multibyte buffer.
11274         (nnrss-save-group-data): Bind coding-system-for-write to the
11275         value of nnrss-file-coding-system; bind file-name-coding-system.
11276         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11277         make it work with non-ASCII text.
11278         (nnrss-find-el): Make it work with old xml.el as well.
11279
11280 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11281
11282         * nnrss.el (nnrss-get-encoding): New function.
11283         (nnrss-fetch): Use unibyte buffer initially; bind
11284         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11285         decode contents according to the encoding attribute.
11286         (nnrss-save-group-data): Add coding cookie.
11287         (nnrss-mime-encode-string): New function.
11288         (nnrss-check-group): Use it to encode subject and author.
11289
11290 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11291
11292         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11293         imaginary variable.
11294
11295 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11298         correctly even if there are wide characters.
11299
11300 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11301
11302         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11303         downcased symbol names; make a new cache instead of reusing
11304         bbdb-hashtable.
11305
11306 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11309         concatenating segments rather than before concatenating them.
11310         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11311
11312         * message.el (message-get-reply-headers): Bind `extra'.
11313
11314 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11315
11316         * message.el (message-extra-wide-headers): New variable.
11317         (message-get-reply-headers): Use it.
11318
11319 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11322         (gnus-agent-group-pathname): Ditto.
11323
11324         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11325
11326         * gnus-group.el (gnus-group-make-group): Decode group name.
11327         (gnus-group-make-rss-group): Register the group data after opening
11328         the nnrss group.
11329
11330 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11331
11332         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11333         by expiry now get marked as read.
11334
11335 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11338
11339 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11340
11341         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11342         unify Latin characters in XEmacs.
11343         (mm-find-mime-charset-region): Use it.
11344
11345 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-util.el (gnus-delete-directory): New function.
11348
11349         * gnus-agent.el (gnus-agent-delete-group): Use it.
11350
11351         * gnus-cache.el (gnus-cache-delete-group): Use it.
11352
11353 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11356         names.
11357
11358 2004-12-16  Simon Josefsson  <jas@extundo.com>
11359
11360         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11361
11362 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11365
11366         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11367         (gnus-group-set-current-level): Decode group name.
11368
11369 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11370
11371         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11372         failed.
11373
11374 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * gnus-group.el (gnus-group-delete-group): Decode group name.
11377         (gnus-group-make-rss-group): Encode group name.
11378         (gnus-group-catchup-current): Decode group name.
11379         (gnus-group-kill-group): Decode group name.
11380
11381 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11382
11383         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11384
11385 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-group.el (gnus-group-make-rss-group):
11388         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11389
11390         * gnus-start.el (gnus-setup-news): Honor user's setting to
11391         gnus-message-archive-method.  Suggested by Lute Kamstra
11392         <lute@gnu.org>.
11393
11394 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11395
11396         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11397         global counterparts of the buffer-local variables.
11398
11399 2004-11-16  Romain Francoise  <romain@orebokech.com>
11400
11401         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11402         counterparts of the buffer-local variables.
11403
11404 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * message.el (message-forbidden-properties): Fixed typo in doc
11407         string.
11408
11409 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * gnus-util.el (gnus-replace-in-string): Added doc string.
11412
11413         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11414         to avoid problems when splitting mails with many recipients.
11415
11416 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11417
11418         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11419         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11420
11421 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11422
11423         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11424         if there is no hashtable in memory or file modification time is
11425         newer than cached timestamp.
11426
11427 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11430         not-matching option.
11431
11432 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11435         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11436         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11437         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11438         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11439         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11440
11441 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * message.el (message-forward-make-body-mml): Remove headers
11444         according to message-forward-ignored-headers if a message is decoded.
11445
11446 2004-12-02  Romain Francoise  <romain@orebokech.com>
11447
11448         * message.el (message-forward-make-body-plain): Always remove
11449         headers according to message-forward-ignored-headers.
11450
11451 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11452
11453         * spam.el (spam-summary-prepare-exit): Remove the
11454         gnus-summary-limit pop for now, it has problems with ham marks for
11455         me.
11456
11457 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11460         correctly.
11461
11462 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11463
11464         * format-spec.el (format-spec): Message the char.
11465
11466 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11467
11468         * gnus-art.el (gnus-split-methods): Reformat comments.
11469
11470         * spam.el (spam-summary-prepare-exit): Remove article limits
11471         before exiting the summary buffer.
11472
11473 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11476         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11477
11478         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11479         order to silence the byte compiler.
11480
11481         * spam.el: Fix the way to silence the byte compiler, which
11482         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11483         bbdb-search-simple, spam-BBDB-register-routine,
11484         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11485         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11486         spam-stat-buffer-is-spam, spam-stat-load,
11487         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11488         spam-stat-save and spam-stat-split-fancy.
11489
11490 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11493         which may confuse users.
11494         (canlock-password-for-verify): Ditto.
11495
11496         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11497
11498         * gnus-art.el (gnus-emphasis-alist): Ditto.
11499
11500         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11501
11502         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11503
11504         * gnus-start.el (gnus-save-killed-list): Ditto.
11505
11506         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11507         (gnus-sum-thread-tree-root): Ditto.
11508         (gnus-sum-thread-tree-false-root): Ditto.
11509         (gnus-sum-thread-tree-single-indent): Ditto.
11510
11511         * message.el (message-courtesy-message): Ditto.
11512         (message-archive-note): Ditto.
11513         (message-subscribed-address-file): Ditto.
11514         (message-user-fqdn): Ditto.
11515
11516         * spam-report.el (spam-report-gmane-regex): Ditto.
11517
11518         * spam.el (spam-blackhole-good-server-regex): Ditto.
11519
11520 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * mml.el (mml-preview): Widen the message buffer before copying
11523         the contents to the preview buffer; sort headers before previewing.
11524
11525         * message.el (message-hidden-headers): Fix the way to avoid a bug
11526         in the `repeat' widget in Emacs 21.3 or earlier.
11527
11528 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * message.el (message-hidden-headers): Default to "^References:".
11531         Improve customization type.  Suggested by Reiner Steib
11532         <Reiner.Steib@gmx.de>.
11533
11534 2004-11-25  Romain Francoise  <romain@orebokech.com>
11535
11536         * message.el (message-strip-forbidden-properties): Remove check for
11537         obsolete `message-hidden' text property, hidden headers are not
11538         accessible in the buffer anymore.
11539
11540 2004-11-22  Romain Francoise  <romain@orebokech.com>
11541
11542         * message.el (message-header-format-alist): Add `From' in list
11543         so that it can be sorted.
11544         (message-fix-before-sending): Widen and sort headers before
11545         sending.
11546         (message-hide-headers): Use narrowing to hide headers by moving
11547         them to the top of the buffer and narrowing to the region
11548         underneath.
11549
11550 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * message.el (message-strip-forbidden-properties): Bind
11553         buffer-read-only (etc) to nil.
11554
11555 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11558         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11559
11560 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11561
11562         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11563
11564 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11565
11566         * dns.el (query-dns): Use sit-for to time instead of
11567         accept-process-output, since that doesn't seem to work on udp
11568         sockets.
11569
11570 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11573
11574 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11575
11576         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11577         doc string.  Improve doc string.
11578
11579 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * nntp.el (nntp-request-update-info): Return nil if
11582         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11583         may not call gnus-activate-group which uselessly issues the GROUP
11584         commands for all nntp groups and wastes time.  Reported by Romain
11585         Francoise <romain@orebokech.com>.
11586
11587         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11588
11589 2004-11-15  Simon Josefsson  <jas@extundo.com>
11590
11591         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11592         headers separately.
11593         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11594         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11595
11596 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus-start.el (gnus-convert-old-newsrc):
11599         Assign legacy-gnus-agent to 5.10.7.
11600
11601 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11604         start of the lines.
11605
11606 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11607
11608         * hashcash.el (hashcash-default-payment): Change default to 20.
11609         (hashcash-default-accept-payment): Change default to 20.
11610         (hashcash-process-alist): New variable.
11611         (hashcash-generate-payment-async): Add.
11612         (hashcash-already-paid-p): Add.
11613         (hashcash-insert-payment): Don't generate payments twice.
11614         (hashcash-insert-payment-async): Add.
11615         (hashcash-insert-payment-async-2): Add.
11616         (hashcash-cancel-async): Add.
11617         (hashcash-wait-async): Add.
11618         (hashcash-processes-running-p): Add.
11619         (hashcash-wait-or-cancel): Add.
11620         (mail-add-payment): New optional argument.  Conditionally start
11621         asynchronous calculation.
11622         (mail-add-payment-async): Add.
11623
11624         * message.el (message-send-mail): Wait for asynchronous hashcash
11625         results.  Don't clobber existing X-Hashcash headers.
11626         (message-setup-1): Call mail-add-payment-async when
11627         message-generate-hashcash is non-nil.
11628
11629 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11630
11631         * message.el (message-use-alternative-email-as-from): Examine the
11632         From header as well; use message-make-from in order to include a
11633         user's full name.
11634
11635 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11638         default; improve customization type.
11639         (gnus-emphasis-custom-with-format): New macro.
11640         (gnus-emphasis-custom-value-to-external): New function.
11641         (gnus-emphasis-custom-value-to-internal): New function.
11642
11643 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * dns.el (query-dns): Resolve reverse addresses.
11646
11647 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * gnus-group.el (gnus-group-get-new-news): Use it.
11650
11651         * gnus-start.el (gnus-check-reasonable-setup): New function.
11652
11653 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11656         "Args out of range" error.  Reported by Arnaud Giersch
11657         <arnaud.giersch@free.fr>.
11658
11659 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11660
11661         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11662
11663 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11664
11665         * spam.el (spam group): Add :version.
11666
11667         * pgg-def.el (pgg group): Add :version.
11668
11669 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-art.el (gnus-article-edit-article): Don't associate the
11672         article buffer with a draft file.  This is a temporary measure
11673         against the 2004-08-22 change to gnus-article-edit-mode.
11674
11675 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11678         (html2text-format-tags): Remove unused variable `attr'.
11679
11680 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11683
11684         * tls.el (tls-process-connection-type, tls-success)
11685         (tls-certtool-program): Add :version.
11686
11687         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11688         (starttls-extra-arguments, starttls-process-connection-type)
11689         (starttls-connect, starttls-failure, starttls-success): Add :version.
11690
11691         * spam-stat.el (spam-stat): Add :version.
11692
11693         * sieve.el (sieve): Add :version.
11694
11695         * sha1.el (sha1): Add :version.
11696         (sha1-use-external): Remove redundant version.
11697
11698         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11699         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11700         (nnmail-split-fancy-match-partial-words)
11701         (nnmail-split-lowercase-expanded): Add :version.
11702
11703         * nndiary.el (nndiary): Add :version.
11704
11705         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11706
11707         * mml-sec.el (mml-default-sign-method)
11708         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11709         Add :version.
11710
11711         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11712
11713         * mm-url.el (mm-url-use-external, mm-url-program)
11714         (mm-url-arguments): Add :version.
11715
11716         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11717         (mm-attachment-file-modes, mm-decrypt-option)
11718         (mm-w3m-safe-url-regexp): Add :version.
11719
11720         * message.el (message-cite-prefix-regexp)
11721         (message-sendmail-envelope-from, message-minibuffer-local-map)
11722         (message-user-fqdn, message-completion-alist): Add :version.
11723
11724         * gnus-win.el (gnus-configure-windows-hook)
11725         (gnus-use-frames-on-any-display): Add :version.
11726
11727         * gnus-art.el (gnus-article-address-banner-alist)
11728         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11729         (gnus-treat-from-picon, gnus-treat-mail-picon)
11730         (gnus-treat-x-pgp-sig): Add :version.
11731
11732         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11733         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11734         (gnus-summary-article-delete-hook)
11735         (gnus-summary-display-while-building): Add :version.
11736
11737         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11738         (gnus-get-top-new-news-hook): Add :version.
11739
11740         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11741         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11742
11743         * gnus-registry.el (gnus-registry): Add :version.
11744
11745         * gnus-spec.el (gnus-use-correct-string-widths)
11746         (gnus-make-format-preserve-properties): Add :version.
11747
11748         * gnus.el (gnus-group-charter-alist)
11749         (gnus-group-fetch-control-use-browse-url)
11750         (gnus-install-group-spam-parameters): Add :version.
11751
11752         * gnus-diary.el (gnus-diary): Add :version.
11753
11754         * gnus-delay.el (gnus-delay): Add :version.
11755
11756         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11757         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11758         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11759         Add :version.
11760
11761         * gnus-agent.el (gnus-agent-max-fetch-size)
11762         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11763         (gnus-agent-prompt-send-queue): Add :version.
11764
11765         * deuglify.el (gnus-outlook-deuglify): Add :version.
11766
11767         * html2text.el: Beautify code.  Improve doc strings.  Some
11768         checkdoc cleanup.
11769         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11770
11771 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11772
11773         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11774
11775 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11776
11777         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11778         when package is loaded.
11779
11780         * spam.el (spam-summary-score-preferred-header): Add global preference
11781         for people who want to override the default SpamAssassin over
11782         Bogofilter preference (when both are set).
11783         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11784         (spam-user-format-function-S): Check
11785         spam-summary-score-preferred-header.
11786         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11787         (spam-user-format-function-S): Format the score correctly.
11788
11789 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11792         signature file.  Suggested by Manoj Srivastava
11793         <srivasta@golden-gryphon.com>.
11794
11795         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11796         iso-2022-jp even in the Japanese language environment.
11797         Suggested by Jason Rumney <jasonr@gnu.org>.
11798
11799 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11802         use the same characters as the dummy marks; make it free from
11803         getting affected by the language environment.
11804         (gnus-summary-read-group-1): Update mark positions only when the
11805         format spec is updated.
11806
11807         * gnus-spec.el (gnus-update-format-specifications): Return a list
11808         of updated types.
11809
11810 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11813         of boundp to check if display-warning is available.
11814
11815 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11818
11819 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * nnspool.el (nnspool-spool-directory): Use news-path if the
11822         news-directory variable is not bound.
11823
11824         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11825         function instead of display-warning if it is not available.
11826
11827 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11830         v5-10: Use `point-at-bol'.
11831
11832 2004-10-26  Simon Josefsson  <jas@extundo.com>
11833
11834         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11835         <chenggao@gmail.com>.
11836
11837 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11840         instead.
11841
11842 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11843
11844         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11845         to remove a server from the nnimap-server-buffer-alist.
11846         (nnimap-open-connection, nnimap-close-server): Use it.
11847
11848         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11849
11850 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11853         running the major-mode function.
11854
11855 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11858         dummy marks in the right way.
11859
11860 2004-10-18  David Edmondson  <dme@dme.org>
11861
11862         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11863         excessively.
11864
11865 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11866
11867         * gnus-util.el (gnus-split-references): Accept a nil references
11868         string and go on blissfully.
11869
11870         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11871         cases where the references string is non-nil but has no references.
11872
11873         * encrypt.el: Add autoload tags.
11874
11875         * spam.el (spam-resolve-registrations-routine): Remove article
11876         from unregistration list too.  Reported by David Hanak
11877         <dhanak@isis.vanderbilt.edu>
11878
11879 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11882         nil.  Changed custom type.
11883
11884 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11887
11888         * gnus-sum.el (gnus-summary-move-article): Use it.
11889
11890 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11891
11892         * encrypt.el: Add autoload cookies.
11893
11894         * spam.el (spam-backend-article-list-property)
11895         (spam-backend-get-article-todo-list)
11896         (spam-backend-put-article-todo-list)
11897         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11898         Resolve registrations separately.
11899         (spam-register-routine): Format comments.
11900         (spam-unregister-routine, spam-register-routine): Always call with
11901         specific-articles, no default list.
11902         (spam-summary-prepare-exit): Use the spam-classifications function.
11903
11904         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11905         gnus-encrypt.el.
11906
11907         * encrypt.el: Copied from gnus-encrypt.el.
11908
11909         * gnus-encrypt.el: Commented that it's obsolete.
11910
11911 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11914         (gnus-score-save): Use it.
11915
11916         * message.el (message-bury): Use `window-dedicated-p'.
11917
11918 2004-10-15  Simon Josefsson  <jas@extundo.com>
11919
11920         * pop3.el (top-level): Don't require nnheader.
11921         (pop3-read-timeout): Add.
11922         (pop3-accept-process-output): Add.
11923         (pop3-read-response, pop3-retr): Use it.
11924
11925 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11926
11927         * spam.el (spam-register-routine): Move comment.
11928         (spam-verify-bogofilter): Use 'unknown for the initial
11929         spam-bogofilter-valid state, not 'never.
11930
11931         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11932         for netrc-machine.
11933
11934         * nnimap.el (nnimap-open-connection): Use
11935         netrc-machine-user-or-password.
11936
11937 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11938
11939         * gnus-registry.el (gnus-registry-unload-hook):
11940         Set as a variable with add-hook.
11941
11942         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11943         of news-path.
11944
11945         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11946
11947         * spam.el: Delete duplicate `provide'.
11948         (spam-unload-hook): Set as a variable with add-hook.
11949
11950 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11953         in the doc string.
11954
11955         * message.el (message-ignored-news-headers)
11956         (message-ignored-supersedes-headers)
11957         (message-ignored-resent-headers)
11958         (message-forward-ignored-headers): Improve custom type.
11959
11960 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * message.el (message-tokenize-header): Fix 2004-09-06 change
11963         which used point-min in the wrong place.
11964
11965 2004-10-12  Simon Josefsson  <jas@extundo.com>
11966
11967         * tls.el (tls-certtool-program): New variable.
11968         (tls-certificate-information): New function, based on
11969         ssl-certificate-information.
11970
11971 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * compface.el: Move the version of ELisp-based uncompface program
11974         to the contrib directory because of the copyright problem.
11975
11976 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * message.el (message-kill-buffer): Raise the current frame.
11979
11980 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11983
11984         * gnus.el (message-y-or-n-p): Autoload.
11985
11986         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11987         (pop3-password-required, pop3-authentication-scheme)
11988         (pop3-leave-mail-on-server): Made customizable.
11989         (pop3): New custom group.
11990         (pop3-retr): Remove `sleep-for' statements.
11991         Suggested by Dave Love <fx@gnu.org>.
11992
11993         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11994         Windows/DOS.
11995
11996         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11997         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11998         Dave Love <fx@gnu.org>.
11999
12000         * mml.el (mml-minibuffer-read-disposition): Require match.
12001         Suggested by Dave Love <fx@gnu.org>.
12002
12003 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12006         doc string.
12007
12008 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12011
12012 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12013
12014         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12015         instead of calling `mm-insert-inline', to decode text/* parts
12016         before displaying them.
12017
12018 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mm-uu.el (mm-uu-text-plain-type): New variable.
12021         (mm-uu-pgp-signed-extract-1): Use it.
12022         (mm-uu-pgp-encrypted-extract-1): Use it.
12023         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12024         bind mm-uu-text-plain-type with that value.
12025         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12026         mm-uu-dissect.
12027
12028 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-group.el (gnus-update-group-mark-positions):
12031         * gnus-sum.el (gnus-update-summary-mark-positions):
12032         * message.el (message-check-news-body-syntax):
12033         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12034         of string-as-multibyte.
12035
12036 2004-10-05  Juri Linkov  <juri@jurta.org>
12037
12038         * gnus-group.el (gnus-update-group-mark-positions):
12039         * gnus-sum.el (gnus-update-summary-mark-positions):
12040         * message.el (message-check-news-body-syntax):
12041         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12042         8-bit unibyte values to a multibyte string for search functions.
12043
12044 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12047         (mm-uu-dissect-text-parts): New function.
12048
12049         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12050         dissect text parts.
12051
12052         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12053         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12054
12055         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12056
12057         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12058         gnus-current-topics instead of gnus-current-topic.
12059
12060 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12061
12062         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12063
12064 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12065
12066         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12067         where approriate.
12068
12069         * nnml.el (nnml-generate-active-info): do.
12070
12071         * nndiary.el (nndiary-generate-active-info): do.
12072
12073         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12074         (gnus-topic-move): do.
12075
12076         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12077         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12078
12079         * gnus-srvr.el (gnus-server-prepare)
12080         (gnus-server-open-all-servers): do.
12081
12082         * gnus-msg.el (gnus-summary-cancel-article)
12083         (gnus-summary-resend-message)
12084         (gnus-summary-mail-crosspost-complaint): do.
12085
12086         * gnus-move.el (gnus-change-server): do.
12087
12088         * gnus-group.el (gnus-group-unmark-all-groups)
12089         (gnus-group-set-current-level): do.
12090
12091 2004-10-04  Simon Josefsson  <jas@extundo.com>
12092
12093         * message.el (message-generate-hashcash): Doc fix.
12094
12095 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12096
12097         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12098         avoid infinite recursion via gnus-get-function.
12099
12100 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12101
12102         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12103
12104         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12105
12106         * nnmail.el (nnmail-split-history): do.
12107
12108         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12109         (nnml-request-delete-group): do.
12110
12111         * nnslashdot.el (nnslashdot-read-groups): do.
12112
12113         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12114         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12115
12116         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12117         (nnspool-sift-nov-with-sed): Use last.
12118         (nnspool-retrieve-headers-with-nov): Use mapc.
12119         (nnspool-request-newgroups): Use dolist.
12120         (nnspool-request-group): Use last.
12121
12122         * nntp.el (nntp-read-server-type): Use dolist.
12123
12124         * nnvirtual.el (nnvirtual-create-mapping)
12125         (nnvirtual-update-read-and-marked): Use dolist.
12126         (nnvirtual-convert-headers): Simplify.
12127
12128 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12129
12130         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12131         support for sync'ing tick marks.
12132
12133 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12136         there's no visible header.
12137
12138 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12139
12140         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12141         necessary, pass full group name to gnus-request-set-marks.
12142
12143 2004-10-01  Simon Josefsson  <jas@extundo.com>
12144
12145         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12146         acroread.
12147
12148 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12149
12150         * spam-report.el (spam-report-gmane): Fix interactive.
12151
12152         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12153
12154         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12155         when writing file.
12156         (gnus-agent-synchronize-flags): Don't default to being
12157         interactive.
12158
12159 2004-09-30  Simon Josefsson  <jas@extundo.com>
12160
12161         * message.el (message-generate-hashcash): Add.
12162         (message-send-mail): Use it, call mail-add-payment.
12163
12164 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12165
12166         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12167
12168 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12169
12170         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12171         gnus-requst-update-info with explicit code to sync the in-memory
12172         info read flags with the marks being sync'd to the backend.
12173
12174         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12175
12176 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12177
12178         * spam.el (spam-verify-bogofilter): Add new function.
12179         (spam-check-bogofilter)
12180         (spam-bogofilter-register-with-bogofilter): Use it.
12181         (spam-verify-bogofilter): Add small fixes.
12182
12183 2004-09-28  Simon Josefsson  <jas@extundo.com>
12184
12185         * hashcash.el (hashcash-generate-payment): Revert.
12186
12187 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12190         gnus-extract-references instead of gnus-split-references.
12191
12192         * gnus-util.el (gnus-extract-references): Add new function, analogous
12193         to gnus-split-references but extracts only the message-ID without
12194         anything extra.
12195
12196         * hashcash.el (hashcash-generate-payment)
12197         (hashcash-check-payment): Do the right thing if hashcash-path is
12198         nil (because the hashcash program could not be found).
12199
12200         * spam.el (spam-use-hashcash): Remove comment.
12201
12202 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12203
12204         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12205         (gnus-cache-enter-article, gnus-cache-remove-article)
12206         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12207
12208         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12209
12210         * gnus-art.el (article-hide-boring-headers)
12211         (article-translate-strings, article-display-face)
12212         (gnus-article-mime-match-handle-first)
12213         (gnus-article-highlight-headers)
12214         (gnus-article-add-buttons-to-head): do.
12215
12216 2004-09-27  Simon Josefsson  <jas@extundo.com>
12217
12218         * hashcash.el: New version, from
12219         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12220         ../contrib/.
12221
12222 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12225
12226 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12227
12228         * gnus-dup.el (gnus-dup-open): Use mapc.
12229         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12230
12231         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12232         Reported by Stefan Wiens <s.wi@gmx.net>.
12233
12234         * gnus.el (gnus-shutdown): Use dolist.
12235
12236         * gnus-undo.el (gnus-undo): Use mapc.
12237
12238         * nnrss.el (nnrss-generate-active): do.
12239
12240         * message.el (message-cite-original-without-signature)
12241         (message-cite-original): Use mapc.
12242         (message-do-actions, message-make-forward-subject): Use dolist.
12243
12244 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12245
12246         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12247         deletion to remove entire duplicate line.  Fixes merged article
12248         number bug.
12249
12250 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12251
12252         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12253         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12254         first ask if you want to open a server and then, even when you
12255         responded with no, asking if you want to synchronize the server's
12256         flags.
12257         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12258         multi-line expressions.
12259         (gnus-agent-synchronize-group-flags): New internal function.
12260         Updates marks in memory (in the info structure) AND in the
12261         backend.
12262
12263         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12264
12265         * nnagent.el (nnagent-request-set-mark): Use
12266         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12267         method, to ensure that synchronization updates marks in the
12268         backend and in the info (in memory) structure.
12269
12270 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12273         convention fully; don't miss the root article of a thread; make
12274         the X-Draft-From header with correct article numbers.
12275
12276 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12277
12278         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12279         unless plugged.  Disable the agent so that an open failure causes
12280         an error.
12281
12282         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12283         Reverted 2004-09-21 change.  The backend must be opened while
12284         synchronizing flags even when the backend stores the flags
12285         locally.
12286
12287 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12290         in `header' match.  Reported by Svend Tollak Munkejord.
12291
12292         * message.el (message-cite-original): Fix use of
12293         `message-cite-articles-with-x-no-archive'.
12294
12295 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12298         (gnus-window-to-buffer): Ditto.
12299
12300         * mml.el (mml-preview-buffer): New variable.
12301         (mml-preview): Manage window layout with gnus-buffer-configuration.
12302
12303         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12304         X-Draft-From header even if those articles aren't quoted.
12305
12306 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12307
12308         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12309         (gnus-request-set-mark, gnus-request-update-mark): Use new
12310         g-s-t-u-l-m to decide to use backend even when unplugged.
12311
12312 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12315         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12316
12317 2004-09-20  Simon Josefsson  <jas@extundo.com>
12318
12319         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12320         "utf-16-le".
12321
12322 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12323
12324         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12325
12326 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * uudecode.el (uudecode-use-external): Add :version.
12329
12330         * smime.el (smime-CA-file, smime-encrypt-cipher)
12331         (smime-dns-server): Add :version.
12332
12333         * smiley.el (gnus-smiley-file-types): Add :version.
12334
12335         * sha1.el (sha1-use-external): Add :version.
12336
12337         * pgg-def.el (pgg-query-keyserver): Add :version.
12338
12339         * nnmail.el (nnmail-fancy-expiry-targets)
12340         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12341         Add :version.
12342
12343         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12344         (nnimap-retrieve-groups-asynchronous): Add :version.
12345         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12346
12347         * mml.el (mml-content-disposition-parameters)
12348         (mml-insert-mime-headers-always): Add :version.
12349
12350         * mm-util.el (mm-coding-system-priorities): Add :version.
12351
12352         * mm-decode.el (mm-inline-text-html-with-images)
12353         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12354         (mm-verify-option): Add :version.
12355         (mm-text-html-renderer): Change :version.
12356
12357         * message.el (message-fcc-externalize-attachments)
12358         (message-required-headers, message-draft-headers)
12359         (message-subject-trailing-was-query)
12360         (message-subject-trailing-was-ask-regexp)
12361         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12362         (message-mark-insert-end, message-archive-header)
12363         (message-archive-note, message-cross-post-default)
12364         (message-cross-post-note, message-followup-to-note)
12365         (message-cross-post-note-function, message-use-mail-followup-to)
12366         (message-subscribed-address-functions)
12367         (message-subscribed-address-file, message-subscribed-addresses)
12368         (message-subscribed-regexps, message-allow-no-recipients)
12369         (message-yank-cited-prefix, message-signature-insert-empty-line)
12370         (message-hidden-headers, message-hierarchical-addresses)
12371         (message-mail-user-agent, message-use-idna)
12372         (message-valid-fqdn-regexp)
12373         (message-strip-special-text-properties, message-header-synonyms)
12374         (message-beginning-of-line, message-tab-body-function): Add :version.
12375         (message-insert-canlock, message-wide-reply-confirm-recipients):
12376         Change :version.
12377
12378         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12379         and :version.
12380         (mail-source-delete-old-incoming-confirm)
12381         (mail-source-movemail-program): Add :version.
12382
12383         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12384         (gnus-agent-cache, gnus-agent): Change :version.
12385
12386         * gnus-util.el (gnus-use-byte-compile): Change :version.
12387
12388         * gnus-sum.el (gnus-summary-make-false-root-always)
12389         (gnus-summary-default-high-score)
12390         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12391         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12392         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12393         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12394         (gnus-sum-thread-tree-single-indent)
12395         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12396         (gnus-sum-thread-tree-leaf-with-other)
12397         (gnus-sum-thread-tree-single-leaf): Add :version.
12398         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12399         (gnus-article-loose-mime): Change :version.
12400
12401         * gnus-start.el (gnus-backup-startup-file)
12402         (gnus-save-startup-file-via-temp-buffer): Add :version.
12403
12404         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12405         (gnus-server-offline-face): Add :version.
12406
12407         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12408
12409         * gnus-msg.el (gnus-gcc-externalize-attachments)
12410         (gnus-debug-files, gnus-debug-exclude-variables)
12411         (gnus-discouraged-post-methods): Change :version.
12412         (gnus-confirm-mail-reply-to-news)
12413         (gnus-confirm-treat-mail-like-news): Add :version.
12414
12415         * gnus-int.el (gnus-server-unopen-status): Add :version.
12416
12417         * gnus-group.el (gnus-group-jump-to-group-prompt)
12418         (gnus-large-ephemeral-newsgroup)
12419         (gnus-fetch-old-ephemeral-headers): Add :version.
12420
12421         * gnus-fun.el (gnus-x-face-directory)
12422         (gnus-convert-pbm-to-x-face-command)
12423         (gnus-convert-image-to-x-face-command)
12424         (gnus-convert-image-to-face-command): Add :version.
12425
12426         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12427
12428         * gnus-cite.el (gnus-cite-blank-line-after-header)
12429         (gnus-article-boring-faces): Add :version.
12430
12431         * gnus-art.el (gnus-buttonized-mime-types)
12432         (gnus-inhibit-mime-unbuttonizing)
12433         (gnus-treat-display-face)
12434         (gnus-treat-body-boundary): Change :version.
12435         (gnus-body-boundary-delimiter, gnus-picon-databases)
12436         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12437         (gnus-treat-date-english, gnus-treat-fold-headers)
12438         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12439         (gnus-treat-mail-picon, gnus-treat-wash-html)
12440         (gnus-article-encrypt-protocol)
12441         (gnus-use-idna, gnus-article-over-scroll)
12442         (gnus-mime-display-multipart-alternative-as-mixed)
12443         (gnus-mime-display-multipart-related-as-mixed)
12444         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12445         (gnus-ctan-url, gnus-button-ctan-handler)
12446         (gnus-button-handle-ctan-bogus-regexp)
12447         (gnus-button-ctan-directory-regexp)
12448         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12449         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12450         (gnus-button-man-level, gnus-button-emacs-level)
12451         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12452
12453         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12454         (gnus-agent-go-online): Change :version.
12455         (gnus-agent-expire-unagentized-dirs)
12456         (gnus-agent-auto-agentize-methods): Add :version.
12457
12458         * flow-fill.el (fill-flowed-display-column)
12459         (fill-flowed-encode-column): Add :version.
12460
12461         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12462         (gnus-outlook-deuglify-unwrap-max)
12463         (gnus-outlook-deuglify-cite-marks)
12464         (gnus-outlook-deuglify-unwrap-stop-chars)
12465         (gnus-outlook-deuglify-no-wrap-chars)
12466         (gnus-outlook-deuglify-attrib-cut-regexp)
12467         (gnus-outlook-deuglify-attrib-verb-regexp)
12468         (gnus-outlook-deuglify-attrib-end-regexp)
12469         (gnus-outlook-display-hook): Add :version.
12470
12471         * binhex.el (binhex-use-external): Add :version.
12472
12473 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12476         and `invisible'.
12477
12478 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12479
12480         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12481         in gnus-registry-trim.
12482
12483 2004-09-13  Simon Josefsson  <jas@extundo.com>
12484
12485         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12486
12487         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12488
12489         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12490         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12491         <yamaoka@jpl.org>.
12492         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12493         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12494         <yamaoka@jpl.org>.
12495
12496         * sieve.el (sieve-manage-mode): Ditto.
12497
12498 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12501
12502 2004-09-11  Simon Josefsson  <jas@extundo.com>
12503
12504         * dns-mode.el: Add.
12505
12506         * mm-view.el (mm-display-dns-inline): Add.
12507
12508         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12509         (mm-automatic-display): Ditto.
12510
12511         * mailcap.el (mailcap-mime-data): Add text/dns.
12512         (mailcap-mime-extensions): Map .soa to text/dns.
12513
12514 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12515
12516         * gnus-art.el (article-decode-mime-words, article-babel)
12517         (gnus-article-highlight-signature, gnus-article-add-buttons)
12518         (gnus-signature-toggle): Remove unnecessary bindings of
12519         `inhibit-read-only' inherited from v5.10 merge.
12520
12521 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * nntp.el (nntp): New customization group.
12524         (nntp-authinfo-file): Add customization group.
12525
12526         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12527
12528         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12529
12530         * gnus.el (to-address, to-list, subscribed)
12531         (large-newsgroup-initial): Ditto.
12532
12533         * flow-fill.el (fill-flowed-display-column)
12534         (fill-flowed-encode-column): Ditto.
12535
12536 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12537
12538         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12539         Use point-min rather than 1.
12540         (message-send-mail): Use buffer-size rather than point-max.
12541
12542         * gnus-sum.el (gnus-summary-search-article-forward):
12543         Signal a specific `search-failed' rather than a generic `error'.
12544
12545         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12546         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12547         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12548
12549 2004-09-10  Simon Josefsson  <jas@extundo.com>
12550
12551         * nndb.el (require): Remove tcp and duplicate cl.
12552
12553 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-agent.el (directory-files-and-attributes): Move forward.
12556
12557 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12558
12559         * gnus-agent.el (directory-files-and-attributes): Optionally
12560         defined to support XEmacs.
12561
12562 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12563
12564         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12565         to avoid run-time CL dependencies.
12566         (gnus-agent-unfetch-articles): New function.
12567         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12568         article numbers even when local .overview file is missing.
12569         (gnus-agent-read-article-number): New function.  Only accepts
12570         27-bit article numbers.
12571         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12572         gnus-agent-read-article-number.
12573         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12574         from backend while recognizing that article numbers in .overview
12575         must be valid.
12576         (gnus-agent-update-files-total-fetched-for): Use
12577         directory-files-and-attributes to improve performance.
12578         * gnus-int.el (gnus-request-move-article): Use
12579         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12580         improve performance.
12581
12582         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12583         some users confused by references to .newsrc when they only have a
12584         .newsrc.eld file.
12585         (gnus-convert-mark-converter-prompt)
12586         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12587         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12588         New function.  Used internally to only display 'gnus converting
12589         files' message when actually necessary.
12590
12591         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12592         methods now autoloaded.
12593
12594 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12597         identifiers.
12598
12599 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * gnus-picon.el: Fix indentation and closing parenthesis.
12602
12603 2004-09-01  Simon Josefsson  <jas@extundo.com>
12604
12605         * message.el (message-canlock-generate): Require sha1, not
12606         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12607         to require within a function.  Sadly, if sha1.el isn't loaded, the
12608         let binding in m-c-g will hide the defcustom definition, which is
12609         bad.)
12610
12611         * canlock.el: Require sha1, not sha1-el.
12612
12613         * message.el: Don't autoload sha1 (there is a autoload cookie in
12614         sha1.el).
12615
12616         * sha1-el.el: Renamed to sha1.el.
12617
12618 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12619
12620         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12621
12622 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12623
12624         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12625
12626 2004-08-30  Kim F. Storm  <storm@cua.dk>
12627
12628         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12629
12630         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12631         Add :group 'nnimap.
12632
12633 2004-08-30  Andreas Schwab  <schwab@suse.de>
12634
12635         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12636         ?* and ?\;.
12637
12638         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12639         and ?\' to symbol instead of whitespace.
12640
12641 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12644
12645         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12646         instead of re-search-forward.
12647
12648         * gnus-uu.el (gnus-uu-save-article): Ditto.
12649         (gnus-uu-post-encode-uuencode): Ditto.
12650
12651         * html2text.el (html2text-clean-list-items): Ditto.
12652         (html2text-clean-dtdd): Ditto.
12653         (html2text-format-tags): Ditto.
12654
12655         * message.el (message-send-mail-with-sendmail): Fix regexp.
12656         (message-fill-field-general): Use search-forward instead of
12657         re-search-forward.
12658         (unbold-region): Ditto.
12659
12660         * nnrss.el (nnrss-request-article): Ditto.
12661
12662         * nnslashdot.el (nnslashdot-request-article): Ditto.
12663
12664         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12665
12666         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12667         "Unrecognized menu descriptor" error in XEmacs.
12668
12669 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12670
12671         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12672         parent article of a sparse article in the thread hashtb.
12673
12674 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12675
12676         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12677         (nnmail-expand-newtext): Lowercase expanded entries if
12678         nnmail-split-lowercase-expanded is non-nil.
12679
12680 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12683
12684         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12685         of gnus-tmp-news-method into string under XEmacs.  It will be
12686         passed to gnus-correct-length which takes only a string argument.
12687
12688 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-util.el (gnus-bind-print-variables): New macro.
12691         (gnus-prin1): Use it.
12692         (gnus-prin1-to-string): Use it.
12693         (gnus-pp): New function.
12694         (gnus-pp-to-string): New function.
12695
12696         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12697         Replace pp-to-string with gnus-pp-to-string.
12698         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12699         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12700         * gnus-msg.el (gnus-debug): Ditto.
12701         * gnus-score.el (gnus-score-save): Ditto.
12702         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12703         gnus-pp-to-string.
12704         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12705         with gnus-pp.
12706         * score-mode.el (gnus-score-pretty-print): Ditto.
12707         * webmail.el (webmail-debug): Ditto.
12708
12709 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-art.el (article-display-face, article-display-x-face):
12712         Use buffer-read-only.
12713
12714 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-art.el (article-hide-list-identifiers):
12717         Bind inhibit-read-only as t.
12718
12719 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12722
12723 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12724
12725         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12726         (gnus-narrow-to-page): Don't assume point-min == 1.
12727         (gnus-article-edit-mode): Derive from message-mode.
12728
12729         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12730         point-min == 1.
12731
12732         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12733         Disable incorrect use of `assert'.
12734
12735         * message.el (message-mode): Set comment-start-skip.
12736
12737
12738 2004-08-22  Sam Steingold  <sds@gnu.org>
12739
12740         * pop3.el (pop3-leave-mail-on-server): New user variable.
12741         (pop3-movemail): Delete mail only when it is nil.
12742
12743 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12746
12747         * mml.el (mml-preview): Use `pop-to-buffer'.
12748
12749         * message.el (message-goto-mail-followup-to): Insert after "To".
12750         (message-carefully-insert-headers): Add comment.
12751
12752         * gnus.el: Remove unused variable `gnus-article-check-size'.
12753
12754         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12755
12756         * gnus-art.el (gnus-button-alist): Improve
12757         `gnus-button-handle-library' entry.
12758
12759 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12760
12761         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12762         downcase, since XEmacs capitalizes error messages differently.
12763
12764 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * nntp.el: Add (require 'gnus) due to reference to
12767         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12768
12769 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12770
12771         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12772         `mm-fill-flowed'.
12773
12774         * mm-decode.el (mm-dissect-singlepart): Check it.
12775
12776 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12777
12778         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12779         'imap' for netrc parsing.
12780
12781 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * mailcap.el (mailcap-mime-data): Mark as risky.
12784
12785 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12788         may be included in the encoded word.
12789         (rfc2047-encode): Don't append a space if the encoded word
12790         includes close parenthesis.
12791
12792 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12795         of text within parentheses.
12796
12797 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12798
12799         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12800         (gnus-encrypt-write-file-contents): Make the password key the file
12801         name PLUS the cipher, not just the cipher.  Also remove failed
12802         passwords from the cache.
12803
12804 2004-08-06  Simon Josefsson  <jas@extundo.com>
12805
12806         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12807         fix.
12808
12809 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12812         LWSP.
12813
12814 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12815
12816         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12817         to append in-reply-to: data to the references: header.
12818
12819         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12820         (netrc-parse): Use gnus-encrypt.el functions.
12821
12822         * gnus-encrypt.el: Add new file for encryption support; currently
12823         does only a few GPG ciphers and an internal XOR cipher.
12824
12825         * password.el: Add comments on using password-read-and-add.
12826         (password-read-and-add): Add function to read and add the
12827         password to the cache at once.
12828
12829 2004-07-28  Simon Josefsson  <jas@extundo.com>
12830
12831         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12832         parameter (but don't use it, for now).
12833
12834         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12835         instead of hard coding to nil.
12836
12837 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12840         as mm-inline-image-xemacs does.
12841
12842 2004-07-26  Simon Josefsson  <jas@extundo.com>
12843
12844         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12845         Revert part of 2004-07-17 change below.
12846
12847 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12850         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12851
12852 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853
12854         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12855         quotes that actually start with ">" at the beginning of the
12856         lines.
12857
12858 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * rfc2047.el (rfc2047-encode-region): Fix last change.
12861         (rfc2047-encode-parameter): Remove useless concat.
12862
12863 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12866         encode special characters; fix some kind of misconfigured headers;
12867         signal a real error if debug-on-quit or debug-on-error is non-nil.
12868         (rfc2047-encode-max-chars): New variable.
12869         (rfc2047-encode-1): Use it.
12870         (rfc2047-encode-parameter): New function.
12871
12872         * mml.el (mml-insert-parameter): Remove an excessive space.
12873
12874 2004-07-17  Simon Josefsson  <jas@extundo.com>
12875
12876         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12877         Kai Grossjohann <kai@emptydomain.de>.
12878         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12879         (gnus-group-make-menu-bar): Ditto.
12880
12881         * gnus-util.el (gnus-group-server): Add.
12882
12883 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12884
12885         * message.el (message-clone-locals): Clone sendmail and smtp
12886         variables.
12887
12888 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * rfc2047.el (rfc2047-encode-region): Fix last change.
12891
12892 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12895         characters as non-special.
12896
12897 2004-07-09  Simon Josefsson  <jas@extundo.com>
12898
12899         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12900         Users will lose all flag changes made while unplugged with
12901         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12902         good default.  See numerous reports on ding mailing list.
12903
12904 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12907         add generate-head-function and generate-article-function to the
12908         rfc822-forward entry.
12909         (nndoc-rfc822-forward-generate-article): New function.
12910         (nndoc-rfc822-forward-generate-head): New function.
12911
12912         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12913
12914 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12915
12916         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12917         respect display group parameter and gnus-summary-expunge-below.
12918         (gnus-articles-to-read): Remove unused reference to display group
12919         parameter.
12920
12921 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * nnheader.el (nnheader-uniquify-message-id): New experimental
12924         variable.
12925         (nnheader-nov-read-message-id): Use it.
12926
12927         * spam-report.el (spam-report-gmane): Add interactive.
12928
12929 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12932         qp-or-base64 for the application/* types.
12933
12934 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12935
12936         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12937
12938 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12939
12940         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12941         trim value.
12942
12943 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12944
12945         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12946         New macro and function.
12947         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12948
12949 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12952         after-load-alist.
12953
12954 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12955
12956         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12957         update info that isn't there.
12958
12959 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12960
12961         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12962         entry.
12963
12964 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * mm-view.el (mm-inline-render-with-function): Use multibyte
12967         buffer; decode html source by charset.
12968
12969         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12970
12971         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12972         Mule-UCS is loaded under XEmacs.
12973         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12974
12975 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12978
12979 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * mm-util.el (mm-coding-system-p): Return a coding-system.
12982         (mm-mime-mule-charset-alist): Use shift_jis instead of
12983         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12984         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12985         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12986         instead of japanese-shift-jis and iso-latin-1 respectively in
12987         order to share the default value with both Emacs and XEmacs-mule.
12988         (mm-mule-charset-to-mime-charset): Make
12989         mm-coding-system-priorities effective.
12990         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12991         while predicating of candidates upon the priorities.
12992
12993 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12994
12995         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12996         gnus-uu-invert-processable.
12997
12998         * gnus.el: Autoload gnus-uu-invert-processable.
12999
13000 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * mm-util.el (mm-with-multibyte-buffer): New macro.
13003
13004         * rfc2047.el (rfc2047-encode-string): Use it.
13005         (rfc2047-encode-region): Move point to the end of the region after
13006         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13007
13008 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13011         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13012
13013 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13016         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13017         Karl Chen <quarl@nospam.quarl.org>.
13018
13019 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13020
13021         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13022         invalid addresses.
13023
13024 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * spam.el: Change section markers, revise TODO list.
13027         (spam-backends): Make new master list of all installed backends.
13028         (spam-summary-exit-behavior): Add new variable to determine how
13029         messages moves are done at summary exit.
13030         (spam-move-spam-nonspam-groups-only)
13031         (spam-process-ham-in-nonham-groups)
13032         (spam-process-ham-in-spam-groups): Remove variables, the
13033         spam-summary-exit-behavior variable should be used to manage this
13034         behavior.
13035         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13036         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13037         and spam-old-spam-articles.
13038         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13039         Add empty variables, placeholders for the backends they represent.
13040         (spam-set-difference): Move, unchanged.
13041         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13042         unless the user has a processor variable.
13043         (spam-classifications, spam-classification-valid-p)
13044         (spam-backend-properties, spam-backend-property-valid-p)
13045         (spam-backend-function-type-valid-p)
13046         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13047         (spam-report-articles-gmane, spam-report-articles-resend):
13048         Remove functions, they are not needed.
13049         (spam-install-backend-super, spam-backend-list)
13050         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13051         (spam-backend-function, spam-backend-ham-registration-function)
13052         (spam-backend-spam-registration-function)
13053         (spam-backend-ham-unregistration-function)
13054         (spam-backend-spam-unregistration-function)
13055         (spam-backend-statistical-p, spam-backend-mover-p)
13056         (spam-install-backend-alias, spam-install-checkonly-backend)
13057         (spam-install-mover-backend, spam-install-nocheck-backend)
13058         (spam-install-backend, spam-install-statistical-backend)
13059         (spam-install-statistical-checkonly-backend): Add backend installation
13060         support.
13061         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13062         (spam-group-processor-p): Use the new backend code and respect the
13063         summary exit behavior.
13064         (spam-mark-spam-as-expired-and-move-routine): Remove.
13065         (spam-summary-prepare): Change to use the new spam-old-articles
13066         variable.
13067         (spam-copy-or-move-routine, spam-copy-spam-routine)
13068         (spam-move-spam-routine, spam-copy-ham-routine)
13069         (spam-move-ham-routine): Add code to copy/move ham or spam.
13070         (spam-fetch-field-fast): Improve doc and code, plus allow the
13071         'number request.
13072         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13073         variables.
13074         (spam-split, spam-find-spam): Use the new backend code.
13075         (spam-registration-functions): Remove variable.
13076         (spam-unregister-routine): Add convenience wrapper.
13077         (spam-log-undo-registration, spam-register-routine)
13078         (spam-log-processing-to-registry)
13079         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13080         where possible.
13081         (spam-check-gmane-xref, spam-check-regex-headers)
13082         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13083         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13084         (spam-check-bogofilter-headers, spam-check-spamoracle)
13085         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13086         (spam-check-crm114-headers): Use the spam-split-group that
13087         spam-split prepares, no need to determine it every time.
13088
13089         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13090         to the nnheader-parse-naked-head call.
13091
13092         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13093
13094         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13095         the nnheader-nov-read-message-id call.
13096
13097 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13100         gnus-activate-group twice.  Suggested by Markus Peter
13101         <warp@spin.de>.
13102
13103 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-art.el (gnus-article-time-format): Exchange the order of
13106         day and month in the default value; fix customization type.
13107         (article-date-ut): Use add-text-properties.
13108         (article-make-date-line): Use message-make-date instead of
13109         current-time-string.
13110
13111         * message.el (message-fetch-field): Don't use set-text-properties.
13112         (message-make-date): Simplify.
13113
13114         * messagexmas.el (message-xmas-make-date): New function.
13115         (message-xmas-redefine): Defalias message-make-date to it.
13116
13117 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13120         (rfc2047-encode-region): Treat text within parentheses as special;
13121         show the original text when error has occurred.
13122
13123         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13124         already-computed method to gnus-activate-group.
13125
13126         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13127         same select-methods identical Lisp objects.
13128
13129         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13130         object when modifying the info.
13131
13132 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13135         gnus-opened-servers since it has never been opened with the new
13136         configuration yet.
13137
13138 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13141         arg to nnheader-generate-fake-message-id.
13142
13143 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13146         number and build a fake message ID localized to a group and
13147         article number (so it's repeatable from that point on).
13148         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13149         ID format.
13150
13151         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13152         nnheader-generate-fake-message-id with the article number.
13153
13154 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13155
13156         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13157         end-of-buffer.
13158
13159 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * message.el (message-ignored-supersedes-headers): Add Approved.
13162
13163 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13166         goto-char.
13167         (rfc2047-encode): Fold the line before encoding.
13168
13169 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13170
13171         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13172         folding -- not all headers can be folded, and this should be done
13173         by the message composition mode.  Probably.  I think.
13174
13175 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13178         fast.
13179
13180         * gnus-ems.el (gnus-remove-image): Don't use
13181         message-text-with-property; remove only the image found first.
13182
13183         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13184         found first.
13185
13186 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13187
13188         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13189
13190 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * message.el (message-text-with-property): Make it fast and accept
13193         optional arguments.
13194         (message-strip-forbidden-properties): Use it.
13195         (message-fix-before-sending): Follow the m-t-w-p change.
13196
13197         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13198
13199 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (article-hide-headers): Don't change the buffer
13202         mistakenly when performing mml-preview even if
13203         gnus-single-article-buffer is nil.
13204
13205 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13206
13207         * message.el (message-expand-name-databases): New user option.
13208         (message-expand-name): Use it.
13209
13210 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * spam.el (spam-report-articles-resend)
13213         (spam-report-resend-register-routine): Allow ham reporting.
13214         (spam-report-resend-register-ham-routine): Add wrapper.
13215         (spam-registration-functions): Add ham resending functions.
13216         (spam-list-of-processors): Add ham resend processor.
13217
13218         * gnus.el (ham-resend-to): Add new group parameter.
13219         (spam-process): Add ham resend option.
13220
13221         * spam-report.el (spam-report-resend): Allow reporting ham.
13222         (spam-report-resend-ham): Add wrapper.
13223
13224 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * message.el (message-cite-articles-with-x-no-archive): New
13227         variable.
13228         (message-cite-original): Use it.
13229
13230 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * message.el (message-cite-original): Respect X-No-Archive.
13233
13234 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (article-hide-headers): Refer to the values for
13237         gnus-ignored-headers and gnus-visible-headers in the summary
13238         buffer since a user may have set them as group parameters.
13239
13240 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * assistant.el (assistant-node-name): Add convenience function.
13243         (assistant-render-text, assistant-render-node): Add error handling,
13244         plus handle multiple next nodes.
13245         (assistant-find-next-node): Comment out for now.
13246         (assistant-find-next-nodes): Add function, returns list of next
13247         nodes.
13248
13249 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * mail-source.el (mail-source-directory): Fix doc-string.
13252
13253 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * assistant.el (assistant-render-text, assistant-eval): Add :set
13256         widget type, which is different because it takes and returns a
13257         list.  Much hilarity ensues.
13258
13259 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13262
13263         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13264         doc-string.
13265
13266         * gnus-start.el (gnus-activate-group): Added doc-string.
13267
13268 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13271
13272 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13273
13274         * assistant.el (assistant-render-text): Try to add a :set
13275         widget, more to come.
13276
13277         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13278         strings.
13279         (spam-report-articles-resend)
13280         (spam-register-routine): Do registration iff any articles warrant
13281         it.
13282         (spam-summary-prepare-exit): Change log message for nil group
13283         destinations.
13284
13285 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13286
13287         * spam.el (spam-report-resend-register-routine): Allow
13288         spam-report-resend-to to be a group parameter or a global value.
13289
13290 2004-05-26  Simon Josefsson  <jas@extundo.com>
13291
13292         * starttls.el: Merge with my GNUTLS based starttls.el.
13293         (starttls-gnutls-program, starttls-use-gnutls)
13294         (starttls-extra-arguments, starttls-process-connection-type)
13295         (starttls-connect, starttls-failure, starttls-success): New
13296         variables.
13297         (starttls-program, starttls-extra-args): Doc fix.
13298         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13299         functions.
13300         (starttls-negotiate, starttls-open-stream): Check
13301         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13302         function if it is set.
13303
13304 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13307         structured fields.
13308
13309 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13312
13313 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13314
13315         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13316         variable.
13317         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13318         assigning the spam-mark to new messages.
13319
13320 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13321
13322         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13323
13324 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13327
13328         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13329         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13330         default.
13331
13332 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13333
13334         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13335         correct data.
13336
13337 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13338
13339         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13340         (spam-group-processor-p): Fix function.
13341         (spam-group-processor-multiple-p)
13342         (spam-group-spam-processor-report-gmane-p)
13343         (spam-group-spam-processor-report-resend-p)
13344         (spam-group-spam-processor-bogofilter-p)
13345         (spam-group-spam-processor-blacklist-p)
13346         (spam-group-spam-processor-ifile-p)
13347         (spam-group-ham-processor-ifile-p)
13348         (spam-group-spam-processor-spamoracle-p)
13349         (spam-group-spam-processor-crm114-p)
13350         (spam-group-ham-processor-bogofilter-p)
13351         (spam-group-spam-processor-stat-p)
13352         (spam-group-ham-processor-stat-p)
13353         (spam-group-ham-processor-whitelist-p)
13354         (spam-group-ham-processor-BBDB-p)
13355         (spam-group-ham-processor-spamoracle-p)
13356         (spam-group-ham-processor-copy-p): Remove functions with some
13357         prejudice against unneeded code.
13358         (spam-report-articles-resend)
13359         (spam-report-resend-register-routine): Allow the group/topic
13360         spam-resend-to value to override spam-report-resend-to.
13361         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13362         properly now.
13363
13364         * gnus.el (spam-resend-to): Add group/topic parameter.
13365         (spam-process): Move the OBSOLETE processors to the end of the
13366         choices.
13367
13368 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13369
13370         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13371         with resend-to set to nil, and then ask the user if necessary.
13372         (spam-report-resend): spam-report-resend takes a list of articles, not
13373         separate article numbers.
13374
13375 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13378         addition to emacs-w3m.
13379
13380 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13381
13382         * assistant.el (assistant-authinfo-data): New function.
13383         (assistant-eval): Eval for entire assistant.
13384
13385         * netrc.el (netrc-services-file): New variable.
13386         (netrc-parse-services): New function.
13387         (netrc-find-service-name): New function.
13388         (netrc-find-service-number): New function.
13389         (netrc-port-equal): New function.
13390         (netrc-machine): Use it.
13391
13392         * nnimap.el (nnimap-open-connection): Use netrc.
13393
13394         * gnus-util.el (gnus-netrc-get): Remove aliases.
13395
13396         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13397
13398         * assistant.el (wid-edit): Fix compilation.
13399
13400         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13401
13402 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13403
13404         * gnus-util.el (gnus-set-file-modes): New function.  (small
13405         patch).
13406
13407 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13408
13409         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13410
13411         * assistant.el (assistant-render-node): Fix up rendering and
13412         read-only text.
13413         (assistant-render-node): Reset.
13414         (assistant-make-read-only): Not sticky.
13415
13416 2004-05-20  Danny Siu  <dsiu@adobe.com>
13417
13418         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13419         centered even when gnus-auto-center-summary is t.
13420
13421 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * dns.el (dns-get-txt-answer): New function.
13424         (dns-read-txt): Ditto.
13425         (query-dns): Use it.
13426
13427 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13430         active for foreign groups even if the group level is higher than
13431         the specified value.
13432
13433 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13434
13435         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13436         non-active groups.
13437
13438         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13439
13440 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13441
13442         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13443
13444 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13445
13446         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13447         (spam-crm114-header, spam-crm114-spam-switch)
13448         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13449         (spam-crm114-positive-spam-header)
13450         (spam-crm114-database-directory, spam-list-of-processors)
13451         (spam-group-spam-processor-crm114-p)
13452         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13453         (spam-generic-score, spam-list-of-checks)
13454         (spam-list-of-statistical-checks, spam-registration-functions)
13455         (spam-check-crm114-headers, spam-crm114-score)
13456         (spam-check-crm114, spam-crm114-register-with-crm114)
13457         (spam-crm114-register-spam-routine)
13458         (spam-crm114-unregister-spam-routine)
13459         (spam-crm114-register-ham-routine)
13460         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13461         asjo@koldfront.dk (Adam Sjøgren).
13462
13463         * gnus.el: Add spam-use-crm114.
13464
13465         * spam.el (spam-list-of-processors, spam-registration-functions):
13466         Add spam-use-resend.
13467         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13468         (spam-report-articles-gmane): Add doc fix.
13469         (spam-report-articles-resend, spam-report-resend-register-routine):
13470         Add wrappers around spam-report-resend-to.
13471
13472         * spam-report.el (spam-report-resend-to, spam-report-resend):
13473         Add support for resending spam.
13474         (spam-report-gmane): Fix line length >80.
13475
13476         * gnus.el (spam-process): Add spam-use-resend.
13477
13478 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13479
13480         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13481         number of processed spam messages.
13482         (spam-ham-copy-or-move-routine): Return the number of processed
13483         ham messages.
13484         (spam-summary-prepare-exit): Use the above values to decide
13485         whether status messages shouled be displayed.
13486
13487 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13490         `rfc2047-encoding-function-alist' in order to avoid conflicting
13491         with the old version.
13492         (rfc2047-encode-region): Concatenate words containing non-ASCII
13493         characters in structured fields; don't encode space-delimited
13494         ASCII words even in unstructured fields; don't break words at
13495         char-category boundaries.
13496         (rfc2047-encode-1): New function.
13497         (rfc2047-encode): Use it; encode text so that it occupies the
13498         maximum width within 76-column; work correctly on Q encoding for
13499         iso-2022-* charsets.
13500         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13501         sure not to break a line just after the header name.
13502         (rfc2047-b-encode-region): Removed.
13503         (rfc2047-b-encode-string): New function.
13504         (rfc2047-q-encode-region): Removed.
13505         (rfc2047-q-encode-string): New function.
13506
13507         * mm-util.el (mm-replace-in-string): New function.
13508
13509 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13510
13511         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13512         get it right.
13513         (gnus-inews-make-draft): Really.
13514
13515 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13516
13517         * nnmh.el (nnmh-request-list-1): Don't check the link count
13518         before descending.  (small patch)
13519
13520 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13523         stuff.
13524
13525         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13526         on real group name.
13527
13528         * gnus-art.el (gnus-signature-limit): Doc fix.
13529
13530         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13531
13532         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13533
13534 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13535
13536         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13537         isn't a string.
13538
13539 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13540
13541         * gnus-draft.el (gnus-draft-send): Bind
13542         rfc2047-encode-encoded-words.
13543
13544         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13545         (rfc2047-encodable-p): Say that =? needs encoding.
13546         (rfc2047-encode-encoded-words): New variable.
13547
13548         * gnus-group.el (gnus-group-select-group): Doc fix.
13549
13550         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13551
13552         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13553         to nil.
13554
13555         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13556
13557         * nnheader.el (nnheader-get-lines-and-char): New function.
13558
13559 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-msg.el (gnus-summary-followup-with-original): Document
13562         yanking of region when active.
13563
13564 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13567         groups if the group level is higher than the specified value.
13568
13569 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13572         (gnus-group-jump-to-group): Added prefix argument using
13573         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13574         non-active group.
13575
13576         * compface.el (uncompface): Be verbose when changing
13577         `uncompface-use-external'.
13578
13579         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13580         handle manual section.
13581
13582 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583
13584         * gnus-art.el (gnus-button-alist): Revert previous change.
13585
13586 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13589
13590 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13593         whether backend can accept message.
13594
13595         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13596
13597 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13598
13599         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13600         Avoid creating directory when nntp-marks-is-evil is true.
13601         Reported by Reiner Steib.
13602
13603 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * gnus-picon.el (gnus-picon-style): New variable.
13606         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13607         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13608         Jesper Harder <harder@ifa.au.dk>.
13609
13610 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13611
13612         * message.el (message-fill-field): Return point.
13613         (message-generate-headers): Go to end of field.
13614
13615         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13616         stuff for non-living groups.
13617
13618 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13619
13620         * gnus-art.el (gnus-article-followup-with-original)
13621         (gnus-article-reply-with-original): gnus-mark-active-p ->
13622         gnus-region-active-p.
13623
13624 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13625
13626         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13627         only when there is spam or ham to be processed.
13628
13629 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13630
13631         * mail-source.el (mail-source-delete-crash-box): Refactor.
13632         (mail-source-fetch): Use it.
13633         (mail-source-fetch-file): Ditto.
13634         (mail-source-fetch-directory): Run postscript in loop.
13635         (mail-source-fetch-pop): Delete.
13636         (mail-source-fetch-maildir): Ditto.
13637         (mail-source-fetch-imap): Ditto.
13638
13639         * imap.el (imap-authenticators): Comment out sasl.
13640
13641         * message.el (message-skip-to-next-address): New function.
13642         (message-fill-header-address): Refactor.
13643         (message-fill-address): Use it.
13644         (message-delete-address): Use it.
13645         (message-fill-header-general): Refactor.
13646         (message-fill-field-address): Rename.
13647         (message-narrow-to-field): Find the start of the header.
13648         (message-header-format-alist): Don't pre-fill.
13649         (message-fill-header): Removed.
13650         (message-insert-header): New function.
13651         (message-shorten-references): Use it.
13652
13653         * rfc2047.el (rfc2047-field-value): Strip props.
13654
13655         * mail-parse.el (mail-header-make-address): New alias.
13656
13657         * ietf-drums.el (ietf-drums-make-address): New function.
13658
13659         * imap.el: Add compiler directives.
13660
13661         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13662
13663         * gnus-art.el (article-decode-idna-rhs): Don't use
13664         message-idna-inside-rhs-p.
13665
13666 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667
13668         * message.el (message-idna-inside-rhs-p): Removed.
13669         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13670
13671         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13672         false positives.
13673
13674 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13675
13676         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13677
13678 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13679
13680         * nneething.el (nneething-file-name): Don't create spurious
13681         files.
13682
13683         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13684         (gnus-inews-do-gcc): Remove sleep.
13685
13686         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13687         part under point.
13688
13689         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13690         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13691
13692 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * spam.el (spam-summary-prepare-exit): Fixed (length).
13695
13696 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13697
13698         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13699         as expired without moving it" message when there are spam
13700         messages left.
13701
13702 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13703
13704         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13705         header is not nil.
13706
13707 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13708
13709         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13710         nntp-possibly-create-directory, not nntp-possibly-change-group.
13711         (nntp-marks-changed-p): New arg SERVER.
13712         (nntp-request-update-info): Adjust caller.
13713
13714 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13715
13716         * nntp.el (nntp-save-marks): Pass missing arg.
13717
13718 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13719
13720         * nntp.el: Support marks.
13721         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13722         (nntp-marks-modtime, nntp-marks-directory): New variables.
13723         (nntp-request-set-mark, nntp-request-update-info)
13724         (nntp-possibly-create-directory, nntp-marks-changed-p)
13725         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13726         functions.
13727
13728 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13729
13730         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13731         (gnus-xmas-redefine): Rename.
13732
13733         * gnus-score.el (gnus-score-insert-help): Use
13734         gnus-select-lowest-window.
13735
13736         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13737         appt-select-lowest-window and rename to gnus-select-lowest-window.
13738
13739         * gnus.el: do.
13740
13741 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13742
13743         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13744         encodings of MIME-encoded words, in order to improve
13745         interoperability with several broken MUAs.
13746
13747 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13748
13749         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13750         tags, only when charsets are not specified in headers.
13751         (mm-inline-text-html-render-with-w3m): Ditto.
13752
13753         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13754         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13755
13756 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13757
13758         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13759         instead of MIME-decoded from fields when checking
13760         `gnus-article-address-banner-alist'.
13761
13762 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13763
13764         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13765         description rather than subject.
13766
13767 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13768
13769         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13770
13771 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * gnus.el (gnus-version-number): Bump.
13774
13775 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13776
13777         * gnus.el: No Gnus v0.2 is released.
13778
13779 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13780
13781         * gnus-agent.el (gnus-agent-read-agentview): Inline
13782         gnus-uncompress-range.
13783
13784 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13785
13786         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13787         `exec-installed-p'.
13788
13789 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13790
13791         * gnus.el (spam-process, spam-autodetect-methods): Add
13792         bsfilter and bsfilter-headers.
13793
13794         * spam.el (spam-bsfilter): New customize group.
13795         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13796         (spam-bsfilter-header, spam-bsfilter-probability-header)
13797         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13798         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13799         (spam-bsfilter-database-directory): New options.
13800         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13801         (spam-list-of-statistical-checks, spam-registration-functions):
13802         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13803         (spam-bsfilter-score): New command.
13804         (spam-check-bsfilter-headers, spam-check-bsfilter)
13805         (spam-bsfilter-register-with-bsfilter)
13806         (spam-bsfilter-register-spam-routine)
13807         (spam-bsfilter-unregister-spam-routine)
13808         (spam-bsfilter-register-ham-routine)
13809         (spam-bsfilter-unregister-ham-routine): New functions.
13810         (spam-generic-score): Support bsfilter; Accept an optional argument
13811         to recalcurate spam score even if scoring header has already been
13812         added.
13813         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13814         optional argument to recalcurate spam score even if scoring header
13815         has already been added.
13816
13817 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13818
13819         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13820         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13821         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13822         link is missing.
13823
13824 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13825
13826         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13827         (html2text-get-attr): Rewrite.
13828
13829         * message.el (message-setup-1): Remove redundant put-text-property
13830         on mail-header-separator.
13831
13832 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * gnus-registry.el (gnus-registry-cache-whitespace)
13835         (gnus-registry-action, gnus-registry-spool-action)
13836         (gnus-registry-split-fancy-with-parent): Change message levels
13837         from 5 to 3 or 7, as needed.
13838
13839         * spam.el (spam-summary-prepare-exit)
13840         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13841         (spam-split, spam-find-spam, spam-log-undo-registration)
13842         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13843         level from 5 to 6.
13844
13845 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13848         2004-03-04 change).
13849
13850 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13851
13852         * sieve-manage.el (sieve-manage-open):
13853         * nnweb.el (nnweb-insert-html):
13854         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13855         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13856         * nnspool.el (nnspool-request-group):
13857         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13858         * nnml.el (nnml-request-update-info):
13859         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13860         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13861         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13862         (nnimap-request-set-mark):
13863         * nnfolder.el (nnfolder-request-update-info):
13864         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13865         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13866         * gnus-uu.el (gnus-uu-find-articles-matching):
13867         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13868         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13869         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13870         * gnus-nocem.el (gnus-nocem-scan-groups):
13871         * gnus-int.el (gnus-start-news-server):
13872         * gnus-group.el (gnus-group-make-kiboze-group)
13873         (gnus-group-browse-foreign-server):
13874         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13875         Use mapc when appropriate.
13876
13877 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13878
13879         FIXME: Make separate entries for each person.
13880
13881         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13882         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13883         <shields@msrl.com>:
13884
13885         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13886         may need for spam sorting and scoring.
13887         (spam-user-format-function-S): Add user format function suitable for
13888         general use.
13889         (spam-article-sort-by-spam-status): Add sorting function for summary
13890         sorting.
13891         (spam-extra-header-to-number): Add function to get a score from a
13892         header.
13893         (spam-summary-score): Add function to get a numeric score from the
13894         headers.
13895         (spam-generic-score): Fix function doc, was in wrong place.
13896         (spam-initialize): Take symbols when it's run, and install the
13897         extra headers that spam-necessary-extra-headers thinks we need.
13898
13899 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13900
13901         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13902         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13903
13904 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13905
13906         * gnus-sum.el (gnus-set-global-variables)
13907         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13908         (gnus-article-get-xrefs, gnus-summary-best-group)
13909         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13910         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13911         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13912         Use with-current-buffer.
13913
13914 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13915
13916         * spam.el (spam-summary-prepare-exit): Simplify logic.
13917         (spam-fetch-article-header): Read the article header if it's not
13918         available.
13919         (spam-list-articles): Simplify logic.
13920         (spam-filelist-register-routine): Fix bug with unregister-list.
13921
13922         * gnus-registry.el: Fix comments at beginning.
13923
13924 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13925
13926         * message.el (message-cater-to-broken-inn): Remove.
13927         (message-shorten-references): Make sure the total folded length of
13928         References is shorter than 998 characters to cater to a bug in INN
13929         2.3.  Also, don't pretend that references aren't folded -- this
13930         hasn't worked for a while.
13931
13932 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13933
13934         * gnus-agent.el (gnus-agentize):
13935         gnus-agent-send-mail-real-function no longer set to current value
13936         of message-send-mail-function but rather a lambda that calls
13937         message-send-mail-function.  The change makes the agent real-time
13938         responsive to user changes to message-send-mail-function.
13939
13940 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13941
13942         * legacy-gnus-agent.el
13943         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13944         help from Florian Weimer <fw@deneb.enyo.de>
13945
13946 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * nnmail.el (nnmail-cache-insert): Revert last change.
13949
13950 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * nnmail.el (nnmail-cache-insert): Always check whether
13953         nnmail-cache-ignore-groups matches a group name.
13954
13955 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13958         (spam-find-spam, spam-log-processing-to-registry)
13959         (spam-log-registered-p, spam-log-unregistration-needed-p)
13960         (spam-log-undo-registration): Use gnus-message instead of
13961         gnus-error, none of these errors are fatal.
13962
13963         * gnus-registry.el (gnus-registry-clean-empty-function)
13964         (gnus-registry-clean-empty): Remove only empty entries without
13965         extra data.
13966
13967 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13968
13969         * spam-stat.el (spam-stat-buffer-change-to-spam)
13970         (spam-stat-buffer-change-to-non-spam): Change (error) to
13971         (gnus-message 8) invocation.
13972
13973 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * nntp.el (nntp-via-netcat-command): New variable.
13976         (nntp-via-netcat-switches): New variable.
13977         (nntp-open-via-rlogin-and-netcat): New function.
13978         (nntp-open-connection-function): Doc fix.
13979         (nntp-telnet-command): Doc fix.
13980         (nntp-end-of-line): Doc fix.
13981         (nntp-via-rlogin-command): Doc fix.
13982         (nntp-via-user-name): Doc fix.
13983         (nntp-via-address): Doc fix.
13984
13985 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13988         error in Emacs 21.1.
13989
13990 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13993
13994 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13995
13996         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13997         (gnus-agent-with-refreshed-group): New macro.
13998         (gnus-agent-rename-group): New function.
13999         (gnus-agent-delete-group): New function.
14000         (gnus-agent-save-group-info): Use gnus-command-method when
14001         `method' parameter is nil.  Don't write nil entries into the
14002         active file.
14003         (gnus-agent-get-group-info): New function.
14004         (gnus-agent-fetch-articles): Use
14005         gnus-agent-update-files-total-fetched-for to increment disk space
14006         used.
14007         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14008         gnus-agent-update-view-total-fetched-for to increment disk space
14009         used.
14010         (gnus-agent-get-local): Added optional parameters to avoid calling
14011         gnus-group-real-name and gnus-find-method-for-group.
14012         (gnus-agent-set-local): Delete stored entry if either min, or max,
14013         are nil.
14014         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14015         quit, use gnus-agent-regenerate-group to record existance of any
14016         articles fetched to disk before the quit occurred.
14017         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14018         gnus-agent-update-view-total-fetched-for, and
14019         gnus-agent-update-files-total-fetched-for to decrement disk space
14020         used.
14021         (gnus-agent-retrieve-headers): Use
14022         gnus-agent-update-view-total-fetched-for to increment disk space
14023         used.
14024         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14025         with gnus-agent-update-files-total-fetched-for to decrement disk
14026         space and fresh group buffer.
14027         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14028         (gnus-agent-need-update-total-fetched-for): New variable.
14029         (gnus-agent-update-files-total-fetched-for): New function.
14030         (gnus-agent-update-view-total-fetched-for): New function.
14031         (gnus-agent-total-fetched-for): New function.
14032
14033         * gnus-cache.el (gnus-cache-save-buffers): Use
14034         gnus-cache-update-overview-total-fetched-for to change disk space
14035         used by this group.
14036         (gnus-cache-possibly-enter-article): Use
14037         gnus-cache-update-file-total-fetched-for to increment disk space
14038         used by this group.
14039         (gnus-cache-possibly-remove-article): Use
14040         gnus-cache-update-file-total-fetched-for to decrement disk space
14041         used by this group.
14042         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14043         (gnus-cache-rename-group): New function.
14044         (gnus-cache-delete-group): New function.
14045         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14046         (gnus-cache-need-update-total-fetched-for): New variable.
14047         (gnus-cache-with-refreshed-group): New macro.
14048         (gnus-cache-update-file-total-fetched-for): New function.
14049         (gnus-cache-update-overview-total-fetched-for): New function.
14050         (gnus-cache-rename-group-total-fetched-for): New function.
14051         (gnus-cache-delete-group-total-fetched-for): New function.
14052         (gnus-cache-total-fetched-for): New function.
14053
14054         * gnus-group.el: Require gnus-sum and autoload functions to
14055         resolve warnings when gnus-group.el compiled alone.
14056         (gnus-group-line-format): Documented new %F.
14057         (size of Fetched data) group line format; identifies disk space
14058         used by agent and cache.
14059         (gnus-group-line-format-alist): Defined new F format.
14060         (gnus-total-fetched-for): New function.
14061         (gnus-group-delete-group): No longer update
14062         gnus-cache-active-altered as gnus-request-delete-group now keeps
14063         the cache in sync.
14064         (gnus-group-list-active): Let the agent store a server's active
14065         list if currently plugged.
14066
14067         * gnus-int.el (gnus-request-delete-group):
14068         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14069         local disk in sync with the server.
14070         (gnus-request-rename-group):
14071         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14072         local disk in sync with the server.
14073
14074         * gnus-start.el (gnus-get-unread-articles):
14075         Cosmetic simplification to logic.
14076
14077         * gnus-util.el (gnus-rename-file): New function.
14078
14079 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14080
14081         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14082
14083 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14084
14085         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14086         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14087
14088 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14089
14090         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14091         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14092
14093 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14094
14095         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14096
14097 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14098
14099         * spam.el (spam-set-difference): Add function to replace
14100         gnus-set-difference in spam.el.
14101         (spam-summary-prepare-exit): Use spam-set-difference.
14102
14103 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14104
14105         * gnus-registry.el (gnus-registry-cache-file): Update to use
14106         gnus-dribble-directory OR gnus-home-directory OR ~.
14107         (gnus-registry-split-fancy-with-parent): Fix doc.
14108
14109 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * message.el (message-exchange-point-and-mark): Use
14112         message-mark-active-p.  Suggested by Jesper Harder
14113         <harder@ifa.au.dk>.
14114
14115 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * message.el (message-exchange-point-and-mark): Don't activate
14118         region if it was inactive.  Suggested by Hiroshi Fujishima
14119         <pooh@nature.tsukuba.ac.jp>.
14120
14121 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (article-display-face): Display Faces in the same
14124         order as X-Faces.
14125
14126 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14129
14130 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14133         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14134         (gnus-article-mime-hierarchy): Remove.
14135         (gnus-article-mime-hierarchy-next): Remove.
14136         (gnus-article-mode): Revert 2004-03-19 change.
14137         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14138         (gnus-insert-mime-button): Revert 2004-03-19 change.
14139         (gnus-mime-accumulate-hierarchy): Remove.
14140         (gnus-mime-enter-multipart): Remove.
14141         (gnus-mime-leave-multipart): Remove.
14142         (gnus-mime-display-part): Revert 2004-03-19 change.
14143         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14144
14145         * mml.el (mml-preview): Revert 2004-03-19 change.
14146
14147 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14148
14149         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14150
14151 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14154         t while entering a file name using the mm-with-multibyte macro.
14155         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14156
14157         * mm-util.el (mm-with-multibyte): New macro.
14158
14159 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14162         user option.
14163         (gnus-mime-multipart-functions): Doc and customization fix.
14164         (gnus-article-mime-hierarchy): New variable.
14165         (gnus-article-mime-hierarchy-next): New variable.
14166         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14167         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14168         gnus-article-mime-hierarchy-next to nil.
14169         (gnus-insert-mime-button): Show hierarchy numbers.
14170         (gnus-mime-accumulate-hierarchy): New function.
14171         (gnus-mime-enter-multipart): New function.
14172         (gnus-mime-leave-multipart): New function.
14173         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14174         (gnus-mime-display-alternative): Show hierarchy numbers.
14175
14176         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14177         gnus-article-mime-hierarchy-next to nil.
14178
14179 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14180
14181         * dns.el: Don't require gnus-xmas.
14182
14183 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14184
14185         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14186         inline PGP.
14187         (mml-menu): Disable mml-quote-region if mark is inactive.
14188
14189 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14192         when the group's active is not available.
14193
14194 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14197         error.
14198
14199 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * imap.el (imap-store-password): New variable.
14202         (imap-interactive-login): Use it.
14203         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14204
14205 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14208         window-start and hscroll to summary window.
14209
14210 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14211
14212         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14213         conversion message to newsrc-dribble when an actual conversion is
14214         performed.
14215
14216 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14217
14218         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14219
14220 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * mm-decode.el (mm-complicated-handles): New function reviving
14223         former definition of mm-multiple-handles.
14224
14225         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14226         (gnus-mime-delete-part): Use it.
14227
14228 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14229
14230         * gnus-agent.el (gnus-agent-read-local): Bind
14231         nnheader-file-coding-system to gnus-agent-file-coding-system to
14232         avoid the implicit assumption that they will always be equal.
14233         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14234         coding-system-for-write, as the with-temp-file macro first prints
14235         to a buffer then saves the buffer.
14236
14237 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-art.el (gnus-article-edit-part): New function.
14240         (gnus-mime-save-part-and-strip): Use it; do query instead of
14241         signaling an error; don't use mm-multiple-handles.
14242         (gnus-mime-delete-part): Ditto.
14243
14244 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14245
14246         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14247         old file versions.
14248         (gnus-group-prepare-hook): Removed function that converted list
14249         form of gnus-agent-expire-days to group properties.
14250
14251         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14252         (gnus-request-accept-article): Re-indented.
14253
14254         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14255         converters to handle old agent file formats.  Added logic for a
14256         "backup before upgrading warning".
14257         (gnus-convert-mark-converter-prompt): Developers can mark
14258         functions as needing (default), or not needing,
14259         gnus-convert-old-newsrc's "backup before upgrading warning".
14260         (gnus-convert-converter-needs-prompt): Tests whether the user
14261         should be protected from potentially irreversable changes by the
14262         function.
14263
14264         * legacy-gnus-agent.el: New.  Provides converters that are only
14265         loaded when gnus-convert-old-newsrc needs to call them.
14266
14267 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * mail-source.el (mail-source-touch-pop): Doc fix.
14270
14271         * message.el (message-smtpmail-send-it): Doc fix.
14272
14273 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14274
14275         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14276
14277         * nnmail.el (nnmail-split-fancy): do.
14278
14279         * gnus-kill.el (gnus-kill, gnus-execute): do.
14280
14281 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14282
14283         * gnus-sum.el (gnus-widget-reversible-match)
14284         (gnus-widget-reversible-to-internal)
14285         (gnus-widget-reversible-to-external): New functions.
14286         (gnus-widget-reversible): New widget.
14287         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14288
14289 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14290
14291         * gnus-sum.el (gnus-thread-sort-functions)
14292         (gnus-article-sort-functions): Document `(not F)' items.
14293
14294 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14295
14296         * spam.el (spam-use-gmane-xref): Add new backend.
14297         (spam-gmane-xref-spam-group): Add variable to control the name of the
14298         Gmane spam group.
14299         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14300         (spam-regex-headers-spam, spam-regex-headers-ham)
14301         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14302         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14303         backends and checks.
14304         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14305
14306         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14307         an autodetect method.
14308
14309 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14310
14311         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14312         articles are being added to a group.
14313         (gnus-request-replace-article): Inform the agent that articles
14314         need to be uncached as the cached contents are no longer valid.
14315
14316 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * binhex.el: Don't autoload executable-find.
14319
14320         * canlock.el: Don't autoload mail-fetch-field.
14321
14322         * dgnushack.el: Autoload c-mode for XEmacs.
14323
14324         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14325
14326         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14327         rmail-dont-reply-to and rmail-output.
14328
14329         * gnus-score.el: Don't autoload ffap-string-at-point.
14330
14331         * gnus-setup.el: Don't autoload sc-cite-original.
14332
14333         * imap.el: Don't autoload base64-decode-string,
14334         base64-encode-string and md5.
14335
14336         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14337         and rmail-msg-restore-non-pruned-header.
14338
14339         * mm-decode.el: Don't autoload executable-find.
14340
14341         * mm-url.el: Don't autoload executable-find.
14342
14343         * mm-view.el: Don't autoload diff-mode.
14344
14345         * nndb.el: Don't autoload news-reply-mode, news-setup,
14346         cancel-timer and telnet.
14347
14348         * password.el: Don't autoload run-at-time for Emacs.
14349
14350         * sha1-el.el: Don't autoload executable-find.
14351
14352         * sieve-mode.el: Don't autoload c-mode.
14353
14354         * uudecode.el: Don't autoload executable-find.
14355
14356 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14357
14358         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14359         (gnus-agent-possibly-alter-active): Avoid null in numeric
14360         comparison.
14361         (gnus-agent-set-local): Refuse to save null in local object table.
14362         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14363         list of articles that will be marked as unread.
14364
14365 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14368
14369 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14370
14371         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14372         language tags.
14373
14374 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14375
14376         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14377         Don't bind "obarray".
14378
14379         * gnus-sum.el (gnus-thread-sort-functions): Added
14380         `gnus-thread-sort-by-most-recent-number' and
14381         `gnus-thread-sort-by-most-recent-date'.
14382         Reported by Kai Grossjohann <kai@emptydomain.de>.
14383
14384 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14387
14388 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14389
14390         * gnus-cus.el (gnus-agent-customize-category): Removed
14391         ignore-errors macro reference that required cl to be loaded at
14392         run-time.
14393
14394         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14395         single-interval range of the form (min . max).  Previously the
14396         range had to look like ((min . max)).  Likewise, return
14397         (min . max) rather than ((min . max)).
14398         (gnus-range-map): Use gnus-range-normalize to accept
14399         single-interval range.
14400
14401         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14402         the cache, but not the agent, now appear with their usual face.
14403
14404         * dgnushack.el (loaddir): New variable that is bound to the
14405         directory containing the dgnushack.el file. Use loaddir, rather
14406         than srcdir, to update load-path. Change lets dgnushack compile
14407         code in directories other than GNUS/lisp.
14408
14409 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * lpath.el: Don't bind w3m-safe-url-regexp.
14412
14413         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14414         w3m-safe-url-regexp variable buffer-local.
14415
14416         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14417
14418 2004-02-27  Simon Josefsson  <jas@extundo.com>
14419
14420         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14421         gnus-group-real-prefix.
14422         (gnus-summary-move-article): Use it, instead of
14423         gnus-group-real-prefix.
14424
14425 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * lpath.el: Bind w3m-safe-url-regexp.
14428
14429         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14430         w3m-safe-url-regexp variable buffer-local and set it as the value
14431         of mm-w3m-safe-url-regexp.
14432
14433         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14434
14435         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14436         parsing gnus-posting-styles when the message is not for replying.
14437
14438         * dgnushack.el: Autoload sgml-mode for XEmacs.
14439
14440         * nnrss.el (nnrss-opml-export): Use
14441         mm-set-buffer-file-coding-system instead of
14442         set-buffer-file-coding-system.
14443
14444 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14445
14446         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14447         of checkdoc.el).
14448         * nnrss.el: do.
14449         * gnus-mlspl.el: do.
14450         * gnus-ml.el: do.
14451         * gnus-srvr.el: do.
14452
14453         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14454
14455 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14456
14457         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14458         Corrections to custom-manual links.
14459
14460         * gnus-art.el (gnus-article): Ditto.
14461
14462         * mm-decode.el (mime-display, mime-security): Ditto.
14463
14464 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14465
14466         * flow-fill.el: Typo.
14467
14468 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14469
14470         * spam-wash.el: New file.
14471
14472 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14473
14474         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14475
14476 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14477
14478         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14479         to be run with new-articles as LIST1, not LIST2.
14480         (spam-registration-functions): Add spam-use-ham-copy as a nil
14481         registration backend.
14482
14483 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14484
14485         * spam-stat.el (spam-stat-washing-hook): New option.
14486         (spam-stat-buffer-words): Use it.
14487         (spam-stat-process-directory, spam-stat-test-directory): Use
14488         insert-file-contents-literally.
14489         (spam-stat-coding-system): New variable.
14490         (spam-stat-load, spam-stat-save): Use it.
14491
14492 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * spam-report.el (spam-report-plug-agent): Quote
14495         spam-report-url-to-file and spam-report-url-ping-plain.
14496
14497 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14500         / in mailto URLs.
14501
14502 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * spam-report.el (spam-report-process-queue): Fix interactive use.
14505         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14506         (spam-report-unplug-agent): Doc fixes.
14507         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14508         (spam-report-agentize, spam-report-deagentize): Autoload.
14509
14510 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14513
14514         * message.el (message-setup-fill-variables): Add mml tags to
14515         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14516         <ajk@iu.edu>.
14517         (message-mode): Don't modify paragraph-separate there.
14518
14519 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * compface.el (uncompface-use-external): Default to undecided.
14522         (uncompface-use-external-threshold): New variable.
14523         (uncompface-float-time): New macro.
14524         (uncompface): Determine whether to use the external decoder if
14525         uncompface-use-external is undecided.
14526
14527 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14528
14529         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14530         after images.
14531
14532         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14533
14534 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14535
14536         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14537
14538         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14539
14540         * gnus-sum.el (gnus-summary-limit-to-age)
14541         (gnus-summary-limit-children): do.
14542
14543         * gnus-int.el (gnus-request-scan): do.
14544
14545         * gnus-group.el (gnus-group-suspend): do.
14546
14547         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14548
14549         * gnus-cite.el (gnus-cite-parse-attributions): do.
14550
14551         * gnus-agent.el (gnus-summary-set-agent-mark)
14552         (gnus-agent-regenerate-group): do.
14553
14554         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14555
14556         * binhex.el (binhex-decode-region-internal): do.
14557
14558 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-fun.el (gnus-face-properties-alist): New user option.
14561         (gnus-display-x-face-in-from): Use it.
14562
14563         * gnus-art.el (article-display-face): Ditto.
14564
14565         * compface.el (uncompface-use-external): Default to nil.
14566
14567 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14568
14569         * nntp.el (nntp-erase-buffer): New function.
14570         (nntp-retrieve-data, nntp-send-command)
14571         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14572         (nntp-possibly-change-group): Use it.
14573
14574         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14575         with-current-buffer.
14576
14577 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14578
14579         * compface.el: Merge the ELisp-based uncompface program.
14580         (compface): New customization group.
14581         (uncompface-use-external): New user option.
14582         (uncompface): Call uncompface-internal if uncompface-use-external
14583         is nil.
14584         (uncompface-internal): New function.  Note that there are also
14585         some other functions and variables added for this function.
14586
14587 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14588
14589         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14590         if necessary.
14591
14592 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * spam-report.el (spam-report-unplug-agent)
14595         (spam-report-plug-agent, spam-report-deagentize)
14596         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14597         Add support for the Agent in spam-report: when unplugged, report to a
14598         file; when plugged, submit all the requests.
14599
14600         * spam.el (spam-register-routine): Fix message about
14601         registration.
14602
14603 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14604
14605         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14606         dependencies.
14607         (rfc2047-encode): Use it.
14608
14609         * gnus-art.el (gnus-button-marker-list): Move before first
14610         reference.
14611
14612         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14613         (imap-parse-body): Fix format string mismatch.
14614
14615         * gnus-score.el (gnus-summary-increase-score): do.
14616
14617         * nnrss.el (nnrss-close): New function.
14618
14619 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14620
14621         * nnrss.el (nnrss-make-filename): New function.
14622         (nnrss-request-delete-group, nnrss-read-server-data)
14623         (nnrss-save-server-data, nnrss-read-group-data)
14624         (nnrss-save-group-data): Use it.
14625         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14626         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14627         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14628
14629 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14630
14631         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14632
14633 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14634
14635         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14636         files.
14637
14638         * message.el (message-generate-headers-first): Don't quote nil
14639         and t in docstrings.
14640
14641         * imap.el (imap-id): do.
14642
14643         * gnus-agent.el (gnus-agent-consider-all-articles)
14644         (gnus-agent-queue-mail): do.
14645
14646 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * spam-report.el (spam-report-process-queue): New function.
14649         Process requests from `spam-report-requests-file'.
14650         (spam-report-process-queue): Doc fix.
14651
14652 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14653
14654         * spam.el (spam-register-routine)
14655         (spam-log-processing-to-registry, spam-log-registered-p)
14656         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14657         Change "check" to "spam-check" for semi-clarity.
14658
14659 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14660
14661         * pop3.el: Require nnheader.
14662
14663         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14664
14665         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14666
14667         * gnus-picon.el: Require cl.
14668
14669         * gnus-fun.el: Require gnus-ems and gnus-util.
14670
14671         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14672
14673         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14674
14675         * gnus-art.el (gnus-article-edit-mode): Define before first
14676         reference.
14677
14678 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14679
14680         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14681         (gnus-uu-post-encoded): Use point-at-bol.
14682
14683         * gnus-topic.el (gnus-group-active-topic-p): do.
14684
14685         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14686
14687         * gnus-group.el (gnus-group-kill-region): do.
14688
14689         * gnus-art.el (article-date-ut): do.
14690
14691         * message.el (message-fetch-field): Remove redundant
14692         case-fold-search binding.
14693         (message-narrow-to-field): Simplify.
14694
14695 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * spam.el (spam-directory): Derive from `gnus-directory'.
14698
14699         * spam-report.el (spam-report-url-to-file)
14700         (spam-report-requests-file): New function and variable for offline
14701         reporting.
14702         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14703         and user defined function.
14704         (spam-report-url-ping-mm-url): Remove doubled slash.
14705
14706 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14707
14708         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14709
14710 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14711
14712         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14713         format string mismatch.
14714
14715         * sieve.el (sieve-deactivate-all): do.
14716
14717         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14718
14719         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14720
14721         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14722
14723         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14724
14725 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14726
14727         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14728         the list of checks.
14729
14730 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14731
14732         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14733         padding.
14734
14735 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14736
14737         * mm-view.el (mm-fill-flowed): New variable.
14738         (mm-inline-text): Use it.
14739
14740 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * spam.el (spam-spamassassin-register-ham-routine)
14743         (spam-spamassassin-register-spam-routine): Fix function names.
14744
14745 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus.el (gnus-tmp-grouplens): Remove.
14748         (gnus-summary-line-format): Remove grouplens.
14749
14750         * gnus-group.el (gnus-group-line-format): Ditto.
14751
14752         * gnus-spec.el (gnus-format-specs): Ditto.
14753         (gnus-update-format-specifications): Flush the group format spec
14754         cache if there's the grouplens stuff.
14755         (gnus-parse-simple-format): Replace %l with the empty string.
14756
14757 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14758
14759         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14760         omission.
14761
14762 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14765         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14766
14767 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14768
14769         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14770         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14771         New macros and functions.
14772         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14773         Handle > NLINK_MAX messages.
14774         * nnmaildir.el (nnmaildir-request-set-mark): Use
14775         nnmaildir--emlink-p and nnmaildir--eexist-p.
14776
14777 2004-01-25  Alex Schroeder  <alex@gnu.org>
14778
14779         * spam-stat.el (spam-stat-process-directory-age): New option.
14780         (spam-stat-process-directory): Use it.
14781
14782 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14783
14784         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14785         (spam-stat-save): Accept prefix argument.
14786
14787 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14788
14789         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14790         links" error.
14791
14792 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14795         the rest of the and/or forms.
14796
14797 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14800         compatibility with old .newsrc.eld files.
14801
14802         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14803
14804         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14805
14806         * gnus-start.el (gnus-1): do.
14807
14808         * gnus-group.el (gnus-group-line-format-alist): do.
14809
14810         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14811
14812         * gnus-gl.el: Remove.
14813
14814 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14815
14816         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14817         marks consisting of a single range {for example, (3 . 5)} rather
14818         than a list of a single range { ((3 . 5)) }.
14819
14820 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14821
14822         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14823         with-current-buffer.
14824         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14825         avoid consing a string.
14826
14827         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14828         Remove obsolete entries for big5 and gb2312.
14829
14830 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14831
14832         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14833         uncompressed list.
14834
14835 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14836
14837         * spam-stat.el (spam-stat-strip-xref): New function.
14838         (spam-stat-process-directory): Use it.
14839
14840         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14841         here -- it's done in message-fetch-field.
14842
14843 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14844
14845         * gnus-agent.el (gnus-agent-queue-mail)
14846         (gnus-agent-prompt-send-queue): New variables.
14847         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14848         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14849         "nndraft:queue" along to gnus-draft-send.  Use
14850         gnus-agent-prompt-send-queue.
14851         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14852         is "nndraft:queue".  Suggested by Gaute Strokkenes
14853         <gs234@srcf.ucam.org>
14854
14855         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14856         (agent-enable-undownloaded-faces): Added.
14857         (gnus-agent-cat-groups): Use eval-and-compile, not
14858         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14859         method of gnus-agent-cat-groups even when the buffer has been
14860         evaled.
14861         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14862         delete gnus-agent-save-active-1.
14863         (gnus-agent-save-groups): Deleted.  Identical to
14864         gnus-agent-save-active.
14865         (gnus-agent-write-active): No longer adjust agent's copy of active
14866         file as agent's adjustments are now stored in their own
14867         file.  Removed optional parameter.
14868         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14869         servers.  Add use of min/max range limits from server's local
14870         file.
14871         (gnus-agent-save-alist): Removed unused optional argument.
14872         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14873         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14874         (gnus-agent-set-local): A per-server file that keeps min/max range
14875         limits for articles known to the agent.  Provides a fast mechanism
14876         for altering many active ranges.
14877         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14878         active file (local makes it unnecessary).
14879         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14880
14881         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14882         (agent-enable-undownloaded-faces): Added.
14883
14884         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14885         disable it when sending to "nndraft:queue".
14886         (gnus-group-send-queue): Add safety check to avoid sending queue
14887         when unplugged.
14888
14889         * gnus-group.el (gnus-group-catchup): Use new
14890         gnus-sequence-of-unread-articles, not
14891         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14892         numbers of articles.  Use gnus-range-map to avoid having to
14893         uncompress the unread list.
14894         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14895         Fixed invalid ange-ftp reference.
14896
14897         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14898         (gnus-sorted-range-intersection): Intersection of two ranges
14899         without requiring that they first be uncompressed.
14900
14901         * gnus-start.el (gnus-activate-group): Unless blocked by the
14902         caller, possibly expand the active range to include both cached
14903         and agentized articles.
14904         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14905         multiple version-dependent converters.
14906         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14907         gnus-agent-save-active.
14908         (gnus-save-newsrc-file): Save dirty agent range limits.
14909
14910         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14911         gnus-agent-possibly-alter-active.
14912         (gnus-adjust-marked-articles): Faster handling of simple lists.
14913
14914 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14915
14916         * spam-stat.el (spam-stat-test-directory): New optional argument
14917         displays a list of files detected.  Suggested by Andrew Cohen
14918         <cohen@andy.bu.edu>.
14919         (spam-stat-buffer-words-with-scores): Don't narrow and change
14920         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14921
14922 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14923
14924         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14925         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14926         (spam-spamassassin-arguments)
14927         (spam-spamassassin-spam-flag-header)
14928         (spam-spamassassin-positive-spam-flag-header)
14929         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14930         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14931         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14932         (spam-list-of-processors, spam-list-of-checks)
14933         (spam-list-of-statistical-checks, spam-registration-functions)
14934         (spam-check-spamassassin-headers, spam-check-spamassassin)
14935         (spam-spamassassin-score)
14936         (spam-spamassassin-register-with-sa-learn)
14937         (spam-spamassassin-register-spam-routine)
14938         (spam-spamassassin-register-ham-routine)
14939         (spam-assassin-register-spam-routine)
14940         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14941         (spam-bogofilter-score): Fix to show article before scoring.
14942
14943 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14946         default scoring function.
14947         (spam-generic-score): Call spam-spamassassin-score if
14948         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14949         spam-bogofilter-score otherwise.
14950
14951         * gnus.el (spam-process, spam-autodetect-methods): Add
14952         spamassassin and spamassassin-headers.
14953
14954 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14955
14956         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14957         Suppress unnecessary messages.
14958
14959 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14960
14961         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14962         make-hash-table.
14963
14964 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * canlock.el (base64-encode-string): Don't autoload it.
14967
14968 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * run-at-time.el: Remove useless (require 'itimer),
14971         eval-and-compile and (featurep 'xemacs).
14972
14973 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14974
14975         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14976         GROUP is a virtual group.
14977
14978 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14979
14980         * gnus.el: Autoload `message-y-or-n-p'.
14981
14982 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14983
14984         * pgg-parse.el: Remove unnecessary (require 'custom).
14985
14986         * pgg-def.el: do.
14987
14988         * nnmail.el: do.
14989
14990         * gnus-undo.el: do.
14991
14992         * gnus-picon.el: do.
14993
14994         * gnus-util.el: do.
14995
14996 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14999
15000 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15003         handle, as well as a list.
15004
15005         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15006         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15007         (mm-w3m-cid-retrieve): Simplify.
15008
15009 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15010
15011         * message.el (message-kill-to-signature): Allow prefix arg to
15012         specify number of lines to keep before signature.
15013
15014 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15015
15016         * message.el (message-kill-to-signature): Change docstring.
15017
15018 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * canlock.el: Always require sha1-el.
15021         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15022
15023         * message.el: Autoload sha1 only when compiling.
15024
15025         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15026         eudc-expand-inline for XEmacs.
15027
15028 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * message.el (message-canlock-generate): Require sha1-el.
15031
15032 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15033
15034         * message.el (message-expand-name): Silence the byte compiler.
15035
15036         * lpath.el: Add detect-coding-system.
15037
15038         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15039         cus-edit.
15040
15041 2004-01-13  Simon Josefsson  <jas@extundo.com>
15042
15043         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15044         Invoke gnus-score-mode.  Reported by
15045         bojohan+news@dd.chalmers.se (Johan Bockgård).
15046
15047         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15048         Jim Blandy <jimb@redhat.com> (tiny change).
15049
15050 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15051
15052         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15053
15054 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15055
15056         * spam.el (spam-get-article-as-string): Update to use
15057         gnus-request-article-this-buffer, much simpler.
15058         (spam-get-article-as-buffer): Remove.
15059
15060 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15061
15062         * message.el (message-expand-name): Use EUDC if the user uses that.
15063
15064 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15065
15066         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15067         character for the encoding to avoid consing a string.
15068
15069         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15070         unnecessarily.
15071
15072         * mm-util.el (mm-replace-chars-in-string): Remove.
15073
15074         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15075         of mm-replace-chars-in-string.
15076
15077 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15078
15079         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15080
15081         * mm-util.el (mm-subst-char-in-string): Support inplace.
15082
15083         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15084         a new string in every iteration.  Use shy groups.
15085
15086 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15087
15088         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15089         * gnus-soup.el (gnus-soup-group-brew):
15090         * gnus-msg.el (gnus-put-message):
15091         * gnus-move.el (gnus-group-move-group-to-server):
15092         * gnus-kill.el (gnus-batch-score):
15093         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15094         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15095         (gnus-group-update-group, gnus-group-read-group)
15096         (gnus-group-make-group, gnus-group-make-help-group)
15097         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15098         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15099         (gnus-group-sort-by-unread, gnus-group-catchup)
15100         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15101         (gnus-group-yank-group, gnus-group-set-info)
15102         (gnus-group-list-groups):
15103         * gnus.el (gnus-generate-new-group-name):
15104         * gnus-delay.el (gnus-delay-send-queue):
15105         * nnvirtual.el (nnvirtual-catchup-group):
15106         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15107         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15108         (gnus-group-prepare-topics, gnus-topic-check-topology):
15109         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15110         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15111         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15112         (gnus-group-make-articles-read):
15113         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15114         (gnus-group-change-level, gnus-kill-newsgroup)
15115         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15116         (gnus-get-unread-articles, gnus-make-articles-unread)
15117         (gnus-make-ascending-articles-unread): Use accessor
15118         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15119         to get group information for improved readability.
15120
15121
15122 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15123
15124         * gnus-art.el (article-decode-mime-words, article-babel)
15125         (gnus-article-highlight-signature, gnus-article-add-buttons)
15126         (gnus-signature-toggle): Use gnus-with-article-buffer.
15127
15128         * gnus-art.el (gnus-article-highlight-headers)
15129         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15130
15131         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15132         (gnus-article-set-globals, gnus-request-article-this-buffer)
15133         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15134         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15135         (gnus-mime-display-alternative): Use with-current-buffer.
15136
15137 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15140         also under 80 char limit, and call gnus-error if needed.
15141         (spam-fetch-article-header): Fix - it was a
15142         buffer-local variable (gnus-newsgroup-data).
15143         (spam-find-spam): Use spam-generate-fake-headers, forget about
15144         spam-insert-fake-headers.
15145         (spam-insert-fake-headers): Remove.
15146
15147 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15148
15149         * deuglify.el (gnus-article-outlook-unwrap-lines)
15150         (gnus-outlook-rearrange-article)
15151         (gnus-outlook-repair-attribution-outlook)
15152         (gnus-outlook-repair-attribution-block)
15153         (gnus-outlook-repair-attribution-other): Remove redundant
15154         save-excursion.
15155
15156 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15159         (spam-fetch-field-subject-fast)
15160         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15161         (spam-fetch-article-header): Add functions to deal with Gnus
15162         internals for fast retrieval of article header data.
15163         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15164
15165 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15166
15167         * pop3.el (pop3-md5): Remove.
15168         (pop3-apop): Replace pop3-md5 with md5.
15169
15170         * mm-bodies.el: base64 is always built-in.
15171
15172         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15173         with-current-buffer.
15174
15175 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * canlock.el (canlock-insert-header): Remove excessive grouping in
15178         regexp.
15179
15180         * gnus-sum.el (gnus-summary-read-document): Ditto.
15181
15182         * gnus-uu.el (gnus-uu-part-number): Ditto.
15183
15184         * html2text.el (html2text-remove-tags): Ditto.
15185         (html2text-format-tags): Ditto.
15186         (html2text-format-single-elements): Ditto.
15187
15188         * mml.el (mml-parse-1): Ditto.
15189
15190 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15191
15192         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15193
15194         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15195
15196         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15197
15198         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15199
15200 2003-11-15  Simon Josefsson  <jas@extundo.com>
15201
15202         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15203         (pgg-gpg-lookup-key): Use regexp match instead of
15204         split-string (split-string is different between emacs 21.2 and
15205         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15206
15207 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15208
15209         * gnus-art.el (gnus-mime-view-all-parts)
15210         (gnus-article-part-wrapper, gnus-article-view-part): Use
15211         with-current-buffer.
15212
15213 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * spam.el (spam-disable-spam-split-during-ham-respool)
15216         (spam-spamoracle-database, spam-cache-lookups)
15217         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15218         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15219         (spam-group-ham-marks, spam-group-spam-marks)
15220         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15221         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15222         also add spam-use-blackholes to the statistical checks.
15223         (spam-fetch-field-fast): Add interface to fetching fields, may
15224         become a macro.
15225         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15226         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15227         (spam-insert-fake-headers): Fake an article when needed.
15228         (spam-find-spam): Fake article when possible.
15229         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15230         (spam-check-bogofilter-headers): Use message-fetch-field instead
15231         of nnmail-fetch-field.
15232
15233 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15236
15237 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * spam.el (spam-split): Do not require spam-use-CHECK to be
15240         enabled if that check is passed to spam-split explicitly; also
15241         fix so 'spam doesn't get converted to spam-split-group when
15242         spam-split-symbolic-return is t.
15243         (spam-find-spam): Find registrations of the article and use those
15244         instead of re-running spam-split to find the spam/ham
15245         classification of the article.
15246         (spam-log-processing-to-registry, spam-log-registered-p)
15247         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15248         Use gnus-error instead of gnus-message.
15249         (spam-log-registration-type): Add function to determine the
15250         classification of a message based on registry entries; will
15251         return nil if both 'spam and 'ham are found.
15252         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15253         a reasonably fast local cache without the loading errors.
15254         (spam-cache-lookups): Set to t by default.
15255         (spam-find-spam): Don't try to guess spam-cache-lookups.
15256         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15257         spam-caches entry.
15258         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15259         caching of whitelist/blacklist entries.
15260         (spam-check-whitelist, spam-check-blacklist): Invoke
15261         spam-from-listed-p with a type, not a cache variable.
15262         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15263
15264 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15265
15266         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15267
15268         * nnmail.el (nnmail-split-fancy): do.
15269
15270         * mml.el (mml-parse): do.
15271
15272         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15273         (gnus-score-adaptive): do.
15274
15275 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15278         (gnus-mime-button-map): Don't set keymap parent.
15279         (gnus-button-ctan-directory-regexp): Use shy grouping.
15280         (gnus-prev-page-map): Don't set keymap parent.
15281         (gnus-prev-page-map): Remove duplicated one.
15282         (gnus-next-page-map): Don't set keymap parent.
15283         (gnus-mime-security-button-map): Ditto.
15284
15285         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15286         version number.
15287
15288         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15289
15290 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * canlock.el (canlock-sha1-function): Remove.
15293         (canlock-sha1-function-for-verify): Remove.
15294         (canlock-openssl-program): Remove.
15295         (canlock-openssl-args): Remove.
15296         (canlock-ignore-errors): Remove.
15297         (canlock-sha1-with-openssl): Remove.
15298         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15299         (canlock-verify): Don't use canlock-ignore-errors.
15300
15301         * sha1-el.el (sha1-string-external): Make it can return a string
15302         in binary form.
15303         (sha1-region-external): Ditto.
15304         (sha1-string-internal): Ditto.
15305         (sha1-region-internal): Ditto.
15306         (sha1-region): Ditto.
15307         (sha1-string): Ditto.
15308         (sha1): Ditto.
15309
15310 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15311
15312         * spam.el (spam-report-articles-gmane): New command.
15313
15314 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15317
15318         * run-at-time.el (run-at-time-saved): Remove.
15319         (run-at-time): Doc fix.
15320
15321 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15322
15323         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15324         (gnus-summary-limit-map): Add it.
15325         (gnus-summary-make-menu-bar): do.
15326
15327 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15330         Make attempt at some caching support (done for BBDB only now).
15331         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15332         addresses to be checked.
15333         (spam-clear-cache-BBDB): Add function, to be invoked by
15334         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15335         (spam-check-BBDB): Check and use the caches, if
15336         spam-cache-lookups is on, remove superfluous (provide).
15337
15338 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15341
15342 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15343
15344         * run-at-time.el (run-at-time-saved): Move to after the definition
15345         of `run-at-time'.
15346
15347         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15348
15349 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15352         mm-w3m-local-map-property.
15353
15354         * mm-view.el (mm-w3m-mode-map): Remove.
15355         (mm-w3m-local-map-property): Remove.
15356         (mm-inline-text-html-render-with-w3m): Don't use
15357         mm-w3m-local-map-property.
15358
15359 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15360
15361         * run-at-time.el: New file.
15362
15363         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15364         under Emacs.
15365
15366         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15367         of gnus-set-text-properties.
15368
15369         * gnus-uu.el (gnus-uu-save-article): Ditto.
15370
15371         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15372
15373         * gnus-cite.el (gnus-cite-parse): Ditto.
15374
15375         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15376         of gnus-.
15377
15378         * gnus-xmas.el (run-at-time): Require run-at-time.
15379
15380         * gnus.el: Changed calls to nnheader-run-at-time and
15381         password-run-at-time throughout to use run-at-time directly.
15382
15383         * password.el: Removed definition of run-at-time.
15384
15385         * nnheaderxm.el: Remove definition of run-at-time.
15386
15387 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15388
15389         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15390         in prompt.
15391
15392 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15393
15394         * messagexmas.el (message-xmas-redefine): Alias
15395         `message-make-caesar-translation-table' to
15396         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15397         version.
15398
15399         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15400         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15401         `gnus-xmas-set-text-properties'.
15402         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15403         `gnus-xmas-completing-read'.
15404         (gnus-xmas-completing-read): Removed.
15405         (gnus-xmas-open-network-stream): Removed.
15406
15407         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15408         XEmacs version.
15409
15410         * dns.el (dns-make-network-process): Use `open-network-stream'
15411         instead of `gnus-xmas-open-network-stream'.
15412
15413         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15414
15415         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15416
15417 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15418
15419         * gnus-art.el (gnus-mime-display-alternative)
15420         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15421         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15422         Don't use gnus-local-map-property.
15423
15424         * gnus-util.el (gnus-local-map-property): Remove.
15425
15426         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15427         gnus-completing-read-maybe-default with completing-read.
15428
15429         * gnus-util.el (gnus-completing-read): do.
15430         (gnus-completing-read-maybe-default): Remove.
15431
15432 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15433
15434         * password.el: Only autoload `run-at-time' if not XEmacs.
15435         Only autoload the itimer functions if XEmacs.
15436
15437 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15440         XEmacsen.
15441
15442         * dgnushack.el: Autoload executable-find for XEmacs.
15443
15444 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15445
15446         * gnus-art.el (gnus-read-string): Remove.
15447         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15448         read-string.
15449
15450 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15451
15452         * netrc.el: Autoload password-read.
15453         (netrc): Add configuration group.
15454         (netrc-encoding-method, netrc-openssl-path): Add
15455         variables for encoding and decoding of files with symmetric
15456         ciphers.
15457         (netrc-encode): Add assistant function to encode a file with
15458         netrc-encoding-method.
15459         (netrc-parse): Add interactive parameter, added optional
15460         decoding if netrc-encoding-method is non-nil but otherwise
15461         behavior is standard.
15462         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15463         Do s/encode/encrypt/ everywhere.
15464
15465         * spam.el: Remove executable-find autoload.
15466
15467 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15468
15469         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15470
15471         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15472
15473 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-art.el (gnus-treat-ansi-sequences)
15476         (article-treat-ansi-sequences): New variable and function.
15477         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15478
15479         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15480         Use it.
15481
15482 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * mm-util.el (mm-quote-arg): Remove.
15485
15486         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15487         shell-quote-argument.
15488
15489         * gnus-uu.el (gnus-uu-command): do.
15490
15491         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15492
15493         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15494         with make-char.
15495
15496         * mm-util.el (mm-make-char): Remove.
15497
15498         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15499         add-minor-mode.
15500
15501         * gnus-undo.el (gnus-undo-mode): do.
15502
15503         * gnus-topic.el (gnus-topic-mode): do.
15504
15505         * gnus-sum.el (gnus-dead-summary-mode): do.
15506
15507         * gnus-start.el (gnus-slave-mode): do.
15508
15509         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15510
15511         * gnus-ml.el (gnus-mailing-list-mode): do.
15512
15513         * gnus-gl.el (gnus-grouplens-mode): do.
15514
15515         * gnus-draft.el (gnus-draft-mode): do.
15516
15517         * gnus-dired.el (gnus-dired-mode): do.
15518
15519         * gnus-ems.el (gnus-add-minor-mode): Remove.
15520
15521         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15522         Replace gnus-char-width with char-width.
15523
15524         * gnus-ems.el (gnus-char-width): Remove.
15525
15526         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15527         Replace gnus-char-width with char-width.
15528
15529         * gnus-ems.el (gnus-char-width): Remove.
15530
15531         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15532         definition.
15533         Remove Emacs 20 hash table compatibility code.
15534
15535         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15536         20 compatibility code.
15537
15538         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15539
15540         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15541
15542         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15543         with point-at-{eol,bol}.
15544
15545         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15546
15547         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15548
15549         * flow-fill.el (fill-flowed-point-at-bol)
15550         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15551
15552         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15553         Replace with point-at-{eol,bol} throughout all files.
15554
15555 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * ntlm.el (ntlm-string-as-unibyte): New macro.
15558         (ntlm-build-auth-response): Use it.
15559
15560         Remove Emacs 20 stuff:
15561         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15562         (butlast, mapc, remove): Remove the compiler macros.
15563         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15564         of delq and copy-sequence.
15565         * gnus-art.el (popup-menu): Remove the compiler macro.
15566         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15567         Emacs 20.
15568
15569 2004-01-05  Simon Josefsson  <jas@extundo.com>
15570
15571         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15572         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15573         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15574         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15575         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15576         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15577         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15578         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15579         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15580         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15581         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15582         string-xor into ntlm-string-xor.  Suggested by
15583         Jesper Harder <harder@myrealbox.com>.
15584
15585         * ntlm.el: Don't include poem.
15586
15587         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15588         Jesper Harder <harder@myrealbox.com>.
15589
15590         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15591
15592         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15593         probably breaks emacs with DL patch, but do we care? Is anyone
15594         still using the DL stuff?)
15595
15596         * sieve-manage.el: Use the password package.
15597         (sieve-manage-read-passwd): Remove.
15598         (sieve-manage-interactive-login): Use password.  Re-add
15599         condition-case around loop.
15600
15601         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15602         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15603         the password package.
15604
15605 2003-02-19  Simon Josefsson  <jas@extundo.com>
15606
15607         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15608         token.
15609
15610 2002-08-07  Simon Josefsson  <jas@extundo.com>
15611
15612         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15613         (sieve-manage-authenticators):
15614         (sieve-manage-authenticator-alist): Add some SASL mechs.
15615         (sieve-sasl-auth): New function.
15616         (sieve-manage-cram-md5-auth):
15617         (sieve-manage-plain-auth): Rewrite using SASL library.
15618         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15619         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15620         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15621         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15622
15623 2004-01-05  Simon Josefsson  <jas@extundo.com>
15624
15625         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15626         New files.
15627
15628 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15629
15630         * gnus-group.el (gnus-no-groups-message): Update.
15631
15632         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15633
15634 2003-11-09  Simon Josefsson  <jas@extundo.com>
15635
15636         * imap.el: Support for ID IMAP extension (RFC 2971).
15637         (imap-local-variables): Add imap-id.
15638         (imap-id): New variable.
15639         (imap-id): New function.
15640         (imap-parse-response): Parse untagged ID response.
15641         * nnimap.el (nnimap-id): New variable.
15642         (nnimap-open-connection): Use it.
15643
15644 2003-12-28  Simon Josefsson  <jas@extundo.com>
15645
15646         * gnus-score.el (gnus-score-edit-all-score): New.
15647         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15648
15649 2004-01-04  Simon Josefsson  <jas@extundo.com>
15650
15651         * password.el: Add.
15652
15653 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15654
15655         * dns.el (dns-query-types): Fix typo.
15656         (dns-query-types): New function.
15657         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15658         PTR and SOA replies, see RFC 1035.
15659
15660 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15661
15662         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15663
15664         * Moved to Changelog.2.
15665
15666 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15667
15668         * gnus.el (gnus-version-number): Bump version.
15669
15670 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15671
15672         * gnus.el: No Gnus v0.1 is released.
15673
15674 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15675
15676         * gnus.el: No Gnus v0.0 is released.
15677
15678 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15679
15680         * gnus.el (gnus-version-number): Bump.
15681         (gnus-version): No.
15682
15683 See ChangeLog.2 for earlier changes.
15684
15685     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15686       Free Software Foundation, Inc.
15687
15688   This file is part of GNU Emacs.
15689
15690   GNU Emacs is free software: you can redistribute it and/or modify
15691   it under the terms of the GNU General Public License as published by
15692   the Free Software Foundation, either version 3 of the License, or
15693   (at your option) any later version.
15694
15695   GNU Emacs is distributed in the hope that it will be useful,
15696   but WITHOUT ANY WARRANTY; without even the implied warranty of
15697   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15698   GNU General Public License for more details.
15699
15700   You should have received a copy of the GNU General Public License
15701   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15702
15703 ;; Local Variables:
15704 ;; coding: utf-8
15705 ;; fill-column: 79
15706 ;; add-log-time-zone-rule: t
15707 ;; End: