Use the active info we already have if we're in a main Gnus `g' run.
[gnus] / lisp / ChangeLog
1 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4         already have if we're in a main Gnus `g' run.
5
6         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7
8 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11
12         * nnmh.el (nnmh-request-list-1): Bind `file'.
13
14         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
15         alias to set-process-query-on-exit-flag or process-kill-without-query.
16         (pop3-open-server): Use it.
17
18 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * mail-source.el (mail-source-delete-crash-box): Always move the crash
21         box to the Incoming file.  Fixes mistake in previous checkin.
22
23         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
24         request loop (for debugging purposes) removed.
25
26         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
27         culprit is more visible.
28         (nnml-save-incremental-nov, nnml-open-incremental-nov)
29         (nnml-add-incremental-nov): New functions to do "incremental" nov
30         updates, where we just append to the end of the existing nov files
31         without reading/writing them in full.
32
33         * mail-source.el (mail-source-delete-crash-box): Really only check the
34         incoming files once in a while.
35
36         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
37
38         * mail-source.el (mail-source-delete-crash-box): Only check the
39         incoming files for deletion once per day to save a lot of file
40         accesses.
41
42         * pop3.el (pop3-logon): Fix up unbound variable typo.
43
44         * mail-source.el (pop3-streaming-movemail): Autoload.
45
46         * pop3.el (pop3-streaming-movemail): Respect
47         pop3-leave-mail-on-server.
48
49         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
50         retrieval.
51
52         * pop3.el (pop3-process-filter): Removed unused function.
53         (pop3-streaming-movemail, pop3-send-streaming-command)
54         (pop3-wait-for-messages, pop3-write-to-file)
55         (pop3-number-of-responses): New functions for streaming pop3
56         retrieval.
57
58         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
59         come from no known methods.
60         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
61         list.
62
63         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
64         message sizes.
65         (pop3-movemail): Use erase-buffer instead of looping and deleting
66         regions, which seems rather odd.
67
68         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
69         file once per `g' run.
70
71         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
72         directories.  This makes the draft queue directory work.
73
74         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
75         data from the backends, so that we only request the list of groups from
76         each method once.  This should speed things up considerably.
77
78         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
79         detect that it's not implemented.
80
81         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
82         we actually do recurse down into the tree, but don't stat all leaf
83         nodes.
84
85         * gnus-html.el (gnus-html-show-images): If there are no images to show,
86         then say so instead of bugging out.
87
88         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
89         files exist before trying to read them.
90
91         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
92         around <pre_int>.
93
94         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
95
96         * nnmh.el (nnmh-request-list-1): Optimize for speed.
97
98 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * mm-util.el (mm-image-load-path): Just return the image directories,
101         not all directories in the path in addition to the image directories.
102         (mm-image-load-path): Maintain a cache of the image directories so that
103         the `g' command in Gnus doesn't have to stat dozens of directories each
104         time.
105
106         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
107         (gnus-html-wash-tags): Add a new `i' command to insert images.
108         (gnus-html-insert-image): New command and keystroke.
109         (gnus-html-redisplay-with-images): New command and keystroke.
110         (gnus-html-show-images): Renamed command.
111         (gnus-html-wash-tags): Remove more white space before <pre_int> image
112         spacers.
113         (gnus-html-wash-tags): Decode entities at the end, so that entities
114         inside the tags don't mess up the rest of the "parsing".
115
116         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
117         so that nnimap methods aren't agentized by default.  There's apparently
118         many problems related to agent/imap behaviour.
119
120         * gnus-art.el (gnus-article-copy-string): New command and key binding.
121
122         * gnus-html.el: Doc fix.
123
124 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
127         specifier-spec-list for Emacs 21.
128
129         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
130         glyph-width and glyph-height instead of display-graphic-p and
131         image-size; make avoidance of displaying small images work for XEmacs.
132
133         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
134         for XEmacs.
135
136         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
137         of symbol that holds plist data.
138         (gnus-process-plist): Remove plist of process after getting it.
139
140 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * message.el (message-generate-hashcash): Change default to
143         'opportunistic if hashcash is installed.
144
145         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
146         (gnus-html-put-image): Only call image-size once, since it's somewhat
147         time-consuming on remote X servers.
148
149 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
152         type on data, not a file name.
153
154         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
155         window-pixel-edges for Emacs 21.
156
157         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
158         decoded contents.
159         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
160
161 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
164         group line format, since it isn't very interesting.
165
166         * gnus-agent.el (gnus-agent-short-article),
167         (gnus-agent-long-article): Increase values for these two variables,
168         since most people are likely to have more network connection and
169         storage than before.
170
171         * gnus.el (gnus-refer-article-method): Change default to 'current.
172         When referring an article, the common behaviour is to refer it from the
173         current select method, not the native select method.  The chances of
174         the native select method having the message in question is rather slim
175         these days.
176
177         * gnus-sum.el (gnus-auto-select-subject): Change default to
178         `unseen-or-unread'.  I think it's likely that most people want to
179         select an unseen article over a previously seen, but unread one.
180
181         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
182         means that in the article buffer none of the minor mode elements will
183         be shown, usually, and this is not desirable in most cases.
184
185         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
186         that commands like `d' (and the like) go to the next line in the
187         buffer, instead of the next unread article.  I think this is the
188         behaviour that is most natural for most users.
189         (gnus-single-article-buffer): Change default to nil, so that people can
190         have as many article buffers open as they have summary buffer.  I think
191         this is the most natural way for the groups to behave.
192
193         * message.el (message-generate-new-buffers): Change default to
194         `unsent', so that all new message buffers start their names with the
195         string "*unsent", and it's easier to find the buffers if you move from
196         them.
197
198 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
201         small. They're probably tracking images.
202         (gnus-html-wash-tags): Remove all <pre_int> place holders.
203         (gnus-html-rescale-image): Yet another try at getting the image sizing
204         right.
205
206         * nntp.el (nntp-request-set-mark): Refuse to do marks if
207         nntp-marks-file-name is nil.
208
209 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
210
211         * gnus-html.el (gnus-html-wash-tags)
212         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
213         Better logging.
214
215 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
218
219         * gnus-html.el (gnus-html-wash-tags): Check the value of
220         gnus-blocked-images in the summary buffer.
221
222 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
223
224         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
225
226 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
229         like "a", it seems like.
230         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
231         since it needs to be picked from the correct buffer.
232
233         * nnwfm.el: Removed.
234
235         * nnlistserv.el: Removed.
236
237 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
240         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
241
242 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * nnkiboze.el: Removed.
245
246         * nndb.el: Removed.
247
248         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
249         alt text.
250         (gnus-html-rescale-image): Try to get the rescaling logic right for
251         images that are just wide and not tall.
252
253         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
254         overshadow variable bindings.
255
256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * gnus-html.el (gnus-html-wash-tags)
259         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
260         extra logging.
261
262 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
265         (gnus-max-image-proportion): New variable.
266         (gnus-html-rescale-image): New function.
267         (gnus-html-put-image): Rescale images.
268
269 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
270
271         Fix up some byte-compiler warnings.
272         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
273         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
274         (gnus-article-fill-cited-article, gnus-article-hide-citation)
275         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
276         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
277         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
278         (gnus-group-update-group): Use save-excursion and with-current-buffer.
279
280 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-html.el (gnus-article-html): Decode contents by charset.
283
284 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
287         (gnus-html-frame-width, gnus-blocked-images)
288         * message.el (message-prune-recipient-rules): Add custom version.
289         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
290
291         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
292         functions.
293
294         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
295         gnus-process-get.
296
297 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
298
299         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
300         instead of lsub directly.
301
302 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * nnwarchive.el: Removed.
305
306         * gnus-soup.el: Removed.
307
308         * nnsoup.el: Removed.
309
310         * nnultimate.el: Removed.
311
312         * gnus-html.el (gnus-blocked-images): New variable.
313
314         * message.el (message-prune-recipients): New function.
315         (message-prune-recipient-rules): New variable.
316
317         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
318         guess whether a long line is natural text or not.
319
320         * gnus-html.el (gnus-html-schedule-image-fetching): Use
321         gnus-process-plist and friends for compatibility.
322
323 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
324
325         * gnus-html.el: Require packages that define macros used in this file.
326         (gnus-article-mouse-face): Declare to silence byte-compiler.
327         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
328         process-get.
329         (gnus-html-put-image): Use plist-get to avoid getf.
330         (gnus-html-prefetch-images): Use with-current-buffer.
331
332 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-ems.el: Provide compatibility functions for
335         gnus-set-process-plist.
336
337         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
338         header-line-format for XEmacs 21.4.
339
340         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
341         * gnus.el (gnus-valid-select-methods)
342         * message.el (message-send-mail-partially-limit)
343         * mm-decode.el (mm-text-html-renderer)
344         * mml.el (mml-insert-mime-headers-always)
345         * smiley.el (smiley-regexp-alist): Bump custom version.
346
347 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-html.el: require mm-url.
350         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
351         with the url to `url'.
352         (gnus-html-wash-tags): Support cid: URLs/images.
353
354 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
357         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
358         bindings, as they aren't useful at all. `w' is moved to `W w'.
359
360         * gnus-move.el: Removed file, since it doesn't really work.
361
362         * gnus-html.el (gnus-article-html): Tell w3m that the input is
363         UTF-8. This seems to fix problems with some German web feeds.
364
365         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
366         at the top so that the proper colours are applied.
367
368         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
369         don't have dots in their names.
370
371         * gnus-art.el (gnus-article-view-part): Doc fix.
372
373         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
374         XEmacs-compatible.
375         (gnus-html-put-image): Don't do images on non-graphic displays.
376
377         * nnslashdot.el: Removed this unused backend.
378
379         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
380         actions.
381         (gnus-undo-register-1): Revert last change.
382
383         * gnus-group.el (gnus-group-completing-read): Protect against not
384         having completion-styles bound.
385
386         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
387         make broken recipients happier.
388
389         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
390
391         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
392         point parameter.
393
394         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
395
396         * gnus-group.el (gnus-group-completing-read): Add 'substring to
397         completion-styles for group selection.
398
399 2009-02-04  Andreas Schwab  <schwab@suse.de>
400
401         * gnus-score.el (gnus-score-string): Fix regex for matching extra
402         headers and regexp-quote the match if necessary.
403
404 2009-03-24  Miles Bader  <miles@gnu.org>
405
406         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
407         the blinking smiley.
408
409 2009-03-24  Simon Josefsson  <simon@josefsson.org>
410
411         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
412         blink smiley.
413
414 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
417         where the dribbel file lives exists.
418
419         * message.el (message-send-mail-partially-limit): Change the default to
420         nil, since most people don't want this.
421
422         * mm-url.el (mm-url-decode-entities): Also decode entities like
423         &#x3212.
424
425 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
426
427         * gnus-sum.el (gnus-summary-idna-message):
428         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
429         Hyperlink urls in docstrings with URL `...'.
430
431 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
432
433         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
434         functions.
435
436 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
439         say what the mouseover text should be.
440
441         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
442         version of the mm-w3m-safe-url-regexp variable to only download images
443         in the groups where we want that to happen.
444
445         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
446
447         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
448         easier debugging.
449         (gnus-article-beginning-of-window): Add kludge to allow spacing past
450         big pictures in the article buffer.
451
452         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
453         gnus-article-html.
454         (mm-text-html-renderer): gnus-article-html needs curl in addition to
455         w3m.
456
457         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
458
459 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
462         which doesn't exist.
463
464         * message.el (message-inhibit-ecomplete): New variable to allow some
465         function to inhibit ecomplete address storage.
466         (message-resend): Disable ecomplete message storage when resending
467         messages.
468
469         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
470
471 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
474         Save excursion while copying, moving, and deleting articles in order to
475         prevent the cursor from jumping to unforeseen place.
476
477 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * lpath.el: No need to bind bookmark-current-buffer,
480         bookmark-yank-point and bookmark-make-record-function.
481
482 2010-08-17  Glenn Morris  <rgm@gnu.org>
483
484         * gnus-sync.el: Require gnus components whose functions are used.
485
486         * gnus-art.el (bookmark-make-record-function):
487         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
488         Declare for compiler.
489
490         * mm-url.el (mml-compute-boundary): Autoload.
491
492 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
495
496 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         Typo fix "hoo4a" -> "hook".
499
500         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
501
502 2010-08-14  Glenn Morris  <rgm@gnu.org>
503
504         * gnus-sync.el (gnus-sync): Fix defgroup version.
505
506 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         Doc fixes and keep unknown groups (ammended for nunion bug fix).
509
510         * gnus-sync.el: Fix docs.
511         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
512         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
513
514 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
515
516         Optimizations for gnus-sync.el.
517
518         * gnus-sync.el: Add docs about gnus-sync-backend
519         possibilities.
520         (gnus-sync-save): Remove unnecessary message.
521         (gnus-sync-read): Optimize and show what groups were skipped.
522
523 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
524
525         Minor bug fixes for gnus-sync.el.
526
527         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
528         read the sync on get-new-news.
529
530         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
531         quiet.
532
533         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
534
535 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
536
537         Make saving and restoring of hidden threads work with overlays.
538         Patch applied by Ted Zlatanov.
539
540         * gnus-sum.el (gnus-hidden-threads-configuration)
541         (gnus-restore-hidden-threads-configuration): Update to deal with text
542         properties, rather than searching for a magic character.
543
544 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         New gnus-sync.el library for synchronization of marks.
547
548         * gnus-sync.el: New library for synchronization of marks.
549
550         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
551         renamed from `gnus-registry-grep-in-list'.
552
553         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
554
555         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
556
557 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
560         determining charset of text fails.
561
562 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * nnmail.el (nnmail-get-new-mail-1): Revert.
565
566         * nnml.el (nnml-active-number): Make sure names of newly created groups
567         in nnml-group-alist are encoded.
568
569 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
572         containing non-ASCII characters in active file for nnml back end.
573
574 2010-07-24  David Engster  <dengste@eml.cc>
575
576         * mml-smime.el (mml-smime-epg-verify): Also accept the older
577         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
578
579 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
580
581         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
582         tag (Bug#6654).
583
584 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
587         the article buffer, not the summary buffer.
588
589 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
592         Emacs 23 as well.
593
594 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
597         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
598
599 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
600
601         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
602         Patch applied by Karl Fogel.
603
604         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
605         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
606
607 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
608
609         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
610         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
611         C-w still not working correctly from Article buffers; Thierry's
612         patch to fix that will be applied after this.
613
614         * gnus-art.el (bookmark-make-record-function): New local variable.
615
616         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
617         article buffer.
618         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
619
620 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
621
622         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
623         on changes in bookmark.el.
624
625 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
628         `no-log' instead of message not to log prompt string.
629
630 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
631
632         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
633         the *other* type of HTML form submission.
634
635 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
636
637         * auth-source.el (auth-source-pick): If choice does not contain a
638         questioned keyword, set the check to t.
639
640 2010-06-12  Romain Francoise  <romain@orebokech.com>
641
642         * gnus-util.el (gnus-date-get-time): Move up before first use.
643
644 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
647         (gnus-article-edit-part): Bind it to make last part that is substituted
648         or deleted visible.
649         (gnus-mime-display-single): Buttonize part of which id equals to
650         gnus-mime-buttonized-part-id.
651
652 2010-06-10  Dan Christensen  <jdc@uwo.ca>
653
654         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
655         (gnus-dd-mmm): Use gnus-date-get-time.
656         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
657         simplify logic.
658         (gnus-summary-limit-to-age): Use gnus-date-get-time.
659         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
660
661 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
662
663         * auth-source.el (top): Autoload `secrets-list-collections',
664         `secrets-create-item', `secrets-delete-item'.
665         (auth-sources): Fix tag string.
666         (auth-get-source, auth-source-retrieve, auth-source-create)
667         (auth-source-delete): New defuns.
668         (auth-source-pick): Rewrite in order to avoid 2 passes.
669         (auth-source-forget-user-or-password): New parameter USERNAME.
670         (auth-source-user-or-password): New parameters CREATE-MISSING and
671         DELETE-EXISTING.  Retrieve password interactively, if needed.
672
673 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
674
675         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
676         deleting unused directories when gnus-expert-user is t.
677
678 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
681         for each temp file when gnus-article-browse-delete-temp is ask.
682
683 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
684
685         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
686         Lisp calls to delete-backward-char by calls to delete-char.
687
688 2010-05-20  Kevin Ryde  <user42@zip.com.au>
689
690         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
691
692 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
693
694         * password-cache.el (password-cache-remove): Fix docstring.
695
696 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
699         article unless decoding article to be saved.
700
701 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
704         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
705         generated within the mm-with-unibyte-current-buffer macro.
706
707 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
710         to nil when we're in a mml-preview buffer and no group is selected.
711
712 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
713
714         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
715         when catching the `C-g'.  Reported by "Leo".
716
717 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * message.el (message-forward-make-body-plain)
720         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
721         multibyte-string-p.
722
723         * lpath.el: Revert.
724
725 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * message.el (message-forward-make-body-mml): Assume original message
728         is multibyte string; error on unibyte.
729         (message-forward-make-body-plain): Ditto; don't add excessive newline
730         in body end.
731
732         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
733
734 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
735
736         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
737         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
738
739 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * mm-extern.el (mm-extern-url): Don't use
742         mm-with-unibyte-current-buffer.
743         (mm-extern-cache-contents): Use with-current-buffer instead of
744         save-excursion + set-buffer.
745
746 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * mm-util.el (mm-emacs-mule): Remove.
749
750 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
751
752         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
753         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
754         change.
755
756 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
759         bind the default value of enable-multibyte-characters to nil.
760
761 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * message.el (message-forward-make-body-plain)
764         (message-forward-make-body-mml):
765         Don't use mm-with-unibyte-current-buffer.
766
767 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
768
769         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
770
771 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
772
773         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
774         (Bug#5592).
775
776 2010-05-07  Julien Danjou  <julien@danjou.info>
777
778         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
779         it to mm-pipe-part.
780
781         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
782         it is given.
783
784 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * binhex.el (binhex-decode-region-internal)
787         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
788         (dns-query)
789         * nnweb.el (nnweb-gmane-search)
790         * pgg-parse.el (pgg-parse-armor)
791         * pgg.el (pgg-verify-region)
792         * sha1.el (sha1-string-external)
793         * uudecode.el (uudecode-decode-region-internal)
794         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
795         XEmacs.
796
797         * gnus-art.el (gnus-article-browse-html-parts)
798         * gnus-group.el (gnus-read-ephemeral-gmane-group)
799         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
800         make-temp-file.
801
802         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
803         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
804         compiling.
805
806         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
807         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
808         XEmacs when compiling.
809
810         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
811         gnus-pick-mode-off-hook for XEmacs when compiling.
812         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
813         gnus-binary-mode-off-hook for XEmacs when compiling.
814
815         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
816         nil if char-charset is not available.
817
818         * imap.el (imap-disable-multibyte)
819         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
820         macros.
821
822         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
823         instead of encode-coding-string.
824
825         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
826         'xemacs) instead of mm-emacs-mule to switch function definitions.
827         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
828
829         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
830         bind temporary-file-directory for XEmacs;
831         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
832         timer-set-function for XEmacs 21.4 and SXEmacs;
833         bind timer-list for XEmacs 21.4 and SXEmacs;
834         fbind char-charset and find-charset-region for non-Mule XEmacs;
835         fbind decode-coding-region, decode-coding-string, detect-coding-region,
836         encode-coding-region and encode-coding-string for XEmacs having no
837         file-coding feature.
838
839 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
840
841         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
842
843 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
846         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
847
848 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
849
850         * mm-util.el (mm-decompress-buffer): Use `delete-file';
851         alias `jka-compr-delete-temp-file' no longer exists.
852
853 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
854
855         Use define-minor-mode in Gnus where applicable.
856         * mml.el (mml-mode): Use define-minor-mode.
857         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
858         (gnus-undo-mode): Use define-minor-mode.
859         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
860         (gnus-dead-summary-mode): Use define-minor-mode.
861         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
862         Initialize in declaration.
863         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
864         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
865         (gnus-mailing-list-mode): Use define-minor-mode.
866         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
867         (gnus-draft-mode): Use define-minor-mode.
868         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
869         (gnus-dired-mode): Use define-minor-mode.
870
871 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
872
873         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
874         handles on recursive mml-to-mime translation and check them for
875         boundary delimiter collisions.  Reported by Greg Troxel.
876
877 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
880
881 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
882
883         * mm-util.el (mm-find-buffer-file-coding-system):
884         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
885
886 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
887
888         * message.el (message-generate-headers): Record insertion of optional
889         headers as well.  Otherwise the check to prevent repeated insertion of
890         optional headers is a no-op.
891
892 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
893
894         * smime.el: Don't mention CVS.
895
896         * nnrss.el (nnrss-fetch): Don't mention CVS.
897
898         * nnir.el: Don't mention CVS.
899
900 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
901
902         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
903
904 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * lpath.el: Fbind bookmark-default-handler,
907         bookmark-get-bookmark-record, bookmark-make-record-default,
908         bookmark-prop-get for Emacs <23 and XEmacs.
909
910 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
911
912         * gnus-sum.el: Add bookmark declarations to silence the compiler.
913         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
914         Use with-current-buffer to silence the byte-compiler.
915         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
916         bother to require `gnus'.
917         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
918
919 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
920
921         * gnus-sum.el (gnus-summary-bookmark-make-record)
922         (gnus-summary-bookmark-jump): New functions.
923         (gnus-summary-mode): Setup bookmark support.
924
925 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
926
927         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
928         if set.
929
930 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
933         gnus-article-browse-html-save-cid-image; make it work recursively for
934         forwarded messages as well.
935         (gnus-article-browse-html-parts): Work when prefix arg is given.
936         (gnus-article-browse-html-article): Doc fix.
937
938 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
939
940         * message.el (message-default-mail-headers):
941         (message-default-headers): Carry the value mail-default-headers over
942         into message-default-mail-headers, rather than message-default-headers.
943
944 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
945
946         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
947         charset.
948
949         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
950         charset into the <meta> tag when the article is encoded to utf-8.
951
952 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
955         directories as well.
956         (gnus-article-browse-html-parts): Work for images that do not specify
957         file names; delete temp directory when quitting; insert header at the
958         right place; use file: scheme for image files.
959
960 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
961
962         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
963         (gnus-article-browse-html-parts): Use it to make temporary cid image
964         files in addition to html file so that browser may display them.
965
966 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
969
970 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
971
972         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
973
974 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * auth-source.el (auth-sources): Change default to be simpler.  Explain
977         about Secret Service API sources.  Improve Customize options.
978         (auth-source-pick): Change to accept any number of search parameters.
979         Implement fallbacks iteratively, not recursively.  Add scoring on the
980         second pass and sort by score.  Call Secret Service API when needed.
981         (auth-source-user-or-password): Use it.  Call Secret Service API
982         directly when needed to get the user name and the password.
983
984 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
985
986         * message.el (message-interactive): Doc fix.
987         (message-qmail-inject-args): Reflow.
988         (message-kill-to-signature): Fix typo in docstring.
989
990         * smiley.el (smiley-buffer): Fix typo in docstring.
991
992 2010-03-24  Glenn Morris  <rgm@gnu.org>
993
994         * mail-source.el (gnus-message): Declare.
995         (mail-source-delete-old-incoming): Require gnus-util.
996
997 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1000
1001         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1002
1003         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1004         password-cache's default if it is not bound.
1005         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1006         password-cache-expiry's default if it is not bound.
1007
1008         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1009         available in Emacs 21.
1010
1011         * lpath.el: Suppress compiler warnings for:
1012         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1013         XEmacs;
1014         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1015         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1016         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1017
1018 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * auth-source.el (auth-sources): Fix up definition so extra parameters
1021         are always inline.
1022
1023 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1024
1025         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1026         wasn't updated after mismatch.  Clear cached mailbox info correctly
1027         when uidvalidity changes.
1028         (nnimap-group-prefixed-name): New function to avoid some code
1029         duplication.
1030         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1031         (nnimap-request-group): Use it.
1032         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1033         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1034         with many imap folders.  This is done by caching the group status from
1035         the imap server persistently in a group parameter `imap-status'.  (This
1036         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1037         but not persistently, so every Gnus startup was still very slow.)
1038
1039 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1042         delete the extra newline.  Otherwise editing of :string and :number
1043         types don't work.
1044
1045 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1048         secrets.el dependency.
1049         (auth-sources): Add optional user name.  Add secrets.el configuration
1050         choice (unused right now).
1051
1052 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1053
1054         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1055         `gnus-registry-install-shortcuts' fill in the functions.
1056
1057         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1058         warnings.
1059         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1060         (gnus-registry-install-shortcuts): Populate and use it in a
1061         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1062
1063 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1064
1065         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1066         In-place substitutions for the group name encoding/decoding.
1067         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1068         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1069         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1070         (nnimap-update-unseen, nnimap-request-list)
1071         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1072         (nnimap-request-set-mark, nnimap-split-to-groups)
1073         (nnimap-split-articles, nnimap-request-newgroups)
1074         (nnimap-request-create-group, nnimap-request-accept-article)
1075         (nnimap-request-delete-group, nnimap-request-rename-group)
1076         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1077         `encoded-mbx' for consistency.
1078         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1079         variable `imap-current-mailbox'.
1080
1081         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1082         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1083
1084 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1085
1086         * pop3.el (pop3-display-message-size-flag): Display message size byte
1087         counts during POP3 download.
1088         (pop3-movemail): Use it.
1089         (pop3-list): Implement listing of available messages.
1090
1091 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1092
1093         * nnir.el (nnir-get-article-nov-override-function): New function to
1094         override the normal NOV retrieval.
1095         (nnir-retrieve-headers): Use it.
1096
1097 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1098
1099         * auth-source.el (netrc-machine-user-or-password): Autoload.
1100
1101 2010-03-19  Glenn Morris  <rgm@gnu.org>
1102
1103         Stop message.el from loading about 40 libraries it doesn't always need.
1104         The general approach is to autoload rather than require, and to
1105         require in the specific functions rather than the file.  (Bug#5642)
1106
1107         * gmm-utils.el: Don't require wid-edit.
1108         (widget-create-child-value, widget-convert, widget-default-get):
1109         Autoload.
1110
1111         * gnus-util.el: Don't require time-date, netrc.
1112         (message-fetch-field, gnus-group-name-decode): Declare rather than
1113         autoloading.
1114         (gnus-fetch-field): Require message.
1115         (gnus-decode-newsgroups): Require gnus-group.
1116
1117         * ietf-drums.el: Don't require time-date.
1118
1119         * message.el: Don't require hashcash, canlock, ecomplete.
1120         Do require mail-utils.  Require nnheader only when compiling.
1121         (smtpmail-default-smtp-server): Remove declaration.
1122         (message-send-mail-function): Check smtpmail-default-smtp-server
1123         is bound rather than requiring smtpmail.
1124         (message-auto-save-directory, message-insert-signature): Use
1125         expand-file-name rather than nnheader-concat.
1126         (nnheader-insert-file-contents): Autoload.
1127         (hashcash-wait-async): Declare.
1128         (message-send-mail): Only call gnus-setup-posting-charset if
1129         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1130         (message-send-mail-with-sendmail): Require sendmail.
1131         (canlock-password, canlock-password-for-verify): Declare.
1132         (message-canlock-password): Require canlock.
1133         (nnheader-get-report): Autoload.
1134         (gnus-setup-posting-charset): Declare.
1135         (message-send-news): Require gnus-msg.
1136         (message-make-references, message-make-in-reply-to): Use mail-header-id
1137         rather than the alias mail-header-message-id.
1138         (ecomplete-add-item, ecomplete-save): Declare.
1139         (message-put-addresses-in-ecomplete): Require ecomplete.
1140         (ecomplete-display-matches): Autoload.
1141
1142         * mm-decode.el: Don't require mailcap, gnus-util.
1143         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1144         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1145         Autoload.
1146         (mailcap-mime-extensions): Declare.
1147
1148         * mm-encode.el: Don't require mailcap.
1149         (mailcap-extension-to-mime): Autoload.
1150
1151         * mml-sec.el: Don't require password-cache.
1152
1153         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1154         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1155         (mml-minibuffer-read-type): Require mailcap.
1156         (mml-preview): Require gnus-msg.
1157
1158         * mml1991.el: Require password-cache.
1159         (password-cache-expiry): Remove declaration.
1160
1161         * mml2015.el: Require password-cache.
1162         (password-cache-expiry): Remove declaration.
1163
1164         * nneething.el (mailcap): Require mailcap.
1165
1166         * nnheader.el (declare-function): Add compatibility stub.
1167         (message-remove-header): Declare rather than autoload.
1168         (nnheader-replace-header): Require message.
1169
1170         * nnimap.el (declare-function): Add compatibility stub.
1171         (netrc-parse, netrc-machine-user-or-password): Declare.
1172         (nnimap-open-connection): Require netrc.
1173
1174         * nntp.el (declare-function): Add compatibility stub.
1175         (netrc-parse, netrc-machine, netrc-get): Declare.
1176         (nntp-send-authinfo): Require netrc.
1177
1178         * rfc2047.el: Don't require qp.
1179         (quoted-printable-encode-region, quoted-printable-decode-string):
1180         Autoload.
1181
1182         * sieve-mode.el: Don't require easymenu.
1183         (easy-menu-add-item): Autoload it.
1184
1185         * spam-stat.el (time-to-number-of-days): Autoload it.
1186
1187 2010-03-19  Glenn Morris  <rgm@gnu.org>
1188
1189         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1190
1191 2010-03-18  Glenn Morris  <rgm@gnu.org>
1192
1193         * hashcash.el (declare-function): Remove duplicate definition.
1194
1195 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1196
1197         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1198         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1199         value if any backslash escapes).
1200
1201 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1204         if it is available.  (bug#5647)
1205
1206         * lpath.el: Suppress compiler warning for coding-system-from-name for
1207         Emacs 21 and XEmacs.
1208
1209 2010-03-14  Juri Linkov  <juri@jurta.org>
1210
1211         * hmac-def.el:
1212         * hmac-md5.el:
1213         * netrc.el: Fix keywords.
1214
1215 2010-02-26  Glenn Morris  <rgm@gnu.org>
1216
1217         * message.el (message-send-mail-function): Change the default, so that
1218         it inherits from a customized send-mail-function.  (Bug#5643)
1219
1220 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1223         shell-command-to-string signals an error (bug#5299).
1224
1225 2010-02-24  Glenn Morris  <rgm@gnu.org>
1226
1227         * message.el (message-smtpmail-send-it)
1228         (message-send-mail-with-mailclient): Doc fixes.
1229
1230 2010-02-16  Glenn Morris  <rgm@gnu.org>
1231
1232         * message.el (message-default-mail-headers): Change the default value
1233         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1234
1235 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1238         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1239
1240 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1241
1242         * time-date.el (date-to-time): Doc fix (Bug#5408).
1243
1244 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1245
1246         * message.el (message-mail): Just pass yank-action on to message-setup.
1247         (message-setup): Handle (FUN . ARGS) form of yank-action.
1248         (message-with-reply-buffer, message-widen-reply)
1249         (message-yank-original): Handle non-buffer values of
1250         message-reply-buffer (Bug#4080).
1251         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1252
1253 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1254
1255         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1256         Fix typo in docstring.
1257
1258 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1259
1260         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1261         response.
1262
1263 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1266
1267         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1268
1269         * message.el (message-check-news-header-syntax): Protect against a
1270         string that `rfc822-addresses' returns when parsing fails.
1271
1272 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1275         (gnus-previous-char-property-change): New functions.
1276
1277         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1278
1279 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1280
1281         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1282         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1283
1284 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1285
1286         * message.el (message-exchange-point-and-mark): Rework last change to
1287         avoid using optional arg of exchange-point-and-mark, for backward
1288         compatibility.
1289
1290 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1291
1292         * message.el (message-exchange-point-and-mark): Call
1293         exchange-point-and-mark with an argument rather than setting
1294         mark-active by hand (Bug#5175).
1295
1296 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * nntp.el (nntp-service-to-port): Work for service expressed with
1299         numeric string; replace [:digit:] with [0-9] for XEmacs.
1300
1301 2009-12-17  Glenn Morris  <rgm@gnu.org>
1302
1303         * gnus-group.el (gnus-bug-group-download-format-alist):
1304         Change emacs entry to debbugs.gnu.org.  Bump :version.
1305
1306 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1307
1308         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1309
1310 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1311
1312         * message.el (message-info): Explain why we use `Info-goto-node'.
1313
1314 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1317
1318 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1319
1320         * message.el (message-completion-in-region): New compatibility function.
1321         (message-expand-group): Use it.
1322
1323 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1326         with no unread article should be listed if the 2nd arg `predicate' is
1327         given.
1328
1329 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1332
1333 2009-11-29  Juri Linkov  <juri@jurta.org>
1334
1335         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1336         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1337         on `gnus-recenter'. (Bug#4698, Bug#4981)
1338
1339 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1340
1341         * sha1.el (sha1-string-external): default-directory "/" in case
1342         otherwise non-existent.  process-connection-type pipe for touch of
1343         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1344
1345 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1346
1347         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1348         it's comms related and sgml-mode.el has "comm" on that basis too.
1349
1350 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1353         containing tspecial characters if they have been already quoted.
1354
1355 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1356
1357         * dns-mode.el (auto-mode-alist): Purecopy string.
1358
1359 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1360
1361         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1362
1363 2009-10-24  Glenn Morris  <rgm@gnu.org>
1364
1365         * gnus-art.el (help-xref-stack-item): Define for compiler.
1366
1367 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1368
1369         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1370
1371 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1374
1375 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1378         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1379
1380 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1383         (gnus-overlays-in): New alias to overlays-in.
1384
1385         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1386         gnus-overlay-get, and gnus-delete-overlay.
1387         (gnus-summary-show-thread): Make it work as well for systems in which
1388         next-single-char-property-change is not available.
1389         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1390
1391         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1392         (gnus-overlay-get): New alias to extent-property.
1393         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1394
1395         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1396         SXEmacs.
1397
1398         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1399         SXEmacs.
1400
1401 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1402
1403         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1404
1405 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1406
1407         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1408         and XEmacs that don't have `remove-overlays'.
1409
1410 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1411
1412         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1413         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1414         selective display.  Use overlays instead.
1415
1416 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1417
1418         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1419
1420 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1421
1422         * spam-stat.el (spam-stat-load): Fix typo in message.
1423
1424 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1425
1426         * dig.el (dig-invoke): Fix typo in docstring.
1427         (query-dig): Reflow docstring.
1428
1429 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1430
1431         * gnus-art.el (gnus-article-encrypt-body):
1432         * message.el (message-check-recipients):
1433         * mm-util.el (mm-codepage-setup):
1434         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1435         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1436
1437 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1438
1439         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1440         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1441         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1442         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1443         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1444
1445 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1446
1447         * dig.el: Add "Keywords: comm", as per net-utils.el.
1448
1449 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1450
1451         * dig.el (dig-mode): Use define-derived-mode.
1452
1453 2009-09-19  Glenn Morris  <rgm@gnu.org>
1454
1455         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1456
1457 2009-09-18  Glenn Morris  <rgm@gnu.org>
1458
1459         * gnus-diary.el (gnus-diary-check-message):
1460         * message.el (message-insert-formatted-citation-line):
1461         * nnbabyl.el (top-level):
1462         * nndiary.el (nndiary-schedule):
1463         Fix typos in condition-case handlers.
1464
1465 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1468         configuration that provides the sole article window in a frame;
1469         position point correctly after deleting a part.
1470
1471 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1472
1473         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1474         (spam-resolve-registrations-routine): Use it to unregister articles
1475         that change status.
1476
1477 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1480         with XEmacs.
1481         (parse-time-string-chars): Use it.
1482
1483 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1484
1485         * imap.el (imap-interactive-login): Better messages.
1486         (imap-open): Fix bug with renamed buffer on reconnect.
1487         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1488         for easier debugging and cleaner code.  On successful (guessed based on
1489         server capabilities) secondary authentication, set imap-state
1490         correctly.
1491         (imap-last-authenticator): Define imap-last-authenticator as a variable
1492         to avoid warnings.
1493
1494 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * nnrss.el (nnrss-request-article): Remove binding of
1497         default-enable-multibyte-characters that has gotten needless by
1498         the 2007-07-13 change in rfc2047-encode-message-header.
1499
1500         * mml.el (mml-insert-multipart): Error on the message header.
1501         (mml-insert-part): Error on the message header; position point at
1502         the end of a MIME tag.
1503
1504 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * time-date.el (autoload): Expand define-obsolete-function-alias into
1507         defalias and make-obsolete for old Emacsen that Gnus supports.
1508         (with-no-warnings): Define it for old Emacsen.
1509         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1510         is available.
1511         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1512         float-time is available; suppress compile warning for time-to-seconds.
1513
1514         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1515         (gnus-float-time): Alias to float-time if it exists.
1516
1517         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1518         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1519         float-time is available; suppress compile warning for time-to-seconds.
1520
1521         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1522         XEmacs.
1523
1524 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * imap.el (imap-message-map): Docstring fix.
1527
1528 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1531         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1532         Add the optional argument `encoding' that overrides the default.
1533
1534         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1535         mm-encode-buffer.
1536
1537 2009-09-04  Glenn Morris  <rgm@gnu.org>
1538
1539         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1540         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1541         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1542         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1543         * mm-util.el (mm-with-unibyte-current-buffer)
1544         (mm-find-buffer-file-coding-system):
1545         * yenc.el (yenc-decode-region): Use default-value rather than
1546         default-enable-multibyte-characters.
1547
1548 2009-09-03  Glenn Morris  <rgm@gnu.org>
1549
1550         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1551         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1552         than default-enable-multibyte-characters.
1553
1554 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1555
1556         * gnus-art.el (gnus-article-read-summary-keys):
1557         Fix gnus-buffer-configuration's value temporarily used.
1558
1559 2009-09-02  Glenn Morris  <rgm@gnu.org>
1560
1561         * gnus-util.el (gnus-float-time): New function.
1562         * gnus-delay.el (gnus-delay-article):
1563         * gnus-sum.el (gnus-thread-latest-date):
1564         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1565         * nnspool.el (nnspool-request-newgroups):
1566         Use gnus-float-time rather than time-to-seconds.
1567         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1568
1569         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1570         (gnus-header-subject-face, gnus-header-newsgroups-face)
1571         (gnus-header-name-face, gnus-header-content-face):
1572         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1573         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1574         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1575         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1576         (gnus-cite-face-11):
1577         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1578         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1579         (gnus-server-closed-face, gnus-server-denied-face)
1580         (gnus-server-offline-face):
1581         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1582         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1583         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1584         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1585         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1586         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1587         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1588         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1589         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1590         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1591         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1592         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1593         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1594         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1595         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1596         (gnus-summary-high-undownloaded-face)
1597         (gnus-summary-low-undownloaded-face)
1598         (gnus-summary-normal-undownloaded-face)
1599         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1600         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1601         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1602         (gnus-splash-face):
1603         * message.el (message-header-to-face, message-header-cc-face)
1604         (message-header-subject-face, message-header-newsgroups-face)
1605         (message-header-other-face, message-header-name-face)
1606         (message-header-xheader-face, message-separator-face)
1607         (message-cited-text-face, message-mml-face):
1608         * sieve-mode.el (sieve-control-commands-face)
1609         (sieve-action-commands-face, sieve-test-commands-face)
1610         (sieve-tagged-arguments-face):
1611         * spam.el (spam-face):
1612         Mark face aliases with "-face" in the name as obsolete.
1613
1614 2009-09-01  Glenn Morris  <rgm@gnu.org>
1615
1616         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1617         than goto-line.
1618
1619 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1622         Don't move point if the command is invoked inside the message header.
1623
1624 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1625
1626         * imap.el (imap-send-command): Simplify.
1627         (imap-wait-for-tag): point-max -> buffer-size.
1628
1629 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1630
1631         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1632         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1633         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1634         * nnir.el (nnir-swish-e-index-file):
1635         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1636         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1637         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1638         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1639         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1640         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1641
1642 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1645         Don't save excursion.
1646
1647 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1648
1649         * nnheader.el (nnheader-find-file-noselect):
1650         * mm-util.el (mm-insert-file-contents):
1651         Use (default-value 'major-mode) instead of default-major-mode.
1652
1653 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1654
1655         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1656
1657 2009-08-26  Glenn Morris  <rgm@gnu.org>
1658
1659         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1660         than placing in files.el.
1661
1662 2009-08-25  Glenn Morris  <rgm@gnu.org>
1663
1664         * nnir.el (top-level): Don't require cl at run-time.
1665         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1666         Replace cl-function substitute with gnus-replace-in-string.
1667         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1668         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1669         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1670         simplified expansions.
1671
1672 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1673
1674         * dig.el (dig): Add autoload cookie.
1675
1676 2009-08-22  Glenn Morris  <rgm@gnu.org>
1677
1678         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1679         goto-line.
1680
1681 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1682
1683         * parse-time.el (parse-time-string-chars): Save match data.
1684
1685 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1686
1687         * parse-time.el (parse-time-string-chars): Compute using character
1688         classes, to handle non-ascii characters (Bug#3190).
1689
1690 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1693
1694         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1695         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1696         (gnus-mm-display-part, gnus-mime-display-single)
1697         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1698         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1699
1700         * gnus-sum.el
1701         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1702         (gnus-summary-move-article): Add expirable mark to articles copied or
1703         moved to group that has auto-expire turned on if the option is non-nil.
1704
1705 2009-07-24  Glenn Morris  <rgm@gnu.org>
1706
1707         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1708         Fix typo.  (Bug#3903)
1709
1710 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1713         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1714         that should not be used for draft articles.
1715         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1716         that has no concern in minor mode keys.
1717         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1718         Abolish.
1719
1720 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1723         article without making inquiry to a user for unknown encoding.
1724
1725         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1726         (nnmaildir--scan): Assume i-node and device number that file-attributes
1727         returns might be cons-cell.
1728
1729         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1730
1731         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1732
1733 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1734
1735         * auth-source.el: Remove docs now in auth.texi.  Don't use
1736         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1737         `auth-source-hide-passwords' and use them.
1738
1739 2009-07-15  Glenn Morris  <rgm@gnu.org>
1740
1741         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1742
1743 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1746         excessive whitespace from the default values of title and description.
1747
1748 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1751         mail-fetch-field to fetch Content-Description header in order to
1752         exclude newlines.
1753
1754 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1755
1756         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1757         format used by GnuPG 2.0.11.
1758
1759 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1762         to deleted part.
1763
1764 2009-05-30  David Engster  <dengste@eml.cc>
1765
1766         * nnmairix.el: Remove old documentation in the commentary block.
1767         (nnmairix-request-group): Do not update active file for nnml back ends.
1768         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1769         end so that overview files are ignored.
1770         (nnmairix-update-groups): Make updating the groups more robust by using
1771         marks.
1772         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1773         with dollar characters in message-id.
1774
1775 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1776
1777         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1778         2008-12-25 in dns.el.
1779
1780 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1781
1782         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1783         could happen if the text is only composed of spaces and/or tabs.
1784
1785 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1786
1787         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1788         when sending a queued message to avoid extra mml tags.
1789
1790 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1793
1794 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1797         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1798         rmail-toggle-header for XEmacs;
1799         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1800
1801 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus-dired.el: Remove autoload for gnus-setup-message.
1804         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1805         displaying Gnus logo; always use compose-mail.
1806
1807 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1810
1811 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1814         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1815         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1816         available.
1817         (gnus-nocem-epg-verify): New function.
1818
1819 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1820
1821         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1822
1823 2009-02-15  Glenn Morris  <rgm@gnu.org>
1824
1825         * gnus-util.el (rmail-insert-rmail-file-header)
1826         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1827         autoloads.
1828         (rmail-default-rmail-file): Remove unnecessary declaration.
1829         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1830
1831 2009-02-14  Glenn Morris  <rgm@gnu.org>
1832
1833         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1834         variable (only used in gnus-util, which declares it anyway).
1835         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1836         which was only needed by gnus-art (changed to not use it any more).
1837         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1838         only used in gnus-util, which autoloads it itself.
1839         (rmail-update-summary): Fix autoload.
1840
1841         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1842         rather than rmail-output-to-rmail-file.
1843
1844 2009-02-07  Glenn Morris  <rgm@gnu.org>
1845
1846         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1847         autoload of function that no longer exists.
1848         (rmail-toggle-header): Declare.
1849         (message-forward-rmail-make-body): Handle mbox Rmail.
1850
1851 2009-01-31  Glenn Morris  <rgm@gnu.org>
1852
1853         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1854         2009-01-09 change.
1855
1856 2009-01-31  Dave Love  <fx@gnu.org>
1857
1858         * imap.el (imap-fetch-safe): Bind debug-on-error.
1859         (imap-debug): Add imap-fetch-safe.
1860
1861 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1864         (auth-source-forget-all-cached): New convenience function.
1865         (auth-source-user-or-password): Accept list of modes or a single mode.
1866
1867         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1868         auth-source modes.
1869
1870         * netrc.el (netrc-machine-user-or-password): Use list of
1871         auth-source modes.
1872
1873         * nnimap.el (nnimap-open-connection): Use list of
1874         auth-source modes.
1875
1876         * nntp.el (nntp-send-authinfo): Use list of
1877         auth-source modes.
1878
1879 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1880
1881         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1882         now.
1883
1884 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1887         coding system in XEmacs; add a workaround for XEmacs.
1888
1889         * lpath.el: Fbind coding-system-aliasee.
1890
1891 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1894         of current-language-environment.
1895
1896 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1897
1898         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1899         available at runtime.
1900
1901 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1904
1905 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1906
1907         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1908         the greatest positive fixnum value doesn't work under an XEmacs with
1909         bignum support; use the most-positive-fixnum constant instead,
1910         available since Emacs 21.1 with cl and XEmacs 21.1.
1911
1912 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1915         XEmacs gets not to work.
1916
1917 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * mm-util.el (mm-coding-system-priorities): Allow the value like
1920         "Japanese (UTF-8)" of current-language-environment.
1921
1922 2009-01-09  Glenn Morris  <rgm@gnu.org>
1923
1924         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1925         with last-command-event.
1926
1927 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1928
1929         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1930         in the doc string.
1931
1932         * message.el (message-fix-before-sending): Amend comment.
1933
1934 2009-01-08  Dave Love  <fx@gnu.org>
1935
1936         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1937
1938 2009-01-07  David Engster  <dengste@eml.cc>
1939
1940         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1941         simplified server definitions by converting it via
1942         gnus-server-to-method.
1943
1944 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1947         parameter's operands.
1948
1949 2009-01-06  David Engster  <dengste@eml.cc>
1950
1951         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1952         primary select method (for gnus-group-mark-article-as-read).
1953
1954 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1955
1956         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1957         `(gnus)Face', not `(gnus)X-Face'.
1958
1959 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * mm-util.el (mm-ucs-to-char): New function.
1962
1963         * mm-url.el (mm-url-decode-entities): Use it.
1964
1965         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1966         unicode-to-char.
1967
1968 2009-01-05  Dave Love  <fx@gnu.org>
1969
1970         * time-date.el: Require cl for `declare'.
1971
1972 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1975         Dave Love.
1976
1977 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1978
1979         * message.el (message-fix-before-sending): Add `eight-bit' to
1980         illegible-text check.
1981
1982 2009-01-03  Michael Olson  <mwolson@gnu.org>
1983
1984         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1985         `headers' is nil.  This can occur if the IMAP server does not have
1986         permissions to read messages from a folder, but can write new messages
1987         to the folder.
1988         (nnimap-request-article-part): Do not insert `data' if it is nil.
1989
1990         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1991         characters which will confuse `read', so skip past them.
1992
1993 2009-01-01  Dave Love  <fx@gnu.org>
1994
1995         * imap.el (imap-string-to-integer): Fix typo.
1996         (imap-fetch-safe): New function.
1997         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1998
1999         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2000
2001         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2002         (imap-parse-greeting): Fix doc strings.
2003         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2004         (imap-parse-flag-list): Make messages unique.
2005         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2006
2007         * nnimap.el: Fix author email.
2008         (nnimap-split-rule): Add FIXME comment.
2009         (nnimap-debug): Fix doc string.
2010
2011 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2014
2015 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2016
2017         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2018         nslookup if resolv.conf isn't available.
2019         (dns-query): Rename from query-dns.
2020         (dns-query-cached): Rename from query-dns-cached.
2021
2022 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2025         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2026         to check if those variables exist (first appeared in Emacs 18.50).
2027
2028 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * mm-util.el (mm-line-number-at-pos): New function.
2031
2032         * spam-report.el (spam-report-process-queue): Use it.
2033
2034 2008-12-24  David Engster  <dengste@eml.cc>
2035
2036         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2037         parameters that haven't existed as variables as buffer-local variables.
2038
2039 2008-12-23  Dave Love  <fx@gnu.org>
2040
2041         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2042         cadar.
2043
2044         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2045         imap-starttls-p.
2046         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2047
2048 2008-12-22  Dave Love  <fx@gnu.org>
2049
2050         * imap.el: Fix author email.  Doc fixes.
2051         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2052         reply.
2053
2054 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * spam-report.el (spam-report-gmane-max-requests): New constant.
2057         (spam-report-gmane-wait): New variable.
2058         (spam-report-gmane-ham, spam-report-gmane-spam)
2059         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2060         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2061         the server.
2062
2063         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2064         Add explanations.
2065
2066         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2067         nnheader-accept-process-output and nnheader-read-timeout if available.
2068         (pop3-movemail): Use it.
2069
2070         * message.el (message-check-news-body-syntax): Fix signature check if
2071         there's an attachment.
2072
2073 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * mm-util.el: Add comments to the mm- emulating functions.
2076
2077 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2078
2079         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2080         by Stephen Berman <stephen.berman@gmx.net>.
2081
2082 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * mm-util.el (mm-substring-no-properties): New function.
2085         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2086         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2087         (mm-string-to-multibyte): Doc fix.
2088
2089         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2090
2091 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2092
2093         * mml.el (mml-attach-file): Strip text properties from file name.
2094         (Bug#1574)
2095
2096 2008-12-16  Glenn Morris  <rgm@gnu.org>
2097
2098         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2099
2100 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2103         knows since the charset specified might be a bogus alias that
2104         mm-charset-synonym-alist provides.
2105
2106 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2107
2108         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2109         "ISO_8859-1".
2110
2111         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2112
2113 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * mm-util.el (mm-charset-eval-alist):
2116         Define it before mm-charset-to-coding-system.
2117         (mm-charset-to-coding-system): Add optional argument `silent';
2118         define it before mm-charset-override-alist.
2119         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2120         default value if it can be used in Emacs currently running;
2121         silence mm-charset-to-coding-system.
2122
2123 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2126         `allow-override' which says whether to use `mm-charset-override-alist'.
2127         (rfc2047-decode-encoded-words): Use it.
2128
2129         * mm-util.el (mm-charset-override-alist): Fix custom type;
2130         add `(gb2312 . gbk)' to choices.
2131
2132 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2135         fast.
2136
2137         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2138
2139         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2140
2141 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2142
2143         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2144         on links.
2145
2146         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2147
2148 2008-12-03  Lute Kamstra  <lute@gnu.org>
2149
2150         * sha1.el: Remove leading * from docstrings of defcustoms,
2151         deffaces, defconsts and defuns.
2152
2153 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2156         users' addresses that don't have domain parts.
2157         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2158         rather than message-narrow-to-head since there will be the message
2159         header separator.
2160
2161 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2164         since the result is inserted in a unibyte buffer anyway.
2165         (nnimap-demule-use-string-to-multibyte): Remove.
2166         (nnimap-demule): Alias it to mm-string-to-multibyte.
2167
2168 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2169
2170         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2171         variable for debugging bug#464 and bug#1174.
2172         (nnimap-demule): Use it.
2173
2174 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2175
2176         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2177         score calculation correctly.
2178
2179 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2180
2181         * message.el (message-send-mail): Just set the buffer to unibyte
2182         rather than use mm-with-unibyte-current-buffer which does a lot more.
2183         (message-send-mail-partially): Don't bother with
2184         mm-with-unibyte-current-buffer since it's already been made unibyte by
2185         message-send-mail.
2186
2187 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2188
2189         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2190
2191 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2192
2193         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2194
2195 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2198         require itself and to remove `with-no-warnings'.
2199
2200 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2201
2202         * starttls.el (starttls-any-program-available): Get the name of the
2203         available TLS layer program.
2204         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2205         well as the host name in the "opening" message.
2206
2207         * auth-source.el (auth-source-cache, auth-source-do-cache)
2208         (auth-source-user-or-password): Cache passwords and logins by default,
2209         allow override with `auth-source-do-cache'.
2210         (auth-source-forget-user-or-password): Allow users to remove cache
2211         entries if needed.
2212
2213 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2214
2215         * md4.el (md4-buffer): Fix typo in docstring.
2216         (md4, md4-64): Doc fixes.
2217         (md4-pack-int32): Reflow docstring.
2218
2219 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2220
2221         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2222         condition-case to only the forward-sexp call.
2223
2224 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2225
2226         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2227         quotes contained.  Make it more robust regardless by an extra
2228         condition-case wrapper.
2229
2230 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2233
2234 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * nnml.el (nnml-request-expire-articles): Check if the function set to
2237         `nnmail-expiry-target' returns the symbol `delete'.
2238
2239         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2240
2241         * nnmail.el (nnmail-expiry-target): Fix custom type.
2242
2243 2008-10-02  Glenn Morris  <rgm@gnu.org>
2244
2245         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2246         Silence compiler warning.
2247
2248 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2249
2250         * tls.el (open-tls-stream): Show the actual command being
2251         executed, instead of the format string.
2252
2253 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * lpath.el: Fbind codepage-setup for Emacs 23.
2256
2257 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2258
2259         * mml.el (mml-menu): Don't assume mml2015 is bound.
2260
2261 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2264         exists.
2265
2266 2008-09-27  Glenn Morris  <rgm@gnu.org>
2267
2268         * gnus-util.el (mail-header-remove-comments): Autoload it.
2269
2270 2008-09-27  Andreas Schwab  <schwab@suse.de>
2271
2272         * gnus-util.el (gnus-split-references): Strip comments.
2273         (gnus-parent-id): Likewise.
2274
2275 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2276
2277         * message.el (message-confirm-send): Fix version.
2278
2279 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * message.el (message-idna-to-ascii-rhs-1): Use
2282         mail-extract-address-components rather than mail-header-parse-addresses
2283         that is an alias by default to ietf-drums-parse-addresses that does not
2284         support non-ASCII names in headers' contents.
2285
2286 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * message.el (message-confirm-send): Fixed variable documentation to
2289         avoid the "y/n" wording.
2290
2291 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2292
2293         * message.el (message-set-auto-save-file-name): Save to a different
2294         filename so multiple messages (especially drafts) can be recovered.
2295
2296 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2297
2298         * message.el (message-confirm-send): Add appropriate version.
2299
2300 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2303         defvar.
2304
2305 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2306
2307         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2308         (mm-pkcs7-enveloped-magic): Ditto.
2309
2310 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2311
2312         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2313         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2314
2315 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2316
2317         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2318         default, it's better.
2319
2320 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2323         summary line gnus-number property and ignore them (with a warning
2324         message).
2325
2326 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2329         macro caddr in the interactive form since it won't be expanded.
2330
2331 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2334         `charset'; fix name of function called recursively.
2335         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2336
2337 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2340         (gnus-mime-set-charset-parameters): New function.
2341         (gnus-mime-view-part-as-charset): Use it to correctly display part
2342         specifying wrong charset.
2343
2344 2008-09-08  David Engster  <dengste@eml.cc>
2345
2346         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2347         in completing-read for back end server.
2348
2349 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         * message.el (message-confirm-send): New variable to confirm sending a
2352         message.
2353         (message-send): Use it.
2354
2355 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2356
2357         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2358
2359 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2362
2363 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2366         prevent tracking too many groups.
2367         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2368         Use it.
2369
2370 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2371
2372         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2373         moving point to the bottom of the window in order to avoid recentering.
2374
2375 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2378
2379         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2380         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2381         (gnus-article-beginning-of-window): Fix calculation.
2382
2383 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-msg.el (gnus-summary-supersede-article)
2386         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2387         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2388         message header.
2389
2390 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2391
2392         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2393         pending output coming after the status change.
2394
2395 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2396
2397         * message.el:
2398         * gnus-start.el:
2399         * gnus-registry.el: Remove VMS support.
2400
2401 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2404         macro.
2405         (rfc2104-hash): Use it.
2406
2407 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2408
2409         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2410         (gnus-summary-sort-by-most-recent-date): New commands.
2411         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2412         and menu entries.
2413
2414 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2417         don't redisplay article for raw contents; remove plural articles stuff.
2418
2419         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2420         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2421         on gnus-summary-save-article; display results properly.
2422
2423 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * lpath.el: No need to fbind ns-focus-frame.
2426
2427 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2430
2431 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2434         gnus-save-all-headers.
2435
2436 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2437
2438         * gnus-util.el (ns-focus-frame): Remove declaration.
2439         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2440         like x.
2441
2442 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2443
2444         * rfc2104.el (rfc2104-zero): Delete defconst.
2445         (rfc2104-hex-alist): Likewise.
2446         (rfc2104-hex-to-int): Delete func.
2447         (rfc2104-hexstring-to-bitstring): Likewise.
2448         (rfc2104-nybbles): New defconst.
2449         (rfc2104-hash): Rewrite for speed.
2450
2451 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * tls.el (open-tls-stream): Make it work with the 2nd argument
2454         BUFFER that is a string but does not exist as a buffer object, as
2455         mentioned in the doc-string.
2456
2457 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2460         SXEmacs.
2461
2462 2008-07-16  Glenn Morris  <rgm@gnu.org>
2463
2464         * gnus-util.el (ns-focus-frame): Declare for compiler.
2465
2466 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2469         set as a group parameter.
2470         (gnus-summary-save-in-pipe): Work when it is called independently.
2471         (gnus-summary-pipe-to-muttprint): Don't modify
2472         gnus-summary-pipe-output-default-command.
2473
2474 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2475
2476         * message.el (message-send-mail-with-sendmail):
2477         Display the error message.
2478
2479 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-art.el (gnus-default-article-saver):
2482         Add gnus-summary-save-in-pipe to choices.
2483         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2484         gnus-summary-pipe-output-default-command as the default command.
2485         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2486         instead of gnus-last-shell-command.
2487
2488         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2489         New user option.
2490         (gnus-summary-muttprint-program): Mention the value will be changed.
2491         (gnus-summary-save-article): Force showing of all headers.
2492         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2493
2494 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2495
2496         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2497
2498 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2499
2500         * nnimap.el (nnimap-id):
2501         * sieve-manage.el (sieve-manage-open): Doc fixes.
2502
2503 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2504
2505         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2506         if available.
2507
2508 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2511
2512         * nnkiboze.el (nnkiboze-generate-group):
2513         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2514
2515         * nnmairix.el: Require CL.
2516
2517 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * dgnushack.el: Autoload get-display-table and put-display-table for
2520         XEmacs 21.5.
2521
2522         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2523         21.4 and SXEmacs.
2524
2525 2008-06-15  David Engster  <dengste@eml.cc>
2526
2527         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2528
2529 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2530
2531         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2532         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2533         runtime choice under XEmacs.
2534
2535         * gnus-sum.el (gnus-summary-set-display-table):
2536         Use `gnus-put-display-table', `gnus-get-display-table',
2537         `gnus-set-display-table' for the display table, instead of `aset'.
2538
2539         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2540         Use `gnus-put-display-table', `gnus-get-display-table',
2541         `gnus-set-display-table' for the display table.
2542
2543 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * nnmairix.el: Add autoloads.
2546
2547 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * nnmairix.el (nnmairix-delete-recreate-group)
2550         (nnmairix-update-and-clear-marks): Fix error messages.
2551
2552 2008-06-14  David Engster  <dengste@eml.cc>
2553
2554         * nnmairix.el: Upgrade to version 0.6.
2555         (nnmairix-group-toggle-propmarks-this-group)
2556         (nnmairix-group-toggle-readmarks-this-group)
2557         (nnmairix-group-delete-recreate-this-group)
2558         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2559         (nnmairix-remove-tick-mark-original-article): New commands.
2560         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2561         (nnmairix-propagate-marks-to-nnmairix-groups)
2562         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2563         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2564         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2565         functions needed for marks propagation and manipulation of read marks.
2566         (nnmairix-update-groups): New function.
2567         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2568         (nnmairix-determine-original-group-from-registry)
2569         (nnmairix-determine-original-group-from-path)
2570         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2571         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2572         New helper functions.
2573         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2574         keystrokes for new commands.
2575         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2576         (nnmairix-request-group): Check allow-fast group parameter.
2577         (nnmairix-request-create-group): Set allow-fast group parameter if
2578         nnmairix-allowfast-default is set.
2579         (nnmairix-close-group): Propagate marks upon closing if needed.
2580         (nnmairix-group-toggle-threads-this-group): Use new.
2581         nnmairix-group-toggle-parameter helper function.
2582         (nnmairix-search): Better check for empty search result.
2583         (nnmairix-goto-original-article): Use new helper functions for
2584         determining original article.
2585         (nnmairix-show-original-article): Make sure message-id is in brackets.
2586         (nnmairix-call-mairix-binary): Change variable name.
2587         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2588         helper function.
2589         (nnmairix-widget-toggle-activate): Fix doc string.
2590
2591 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * nnir.el: Require edmacro when compiling with XEmacs.
2594         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2595         available in Emacs 21.
2596
2597 2008-06-11  Glenn Morris  <rgm@gnu.org>
2598
2599         * gnus-util.el (x-focus-frame):
2600         * gnus.el (image-size):
2601         * mm-decode.el (image-size): Declare.
2602
2603         * gnus-picon.el (declare-function): Add compat definition.
2604         (image-size): Declare.
2605
2606         * gnus-group.el (tool-bar-map):
2607         * gnus-sum.el (tool-bar-map): Define for compiler.
2608
2609         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2610
2611         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2612
2613         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2614         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2615         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2616         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2617         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2618         * sieve-manage.el, spam-report.el, spam.el:
2619         Remove unnecessary eval-and-compile of autoloads.
2620
2621 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2622
2623         * auth-source.el: Precise Tramp doc.
2624
2625 2008-06-07  Glenn Morris  <rgm@gnu.org>
2626
2627         * nnmairix.el: Remove unnecessary eval-when-compile.
2628
2629 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * lpath.el: Fbind propertize for XEmacs 21.4.
2632
2633 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2634
2635         * nnir.el: Move here from ../contrib.
2636
2637 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2638
2639         * gnus-util.el (gnus-read-shell-command): New function.
2640         * mm-decode.el (mm-pipe-part):
2641         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2642
2643 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2646
2647 2008-06-03  Glenn Morris  <rgm@gnu.org>
2648
2649         * pop3.el (nnheader-accept-process-output): Autoload it.
2650
2651 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2654         are not 2-digit hexadecimal characters that follow `%'s.
2655
2656 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2657
2658         * message.el (message-bogus-recipient-p): Fix type in doc string.
2659         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2660         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2661         Improve custom options.
2662         (message-bogus-recipient-p): Adjust accordingly.
2663
2664 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2665
2666         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2667         long-form month and day names.
2668
2669 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * dgnushack.el: Autoload debug, eudc-expand-inline and
2672         pgg-snarf-keys-region for XEmacs.
2673
2674         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2675
2676         * nnmairix.el: Require edmacro when compiling with XEmacs.
2677
2678 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2681         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2682
2683 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2684
2685         * auth-source.el: Add more docs.
2686
2687         * netrc.el (netrc-machine): Always match if the port is not given.
2688
2689 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2692         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2693         retrieval faster in some cases, but might make CPU usage larger.  If
2694         this has any bad side effects, we might revert this change.
2695
2696         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2697         seems to make mail retrieval much, much faster.
2698         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2699         unconditionally.
2700
2701         * gnus-draft.el (gnus-group-send-queue): Bind
2702         message-send-mail-partially-limit to nil to avoid being prompted.
2703
2704 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2705
2706         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2707
2708         * message.el (message-bogus-address-regexp): Fix and improve custom
2709         type.
2710         (message-setup-hook): Add message-check-recipients as custom option.
2711
2712 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * message.el (message-cite-function): Remove bogus autoload which crept
2715         in during merge from v5-10.
2716
2717 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2720
2721         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2722
2723         * auth-source.el: Preliminary Tramp docs.
2724         (auth-sources): Change the default auth-sources to use
2725         EPA .gpg files.
2726
2727 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * nntp.el: Autoload `auth-source-user-or-password'.
2730         (nntp-send-authinfo): Use it.
2731
2732         * nnimap.el: Autoload `auth-source-user-or-password'.
2733         (nnimap-open-connection): Use it.
2734
2735         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2736         for the gnus-message function.
2737         (auth-source-user-or-password): Use it.
2738
2739 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2740
2741         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2742         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2743         (rfc2104-hash): Use it.
2744
2745 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2746
2747         * gnus-art.el (gnus-article-toggle-truncate-lines):
2748         Don't use `iff' in docstring.
2749
2750 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2751
2752         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2753
2754         * gnus-util.el (gnus-extract-address-component-name)
2755         (gnus-extract-address-component-email): Convenience functions around
2756         `gnus-extract-address-components'.
2757
2758         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2759         Use `gnus-extract-address-component-email' to fix bug of comparing full
2760         sender name to `user-mail-address'.
2761
2762 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2763
2764         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2765         catch/throw to optimize.
2766         (gnus-registry-find-keywords): Just use member to find a keyword.
2767
2768 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2769
2770         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2771         is current before calling gnus-server-prepare.
2772         (gnus-server-setup-buffer, gnus-server-update-server)
2773         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2774
2775 2008-05-04  Juri Linkov  <juri@jurta.org>
2776
2777         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2778         (mailcap-file-default-commands): Use mailcap-replace-in-string
2779         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2780         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2781
2782 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2783
2784         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2785
2786 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2787
2788         * gnus.el: Bump version to 0.11.
2789
2790 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2791
2792         * gnus.el: No Gnus v0.10 is released.
2793
2794 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2797         hooks.
2798         (gnus-update-read-articles): Speed up non-marks-using users.
2799         (gnus-use-marks): Define gnus-use-marks.
2800         (gnus-propagate-marks): Rename variable to something more sensible.
2801
2802 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2803
2804         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2805         (gmm-image-load-path-for-library): Fix typos in docstrings.
2806         (gmm-message): Reflow docstring.
2807
2808 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2809
2810         * mail-source.el (mail-source-set-1, mail-source-bind):
2811         Move auth-source code out of the macro to clean it up and fix bugs.
2812
2813 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2816         by sender if it's equal to user-mail-address, it's likely to be
2817         useless.
2818
2819         * mail-source.el (mail-source-bind): Don't use user or password if they
2820         are not bound.  Unintern them if they are nil.  Don't use server unless
2821         it's bound, and default it to empty string otherwise.
2822
2823 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * mail-source.el: Load auth-source.el.
2826         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2827         get user name or password, if auth-sources is set up.
2828
2829         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2830         strategy of splitting with parent.
2831         (gnus-registry-split-fancy-with-parent)
2832         (gnus-registry-post-process-groups): Use it and fix prior
2833         bug (returning a list as the split result).
2834
2835         * auth-source.el (auth-sources): Remove server parameter.
2836         (auth-source-pick, auth-source-user-or-password)
2837         (auth-source-user-or-password-imap)
2838         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2839         (auth-source-user-or-password-sftp)
2840         (auth-source-user-or-password-smtp): Remove server parameter.
2841
2842 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2843
2844         * smime.el (smime-sign-region, smime-encrypt-region)
2845         (smime-decrypt-region):
2846         Remove redundant calls to `generate-new-buffer-name'.
2847
2848 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2849
2850         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2851         Don't use QP for message/rfc822.
2852         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2853
2854 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2855
2856         * sieve-manage.el (sieve-string-bytes): Remove.
2857         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2858         correct byte-length only if the process's coding-system is the same as
2859         the one used internally by Emacs to represent strings.
2860
2861 2008-04-22  Juri Linkov  <juri@jurta.org>
2862
2863         * mailcap.el (mailcap-file-default-commands): New function.
2864
2865 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2866
2867         * message.el (message-signature-separator, message-cite-function):
2868         Change custom version.
2869
2870 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2871
2872         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2873         commands.
2874         (tls-checktrust): Ditto.
2875
2876 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * mm-decode.el (mm-display-external): Make temp file read-only.
2879
2880 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2883         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2884         `C-c C-f d'.
2885
2886 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2887
2888         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2889
2890 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2891
2892         * gnus.el: Bump version to 0.9.
2893
2894 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2895
2896         * gnus.el: No Gnus v0.8 is released.
2897
2898 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2899
2900         * mail-source.el (mail-source-value):
2901         Prefer fboundp to functionp so it works with macros as well.
2902
2903 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2906         Fix last change in case the element is not even a symbol.
2907
2908 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2911         Prefer fboundp to functionp so it works with macros as well.
2912
2913 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * auth-source.el: Added docs.
2916         (auth-sources): Modify format to support server.
2917         (auth-source-pick, auth-source-user-or-password)
2918         (auth-source-user-or-password-imap)
2919         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2920         (auth-source-user-or-password-sftp)
2921         (auth-source-user-or-password-smtp): Add server parameter.
2922
2923 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2924
2925         * gnus-registry.el: Initialize the registry when gnus-registry-install
2926         is t.
2927
2928 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * compface.el (uncompface): Make buffer unibyte.
2931
2932 2008-04-05  Glenn Morris  <rgm@gnu.org>
2933
2934         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2935
2936 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2937
2938         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2939         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2940
2941         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2942         multibyteness after rather than before erasing it.
2943
2944         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2945         mm-with-multibyte.
2946         (gnus-request-article-this-buffer): Make sure the proper decoding is
2947         used if gnus-original-article-buffer happens to be unibyte.
2948
2949         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2950         default-enable-multibyte-characters.
2951
2952         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2953         default-enable-multibyte-characters.
2954
2955         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2956
2957         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2958
2959 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2960
2961         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2962         (imap-message-copyuid-1): Use it.
2963         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2964         J. Williams in
2965         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2966
2967         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2968         imap-enable-exchange-bug-workaround.
2969         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2970
2971 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2972
2973         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2974         a 100 byte status-checks into a 2-3MB transfer for each group.
2975         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2976         to enable bug workaround or not.
2977         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2978
2979 2008-03-31  Glenn Morris  <rgm@gnu.org>
2980
2981         * message.el (mml2015-use): Declare for compiler.
2982         (message-info): Require mml2015 when appropriate.
2983
2984 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2987         whitespace.
2988
2989 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2990
2991         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2992         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2993         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2994         (nntp-service-to-port): New function.
2995         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2996         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2997         (nntp-open-netcat-stream): New function.
2998         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2999
3000 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3001
3002         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3003
3004 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3005
3006         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3007
3008 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3009
3010         * dns.el (dns-write): Use set-buffer-multibyte.
3011
3012 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3013
3014         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3015
3016 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * message.el (message-signature-separator): Change default.
3019         Improve custom type.
3020         (message-cite-function): Change default to
3021         message-cite-original-without-signature.
3022
3023         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3024         toggle.
3025
3026         * message.el (message-check-news-body-syntax): Fix signature check.
3027         (message-setup-1): Mark buffer as unmodified _after_ running
3028         message-setup-hook and handling message-alternative-emails.
3029         (message-shorten-references): Be more strict when building list of
3030         valid references to comply with GNKSA.
3031
3032         * gnus-group.el (gnus-read-ephemeral-bug-group)
3033         (gnus-read-ephemeral-debian-bug-group)
3034         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3035
3036         * message.el (message-info): Don't use booleanp which isn't supported
3037         in Emacs 21 and XEmacs.
3038
3039 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3040
3041         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3042         gnus-group-gmane-group-download-format.
3043         (gnus-group-read-ephemeral-gmane-group): Rename from
3044         gnus-group-read-ephemeral-gmane-group.
3045         (gnus-read-ephemeral-gmane-group-url): Rename from
3046         gnus-group-read-ephemeral-gmane-group-url.
3047         (gnus-bug-group-download-format-alist): New variable.
3048         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3049         (gnus-read-ephemeral-emacs-bug-group): New commands.
3050
3051 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3052
3053         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3054         (gnus-visible-headers): Improve custom type.
3055
3056 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * mml.el (mml-menu): Add workarounds for XEmacs.
3059
3060         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3061         X-Boundary header.
3062
3063         * message.el (message-simplify-recipients): Fix previous commit.
3064
3065 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3066
3067         * mm-util.el (mm-set-buffer-multibyte): New function.
3068         * mm-decode.el (mm-copy-to-buffer): Use it.
3069
3070 2008-03-19  Glenn Morris  <rgm@gnu.org>
3071
3072         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3073         Accidentally removed in the sync process with Emacs.
3074
3075 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * message.el (message-alter-recipients-discard-bogus-full-name):
3078         New function.
3079         (message-alter-recipients-function): New variable.
3080         (message-get-reply-headers): Use it.
3081         (message-replace-header): New helper function.
3082         (message-recipients-without-full-name): New variable.
3083         (message-simplify-recipients): New command.
3084
3085         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3086
3087         * message.el (message-info): Handle EasyPG manual.
3088
3089         * mml.el (mml-menu): Add entry for EasyPG.
3090
3091 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3092
3093         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3094         parameter.
3095
3096         * message.el (message-disassociate-draft): Specify drafts group name
3097         fully.
3098
3099 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3100
3101         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3102         unnecessary duplicates from the match list.
3103
3104 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3107
3108         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3109
3110         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3111         args of `how-many' of which the XEmacs version doesn't take; declare
3112         Info-index-next as function.
3113
3114 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3115
3116         * gnus-score.el (gnus-score-headers): Fix handling of
3117         gnus-inhibit-slow-scoring.
3118
3119         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3120         string.
3121         (gnus-button-url-regexp): Improve handling of parenthesis.
3122         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3123         (gnus-button-handle-info-keystrokes): Handle index entries.
3124
3125 2008-03-15  Glenn Morris  <rgm@gnu.org>
3126
3127         * parse-time.el (parse-time-string): Simplify.
3128
3129 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3132         Incoming* files.
3133
3134 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3137         (auth-source-pick): Use it.
3138
3139 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3140
3141         * binhex.el (binhex-decode-region-internal):
3142         * uudecode.el (uudecode-decode-region-internal):
3143         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3144         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3145         setting default-enable-multibyte-characters.
3146
3147 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * auth-source.el (auth-source-protocols)
3150         (auth-source-protocols-customize, auth-source-choices): Added and
3151         modified variable customizations and defaults.
3152         (auth-source-pick, auth-source-user-or-password)
3153         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3154         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3155         (auth-source-user-or-password-sftp)
3156         (auth-source-user-or-password-smtp): Use new variables and provide an
3157         interface to netrc.el.
3158
3159 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3162         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3163         Make sure the nntp port to specify is a string.
3164
3165 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3166
3167         * nntp.el: Use with-current-buffer.
3168         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3169         dubious mm-with-unibyte-current-buffer.
3170         (nntp-with-open-group-function): New function extracted from
3171         nntp-with-open-group macro.
3172         (nntp-with-open-group): Use the function, so it's easier to debug.
3173         Add indentation and debugging info.
3174         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3175         the use of the netcat alternatives.
3176
3177         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3178         Avoid mm-string-as-multibyte as well.
3179
3180         * nnweb.el (nnweb-insert-html):
3181         Remove use of nnheader-string-as-multibyte.
3182
3183         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3184         (nnheader-string-as-multibyte): Remove.
3185
3186         * mm-view.el: Use inhibit-read-only.
3187         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3188         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3189         or unibyte-string.
3190
3191         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3192         (mm-uu-yenc-extract): Use with-current-buffer.
3193
3194         * gnus-soup.el (gnus-soup-send-packet): Don't use
3195         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3196
3197         * nnmh.el: Use with-current-buffer.
3198         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3199         mm-string-as-multibyte on the output of mm-encode-coding-string.
3200
3201         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3202         (nnimap-request-move-article): Use with-current-buffer.
3203
3204         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3205         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3206         conversion uses string-make-unibyte rather than string-as-unibyte.
3207
3208         * gnus-msg.el: Use with-current-buffer.
3209
3210         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3211
3212 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3213
3214         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3215         string for caching if it is 'PIN.
3216
3217 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * lpath.el: Consider the case without Emacs/W3.
3220
3221 2008-03-08  Glenn Morris  <rgm@gnu.org>
3222
3223         * time-date.el (date-to-time, time-subtract, time-add)
3224         (safe-date-to-time): Doc fixes.
3225
3226 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * mail-source.el (mail-source-delete-old-incoming-confirm):
3229         Change default to nil.
3230         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3231
3232 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * lpath.el: Rearrange.
3235
3236         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3237         (gnus-article-goto-prev-page): Work for articles having ^L's.
3238
3239         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3240
3241         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3242
3243 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3244
3245         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3246         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3247         (gnus-bookmark-jump): Adjust some variable names.
3248
3249 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * auth-source.el: New package.
3252         (auth-source-choices): Add customization entry point variable.
3253
3254         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3255         bug.
3256
3257 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3260         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3261         (gnus-registry-install-shortcuts): Rename from
3262         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3263         the `gnus-registry-mark-map' keymap dynamically from
3264         `gnus-registry-marks'.  The generated functions update the summary line
3265         when a registry mark is added or deleted, and will call
3266         `gnus-registry-install-p' (see the comments in the code).
3267         (gnus-registry-user-format-function-M): Use concat intelligently.
3268
3269         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3270         the registry mark functions.
3271
3272 2008-03-05  Glenn Morris  <rgm@gnu.org>
3273
3274         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3275         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3276         gnus-art.
3277         (top-level): No need to load own source when compiling.
3278
3279 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3280
3281         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3282         Suggested by <chris.anderton@zetnet.co.uk>.
3283
3284 2008-03-04  Glenn Morris  <rgm@gnu.org>
3285
3286         * gnus-sum.el (top-level): No need to require gnus when compiling,
3287         since unconditionally required near start of file.
3288         (gnus-summary-display-while-building): Move definition before use.
3289
3290 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3293         formatting function.
3294
3295 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3298         with plists.
3299         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3300         Use new format.
3301
3302 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3305         `where-is-internal' that returns a range of key sequences.
3306
3307 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3308
3309         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3310
3311         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3312         (gnus-summary-jump-to-group): Consider windows on other displayed
3313         frames as well.  Similar changes might be needed elsewhere, but that's
3314         the one I've bumped into during my use.
3315
3316         * nndoc.el (nndoc-oe-dbx-type-p):
3317         * gnus-msg.el (gnus-debug):
3318         * gnus-group.el (gnus-update-group-mark-positions):
3319         Use mm-string-to-multibyte.
3320
3321 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3322
3323         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3324         doesn't handle NotDashEscaped.
3325
3326         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3327         (mml-dnd-attach-options): Fix typo in custom choice.
3328
3329         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3330         nndoc-article-type to mbox.
3331         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3332
3333         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3334         to nil, instead of html2text.
3335
3336         * imap.el (imap-debug): Add `imap-ping-server'.
3337
3338         * gnus-bookmark.el: Add FIXMEs.
3339
3340         * message.el (message-form-letter-separator)
3341         (message-send-form-letter-delay): New variables.
3342         (message-send-form-letter): Use them.  New command to send form
3343         letters.  Requested by Uwe Siart.
3344         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3345
3346 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * Update copyright years.
3349
3350 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         Sync from EMACS_22_BASE.
3353
3354         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3355
3356 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3357
3358         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3359         empty author.
3360
3361 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * gnus-registry.el (gnus-registry-marks): Add variable for
3364         customization of marks and their appearance.
3365         (gnus-registry-read-mark): Use it.
3366         (gnus-registry-do-marks): Add utility function to loop through
3367         `gnus-registry-marks'.
3368         (gnus-registry-install-shortcuts-and-menus): Add function to install
3369         shortcuts and menus.
3370         (gnus-registry-initialize): Use it.
3371         (gnus-registry-default-mark): Clarify documentation.
3372
3373 2008-02-29  Glenn Morris  <rgm@gnu.org>
3374
3375         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3376         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3377         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3378         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3379         Change defcustom :version from 23.0 to 23.1.
3380
3381 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3382
3383         * gnus-registry.el (gnus-registry-follow-group-p)
3384         (gnus-registry-post-process-groups): Add functions to aid registry
3385         splitting and improve logging.  Clarify behavior in function
3386         documentation.
3387         (gnus-registry-split-fancy-with-parent): Use them.
3388
3389 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3390
3391         * gnus-art.el: Use with-current-buffer.
3392
3393 2008-02-27  David Engster  <dengste@eml.cc>
3394
3395         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3396         Express real group name in the response.
3397
3398 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3401         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3402         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3403         autoload gnus-registry-fetch-group when compiling.
3404         (nnmairix-request-group-with-article-number-correction): Remove
3405         unreferenced argument passed to nnmairix-call-backend.
3406
3407 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3410         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3411         Wilde.
3412
3413 2008-02-27  Glenn Morris  <rgm@gnu.org>
3414
3415         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3416         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3417         variables to defconsts.  Convert comments to doc-strings.
3418         (nnmairix-last-server, nnmairix-current-server): Convert from free
3419         variables to defvars.  Convert comments to doc-strings.
3420         (gnus-registry-fetch-group): Autoload.
3421         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3422         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3423         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3424         caddr.
3425         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3426         nnmairix-request-group-with-article-number-correction call.
3427         (nnmairix-fast, nnmairix-group): New, less general names, for free
3428         variables passed from nnmairix-request-group to
3429         nnmairix-request-group-with-article-number-correction.  Declare.
3430         (nnmairix-request-group-with-article-number-correction):
3431         Use nnmairix-fast, nnmairix-group rather than fast, group.
3432
3433 2008-02-26  David Engster  <dengste@eml.cc>
3434
3435         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3436         version 0.5.
3437
3438 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3441         instead of making an extra function call.  Don't add the current group
3442         to articles only when they have the group.  Use
3443         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3444         Reported by David <de_bb@arcor.de>.
3445
3446 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3449         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3450
3451 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * mail-source.el (mail-source-delete-incoming): Change default.
3454         Supplement doc string.
3455
3456         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3457
3458 2008-02-14  Glenn Morris  <rgm@gnu.org>
3459
3460         * time-date.el (format-seconds): New function.
3461
3462 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3463
3464         * nnmail.el (nnmail-message-id-cache-file): Derive from
3465         `gnus-home-directory'.
3466
3467 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3470         Document negative prefix.
3471
3472         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3473
3474 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * message.el (message-unsent-separator): Add the Exim bounce
3477         separator.
3478
3479 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3480
3481         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3482         list.
3483         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3484         recipient/signer list.
3485
3486 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * Makefile.in (datarootdir): Define.
3489         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3490         name that might contain whitespace.
3491
3492 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3495         fbound (Emacs 23 unicode), signal an error.
3496
3497 2008-02-08  Glenn Morris  <rgm@gnu.org>
3498
3499         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3500
3501 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3502
3503         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3504         ports to the calls to `netrc-machine-user-or-password' in addition to
3505         "imap" and "imaps".
3506
3507 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3508
3509         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3510
3511         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3512
3513 2008-02-01  Kenichi Handa  <handa@m17n.org>
3514
3515         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3516         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3517         (rfc2104-hash): Convert the result of concat to unibyte string.
3518
3519 2008-02-01  Dave Love  <fx@gnu.org>
3520
3521         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3522         coding-system-for-read.
3523         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3524
3525 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3528         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3529         <hanche@math.ntnu.no>.
3530
3531 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3534
3535         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3536
3537 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3538
3539         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3540         * message.el (message-beginning-of-line): Use featurep instead of bound
3541         tests in order to resolve conditionals at compile time.
3542
3543 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3544
3545         * mail-source.el (mail-sources): Add `group' choice.
3546
3547         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3548         parameter `in-group' to control into which group the articles go.
3549         Add treatment of `group' mail-source.
3550
3551 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3554
3555         * mm-decode.el (mm-dissect-buffer): Decode description.
3556
3557         * mml.el (mml-to-mime): Encode message header first.
3558
3559 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3562         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3563
3564         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3565         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3566
3567 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3570
3571 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3574         prefix keys.
3575         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3576         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3577         gnus-xmas.el.
3578
3579         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3580         (gnus-xmas-article-describe-bindings): New function.
3581         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3582         gnus-xmas-article-describe-bindings.
3583
3584         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3585
3586 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3587
3588         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3589         Add new variables for article mark management.
3590         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3591         list of extra data entries which, when present, will indicate that the
3592         article ID should not be trimmed from the registry.
3593         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3594         functions.
3595         (gnus-registry-read-mark): New function to read a mark name from the
3596         user.
3597         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3598         (gnus-registry-set-article-mark-internal): New functions to add and
3599         remove marks.
3600         (gnus-registry-get-article-marks): New function to show the marks for
3601         an article, or retrieve them for further use.
3602
3603 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3606         keys when no argument is given.
3607
3608 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * imap.el (imap-ping-server): New variable.
3611         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3612         (imap-ping-server): Minor doc string fixes.
3613
3614 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3615
3616         * imap.el (imap-ping-server): New function.
3617         (imap-opened): Call imap-ping-server.
3618
3619 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3620
3621         * gnus-sum.el (gnus-article-sort-by-random)
3622         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3623         jidanni@jidanni.org.
3624
3625 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-art.el (gnus-article-describe-bindings): New function.
3628         (gnus-article-read-summary-keys): Use it.
3629         (gnus-article-mode-map): Bind `C-h b' to it.
3630
3631 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3634         XEmacs.
3635         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3636         against non-character events.
3637
3638         * lpath.el: Fbind map-keymap for Emacs 21.
3639
3640 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3641
3642         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3643         command.
3644         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3645         instead of END.  Change name of the temp file.
3646         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3647         customizable.
3648
3649 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3652         bind `S W' to gnus-article-wide-reply-with-original; set default
3653         binding to gnus-article-read-summary-send-keys.
3654         (gnus-article-read-summary-keys): Fix the order of keys; display
3655         continuation keys correctly in the echo area; describe bindings
3656         correctly when keys end with `C-h'.
3657         (gnus-article-read-summary-send-keys): New function.
3658         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3659         for gnus-article-read-summary-send-keys; display continuation keys
3660         correctly in the echo area.
3661         (gnus-article-reply-with-original): Ignore prefix argument.
3662         (gnus-article-wide-reply-with-original): New function.
3663
3664         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3665         Emacs 21.
3666
3667 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3670         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3671
3672 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3675         (gnus-group-read-ephemeral-gmane-group): New command.
3676
3677 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3678
3679         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3680
3681 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * message.el (message-send-mail-function): Increase custom version.
3684
3685         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3686         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3687
3688 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3689
3690         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3691         for the cases where imap-authenticate is called with a nil buffer
3692         parameter.
3693
3694 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3697         html parts correctly; support forwarded messages.
3698         (gnus-article-browse-html-article): Remove work buffers.
3699
3700         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3701         compiling.
3702         (netrc-bound-and-true-p): New macro.
3703         (netrc-parse): Use it instead of bound-and-true-p that is not available
3704         in XEmacs 21.4.
3705
3706 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * gnus-registry.el (gnus-registry-mark-article)
3709         (gnus-registry-article-marks): Add functionality to mark articles
3710         through the Gnus registry.
3711
3712         * encrypt.el: Clarify documentation for the new pgg method.
3713         (encrypt-file-alist): Add PGG option.
3714         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3715         functionality.  Abstract password key and messaging to external
3716         functions.
3717         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3718         (encrypt-message-method-and-cipher): Add new convenience external
3719         functions.
3720         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3721         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3722
3723         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3724         (netrc-parse): Use encrypt-file-alist to determine if
3725         encrypt-find-model or encrypt-insert-file-contents should be used.
3726
3727         * encrypt.el: Clarify documentation.  Load password-cache or
3728         password, whichever one is found first, instead of autoloading.
3729
3730 2007-12-19  Glenn Morris  <rgm@gnu.org>
3731
3732         * mml.el (message-options-set, message-narrow-to-head)
3733         (message-in-body-p, message-mail-p, message-encode-message-body):
3734         Autoload.
3735         (message-remove-header, message-narrow-to-headers-or-head)
3736         (message-subscribed-p, message-make-mail-followup-to)
3737         (message-position-on-field, message-news-p)
3738         (message-options-set-recipient, message-generate-headers)
3739         (message-sort-headers): Declare as functions.
3740
3741 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3744         convention in doc string.
3745
3746 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3749         title to html parts.
3750         (gnus-article-browse-html-article): Pass message header to it.
3751
3752         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3753
3754 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3757         or password compatible with XEmacs.
3758
3759 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3762         format document.
3763         (gnus-mime-delete-part): Don't write description line if empty.
3764         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3765
3766 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3767
3768         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3769         (gnus-summary-mark-read-and-unread-as-read)
3770         (gnus-summary-mark-current-read-and-unread-as-read)
3771         (gnus-summary-mark-unread-as-ticked): Doc fix.
3772         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3773
3774 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3775
3776         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3777         Christoph Conrad <christoph.conrad@gmx.de>.
3778
3779 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3780
3781         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3782         yes-or-no-p.
3783
3784 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * mm-decode.el (mm-add-meta-html-tag): New function.
3787         (mm-save-part-to-file, mm-pipe-part): Use it.
3788
3789         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3790         gnus-y-or-n-p instead of y-or-n-p.
3791         (gnus-article-browse-html-parts): Work with message/external-body; use
3792         mm-add-meta-html-tag.
3793
3794 2007-12-11  Glenn Morris  <rgm@gnu.org>
3795
3796         * gnus-cache.el: Require gnus-sum not just when compiling.
3797
3798         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3799
3800         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3801         definitions before use.
3802
3803         * mm-decode.el: Require gnus-util.
3804         (mm-remove-part): Only call delete-annotation on XEmacs.
3805
3806         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3807
3808         * nnmail.el: Require gnus-int.
3809
3810         * spam.el: Move `require's before `eval-when-compile's.
3811
3812         * gnus-ems.el (gnus-alive-p):
3813         * gnus-fun.el (message-goto-eoh):
3814         * gnus-util.el (gnus-group-name-decode):
3815         * mail-source.el (gnus-compress-sequence):
3816         * message.el (Info-goto-node, format-spec):
3817         * mm-bodies.el (message-options-get):
3818         * mm-decode.el (mm-view-pkcs7):
3819         * mm-util.el (gmm-write-region):
3820         * mml-smime.el (mml-compute-boundary)
3821         (gnus-completing-read-with-default):
3822         * mml.el (widget-button-press, gnus-make-hashtable):
3823         * mml1991.el (mm-decode-content-transfer-encoding)
3824         (mm-encode-content-transfer-encoding)
3825         (message-options-get, message-options-set):
3826         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3827         * nnfolder.el (gnus-request-group):
3828         * nnheader.el (ietf-drums-unfold-fws):
3829         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3830         * smime.el (gnus-run-mode-hooks):
3831         * spam-stat.el (gnus-message): Autoload.
3832
3833         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3834         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3835         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3836         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3837         Add declare-function compatibility definition.
3838
3839         * gnus-cache.el (nnvirtual-find-group-art):
3840         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3841         (gnus-add-image, gnus-add-wash-type):
3842         * gnus-group.el (nnkiboze-score-file):
3843         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3844         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3845         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3846         (message-tokenize-header, gnus-get-buffer-create)
3847         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3848         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3849         * gnus.el (gnus-group-decoded-name):
3850         * mail-source.el (imap-capability):
3851         * mm-bodies.el (message-options-set):
3852         * mm-decode.el (gnus-configure-windows):
3853         * mm-extern.el (message-goto-body):
3854         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3855         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3856         (epg-sub-key-validity, message-options-set):
3857         * mml.el (widget-event-point, gnus-configure-windows):
3858         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3859         * mml2015.el (epg-check-configuration, epg-configuration)
3860         (message-options-set):
3861         * nndb.el (nndb-request-article):
3862         * nnfolder.el (gnus-request-create-group):
3863         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3864         * nnmaildir.el (gnus-group-mark-article-read):
3865         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3866         * rfc1843.el (message-fetch-field):
3867         * spam.el (gnus-extract-address-components):
3868         Declare as functions.
3869
3870 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3873
3874         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3875
3876         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3877         bind show-trailing-whitespace for XEmacs.
3878
3879 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3882         new no-op macro for backward compatibility.
3883
3884         * imap.el (imap-string-to-integer): New function.
3885
3886 2007-12-09  Glenn Morris  <rgm@gnu.org>
3887
3888         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3889
3890         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3891         * message.el, mm-view.el, sieve-manage.el, smime.el:
3892         Add declare-function compatibility definition.
3893
3894         * gnus-art.el (w3-region, w3m-region, Info-menu):
3895         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3896         * gnus-sum.el (gnus-get-predicate):
3897         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3898         * message.el (mail-abbrev-in-expansion-header-p):
3899         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3900         (w3m-detect-meta-charset, w3m-region):
3901         * sieve-manage.el (password-read, password-cache-add)
3902         (password-cache-remove):
3903         * smime.el (password-read-and-add): Declare as functions.
3904
3905 2007-12-08  David Kastrup  <dak@gnu.org>
3906
3907         * gnus-sum.el (gnus-summary-simplify-subject-query):
3908         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3909         `message'.
3910
3911 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3914         it to bind idna-program, installation-directory, defined-colors, and
3915         face-attribute for XEmacs of the version that compiles defcustom forms.
3916
3917 2007-12-07  Glenn Morris  <rgm@gnu.org>
3918
3919         * gnus-art.el (article-make-date-line): Revert previous change.
3920
3921 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3924
3925 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3926
3927         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3928         Call gnus-add-to-range ranges only once with a prepared article-list.
3929
3930 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3931
3932         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3933         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3934         group names with backslashes.  Reported by Tassilo Horn
3935         <tassilo@member.fsf.org>.
3936
3937 2007-12-06  Deepak Goel  <deego3@gmail.com>
3938
3939         * gnus-art.el (article-make-date-line):
3940         * gnus-start.el (gnus-load):
3941         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3942
3943 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-art.el (gnus-use-idna)
3946         * gnus-start.el (gnus-site-init-file)
3947         * message.el (message-use-idna)
3948         * mm-uu.el (mm-uu-hide-markers)
3949         * smiley.el (smiley-style): Revert changes that suppress warnings.
3950
3951 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3954         specify charset to html source.  Reported by Christoph Conrad
3955         <christoph.conrad@gmx.de>.
3956
3957 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3960         idna-program in order to suppress byte compile warning issued by XEmacs
3961         that came to byte compile the default value section of defcustom forms
3962         recently.
3963
3964         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3965         value of installation-directory.
3966
3967         * message.el (message-use-idna): Don't directly refer to the value of
3968         idna-program.
3969
3970         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3971
3972         * smiley.el (smiley-style): Don't directly call face-attribute.
3973
3974 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3977
3978         * gnus-dired.el: Reduce Gnus dependencies.
3979         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3980         require.  Use autoloads instead.
3981         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3982         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3983         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3984         (gnus-dired-mode): Adjust doc string.
3985         (gnus-dired-mail-mode): New variable.
3986         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3987         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3988         (gnus-dired-mail-buffers): New function.  Return mail or message
3989         composition buffers.
3990         (gnus-dired-attach): Use it.
3991         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3992         NO-DECODE.
3993         (gnus-dired-print): Use `gnus-print-buffer' depending on
3994         `gnus-dired-mail-mode'.
3995
3996 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * rfc2047.el (rfc2047-encoded-word-regexp)
3999         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4000         explaining what regexp patterns are for.
4001
4002 2007-12-04  Glenn Morris  <rgm@gnu.org>
4003
4004         * password.el: Move to password-cache.el.
4005
4006         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4007         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4008         * mml-smime.el (password-read, password-cache-add)
4009         (password-cache-remove):
4010         No need to autoload, since mml-sec requires password.
4011
4012         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4013         * message.el (gnus-extract-address-components):
4014         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4015
4016         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4017         password.
4018
4019 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * mailcap.el: Reduce dependencies.
4022         (mail-header-parse-content-type): Autoload.
4023         (mailcap-delete-duplicates): New alias.
4024         (mailcap-mime-info): Add optional argument NO-DECODE.
4025         (mailcap-mime-types): Use mailcap-delete-duplicates.
4026
4027         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4028
4029 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4030
4031         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4032         (imap-parse-status): Upcase status-att for servers that sends them
4033         lower-case (e.g., MS Exchange 2007).
4034
4035 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4038         function.
4039
4040         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4041         (gnus-uu-yenc-article): New function.
4042
4043         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4044
4045         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4046         buffer.
4047
4048 2007-12-02  Glenn Morris  <rgm@gnu.org>
4049
4050         * binhex.el (binhex): New custom group.
4051         (binhex-decoder-program, binhex-decoder-switches)
4052         (binhex-use-external): Move to the binhex custom group.
4053
4054         * uudecode.el (uudecode): New custom group.
4055         (uudecode-decoder-program, uudecode-decoder-switches)
4056         (uudecode-use-external): Move to the uudecode custom group.
4057
4058         * netrc.el (top-level): Don't load `encrypt' features.
4059         (netrc-parse): Don't use encrypt.
4060         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4061
4062         * encrypt.el: Remove file.
4063
4064 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4067         matches on patches.
4068
4069         * gnus-art.el (gnus-article-browse-html-article): Mention
4070         `mm-text-html-renderer' in the doc string.
4071
4072         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4073         string.  Add comments.
4074
4075         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4076         if rhs is ASCII.
4077
4078 2007-12-01  Glenn Morris  <rgm@gnu.org>
4079
4080         * mail-source.el (top-level): Require format-spec before
4081         eval-when-compile.
4082
4083 2007-11-30  Glenn Morris  <rgm@gnu.org>
4084
4085         * encrypt.el: Require password, rather than autoloading password-read.
4086
4087 2007-11-29  Glenn Morris  <rgm@gnu.org>
4088
4089         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4090         (sasl-make-client, sasl-next-step, sasl-step-data)
4091         (sasl-step-set-data): Declare as functions.
4092
4093 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4096
4097 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4098
4099         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4100         certs should be verified and what is to be done in the event of a
4101         verification failure.
4102
4103         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4104         caller can indicate whether the cache should be disregarded for this
4105         call.  This way the result of the call is reproducible at all times and
4106         can be considered a canonical server name for the supplied method.
4107         (gnus-agent-method-p): Canonicalize server names by pushing their
4108         method through `gnus-method-to-server' using the no-cache argument.
4109
4110         * gnus-srvr.el (gnus-server-insert-server-line): Call
4111         `gnus-method-to-server' with `no-cache' argument.
4112
4113         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4114         gnus-agent-possibly-synchronize-flags as this should be called when the
4115         server is actually being opened.
4116         (gnus-agent-possibly-synchronize-flags)
4117         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4118         flags file of an agentized server to the latter function.
4119
4120         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4121         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4122         after a connection has been established successfully.
4123
4124 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-art.el (article-display-face): Force to display face if called
4127         interactively; check if gnus-article-x-face-too-ugly matches author.
4128         (article-display-x-face): Display face even if From header is missing
4129         as article-display-face does.
4130
4131 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4132
4133         * hashcash.el (message-narrow-to-headers-or-head)
4134         (message-fetch-field, message-goto-eoh)
4135         (message-narrow-to-headers): Declare as functions.
4136
4137 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * mail-source.el (mail-sources): Default to fetch from file for
4140         compatibility with default of nnmail-spool-file.
4141
4142 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4145         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4146         to look for encoded word that should be encoded again.
4147         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4148         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4149         encoding pattern.
4150         (rfc2047-decode-region): Switch strict regexp and loose one according
4151         to rfc2047-allow-irregular-q-encoded-words.
4152
4153 2007-11-25  Romain Francoise  <romain@orebokech.com>
4154
4155         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4156
4157 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * tls.el (tls-program): Provide more custom choices from
4160         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4161         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4162
4163 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4166         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4167
4168         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4169         `nnmail-spool-file'.
4170
4171         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4172         `nnmail-spool-file'.
4173
4174         * gnus-move.el (gnus-change-server): Ditto.
4175
4176         * gnus-kill.el (gnus-batch-score): Ditto.
4177
4178         * gnus-cache.el (gnus-jog-cache): Ditto.
4179
4180         * gnus-msg.el (gnus-summary-reply):
4181         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4182
4183 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4186         version.  Minor improvement to doc strings.
4187         (tls-program): Add comment.
4188
4189 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4190
4191         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4192         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4193         mismatch between the hostname provided in the certificate and the name
4194         of the host connnecting to.
4195         (open-tls-stream): Use them.  Check certificates against trusted root
4196         certificates.
4197
4198 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * gnus-cache.el (gnus-cache-generate-nov-databases):
4201         Use nnml-generate-nov-databases-directory instead of
4202         nnml-generate-nov-databases-1.
4203
4204 2007-11-24  Glenn Morris  <rgm@gnu.org>
4205
4206         * message.el (message-tool-bar-retro): Update for rename
4207         mail_send.xpm->mail-send.xpm.
4208
4209 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4212         `smime-ldap-search' for Emacs 22 and up.
4213
4214 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4215
4216         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4217
4218         * message.el (message-send-mail-function): Fix error convention.
4219         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4220         (message-widen-reply, message-send-mail, message-talkative-question)
4221         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4222         (message-clone-locals, message-send-news): Use with-current-buffer.
4223         (message-insert-or-toggle-importance): Remove unused var `valid'.
4224         (message-make-references): Remove unused var `new-references'.
4225         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4226
4227 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4228
4229         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4230         (spam-split-symbolic-return-positive): Reflow docstring.
4231         (spam-backends, spam-summary-exit-behavior)
4232         (spam-mark-ham-unread-before-move-from-spam-group)
4233         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4234         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4235         (spam-clear-cache, spam-backend-check, spam-install-backend)
4236         (spam-install-statistical-backend, spam-list-of-processors)
4237         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4238         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4239         (spam-check-crm114, spam-initialize, spam-unload-hook):
4240         Fix typos in docstrings.
4241
4242 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4245         been checked if they have never been read and those group levels are
4246         higher than the one that a user specified.
4247
4248 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4251         foreign groups unless a group level is specified by a user.
4252         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4253
4254 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * message.el (message-send-mail-function): Require sendmail.
4257
4258 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4259
4260         * message.el (message-send-mail-function): Check for smtpmail too.
4261
4262         * utf7.el (utf7-encode, utf7-decode): Use coding system
4263         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4264
4265         * message.el (message-send-mail-function): New function.
4266         (message-send-mail-function): Set default using
4267         message-send-mail-function.  Adjust doc string.
4268         (message-send-mail-with-mailclient): New function.
4269
4270 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4271
4272         * smime.el (from):
4273         * rfc2047.el (message-posting-charset):
4274         * qp.el (mm-use-ultra-safe-encoding):
4275         * pop3.el (parse-time-months):
4276         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4277         * nnml.el (files):
4278         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4279         (jka-compr-compression-info-list, ange-ftp-path-format)
4280         (efs-path-regexp):
4281         * nndiary.el (files):
4282         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4283         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4284         (epg-digest-algorithm-alist, inhibit-redisplay)
4285         (password-cache-expiry):
4286         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4287         (pgg-output-buffer, password-cache-expiry):
4288         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4289         (efs-path-regexp):
4290         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4291         (inhibit-redisplay):
4292         * mm-uu.el (file-name, start-point, end-point, entry)
4293         (gnus-newsgroup-name, gnus-newsgroup-charset):
4294         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4295         (latin-unity-ucs-list):
4296         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4297         (mm-uu-binhex-decode-function):
4298         * message.el (gnus-message-group-art, gnus-list-identifiers)
4299         (rmail-enable-mime-composing, gnus-local-organization)
4300         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4301         (gnus-read-active-file, facemenu-add-face-function)
4302         (facemenu-remove-face-function, gnus-article-decoded-p)
4303         (tool-bar-mode):
4304         * mail-source.el (display-time-mail-function):
4305         * gnus-util.el (nnmail-pathname-coding-system)
4306         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4307         (gnus-original-article-buffer, gnus-user-agent)
4308         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4309         (xemacs-codename, sxemacs-codename, emacs-program-version):
4310         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4311         * gnus-start.el (gnus-agent-covered-methods)
4312         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4313         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4314         (gnus-newsgroup-headers, gnus-group-list-mode)
4315         (gnus-group-mark-positions, gnus-newsgroup-data)
4316         (gnus-newsgroup-unreads, nnoo-state-alist)
4317         (gnus-current-select-method, mail-sources)
4318         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4319         (nnmail-spool-file, gnus-cache-active-hashtb):
4320         * gnus-mh.el (mh-lib-progs):
4321         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4322         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4323         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4324         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4325         (gnus-group-buffer):
4326         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4327         (font-lock-set-defaults):
4328         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4329         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4330         (gnus-summary-post-menu, total-parts, type, condition, length):
4331         * gnus-agent.el (gnus-agent-read-agentview):
4332         * flow-fill.el (show-trailing-whitespace):
4333         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4334         eval-and-compile wrappers for byte compiler pacifiers.
4335
4336         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4337         (mm-display-inline-fontify): Check for featurep 'xemacs not
4338         extent-list.
4339
4340         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4341         itimer-list.
4342         (mm-create-image-xemacs): Only do something for XEmacs.
4343         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4344
4345         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4346
4347         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4348         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4349
4350 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4351
4352         * nnimap.el (nnimap-split-download-body):
4353         * gnus-demon.el (gnus-demon):
4354         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4355
4356 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4359         macros.
4360         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4361         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4362         copy data from unibyte buffer to multibyte current buffer.
4363         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4364         to copy data from unibyte current buffer to multibyte buffer.
4365         (nntp-make-process-buffer): Make process buffer unibyte.
4366
4367         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4368
4369 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4370
4371         * pop3.el (pop3-open-server): Accept and process data more robustly at
4372         connexion start to avoid spurious "POP SSL connexion failed" errors.
4373
4374 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4377         read group names.
4378
4379 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4382
4383 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4386         (nnmail-save-active): Use a unibyte buffer when saving active file,
4387         which may contain non-ASCII group names.
4388
4389         * nnml.el (nnml-request-group): Decode group names in messages.
4390
4391 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * message.el (message-citation-line-function)
4394         (message-insert-formatted-citation-line): Fix spelling of
4395         `message-insert-formated-citation-line'.
4396
4397 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4400
4401 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4404         nnmail-pathname-coding-system.
4405
4406         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4407         that a user enters; decode group names in messages.
4408
4409         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4410
4411 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4414
4415         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4416
4417         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4418         risky local variable.
4419
4420         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4421
4422 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * encrypt.el: Improve documentation to fix function name typo.
4425         Reported by Daiki Ueno <ueno@unixuser.org>.
4426
4427 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4430         even if the point is not in the last page of an article.
4431         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4432         back to the previous page.
4433
4434 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4437
4438 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4441
4442 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * message.el (message-check-news-body-syntax): Avoid
4445         mm-string-as-multibyte.
4446         (message-hide-headers): Don't assume (point-min)==1.
4447
4448 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * message.el (message-remove-blank-cited-lines): Fix if remove is
4451         given.
4452         (message-bogus-address-regexp): New variable.
4453         (message-bogus-recipient-p): New function.
4454         (message-check-recipients): New command.
4455         (message-syntax-checks): Add `bogus-recipient'.
4456         (message-fix-before-sending): Add `bogus-recipient'.
4457
4458         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4459         (gnus-treat-body-boundary): Don't test window-system.
4460
4461 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4462
4463         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4464
4465 2007-10-28  Miles Bader  <miles@gnu.org>
4466
4467         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4468         at compile-time too.
4469
4470 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4471
4472         * gnus-msg.el (gnus-message-setup-hook): Add
4473         `message-remove-blank-cited-lines' to options.
4474
4475 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * message.el (message-remove-blank-cited-lines): New function.
4478         Suggested by Karl Plästerer.
4479
4480 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4483         mapc.
4484
4485         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4486         (top-level): Use mapc to set functions to be traced for debugging.
4487
4488         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4489         called for effect with while loop.
4490
4491         * message.el (message-talkative-question): Replace mapcar called for
4492         effect with mapc.
4493
4494         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4495         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4496         called for effect with dolist.
4497
4498         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4499
4500         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4501         gnus-extra-headers and nnmail-extra-headers.
4502
4503         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4504         called for effect with dolist.
4505         (top-level): Use mapc to set functions to be traced for debugging.
4506
4507         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4508         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4509         dolist.
4510
4511         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4512         Replace mapcar called for effect with mapc.
4513         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4514         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4515         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4516         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4517
4518         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4519         remove-if that's a cl function.
4520
4521         * webmail.el (webmail-debug): Replace mapcar called for effect with
4522         dolist.
4523
4524         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4525         with mapc.
4526
4527 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4530         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4531         with while loop.
4532
4533         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4534         functions from article-* functions.
4535         (gnus-multi-decode-header): Replace mapcar called for effect with
4536         dolist.
4537
4538         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4539         (gnus-bookmark-show-details): Replace mapcar called for effect with
4540         while loop.
4541
4542         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4543         called for effect with while loop.
4544
4545         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4546         with dolist.
4547
4548         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4549         mapcar called for effect with dolist.
4550
4551         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4552
4553         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4554         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4555         Replace mapcar called for effect with dolist.
4556         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4557         mapc.
4558
4559         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4560         Replace mapcar called for effect with dolist.
4561         (gnus-topic-list): Replace mapcar called for effect with mapc.
4562
4563         * gnus.el: Use mapc instead of mapcar to add autoloads.
4564
4565 2007-10-23  Richard Stallman  <rms@gnu.org>
4566
4567         * gnus-group.el (gnus-group-highlight): Mark as risky.
4568
4569 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus.el (gnus-server-to-method): Return method found first in
4572         gnus-newsrc-alist.
4573
4574         * gnus-art.el (gnus-article-highlight-signature)
4575         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4576         button overlay without the front stickiness.
4577
4578 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4579
4580         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4581         overview buffer needed a catch to receive its throw.
4582         (gnus-agent-flush-cache): Declared as interactive to make this function
4583         easier to use.
4584
4585 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4588         `next-line'.
4589
4590 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4593         exclude address matching message-dont-reply-to-names.
4594
4595 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-util.el (gnus-string<): New function.
4598
4599         * gnus-sum.el (gnus-article-sort-by-author)
4600         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4601
4602 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4605         the frame-focus tag is set in gnus-buffer-configuration.
4606
4607 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4610         the front stickiness.
4611
4612 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4615         url pattern; remove duplicate one.
4616         (gnus-article-extend-url-button): New function.
4617         (gnus-article-add-buttons): Use it.
4618         (gnus-button-push): Use concatenated url that it makes.
4619
4620 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4621
4622         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4623
4624 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4625
4626         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4627         Don't hardcode point-min==1.
4628
4629 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4632         Fix comment about "iso8859-1".
4633
4634 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4635
4636         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4637         ones returned from the verify-function.
4638
4639         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4640         mml2015-extract-cleartext-signature if extraction failed.
4641
4642 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4643
4644         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4645         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4646         failed.
4647
4648 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4651
4652 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4655         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4656         recommends to use EasyPG instead of PGG.
4657
4658         * pgg.el: Revert to revision 6.23.2.16.
4659
4660         * pgg-def.el: Revert to revision 6.6.2.14.
4661
4662         * pgg-gpg.el: Revert to revision 6.23.2.34.
4663
4664 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4667         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4668         thread for both the null and zero (kill/expire thread) universal prefix
4669         cases.
4670         (gnus-summary-expire-thread): Add new function to expire a thread,
4671         using gnus-summary-kill-thread.
4672         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4673         shortcuts for gnus-summary-expire-thread.
4674         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4675         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4676
4677 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4680         extras value, so an extras entry can be deleted.
4681         (gnus-registry-delete-extra-entry): Use it.
4682         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4683         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4684         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4685         storage through the gnus-registry, and provide an appropriate API for
4686         it.
4687
4688 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4691         Suggested by Leo <sdl.web@gmail.com>.
4692
4693         * gnus.el: Do.
4694
4695 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4698         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4699
4700         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4701
4702         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4703         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4704
4705 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4708         newline.
4709         (nnmbox-request-accept-article): Don't change article in source buffer;
4710         narrow to header to use message-fetch-field rather than
4711         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4712         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4713         as delimiters; make sure article ends with newline.
4714         (nnmbox-delete-mail): Correct last position of article to be deleted;
4715         ignore X-Gnus-Newsgroup header in article body.
4716         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4717         positions; make sure article ends with newline.
4718
4719         * message.el (message-display-abbrev): Don't infloop when a user
4720         inserts SPC in the beginning of header.
4721
4722         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4723         coding-system-for-read and coding-system-for-write for XEmacs having no
4724         file-coding feature.
4725
4726         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4727
4728 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4731         list of groups not followed by default.  Fix type to be regexp.
4732         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4733
4734 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4735
4736         * hmac-def.el (define-hmac-function): Switch from old-style to
4737         new-style backquotes.
4738
4739         * md4.el (md4-make-step): Likewise.
4740
4741 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4744         raw-text coding system when saving .newsrc file, which may contain
4745         non-ASCII group names.
4746
4747 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-cus.el (gnus-score-extra): New widget.
4750         (gnus-score-extra-convert): New function.
4751         (gnus-score-customize): Use it for Extra.
4752
4753 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4754
4755         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4756         (mml2015-mailcrypt-clear-verify): Use it.
4757         (mml2015-gpg-clear-verify): Use it.
4758         (mml2015-pgg-clear-verify): Use it.
4759         (mml2015-epg-clear-verify): Replace the current part with the output
4760         from GnuPG; don't extract the plaintext by itself.
4761
4762         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4763         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4764         mml2015-clear-verify-function; don't touch the armor headers or
4765         dash-escaped text here.
4766
4767 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4770         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4771         parts, or application/octet-stream as a last resort.
4772         (gnus-mime-view-part-as-type): Don't toggle display.
4773         (gnus-mime-view-part-as-charset): Don't turn off display before
4774         querying charset.
4775
4776         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4777         stuff to undisplayer function in Emacs.
4778         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4779
4780         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4781         text/calendar parts.
4782
4783 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4786         decoding text/calendar parts.
4787
4788         * message.el (message-forward-make-body-mime): Always mark body as
4789         having no illegible text; remove signed-or-encrypted argument.
4790         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4791
4792         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4793         (mml-generate-mime-1): Don't encode body if it is specified to be in
4794         raw form; don't make buffer be unibyte when inserting multibyte string.
4795
4796 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         * sha1.el: Fix up comment style.
4799         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4800         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4801
4802         * hex-util.el: Fix up comment style.
4803         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4804
4805         * gnus-salt.el: Use with-current-buffer.
4806         (gnus-pick-setup-message): Fix long-standing typo.
4807
4808 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * imap.el (imap-logout-timeout): New variable.
4811         (imap-logout, imap-logout-wait): New functions.
4812         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4813
4814         * nnimap.el (nnimap-logout-timeout): New server variable.
4815         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4816         nnimap-logout-timeout.
4817
4818         * gnus-art.el (gnus-article-summary-command-nosave)
4819         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4820
4821 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * gnus.el (gnus-maximum-newsgroup): New variable.
4824
4825         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4826         according to gnus-maximum-newsgroup.
4827
4828         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4829         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4830         Limit the range of articles according to gnus-maximum-newsgroup.
4831
4832 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4833
4834         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4835         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4836         Don't perform gnus-configure-windows here; reuse existing sticky
4837         article buffer.
4838
4839         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4840         it doesn't exist in gnus-article-mode.
4841
4842 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4845         (gnus-agent-decoded-group-name): New function.
4846         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4847         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4848
4849 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4850
4851         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4852         Add binding for gnus-sticky-article.
4853         (gnus-summary-exit): Don't kill sticky article buffers.
4854
4855         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4856         article buffer.
4857         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4858         (gnus-kill-sticky-article-buffers): New commands.
4859
4860 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * nntp.el (nntp-xref-number-is-evil): New server variable.
4863         (nntp-find-group-and-number): If it is non-nil, don't trust article
4864         numbers in the Xref header.
4865
4866 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-agent.el (gnus-agent-read-group): New function.
4869         (gnus-agent-flush-group, gnus-agent-expire-group)
4870         (gnus-agent-regenerate-group): Use it.
4871         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4872         nnmail-pathname-coding-system.
4873
4874 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4877
4878         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4879         that are unread as unread, and also as selected so that information of
4880         marks having been changed by a user may be updated when exiting group.
4881
4882 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4885         calculated ignoring signature parts to gnus-treat-article.
4886
4887 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4890         a point here in order to keep the window start.
4891         (gnus-insert-mime-security-button): Make a button overlay without the
4892         front stickiness.
4893         (gnus-mime-display-security): Goto the end of a button.
4894
4895         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4896
4897 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4900         group-name-at-point.
4901         (gnus-group-completing-read): New function that offers decoded
4902         non-ASCII group names for completion.
4903         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4904         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4905         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4906         (gnus-group-fetch-control): Use it.
4907         (gnus-fetch-group): Use group-name-at-point for the initial value
4908         rather than the default value; use gnus-alive-p.
4909
4910         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4911         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4912         (gnus-summary-post-news): Use gnus-group-completing-read.
4913
4914         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4915         (gnus-read-move-group-name): Decode group name for completion.
4916
4917 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4920         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4921         Yamaoka slightly modified the code).
4922
4923 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4926         (nnmail-split-incoming): Bind it.
4927
4928         * nnml.el (nnml-group-name-charset): New function.
4929         (nnml-decoded-group-name): Use it; don't decode group name if
4930         nnmail-group-names-not-encoded-p is non-nil.
4931         (nnml-encoded-group-name): New function.
4932         (nnml-group-pathname): Inline nnml-decoded-group-name.
4933         (nnml-request-expire-articles): Decode group name in message.
4934         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4935         nnmail-pathname-coding-system.
4936         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4937         not decoded ones according to nnmail-group-names-not-encoded-p.
4938         (nnml-generate-active-info): Use nnml-encoded-group-name.
4939
4940 2007-08-08  Glenn Morris  <rgm@gnu.org>
4941
4942         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4943         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4944         doc-strings and comments.
4945
4946 2007-07-25  Glenn Morris  <rgm@gnu.org>
4947
4948         * Relicense all FSF files to GPLv3 or later.
4949
4950 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-sum.el (gnus-summary-move-article): Make
4953         gnus-summary-respool-article work.
4954
4955 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4958         string.
4959
4960 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4961
4962         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4963         that should be ignored when comparing distant RSS articles with local
4964         ones.
4965         (nnrss-make-hash-index): New function.  Create a hash index according
4966         to the ignored fields.
4967         (nnrss-check-group): Use it.
4968
4969 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4972
4973         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4974
4975         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4976         the new optional argument ENCODED is non-nil.
4977         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4978         coding system for encoding group name.
4979         (gnus-group-make-rss-group): Pass un-encoded group name to
4980         gnus-group-make-group.
4981         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4982         encoded.
4983
4984         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4985         Encode group name to which articles are moved or copied.
4986         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4987         coding system for encoding Newsgroup, Followup-To and Xref headers.
4988
4989         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4990         marks; use nnheader-file-coding-system to write a file.
4991         (nnagent-retrieve-headers): Bind file-name-coding-system to
4992         nnmail-pathname-coding-system.
4993
4994         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4995
4996         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4997         (nnml-request-article, nnml-request-create-group)
4998         (nnml-request-rename-group, nnml-find-id)
4999         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5000         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5001         (nnml-save-marks): Use nnml-group-pathname instead of
5002         nnmail-group-pathname.
5003
5004         (nnml-request-create-group, nnml-request-expire-articles)
5005         (nnml-request-move-article, nnml-request-delete-group)
5006         (nnml-deletable-article-p, nnml-possibly-create-directory)
5007         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5008         (nnml-open-marks): Bind file-name-coding-system to
5009         nnmail-pathname-coding-system.
5010
5011         (nnml-request-article): Pass server argument to nnml-find-group-number.
5012         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5013         server argument to nnml-possibly-create-directory.
5014         (nnml-request-accept-article): Pass server argument to
5015         nnml-active-number and nnml-save-mail.
5016         (nnml-find-group-number): Pass server argument to nnml-find-id.
5017         (nnml-request-update-info): Pass server argument to
5018         nnml-marks-changed-p.
5019
5020         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5021         (nnml-save-mail, nnml-active-number): Add server argument.
5022
5023         (nnml-request-delete-group): Warn if group is missing.
5024         (nnml-get-nov-buffer): Decode group name.
5025         (nnml-generate-active-info): Encode group name.
5026         (nnml-open-marks): Decode group name in messages.
5027
5028 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5031         if it is not specified.
5032         (gnus-article-pipe-part, gnus-article-save-part)
5033         (gnus-article-interactively-view-part, gnus-article-copy-part)
5034         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5035         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5036         (gnus-article-replace-part, gnus-article-delete-part)
5037         (gnus-article-view-part-as-type): Pass raw prefix argument to
5038         gnus-article-part-wrapper.
5039
5040 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-agent.el (gnus-agent-save-active): Bind
5043         nnheader-file-coding-system to gnus-agent-file-coding-system.
5044
5045         * gnus-cache.el (gnus-cache-save-buffers)
5046         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5047         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5048         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5049         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5050         (gnus-cache-generate-active, gnus-cache-rename-group)
5051         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5052         (gnus-cache-update-overview-total-fetched-for): Bind
5053         file-name-coding-system to nnmail-pathname-coding-system.
5054         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5055         variables.
5056         (gnus-cache-decoded-group-name): New function.
5057         (gnus-cache-file-name): Use it.
5058         (gnus-cache-generate-active): Use non-decoded group name for active.
5059
5060         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5061         right place.
5062         (gnus-write-active-file): Don't break non-ASCII group names.
5063
5064         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5065         nnmail-pathname-coding-system.
5066
5067         * lpath.el: Bind default-file-name-coding-system,
5068         file-name-coding-system and language-info-alist for XEmacs.
5069
5070         * gnus-uu.el (gnus-uu-decode-save): Typo.
5071
5072 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5075
5076 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5079         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5080         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5081         (gnus-agent-flush-group, gnus-agent-flush-cache)
5082         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5083         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5084         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5085         (gnus-agent-regenerate-group)
5086         (gnus-agent-update-files-total-fetched-for)
5087         (gnus-agent-update-view-total-fetched-for): Bind
5088         file-name-coding-system to nnmail-pathname-coding-system.
5089         (gnus-agent-group-pathname): Don't encode file names by
5090         nnmail-pathname-coding-system.
5091         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5092         coding-system-for-write instead of buffer-file-coding-system to
5093         gnus-agent-file-coding-system.
5094
5095         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5096         Decode group name.
5097
5098         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5099
5100         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5101         (gnus-read-newsrc-el-file): Make group names unibyte.
5102
5103         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5104         nnmail-pathname-coding-system.
5105
5106         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5107         (nnrss-request-delete-group): Bind file-name-coding-system to
5108         nnmail-pathname-coding-system.
5109         (nnrss-read-server-data, nnrss-read-group-data): Bind
5110         file-name-coding-system correctly.
5111         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5112
5113         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5114         (nntp-server-to-method-cache): New variable.
5115         (nntp-group-pathname): New function that decodes non-ASCII group names.
5116         (nntp-possibly-create-directory, nntp-marks-changed-p)
5117         (nntp-save-marks, nntp-open-marks): Use it.
5118         (nntp-possibly-create-directory, nntp-open-marks):
5119         Bind file-name-coding-system to nnmail-pathname-coding-system.
5120         (nntp-open-marks): Decode group names when bootstrapping marks.
5121
5122         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5123         Newsgroups and Folowup-To headers.
5124
5125 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5128         (gnus-server-closed-face, gnus-server-denied-face)
5129         (gnus-server-offline-face): Remove variable.
5130         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5131
5132         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5133         of modifying message-stack directly for XEmacs.
5134
5135         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5136         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5137         if the coding-system argument is nil for XEmacs.
5138
5139         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5140         mm-charset-override-alist.
5141
5142         * rfc2047.el: Don't require base64; require rfc2045 for the function
5143         rfc2045-encode-string.
5144         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5145         to quote the parameter value.
5146
5147 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5150         form in gnus-group-name-charset-method-alist.
5151
5152         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5153         overrides the default layout edit-form.
5154
5155         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5156
5157         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5158
5159 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5162         as unfetched articles.
5163
5164 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5167
5168 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5171         original back end that keeps marks in the local system.
5172
5173 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5176         arg of pop-to-buffer for XEmacs.
5177         (gnus-article-read-summary-keys): Ditto; don't restore window
5178         configuration if summary command ends up with neither article buffer
5179         nor summary buffer; describe bindings if summary keys end with C-h.
5180
5181 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * message.el (message-fix-before-sending): Skip raw message part to be
5184         forwarded while checking illegible text.
5185         (message-forward-make-body-mime, message-forward-make-body): Mark
5186         signed or encrypted raw message as having no illegible text.
5187
5188 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5191         (gnus-message-with-timestamp-1): New macro.
5192         (gnus-message-with-timestamp): New function.
5193         (gnus-message): Use them.
5194
5195         * nnheader.el (nnheader-message): Use them.
5196
5197 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5200         .newsrc.eld file.
5201
5202 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-agent.el (gnus-agent-fetch-headers)
5205         (gnus-agent-retrieve-headers): Bind
5206         gnus-decode-encoded-address-function to identity.
5207
5208         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5209         available also when the server returns simply a dot.
5210
5211         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5212
5213 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5216
5217 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-ems.el (gnus-x-splash): Make it work.
5220
5221         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5222         from being used.
5223
5224         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5225
5226 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5229         4th and the 5th arguments.
5230
5231         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5232         the front stickiness.
5233         (gnus-article-summary-command-nosave): Correct the order of the
5234         arguments passed to pop-to-buffer.
5235         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5236         summary command ends up with the article buffer.
5237
5238         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5239         the same faces.
5240
5241 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5242
5243         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5244
5245 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5246
5247         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5248         * gnus-sum.el (gnus-summary-highlight):
5249         * pgg.el (pgg-sign-region, pgg-sign):
5250         * mail-source.el (mail-source-delete-old-incoming-confirm):
5251         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5252
5253 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-art.el (gnus-mime-view-part-externally)
5256         (gnus-mime-view-part-internally): Fix predicate function passed to
5257         completing-read.
5258
5259         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5260
5261         * gnus.el (gnus-update-message-archive-method): Add :version.
5262
5263 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus.el (gnus-update-message-archive-method): New variable.
5266
5267         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5268         according to gnus-message-archive-method if
5269         gnus-update-message-archive-method is non-nil.
5270
5271 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5274         by Loic Dachary <loic@dachary.org>.
5275         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5276
5277 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * message.el (message-pop-to-buffer): Add switch-function argument.
5280         (message-mail): Pass switch-function argument to it.
5281
5282 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5285         Improve doc string.
5286
5287 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5290         (gnus-header-content)
5291         * gnus-cite.el (gnus-cite-10)
5292         * gnus-srvr.el (gnus-server-closed)
5293         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5294         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5295         (gnus-group-mail-3-empty, gnus-group-mail-low)
5296         (gnus-group-mail-low-empty, gnus-splash)
5297         * message.el (message-header-to, message-header-cc)
5298         (message-header-subject, message-header-other, message-header-name)
5299         (message-header-xheader, message-separator, message-cited-text)
5300         (message-mml): Lighten colors of faces used for dark background.
5301
5302 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5303
5304         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5305         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5306
5307 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * message.el (message-narrow-to-headers-or-head):
5310         Ignore mail-header-separator in the body.
5311
5312 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5315         same as window size.
5316
5317 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5318
5319         * message.el (message-font-lock-keywords): Use message-header-xheader
5320         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5321         ahead of the anything pattern, to get it recognised.
5322
5323 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5326         spam.el loads uses it in the compiled defadvice form.
5327
5328 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5329
5330         * gnus-sum.el (gnus-articles-to-read)
5331         (gnus-summary-insert-old-articles): Don't truncate group name for
5332         `read-string'.
5333
5334         * gnus-util.el (gnus-limit-string): Delete this function.
5335
5336         * gnus-sum.el (gnus-simplify-subject-fully): Use
5337         `truncate-string-to-width' instead.
5338
5339 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5340
5341         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5342         if, on summary exit, the next group has to be selected.
5343         (gnus-summary-exit): Use it.
5344
5345 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5348         non-break space.
5349
5350 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5353         Check if group is not a directory.
5354         (nnfolder-request-expire-articles): Don't delete articles if the target
5355         group is not available.
5356
5357         * nnml.el (nnml-request-create-group): Properly check if group is not a
5358         file.
5359         (nnml-request-expire-articles): Don't delete articles if the target
5360         group is not available.
5361
5362         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5363         Don't quote characters that are within parentheses.
5364
5365 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5368         (gnus-handle-ephemeral-exit): Select article according to it.
5369
5370 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5371
5372         * message.el (message-insert-formated-citation-line): Remove newline.
5373         (message-citation-line-format): Add final \n here so that the user can
5374         avoid a blank line.
5375
5376 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5377
5378         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5379         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5380         Update lanl/arXiv support.
5381
5382 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * gnus.el: Bump version number.
5385
5386 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * gnus.el (gnus-version-number): Bump version.
5389
5390 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5391
5392         * gnus.el: No Gnus v0.6 is released.
5393
5394 2007-04-27  Didier Verna  <didier@xemacs.org>
5395
5396         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5397         * gmm-utils.el (gmm-regexp-concat): here.
5398         * message.el: Don't require 'gnus-util.
5399         (message-dont-reply-to-names): Handle name change above.
5400         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5401
5402 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5405         since the initial value varies according to the system.
5406
5407 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5410
5411 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5412
5413         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5414
5415 2007-04-24  Didier Verna  <didier@xemacs.org>
5416
5417         Improve the type of gnus-ignored-from-addresses.
5418         * gnus-util.el (gnus-orify-regexp): New function.
5419         * message.el (gnus-util): Require it.
5420         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5421         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5422         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5423
5424 2007-04-24  Didier Verna  <didier@xemacs.org>
5425
5426         * gnus-sum.el:
5427         * gnus-utils.el: Fix some trailing whitespaces.
5428
5429 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5432         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5433         article's Message-ID; refer parent article in summary buffer.
5434
5435         * message.el (message-bounce): Call mime-to-mml.
5436
5437         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5438         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5439         optimize and/or forms properly.
5440
5441 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5444         URL.
5445
5446 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5449
5450 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5453         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5454         displayed of multipart/alternative part if it is invoked from summary
5455         buffer.
5456
5457         * mm-view.el (mm-inline-text-html-render-with-w3m)
5458         (mm-inline-text-html-render-with-w3m-standalone)
5459         (mm-inline-render-with-function): Use mail-parse-charset by default.
5460
5461 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5462
5463         * parse-time.el (parse-time-string-chars): Check if CHAR
5464         is less than the length of parse-time-syntax.
5465
5466 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5469         from gnus-newsgroup-processable.
5470
5471 2007-04-16  Didier Verna  <didier@xemacs.org>
5472
5473         * gnus-msg.el (gnus-configure-posting-styles): Handle
5474         message-signature-directory properly with :file syntax.  Reported by
5475         "Leo".
5476
5477 2007-04-11  Didier Verna  <didier@xemacs.org>
5478
5479         New user option: message-signature-directory.
5480         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5481         * message.el (message-insert-signature): Ditto.
5482         * message.el (message-signature-file): Doc update.
5483         * message.el (message-signature-directory): New.
5484
5485 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gnus-msg.el (gnus-inews-yank-articles): Use
5488         message-exchange-point-and-mark instead of exchange-point-and-mark.
5489
5490 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * message.el (message-yank-original): Make sure cited text ends with
5493         newline; don't exchange point and mark.
5494
5495 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5496
5497         * tls.el (open-tls-stream): Properly handle case where there
5498         is no associated buffer.
5499
5500 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5501
5502         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5503         message-yank-original, make sure (< mark TEXT point).
5504
5505 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * message.el (message-fill-column): New variable.
5508         (message-mode): Use it.  Add comment on a possible new hook.
5509
5510         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5511         (nnmail-get-new-mail): Reformat.
5512
5513         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5514
5515         * gmm-utils.el: Fix Commentary.
5516         (gmm-tool-bar-from-list): Fix typo in doc string.
5517
5518 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5519
5520         * message.el (message-yank-original): Don't switch point and mark
5521         unnecessarily to put point and mark as documented.
5522
5523 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5526         from the message heads.
5527
5528 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5529
5530         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5531         article buffer does not have a window.  This may not be the best
5532         solution but is certainly better than setting the start of the null,
5533         that is the current, window.
5534
5535 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5536
5537         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5538         (gnus-draft-setup): Run it.
5539
5540         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5541         gnus-score-fast-scoring.  Allow regexp.
5542         (gnus-score-headers): Use it.
5543
5544         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5545         XEmacs.
5546
5547         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5548         string.
5549         (gnus-button-alist): Also catch `<f1> k ...'.
5550         (gnus-treat-display-x-face): Fix doc string.
5551
5552 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5553
5554         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5555         evaluation of gnus-extended-version to ensure correct generation of the
5556         User-Agent header when message-generate-headers-first is used.
5557
5558 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5559
5560         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5561         hashcash-path is nil.  Don't call callback with incorrect number of
5562         parameters if val is 0.
5563
5564 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5565
5566         * message.el (message-required-news-headers):
5567         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5568
5569 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5570
5571         * tls.el (open-tls-stream): In handshake-waiting loop,
5572         don't wait more if there is output available to process.
5573
5574 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5575
5576         * tls.el (tls-program): Doc fix.
5577
5578 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * message.el (message-generate-new-buffers): Change the meaning of the
5581         nil value; add `standard' to the choices; treat t as `unique'; improve
5582         doc string.
5583         (gnus-select-frame-set-input-focus): Autoload.
5584         (message-buffer-name): Search for the existing message buffer if
5585         message-generate-new-buffers is nil or `standard'; treat the value t of
5586         message-generate-new-buffers as `unique'.
5587         (message-pop-to-buffer): Raise the frame already displaying the message
5588         buffer; clear the echo area after querying.
5589         (message-setup): Pass the `continue' argument to compose-mail.
5590         (message-mail): Prefer `switch-function' if it is given; search for the
5591         existing message buffer if the `continue' argument is non-nil; pass
5592         continue and switch-function arguments to compose-mail by way of
5593         message-setup.
5594         (message-mail-other-window): Adjust argument of message-setup.
5595         (message-mail-other-frame): Ditto.
5596
5597 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5600         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5601         to turn font-lock on when turning gnus-message-citation-mode on.
5602
5603 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5604
5605         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5606         (mml-smime-function-alist): New variable; add epg as the backend.
5607         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5608         mml-smime- functions instead.
5609         * mm-view.el: Require smime.
5610
5611 2007-03-05  Didier Verna  <didier@xemacs.org>
5612
5613         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5614         instead of just inheritance for posting styles.
5615         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5616
5617 2007-02-24  Chris Moore  <dooglus@gmail.com>
5618
5619         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5620         * pgg-pgp.el (pgg-pgp-encrypt-region):
5621         * pgg-gpg.el (pgg-gpg-encrypt-region):
5622         Check pgg-encrypt-for-me if no other recipients.
5623
5624 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5625
5626         * tls.el (tls-certtool-program): Fix custom type.
5627
5628 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5631         and point-at-eol instead of line-(beginning|end)-position.
5632
5633         * assistant.el (assistant-parse-buffer): Ditto.
5634
5635         * netrc.el (netrc-parse-services): Ditto.
5636
5637 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5638
5639         * mml2015.el (mml2015-epg-find-usable-key): New function.
5640         (mml2015-epg-sign): Use it.
5641         (mml2015-epg-encrypt): Use it.
5642
5643 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * message.el (message-make-in-reply-to): Quote name containing
5646         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5647         if there are special characters.  Reported by NAKAJI Hiroyuki
5648         <nakaji@jp.freebsd.org>.
5649
5650 2007-02-27  Didier Verna  <didier@xemacs.org>
5651
5652         Include the group parameters as well as the topic ones in the
5653         inheritance filter process.
5654         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5655         argument GROUP-PARAMS-LIST.
5656         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5657
5658 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * nntp.el (nntp-never-echoes-commands)
5661         (nntp-open-connection-functions-never-echo-commands): New variables.
5662         (nntp-send-command): Use them.
5663
5664 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5665
5666         * mml2015.el (mml2015-epg-verify): Simplified.
5667
5668 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * mml.el (mml-content-disposition-alist): New user option.
5671         (mml-content-disposition): New function.
5672         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5673         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5674
5675 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5676
5677         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5678         verification.
5679
5680 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5681
5682         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5683         articles posted in the last 24 hours.
5684
5685 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5686
5687         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5688
5689 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5690
5691         * nntp.el (nntp-send-command): Don't wait for echoes when
5692         nntp-open-ssl-stream is used.
5693
5694 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5697         (gnus-message-add-citation-keywords)
5698         (gnus-message-remove-citation-keywords): Remove.
5699         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5700         directly, make the variables in font-lock-defaults buffer-local, add
5701         gnus-message-citation-keywords to them and then update the value of
5702         font-lock-keywords.
5703
5704 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * message.el (message-cite-original-1): Don't call
5707         gnus-article-highlight-citation.
5708
5709         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5710         citations; fix line count.
5711
5712 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5715         (gnus-message-add-citation-keywords)
5716         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5717         versions of font-lock-add-keywords and font-lock-remove-keywords to
5718         work with XEmacs correctly.
5719
5720 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-cite.el (gnus-cite-face-list): Set the values of
5723         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5724         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5725         (gnus-message-cite-prefix-regexp): New variable.
5726         (gnus-message-search-citation-line): Use it; protect against long
5727         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5728         the 0th match data for Emacs.
5729         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5730         (gnus-message-add-citation-keywords): Append keywords rather than
5731         prepending; emulate font-lock-add-keywords if it is not available.
5732         (gnus-message-remove-citation-keywords): Emulate
5733         font-lock-remove-keywords if it is not available.
5734
5735         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5736
5737         * message.el (message-cite-prefix-regexp): Set the value of
5738         gnus-message-cite-prefix-regexp.
5739
5740 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5741
5742         * nnweb.el (nnweb-google-parse-1): Update parser.
5743
5744 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5745
5746         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5747
5748 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5749
5750         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5751         regexp.
5752
5753 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5756         string-to-multibyte.
5757         (uudecode-decode-region-internal): Use it.
5758
5759         * lpath.el: Fbind string-as-multibyte for XEmacs.
5760
5761 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5764         custom choice.
5765
5766         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5767
5768 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5769
5770         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5771
5772         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5773         `write-region' to respect `mm-inhibit-file-name-handlers'.
5774
5775 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5778         Use gnus-home-directory instead of "~/" or "$HOME".
5779
5780 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5781
5782         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5783         to mention filename.
5784         Add comments at beginning regarding usage.
5785         (encrypt-write-file-contents): Change interactive so a string is
5786         acceptable.  If the file has no associated model, show an error instead
5787         of a nonsense prompt.
5788
5789 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5790
5791         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5792         Thanks to Yoshihiko Yamada for kind notification of this typo.
5793
5794 2007-01-12  Kenichi Handa  <handa@m17n.org>
5795
5796         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5797         multibyte buffer.
5798
5799 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * gnus-score.el (gnus-score-fast-scoring): New variable.
5802         (gnus-score-headers): Use it.
5803
5804         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5805
5806         * message.el (message-cite-original-1): Call
5807         gnus-article-highlight-citation if requested.
5808         (message-make-from): Allow name and address as optional arguments.
5809
5810         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5811
5812         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5813         bugs to doc string.
5814         (gnus-button-alist): Add mid\\|message-id.
5815         (gnus-button-fetch-group): Extend for use in
5816         `browse-url-browser-function'.
5817         (gnus-button-url-regexp): Try to catch paired parentheses like in
5818         Wikipedia URLs.
5819
5820         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5821         Suggested by Simon Krahnke <overlord@gmx.li>.
5822
5823 2007-01-13  Romain Francoise  <romain@orebokech.com>
5824
5825         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5826         Update copyright.
5827
5828 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5829
5830         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5831
5832 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * gnus-registry.el (gnus-registry-unfollowed-groups)
5835         (gnus-registry-split-fancy-with-parent): Fix documentation.
5836
5837 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5840         from nnweb groups.
5841
5842 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5845         Xref urls.  Erase buffer before requesting head.
5846
5847 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5850         customizable.
5851
5852 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5853
5854         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5855         no signing key is found.
5856         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5857         no encrypting and/or signing key is found.
5858
5859 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5862
5863 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5864
5865         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5866         headers read from disk with the ones newly found in the current search.
5867         This should no longer cause problems, because the article numbers in
5868         Gmane's `nov.php' output are ignored since the previous change.
5869
5870 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5871
5872         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5873
5874 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5877         replace-regexp-in-string; bind url-version; fbind display-images-p and
5878         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5879         find-face and set-itimer-function for Emacs; bind itimer-list for
5880         Emacs.
5881
5882         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5883
5884 2007-01-01  Romain Francoise  <romain@orebokech.com>
5885
5886         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5887
5888 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5889
5890         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5891         `define-minor-mode' macro definition expanded properly.
5892         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5893         exclude it there.
5894
5895         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5896         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5897         `fboundp' test.
5898         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5899         This is OK to autoload in (S)XEmacs now.
5900
5901 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5904         keystroke.
5905         (gnus-summary-limit-to-singletons): Fix typo.
5906
5907         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5908         else fails.
5909
5910 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5911
5912         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5913         docstring.
5914
5915         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5916         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5917         (gnus-summary-insert-dormant-articles): Fix typo in message.
5918
5919 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5922         nil for XEmacs.
5923         (gnus-message-citation-mode): Don't autoload in XEmacs.
5924
5925         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5926
5927 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5928
5929         * nnimap.el (nnimap-expunge-search-string): Mention
5930         nnimap-search-uids-not-since-is-evil in docstring.
5931
5932 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * spam.el: Revert to make-obsolete-variable because
5935         define-obsolete-variable-alias is not supported in Emacs 21.
5936
5937         * spam.el (spam-ifile-path, spam-ifile-database-path)
5938         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5939         make-obsolete-variable.
5940         (spam-bsfilter-path, spam-bsfilter-program)
5941         (spam-spamassassin-path, spam-spamassassin-program)
5942         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5943         use "path" inappropriately.
5944         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5945         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5946         variable names.
5947
5948 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5949
5950         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5951         summary buffer.
5952
5953         * password.el (password-cache-remove): Use clear-string to burn
5954         password, if available.
5955
5956 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5959
5960         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5961
5962         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5963         (gnus-message-highlight-citation): Move defcustom here from
5964         gnus-cite.el.
5965         (gnus-message-citation-mode): Autoload.
5966
5967         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5968         checks to make it compile with XEmacs.
5969         (gnus-message-citation-mode): New minor mode.
5970         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5971         (gnus-message-highlight-citation): New variables.
5972         (gnus-message-search-citation-line)
5973         (gnus-message-add-citation-keywords)
5974         (gnus-message-remove-citation-keywords)
5975         (turn-on-gnus-message-citation-mode)
5976         (turn-off-gnus-message-citation-mode): New functions.
5977
5978 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5979
5980         * gnus-cite.el: Enable highlighting of different citation levels in
5981         message-mode.
5982
5983 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * message.el (message-make-fqdn): Fix comment.
5986         (message-bogus-system-names): Add ".local".
5987
5988         * spam.el (spam-ifile-path, spam-ifile-program)
5989         (spam-ifile-database-path, spam-ifile-database)
5990         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5991         Don't use "path" inappropriately.
5992         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5993         strings.
5994         (spam-check-ifile, spam-ifile-register-with-ifile)
5995         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5996         new variable names.
5997
5998         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5999         (gnus-treat-display-smileys): Simplify using
6000         gnus-image-type-available-p.
6001
6002         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6003         available.
6004
6005         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6006         `display-images-p' if available.
6007
6008 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6011         one after turning on the buffer's multibyteness instead of decoding
6012         them directly in the unibyte buffer that causes unexpected conversion
6013         in Emacs 23 (unicode).
6014
6015 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6016
6017         * message.el (message-generate-hashcash): Fix custom type.
6018
6019 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6022
6023 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6026         disconnect icons.  Add help text.
6027
6028 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6031         negated to be consistent with the others we handle.
6032
6033 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6036         version of gnus-summary-buffer to something, so that we can use two
6037         article buffers at the same time.
6038
6039 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6042         trigger all the extra headers.
6043         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6044         sorting.
6045
6046 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6047
6048         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6049         solid groups.
6050
6051 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6052
6053         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6054
6055 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * legacy-gnus-agent.el: Add Copyright notice.
6058
6059 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6060
6061         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6062
6063 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6066
6067         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6068         to make it work reliably in CVS Emacs.
6069         (gnus-summary-limit-strange-charsets-predicate)
6070         (gnus-summary-limit-to-predicate): New functions.
6071
6072 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6073
6074         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6075         specifying array size.
6076         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6077         array if it is too small.
6078         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6079         (gnus-sort-threads-loop): New function.
6080
6081 2006-12-06  Chris Moore  <dooglus@gmail.com>
6082
6083         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6084         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6085
6086 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6087
6088         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6089         options.
6090
6091 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6094         DOS-ing the recipient.
6095
6096         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6097         the headers when creating the mapping to avoid mismappings.
6098         (nnweb-gmane-create-mapping): Always nix out old mapping.
6099
6100 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6103         and mm-verify-option to never.
6104
6105 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * message.el (message-signed-or-encrypted-p): New function.
6108         (message-forward-make-body): Use it.
6109
6110         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6111         Replace encode-coding-string with mm-encode-coding-string.
6112
6113 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * nneething.el (nneething-decode-file-name): Replace
6116         decode-coding-string with mm-decode-coding-string.
6117
6118         * gnus-int.el (gnus-open-server): Say failed server's name.
6119
6120 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6121
6122         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6123         strings to a single string.  Quote `errors-file-name'.
6124         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6125         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6126         Adjust calls.  Use `shell-quote-argument'.
6127
6128 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6129
6130         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6131         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6132
6133         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6134         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6135         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6136         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6137         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6138         (gnus-subscribe-newsgroup, gnus-1):
6139         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6140         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6141         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6142         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6143
6144 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6147         keystroke.
6148         (gnus-summary-limit-to-bodies): Implement headersp.
6149
6150 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6153
6154 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6157
6158 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * message.el (message-generate-hashcash): Expand range of values to
6161         include `opportunistic'.
6162         (message-send-mail): Use it.
6163
6164 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6165
6166         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6167         and comment it.
6168
6169         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6170
6171 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gnus-util.el (gnus-extract-address-components): Improve comment.
6174
6175 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-util.el (gnus-extract-address-components): Work with address in
6178         which the name portion contains @.
6179
6180         * lpath.el: Fbind custom-autoload.
6181
6182 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * gnus.el (gnus-start): Move custom group up.
6185         (gnus-select-method): Don't autoload, but make it available for
6186         `customize-variable'.
6187         (gnus-getenv-nntpserver): Don't autoload.
6188
6189 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6192
6193 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6194
6195         * message.el (message-sendmail-extra-arguments): New variable.
6196         (message-send-mail-with-sendmail): Use it.
6197
6198 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6201         mm-with-unibyte-current-buffer to make string unibyte.
6202
6203         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6204         mm-string-as-multibyte.
6205
6206 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6207
6208         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6209         Reported by Werner Koch <wk@gnupg.org>.
6210
6211 2006-11-14  Daiki Ueno  <ueno@p360>
6212
6213         * mml2015.el: Autoload epa-select-keys when compiling.
6214
6215 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6216
6217         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6218         message-options.
6219         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6220
6221 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6222
6223         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6224         EasyPG (< 0.0.6).
6225         (mml2015-always-trust): New user option.
6226         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6227         prompt.
6228
6229 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * nntp.el (nntp-authinfo-force): New variable.
6232         (nntp-send-authinfo): Use it.
6233
6234 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6237         decode encoded words.  Improve prompt.  Add comment about forwarding.
6238         (message-replacement-char): Move up.
6239
6240 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6241
6242         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6243         instead of gnus-intersection because arguments of gnus-sorted-nunion
6244         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6245
6246 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6249         (message-simplify-subject-functions): Enable
6250         message-strip-subject-encoded-words by default.
6251
6252 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * message.el (message-strip-subject-encoded-words): New function.
6255         (message-simplify-subject-functions): New variable.
6256         (message-simplify-subject): Use it.  Fix typo in doc string.
6257         Support message-strip-subject-encoded-words.
6258
6259 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6260
6261         * gnus-diary.el (gnus-diary-delay-format-function):
6262         * nndiary.el (nndiary-reminders):
6263         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6264
6265 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * gnus-art.el (article-hide-boring-headers): Fetch date from
6268         gnus-original-article-buffer to avoid problems with localized date
6269         strings.
6270
6271 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6274
6275 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6278         New variables.
6279         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6280         (mm-charset-synonym-alist): Move some entries to
6281         mm-codepage-iso-8859-list.
6282         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6283         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6284
6285 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6288
6289 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6292         with Emacs 21 and XEmacs.
6293
6294 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6295
6296         * spam.el (spam-parse-address): New function for better parsing,
6297         catching errors, etc.
6298         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6299
6300 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * mm-view.el: Add interactive arg to html2text autoload.
6303
6304 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6307
6308 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6311         variables.
6312         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6313         (mm-charset-synonym-alist): Move some entries to
6314         mm-codepage-iso-8859-list.
6315
6316         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6317
6318 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * message.el (message-citation-line-format)
6321         (message-insert-formated-citation-line): Fix implementation of %E, %N
6322         and %n according to the doc string.
6323
6324 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6325
6326         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6327         car-safe to avoid bad parses.
6328
6329 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6332         names.
6333
6334         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6335
6336 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6339         header.
6340
6341         * message.el (message-draft-headers): Add Date.
6342         (message-headers-to-generate): Fix typo in docstring.
6343
6344         * nndraft.el (nndraft-required-headers): New variable.
6345         (nndraft-generate-headers): Use it.
6346
6347         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6348
6349 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * gnus-registry.el (gnus-registry-wash-for-keywords)
6352         (gnus-registry-find-keywords): New functions to allow easy searching of
6353         articles that are in the registry.
6354
6355 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6356
6357         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6358         ietf-drums-parse-address instead of gnus-extract-address-components.
6359         Reported by Damien Elmes <damien@repose.cx>.
6360
6361 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * gnus.el (gnus-mime): Remove unused custom group.
6364
6365 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6366
6367         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6368         "blank line" when searching for end of armor headers.
6369
6370 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gmm-utils.el (gmm-write-region): Fix variable name.
6373
6374 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * gmm-utils.el (gmm-write-region): New function based on compatibility
6377         code from `mm-make-temp-file'.
6378
6379         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6380
6381         * nnmaildir.el (nnmaildir--update-nov)
6382         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6383         Use `gmm-write-region'.
6384
6385 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6388         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6389
6390         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6391
6392         * message.el (message-replacement-char): New variable.
6393         (message-fix-before-sending): Use it.
6394         (message-simplify-subject): New function to remove duplicate code.
6395         (message-reply, message-followup): Use it.
6396
6397         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6398         gnus-summary-limit-to-articles.
6399
6400 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-util.el (gnus-with-local-quit): New macro.
6403
6404         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6405
6406 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6409         ignore non-string data.
6410
6411 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6412
6413         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6414         non-string data (needs to be done in the registry too).
6415
6416 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6419         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6420         (gnus-registry-split-fancy-with-parent)
6421         (gnus-registry-fetch-simplified-message-subject-fast)
6422         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6423         Remove text properties on ingress into the registry and when it's saved.
6424         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6425         registry from entries with no groups.
6426
6427 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6430         function to remove string properties.
6431
6432 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * gmm-utils.el (gmm): Adjust custom version.
6435
6436         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6437         custom version.
6438
6439         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6440
6441 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-art.el (gnus-insert-prev-page-button)
6444         (gnus-insert-next-page-button): Simplify.  Reformat.
6445
6446 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6447
6448         * gnus-art.el (gnus-insert-prev-page-button)
6449         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6450
6451 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6452
6453         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6454
6455 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6456
6457         * gnus-art.el (gnus-insert-mime-button)
6458         (gnus-insert-mime-security-button):
6459         Apply gnus-article-button-face to MIME and security buttons.
6460
6461 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6464         readable.
6465
6466 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6469
6470 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6471
6472         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6473         `browse-url-of-file' instead of `browse-url'.
6474
6475 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6476
6477         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6478         regexp.  Articles containing quotation were cut prematurely.
6479
6480 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * message.el (message-cite-original-1): Use nobody by default for the
6483         value of From header.
6484         (message-reply): Ditto.
6485
6486 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6487
6488         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6489         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6490         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6491
6492 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6495         mails in the doc string.  Add some URLs in comment.
6496         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6497
6498 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6501         backslashes handling and the way to find boundaries of quoted strings.
6502
6503 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6504
6505         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6506         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6507         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6508         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6509
6510 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6513         doc string.
6514         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6515
6516 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * lpath.el: Fbind epg-check-configuration.
6519
6520 2006-09-06  Simon Josefsson  <jas@extundo.com>
6521
6522         * mml2015.el (mml2015-use): Doc fix, mention epg.
6523
6524 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6525
6526         * mml2015.el (mml2015-use): Default to epg, if available.
6527
6528 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6529
6530         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6531         message-sender.
6532         (mml1991-epg-encrypt): Ditto.
6533         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6534         message-sender.
6535         (mml2015-epg-encrypt): Ditto.
6536
6537 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6538
6539         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6540         several common directories.
6541
6542 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6543
6544         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6545         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6546
6547 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (article-decode-encoded-words): Make it fast.
6550
6551 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6554
6555         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6556         in quoted string into `\'.
6557
6558 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6561         Use standard-syntax-table.
6562
6563 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (gnus-decode-address-function): New variable.
6566         (article-decode-encoded-words): Use it to decode headers which are
6567         assumed to contain addresses.
6568         (gnus-mime-delete-part): Remove useless `or'.
6569
6570         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6571         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6572         (gnus-nov-parse-line): Use it to decode From header.
6573         (gnus-get-newsgroup-headers): Ditto.
6574         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6575
6576         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6577         (mail-decode-encoded-address-string): New alias.
6578
6579         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6580         New function.
6581         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6582         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6583         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6584         (rfc2047-decode-string): Ditto.
6585         (rfc2047-decode-address-region): New function.
6586         (rfc2047-decode-address-string): New function.
6587
6588 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * message.el (message-caesar-buffer-body): Allow rotating headers.
6591
6592         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6593
6594         * message.el (message-insert-formated-citation-line): Fix %f.
6595         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6596
6597 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6600         (gnus-bookmark-mouse-available-p): New macro.
6601         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6602         (gnus-bookmark-bmenu-show-infos): Use it.
6603         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6604         (gnus-bookmark-bmenu-hide-infos): Ditto.
6605         (gnus-bookmark-remove-properties): New function.
6606         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6607         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6608         (gnus-bookmark-write-file): Bind coding-system-for-write.
6609         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6610         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6611         group before selecting it.
6612         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6613         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6614         quit-window if it is not available; use gnus-mouse-2 and bind it to
6615         gnus-bookmark-bmenu-select-by-mouse.
6616         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6617         (gnus-bookmark-bmenu-select-by-mouse): New function.
6618
6619 2006-08-13  Romain Francoise  <romain@orebokech.com>
6620
6621         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6622         space.
6623
6624 2006-08-10  Romain Francoise  <romain@orebokech.com>
6625
6626         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6627         (dns-mode-soa-auto-increment-serial): New user option.
6628         (dns-mode-soa-maybe-increment-serial): New function.
6629         (dns-mode): Add the latter to `write-contents-functions'.
6630
6631 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * compface.el (uncompface): Use binary rather than raw-text-unix.
6634
6635 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * compface.el (uncompface): Make sure the eol conversion doesn't take
6638         place when communicating with the external programs.  Reported by
6639         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6640
6641 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6644
6645 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6646
6647         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6648         Make it more robust by parsing author and date independently.
6649
6650 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6653
6654 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6655
6656         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6657         first matching secret key.
6658         (mml2015-epg-encrypt): Ditto.
6659
6660         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6661         first matching secret key.
6662         (mml1991-epg-encrypt): Ditto.
6663
6664         * mml2015.el (mml2015-encrypt-to-self): New user option.
6665         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6666         mml2015-epg-encrypt-to-self is set.
6667
6668         * mml1991.el (mml1991-encrypt-to-self): New variable.
6669         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6670         mml1991-epg-encrypt-to-self is set.
6671
6672         * mml2015.el (mml2015-signers): New user option.
6673         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6674         (mml2015-epg-encrypt): Allow to select signing keys.
6675
6676         * mml1991.el (mml1991-signers): New variable.
6677         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6678         (mml1991-epg-encrypt): Allow to select signing keys.
6679
6680 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * nnheader.el (nnheader-insert-head): Make it work even if the file
6683         uses CRLF for the line-break code.
6684
6685 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6686
6687         * mml2015.el: Require mml-sec instead of password.
6688         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6689         (mml2015-cache-passphrase): Inherit the default value from
6690         mml-secure-cache-passphrase.
6691         (mml2015-passphrase-cache-expiry): Inherit the default value from
6692         mml-secure-passphrase-cache-expiry.
6693
6694         * mml1991.el: Require mml-sec instead of password.
6695         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6696         (mml1991-cache-passphrase): Inherit the default value from
6697         mml-secure-cache-passphrase.
6698         (mml1991-passphrase-cache-expiry): Inherit the default value from
6699         mml-secure-passphrase-cache-expiry.
6700
6701         * mml-sec.el: Require password.
6702         (mml-secure-verbose): New user option.
6703         (mml-secure-cache-passphrase): New user option.
6704         (mml-secure-passphrase-cache-expiry): New user option.
6705
6706 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6707
6708         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6709         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6710         andreas@altroot.de (Andreas Vögele).
6711
6712         FIXME: Use `tiny change'?
6713
6714 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6715
6716         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6717         workaround for the url package included with Emacs.
6718
6719         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6720
6721 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6724         correctly.  This fixes a bug caused by the 2006-05-12 change.
6725
6726 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6727
6728         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6729         some information about the error when saying that the `bogus' mail
6730         group will be used.
6731
6732 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6735         string.
6736
6737 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6738
6739         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6740
6741 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6742
6743         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6744
6745 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6746
6747         * mml1991.el (mml1991-function-alist): Add epg.
6748         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6749         (mml1991-epg-encrypt): New functions.
6750
6751 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6752
6753         * mml2015.el (mml2015-verbose): New variable.
6754         (mml2015-cache-passphrase): Ditto.
6755         (mml2015-passphrase-cache-expiry): Ditto.
6756         (mml2015-function-alist): Add epg.
6757         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6758         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6759         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6760         functions.
6761
6762 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6763
6764         * message.el (message-cite-original-1): Preserve region when removing
6765         quoted text due to X-No-Archive in order to avoid bogus attribution
6766         when citing multiple messages.
6767
6768 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6769
6770         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6771         Kenneth Jacker <khj@be.cs.appstate.edu>.
6772
6773 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * gnus-diary.el (gnus-user-format-function-d)
6776         (gnus-user-format-function-D): Autoload.
6777
6778         * imap.el (Commentary): Fix typo.
6779
6780         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6781         2006-04-22 contribution.
6782
6783 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6784
6785         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6786         It didn't really fix the bogosity I'm seeing with solid web groups.
6787
6788 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6789
6790         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6791         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6792         created using server names.  If we use the feature without declaring
6793         it, Gnus does not properly manage server and group state.
6794
6795         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6796         bound.
6797
6798 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6799
6800         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6801         looking up the method using GROUP's prefix before inventing a new one.
6802         It is used on killed/unknown groups in various places where returning
6803         an all-new method isn't expected by the caller.
6804
6805         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6806         and match semantics of gnus-group-real-prefix.
6807
6808 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * nnmail.el (nnmail-broken-references-mailers): New variable.
6811         (nnmail-ignore-broken-references): New function generalizing
6812         nnmail-fix-eudora-headers.
6813         (nnmail-fix-eudora-headers): Now obsolete.
6814
6815         * gnus-art.el (gnus-button-handle-custom): Support
6816         `customize-apropos*'.
6817
6818 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6821
6822         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6823         articles.
6824
6825 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * message.el (message-cite-reply-above): New variable.
6828         (message-yank-original): Use it.
6829
6830 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6833
6834 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6837         as read.
6838
6839         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6840
6841 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6844         (gnus-bookmark-default-file): Use gnus-directory.
6845         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6846         Remove "*" in doc string.
6847         (gnus-bookmark-write-file): Simplify.
6848         (gnus-bookmark-maybe-sort-alist): Use `when'.
6849         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6850         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6851         FIXME about Emacs 21 and XEmacs compatibility.
6852         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6853         compatibility.
6854         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6855         compatibility.
6856         (gnus-bookmark-menu-heading): Fix version.
6857
6858 2006-06-19  Bastien Guerry  <bzg@altern.org>
6859
6860         * gnus-bookmark.el: New file.
6861
6862 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * message.el (message-syntax-checks): Doc fix.
6865
6866 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6867
6868         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6869         unsubscribed groups as if they were killed ones.  It causes duplicate
6870         entries in gnus-newsrc-alist.
6871
6872 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * message.el (message-syntax-checks): Doc fix.
6875         (message-send-mail): Add check for continuation headers.
6876         (message-check-news-header-syntax): Fix regexp used to check for
6877         continuation headers.
6878
6879 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6882
6883 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6886
6887 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6890         default-truncate-lines.
6891
6892 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6895         to fill the utf-8 entry.
6896
6897         * lpath.el: Fbind unicode-precedence-list.
6898
6899 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6900
6901         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6902
6903 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6904
6905         * gnus-agent.el (directory-files-and-attributes): Move all the way
6906         forward (the third and final move).
6907         (gnus-agent-read-agentview): Trap reconstruction errors due to
6908         nonexistant directory.  Handle by returning nil.
6909
6910 2006-05-30  Didier Verna  <didier@xemacs.org>
6911
6912         * message.el (message-dont-reply-to-names): Update the custom type.
6913         * message.el (message-dont-reply-to-names): New defsubst: potentially
6914         convert a list of regexps into a single one.
6915         * message.el (message-get-reply-headers): Use it.
6916         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6917
6918 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-agent.el (directory-files-and-attributes): Move forward.
6921
6922 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * gnus-ml.el (gnus-mailing-list-subscribe)
6925         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6926         (gnus-mailing-list-message): Fix doc strings.
6927
6928 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6929
6930         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6931         of doing it manually.
6932
6933 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6936         comment.
6937
6938 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6939
6940         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6941         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6942         (gnus-agent-read-local): All symbols allocated in my-obarray.
6943         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6944         (gnus-agent-regenerate-group): Check numeric names to see if they are
6945         messages or groups.
6946         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6947         better way of do this...)
6948
6949         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6950         'dummy.group' (there should be a better way of do this...)
6951
6952 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6955         (gnus-saved-headers): Ditto.
6956         (gnus-default-article-saver): Mention functions may have properties.
6957         (gnus-article-save): Override gnus-save-all-headers and
6958         gnus-saved-headers by :headers property which saver function may have.
6959         (gnus-summary-save-in-file): Add :headers property.
6960         (gnus-summary-write-to-file): Ditto.
6961
6962         * gnus-sum.el (gnus-summary-save-article): Bind
6963         gnus-prompt-before-saving to t when saving many articles in a file;
6964         always show all headers.
6965
6966         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6967
6968 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6971         marks.
6972
6973         * message.el (message-indent-citation): Add optional arguments to allow
6974         using it outside of message buffers.
6975
6976         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6977         (gnus-article-treat-unfold-headers): Use it.
6978         (gnus-article-truncate-lines): New variable.
6979         (gnus-article-mode): Use it.
6980         (gnus-article-toggle-truncate-lines): New function.
6981
6982         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6983         gnus-article-toggle-truncate-lines.
6984
6985         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6986         coding system in XEmacs, use binary.
6987
6988 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6991         after-load-alist.
6992
6993         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6994         this function should save decoded articles.
6995         (gnus-summary-write-to-file): Use property to specify this function
6996         should save decoded articles and specify gnus-summary-save-in-file
6997         should be used to save articles other than the first one when saving
6998         many articles.
6999         (gnus-summary-save-body-in-file): Use property to specify this
7000         function should save decoded articles.
7001         (gnus-summary-write-body-to-file): Use property to specify this
7002         function should save decoded articles and specify
7003         gnus-summary-save-body-in-file should be used to save articles other
7004         than the first one when saving many articles.
7005
7006         * gnus-sum.el (gnus-summary-save-article): Simplify.
7007
7008 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-art.el (gnus-default-article-saver): Add
7011         gnus-summary-write-body-to-file.
7012         (gnus-article-save-coding-system): Don't use coding system object
7013         in XEmacs.
7014         (gnus-read-save-file-name): Add optional `dir-var' argument which
7015         specifies directory in which files are saved; work even if optional
7016         `variable' argument is not specified.
7017         (gnus-summary-write-to-file): Read file name.
7018         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7019         (gnus-summary-write-body-to-file): New function.
7020
7021         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7022         (gnus-summary-local-variables): Add it.
7023         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7024         (gnus-summary-save-article): Remove optional `decode' argument;
7025         determine whether to decode articles by the value of
7026         gnus-default-article-saver; when saving many files using
7027         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7028         it first and use gnus-summary-save-in-file or
7029         gnus-summary-save-body-in-file thereafter unless
7030         gnus-prompt-before-saving is always; move point to article which
7031         will be saved.
7032         (gnus-summary-save-article-file): Revert.
7033         (gnus-summary-write-article-file): Revert.
7034         (gnus-summary-save-article-body-file): Revert.
7035         (gnus-summary-write-article-body-file): New function.
7036
7037 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-default-article-saver): Doc fix.
7040         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7041         from gnus-summary-save-article-coding-system, and default to a
7042         certain coding system.
7043         (gnus-output-to-file): Add coding cookie and encode text according
7044         to gnus-article-save-coding-system; don't use mm-append-to-file.
7045
7046         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7047         gnus-art.el and rename to gnus-article-save-coding-system.
7048         (gnus-summary-save-article): Require gnus-art; don't show all
7049         headers if it decodes articles; don't add coding cookie here;
7050         don't bind mm-text-coding-system-for-write.
7051         (gnus-summary-save-article-file): Save decoded articles.
7052         (gnus-summary-write-article-file): When saving many files, use
7053         gnus-summary-write-to-file first and gnus-summary-save-in-file
7054         thereafter unless gnus-prompt-before-saving is always.
7055         (gnus-summary-save-article-body-file): Save decoded articles.
7056
7057         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7058
7059 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * nnrss.el (nnrss-check-group): Bind hash-index.
7062
7063 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7064
7065         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7066         its hash index.  Store this hash in `nnrss-group-data'.
7067         (nnrss-read-group-data): Update accordingly.
7068
7069 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7072         entry.
7073
7074         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7075         gnus-article-browse-html-article.
7076
7077 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7078
7079         * gnus-sum.el (gnus-summary-mime-map): Add
7080         gnus-article-browse-html-article.
7081
7082         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7083
7084 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7087         suitable coding systems in customize.
7088
7089 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * mail-source.el (mail-sources): Fix custom type.
7092
7093 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7096         (gnus-summary-expire-articles-now): Shorten prompt.
7097
7098         * gmm-utils.el (wid-edit): Require.
7099         (defun-gmm): Renamed from `gmm-defun-compat'.
7100         (gmm-image-search-load-path): Use it.
7101         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7102
7103 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7106         variable.
7107         (gnus-summary-save-article): Add optional `decode' argument.  If
7108         it is set and gnus-summary-save-article-coding-system is non-nil,
7109         save decoded article.
7110         (gnus-summary-write-article-file): Save decoded article if
7111         gnus-summary-save-article-coding-system is non-nil.
7112
7113         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7114         type.
7115
7116 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7119
7120 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7123         first to test gnus-single-article-buffer which may be buffer-local.
7124
7125         * gnus-sum.el (gnus-summary-setup-buffer): Make
7126         gnus-single-article-buffer buffer-local and nil in ephemeral
7127         group; make gnus-article-buffer, gnus-article-current, and
7128         gnus-original-article-buffer always buffer-local.
7129         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7130         group.
7131         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7132
7133 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * nnml.el (nnml-request-compact-group): Compressed files might not
7136         have .gz extension.
7137
7138 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7139
7140         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7141         (mm-copy-to-buffer): Use with-current-buffer.
7142         (mm-display-part): Simplify.
7143         (mm-inlinable-p): Add optional arg `type'.
7144
7145 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7148         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7149         Try harder to show the attachment internally or externally using
7150         gnus-mime-view-part-as-type.
7151
7152 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * message.el (message-from-style, message-signature-separator)
7155         (message-user-organization-file, message-send-mail-function)
7156         (message-citation-line-function, message-yank-prefix)
7157         (message-indent-citation-function, message-signature)
7158         (message-signature-file, message-signature-insert-empty-line):
7159         Remove autoloads.
7160
7161         * gnus-art.el (gnus-buttonized-mime-types): Remove
7162         "multipart/signed".  Revert 2006-04-26 change.
7163
7164 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus.el (gnus-version-number): Bump version.
7167
7168 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7169
7170         * gnus.el: No Gnus v0.5 is released.
7171
7172 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7173
7174         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7175         fetching articles by message-id.
7176
7177 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7178
7179         * message.el (hashcash): Require hashcash as normal.
7180
7181         * ecomplete.el (ecomplete-highlight-match-line): Use
7182         point-at-eol.
7183         (ecomplete-highlight-match-line): Use `highlight', because that
7184         face exists in both Emacs and XEmacs.
7185
7186         * message.el (message-display-abbrev): Use point-at-bol.
7187
7188         * mail-source.el: Don't require timer/timer-funcs.
7189
7190         * gnus-async.el: Ditto.
7191
7192         * password.el: Ditto.
7193
7194         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7195
7196         * mm-url.el: Ditto.
7197
7198         * gnus-xmas.el: Don't require timer-funcs.
7199
7200         * mm-util.el: Require timer/timer-funcs.
7201
7202 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7203
7204         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7205         Close.
7206
7207 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7210         unibyte after clear-decrypt function runs.
7211
7212         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7213         returns as a unibyte string.
7214
7215 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * lpath.el: Revert.
7218
7219         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7220         (pgg-gpg-process-sentinel): Revert.
7221
7222         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7223         (pgg-pgp-lookup-key): Revert.
7224
7225         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7226         (pgg-pgp5-lookup-key): Revert.
7227
7228         * pgg.el (pgg-fetch-key): Revert.
7229
7230 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * lpath.el: Fbind string-as-multibyte for XEmacs.
7233
7234         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7235         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7236         (mml1991-pgg-encrypt): Ditto.
7237
7238         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7239         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7240         a multibyte buffer.
7241
7242         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7243         (pgg-pgp-lookup-key): Ditto.
7244
7245         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7246         (pgg-pgp5-lookup-key): Ditto.
7247
7248         * pgg.el (pgg-fetch-key): Ditto.
7249
7250 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * message.el (message-user-organization-file): Check several
7253         locations of the organization file.
7254
7255         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7256         Add gnus-article-view-part-as-type.
7257
7258         * gnus-art.el (gnus-article-view-part-as-type): New function.
7259
7260         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7261         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7262
7263         * mml.el: Simplify autoload.
7264         (mml-mode): defvar dnd-protocol-alist instead of using
7265         symbol-value.
7266         (mml-default-directory): New variable.
7267         (mml-minibuffer-read-file): Use it.
7268         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7269
7270         * message.el (message-citation-line-format): New variable.
7271         (message-insert-formated-citation-line): New function.
7272         (message-citation-line-function): Add
7273         `message-insert-formated-citation-line' to custom type.
7274
7275         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7276         to doc string.
7277
7278         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7279         depending on mm-verify-option.
7280
7281 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7284         binding pgg-* variables; reimplement the section which prevents
7285         MIME header from being signed.
7286         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7287         pgg-text-mode; remove a blank line at the top of body.
7288
7289         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7290         lines at the top of body; use gnus-newsgroup-charset if there's no
7291         Charset header.
7292
7293 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * message.el (message-self-insert-commands): Doc fix.
7296
7297         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7298         (mm-uu-pgp-encrypted-test): Ditto.
7299         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7300         between header and body; return application/pgp-encrypted handle
7301         if decryption failed; decode decrypted body by charset.
7302
7303         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7304         element match to application/pgp-*.
7305
7306 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7307
7308         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7309         HTML.
7310
7311 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * mail-source.el (mail-source-call-script): Message the error
7314         string.
7315
7316 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * gnus-util.el (gnus-byte-compile): Use it.
7319
7320 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7321
7322         * gnus-util.el (kill-empty-logs): New function.
7323
7324 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * message.el (message-mail-alias-type): Doc fix.
7327         (message-mail-alias-type-p): New function.
7328         (message-send): Use it.
7329         (message-mode): Ditto.
7330         (message-strip-forbidden-properties): Ditto.
7331
7332         * ecomplete.el (ecomplete-database-file-coding-system): New
7333         variable.
7334         (ecomplete-save): Use it.
7335         (ecomplete-setup): Use it.
7336
7337 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * message.el (message-self-insert-commands): New variable.
7340         (message-strip-forbidden-properties): Use it.
7341
7342 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343
7344         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7345         that doesn't make XEmacs choke.
7346
7347 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * gnus-util.el (gnus-replace-in-string):
7350         Prefer replace-regexp-in-string over of replace-in-string.
7351
7352 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-util.el (gnus-select-frame-set-input-focus):
7355         Use select-frame-set-input-focus if it is available in XEmacs; use
7356         definition defined in Emacs 22 for old Emacsen.
7357
7358         * dgnushack.el: Autoload unmorse-region for XEmacs.
7359
7360         * lpath.el: Bind cursor-in-non-selected-windows and
7361         select-frame-set-input-focus for XEmacs.
7362
7363 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7366
7367 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7368
7369         * gnus-registry.el (gnus-registry-cache-save): Remove text
7370         properties when saving via the temp buffer.
7371
7372 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * message.el (message-generate-hashcash): Honor custom type.
7375
7376 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377
7378         * message.el (message-generate-hashcash): Default to non-nil when
7379         hashcash is found.
7380
7381         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7382         (gnus-refer-thread-limit): Increase default to 500.
7383
7384         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7385
7386         * flow-fill.el (fill-flowed): Allow delete-space.
7387
7388 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7391         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7392         Remove autoloads.
7393
7394 2006-04-18  Simon Josefsson  <jas@extundo.com>
7395
7396         * message.el (message-generate-hashcash): Default to.
7397
7398 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7401         concatenating segments rather than before concatenating them.
7402
7403 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7406
7407 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7410
7411         * message.el (message-forward-make-body-plain): Allow
7412         message-forward-ignored-headers to be a list.
7413         (message-remove-ignored-headers): Factor out into function.
7414         (message-forward-make-body-mml): Use it.
7415
7416         * imap.el (imap-quote-specials): New function.
7417         (imap-login-auth): Quote specials.
7418
7419         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7420         (rfc2231-parse-string): Allow concatanation of parameters that
7421         aren't contiguous.  The test case is
7422           (mail-header-parse-content-type "message/external-body;
7423             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7424             access-type=LOCAL-FILE;
7425             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7426
7427 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7428
7429         * nntp.el (nntp-accept-process-output): Return the value of
7430         `nnheader-accept-process-output'.
7431
7432 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7435         (gnus-button-alist): Recognize more diff formats.
7436         (gnus-button-patch): Strip directory.
7437
7438 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7441         Emacs 22 when setting focus.
7442
7443 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * gnus-art.el (gnus-article-treat-types): Do treatment of
7446         text/x-verbatim parts.
7447         (gnus-button-patch): New command.
7448
7449         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7450         addresses that contain invalid characters.
7451
7452 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * message.el (message-put-addresses-in-ecomplete): Use
7455         gnus-replace-in-string.
7456         (message-is-yours-p): Use the more correct
7457         mail-header-parse-address instead of
7458         mail-extract-address-components.
7459         (message-put-addresses-in-ecomplete): Fix typo.
7460
7461         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7462         keystroke.
7463
7464         * gnus-art.el (gnus-treatment-function-alist): Change order of
7465         newsgroups/generic header folding to avoid double-folding.
7466
7467         * message.el (message-hidden-headers): Add X-Draft-From.
7468
7469         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7470         command.
7471         (gnus-summary-repeat-search-article-backward): New command.
7472
7473         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7474         groups in the parent topic.
7475
7476 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7477
7478         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7479         (spam-extra-header-to-number): Return the CRM114 number as a
7480         number instead of a string.
7481
7482 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * gnus-art.el (gnus-face-properties-alist): Moved here from
7485         gnus-fun.
7486
7487         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7488
7489 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490
7491         * message.el (message-strip-forbidden-properties): Only display on
7492         self-insert-command.
7493
7494         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7495         reindent.
7496         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7497
7498 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7499
7500         * smiley.el (smiley-style): Fix typo.
7501
7502 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * hashcash.el (hashcash-insert-payment-async-2): Use
7505         message-goto-eoh instead of doing it manually.
7506         (mail-add-payment): Use message-narrow-to-header instead of trying
7507         to do the same itself.
7508
7509         * message.el (message-hidden-headers): Add Face.
7510
7511         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7512         reparenting code.
7513         (gnus-summary-reparent-children): Refactored out code.
7514         (gnus-summary-thread-map): New keystroke.
7515         (gnus-summary-reparent-children): Make into command.
7516
7517         * smiley.el (smiley-style): Default to `medium' if using a large
7518         font.
7519
7520         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7521         does it itself.
7522
7523         * message.el (message-point-in-header-p): Simplify definition.
7524
7525 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * nnagent.el (nnagent-request-set-mark): Silence log file
7528         writing.
7529         (nnagent-request-set-mark): Use write-region instead of
7530         append-to-file.
7531
7532         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7533         strange select method.
7534
7535         * ecomplete.el (ecomplete-display-matches): Get highlightling
7536         right.
7537         (ecomplete-display-matches): Use literals.
7538         (ecomplete-display-matches): Disable message logging.
7539
7540         * message.el (message-display-abbrev): Small optimization.
7541
7542         * ecomplete.el (ecomplete-display-matches): Allow automatic
7543         display.
7544
7545         * message.el (message-strip-forbidden-properties): Display
7546         abbrevs.
7547         (message-display-abbrev): Get automatic display right.
7548
7549         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7550         keystrokes.
7551
7552 2006-04-13  Romain Francoise  <romain@orebokech.com>
7553
7554         TODO: Backport to v5-10!
7555
7556         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7557         Moved here (and renamed) from gnus-registry.el.
7558
7559         * gnus-registry.el: Require gnus-util.
7560         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7561
7562 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563
7564         * gnus-group.el (gnus-group-catchup-current): Change
7565         if-then-else-if-then-else into cond.
7566         (gnus-group-catchup): Indent.
7567         (group-name-at-point): New function.
7568         (gnus-fetch-group): Provide default from thing at point.
7569
7570 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * message.el (message-display-abbrev): Fix regexp.
7573
7574         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7575         choosing.
7576         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7577         dead variables.
7578
7579         * message.el (message-newline-and-indent): Remove debugging.
7580         (message-display-abbrev): Use new implementation.
7581
7582 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * gnus-art.el (gnus-article-mode): Set
7585         cursor-in-non-selected-windows to nil.
7586
7587         * smiley.el: Revert previous change.
7588         (smiley-data-directory): defvar it before using it in the
7589         defcustom of `smiley-style'.
7590
7591 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * message.el (message-newline-and-indent): New function.
7594
7595         * ecomplete.el: Implement more bits.
7596
7597         * message.el (message-put-addresses-in-ecomplete): Clean up the
7598         string.
7599
7600         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7601
7602         * gnus-sum.el (gnus-summary-save-parts): Bind
7603         gnus-summary-save-parts-counter and use it to make unique file
7604         names.
7605
7606         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7607
7608         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7609         parameter to say whether to actually parse the individual
7610         addresses.
7611
7612         * message.el (message-put-addresses-in-ecomplete): New function.
7613         (ecomplete): Require.
7614         (message-mail-alias-type): Add ecomplete as an option.
7615
7616 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7617
7618         * flow-fill.el (fill-flowed): Remove trailing space from blank
7619         quoted lines.
7620
7621 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * smiley.el (smiley-style): Move definition later to avoid a
7624         compilation warning.
7625
7626 2006-04-12  Kenichi Handa  <handa@m17n.org>
7627
7628         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7629         buffer and then decode the buffer text if necessary.
7630         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7631         first, and after mm-encode-body, change the buffer to unibyte.
7632         Use mm-disable-multibyte instead of set-buffer-multibyte.
7633
7634 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7637         Content-Type header instead of Content-Disposition header.
7638         (gnus-mime-inline-part): Ditto.
7639         (gnus-mime-view-part-as-charset): Ignore charset that the part
7640         specifies.
7641
7642         * mm-decode.el (mm-display-part): Work with external parts and
7643         usual parts similarly.
7644
7645         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7646         instead of gnus-display-mime.
7647
7648         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7649         instead of with-temp-buffer.
7650
7651         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7652         tag to summarized topics part in order to encode non-ASCII text.
7653
7654 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * smiley.el (smiley-style): New variable.
7657         (smiley-directory): New function.
7658         (smiley-data-directory): Derive from `smiley-style' using
7659         `smiley-directory'.
7660         (smiley-regexp-alist): Add new entries.
7661
7662         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7663         (gnus-article-browse-delete-temp): Add :version.
7664
7665 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7666
7667         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7668         the sieve region.
7669
7670 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * gnus.el (gnus-version-number): Bump version.
7673
7674 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * gnus.el: No Gnus v0.4 is released.
7677
7678 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679
7680         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7681         layout.
7682
7683         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7684         unknown charset.
7685
7686         * message.el (message-header-synonyms): Add Original-To to the
7687         default.
7688
7689         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7690         optional parameter.
7691
7692 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * gnus-fun.el (gnus): Require it for gnus-directory.
7695
7696 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7699
7700 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7701
7702         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7703
7704 2006-04-05  Simon Josefsson  <jas@extundo.com>
7705
7706         * password.el (password-reset): New function.
7707
7708 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7709
7710         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7711         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7712
7713 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7714
7715         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7716         Some whitespace was matched into the url, which broke browsing hits
7717         > 100 when mm-url-use-external was nil.
7718
7719 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7722         gnus-extra-headers for 'Newsgroups.
7723
7724         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7725         bound.
7726
7727 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7728
7729         * pgg-gpg.el: Clean up process buffers every time gpg processes
7730         complete.
7731
7732 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7735         doc string.
7736
7737 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7738
7739         * pgg-gpg.el (pgg-gpg-process-filter)
7740         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7741
7742         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7743         lines, temporary fix.
7744
7745 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7748
7749 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7750
7751         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7752         default-enable-multibyte-characters.  This reverts the change from
7753         revision 6.17 which is no longer necessary because the passphrase
7754         is sent separately now.  GnuPG messages are unreadable under
7755         multibyte locales with default-enable-multibyte-characters set to
7756         nil.
7757
7758 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * message.el (message-tool-bar-gnome): Move "spell".
7761
7762 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7765         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7766         instead.
7767
7768 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7769
7770         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7771         newsgroups handling for NNTP overviews which don't include
7772         Newsgroups.
7773
7774 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7775
7776         * message.el (message-resend): Bind message-generate-hashcash to nil.
7777
7778 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7779
7780         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7781         when searching for already-paid recipients.
7782
7783 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7786         passphrases when it is not needed.
7787         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7788         passphrase stuff from gpg, should only be necessary when you use
7789         gpg with a smartcard.
7790
7791 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * mml.el (mml-insert-mime): Ignore cached contents of
7794         message/external-body part.
7795
7796         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7797         (mm-insert-part): Ditto.
7798
7799 2006-03-23  Simon Josefsson  <jas@extundo.com>
7800
7801         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7802         Reiner.
7803         (pgg-gpg-use-agent-p): Use it again.
7804
7805 2006-03-23  Simon Josefsson  <jas@extundo.com>
7806
7807         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7808         older emacsen.
7809         (pgg-gpg-use-agent-p): Don't use it.
7810
7811 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7814         if we can.
7815
7816 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7817
7818         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7819         (pgg-gpg-update-agent): New function.
7820         (pgg-gpg-use-agent-p): New function.
7821         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7822         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7823         (pgg-gpg-sign-region): Use it.
7824
7825 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7828         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7829
7830 2006-03-21  Simon Josefsson  <jas@extundo.com>
7831
7832         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7833         <wilde@sha-bang.de>.
7834         (pgg-gpg-use-agent): New variable.
7835         (pgg-gpg-process-region): Use it.
7836         (pgg-gpg-encrypt-region): Likewise.
7837         (pgg-gpg-encrypt-symmetric-region): Likewise.
7838         (pgg-gpg-decrypt-region): Likewise.
7839         (pgg-gpg-sign-region): Likewise.
7840         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7841
7842 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7845
7846         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7847         Add comment on version.
7848
7849 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * smiley.el: Add missing test smiley.
7852
7853 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * mm-decode.el (mm-with-part): New macro.
7856         (mm-get-part): Use it; work with message/external-body as well.
7857         (mm-save-part): Treat name and filename equally.
7858
7859         * mm-extern.el (mm-extern-cache-contents): New function.
7860         (mm-inline-external-body): Use it; force the part to be displayed;
7861         move undisplayer added to the cached handle to the parent.
7862
7863         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7864         (gnus-mime-view-part-as-type): Work with message/external-body.
7865
7866         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7867
7868 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7871         images in image-load-path.  [Sync with image.el, revision 1.60, in
7872         Emacs.]
7873
7874 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7877         path rather than symbol.  Always return list of directories.
7878         Guarantee that image directory comes first.  [Sync with image.el,
7879         revision 1.59, in Emacs.]
7880
7881         * message.el (message-make-tool-bar): Adjust to new API of
7882         `gmm-image-load-path-for-library'.
7883
7884         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7885
7886         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7887
7888 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7889
7890         * gnus-art.el (gnus-article-only-boring-p):
7891         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7892         intangible text.
7893         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7894
7895 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7898         `defun' instead of `gmm-defun-compat'.
7899
7900 2006-03-14  Simon Josefsson  <jas@extundo.com>
7901
7902         * message.el (message-unique-id): Don't use message-number-base36
7903         if (user-uid) is a float.
7904         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7905
7906 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7909
7910         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7911         empty line between a part and a message part.
7912
7913 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * smiley.el: Add more test smileys.
7916         (smiley-data-directory, smiley-regexp-alist)
7917         (gnus-smiley-file-types): Fix doc strings.
7918         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7919         adding new elements.
7920         (smiley-mouse-map): Unused code.  Make it a comment.
7921
7922 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7925         scan latest NoCeM messages instead of old ones.
7926         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7927         delimiters that are recently used.
7928         (gnus-nocem-load-cache): Add autoload cookie.
7929
7930         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7931
7932         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7933         level which is larger than gnus-use-nocem is specified.
7934
7935         * gnus-group.el (gnus-group-get-new-news): Ditto.
7936
7937 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * gnus-util.el (gnus-tool-bar-update): New function.
7940
7941         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7942         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7943
7944         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7945
7946         * gnus-group.el (gnus-group-redraw-when-idle)
7947         (gnus-group-redraw-check): Remove.
7948         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7949
7950 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7953         if optional last element is specified in splits (FIELD VALUE...).
7954
7955 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7958         to gmm-image-load-path-for-library.  Call with no-error argument.
7959         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7960
7961         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7962
7963         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7964
7965         * gmm-utils.el (gmm-image-load-path): Remove alias.
7966
7967 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * gmm-utils.el (gmm-image-load-path): Add alias.
7970
7971         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7972         nnml-generate-nov-databases-1.
7973         (nnml-generate-nov-databases): Use it.
7974         (nnml-generate-nov-databases-directory): Document no-active
7975         argument.
7976
7977         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7978         directory if path is t.  Add no-error.
7979
7980         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7981         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7982
7983         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7984         resetting gnus-article-browse-html-temp-list.
7985
7986         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7987         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7988         Add example to docstring.  Rename local variables.  Move error
7989         checks to default case in cond and simplify.
7990
7991 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7994         handle is multipart when calling it recursively.
7995         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7996
7997 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7998
7999         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8000         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8001
8002 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8005         is loaded.
8006
8007         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8008         loaded.
8009
8010 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8011
8012         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8013         to "Emacs 23 (unicode)" in doc string.
8014
8015         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8016         "Emacs 23 (unicode)" in comment.
8017
8018 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8021
8022         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8023         characters 160 through 255 in Emacs 23.
8024
8025 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8026
8027         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8028         gnus-article-browse-html-temp.
8029         (gnus-article-browse-delete-temp): Make it customizable.  Add
8030         `file'.  Adjust doc string.
8031         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8032         query for each file.  Adjust doc string.
8033         (gnus-article-browse-html-parts): Add
8034         `gnus-article-browse-delete-temp-files' to
8035         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8036
8037 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8038
8039         * gnus-art.el (gnus-article-browse-html-temp)
8040         (gnus-article-browse-delete-temp): New variables.
8041         (gnus-article-browse-delete-temp-files): New function.
8042         (gnus-article-browse-html-parts): Use it.
8043
8044 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8047
8048         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8049         string.
8050
8051         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8052         gnus-summary-insert-new-articles when unplugged.  Remove
8053         gnus-summary-search-article-forward.
8054
8055         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8056         display-visual-class instead of display-color-cells.
8057
8058 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * dgnushack.el: Autoload customize-group for XEmacs.
8061
8062         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8063         message/* containing non-ASCII text properly.
8064
8065 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * message.el: Require gmm-utils, remove autoloads.
8068         (message-tool-bar): Set default based on
8069         gmm-tool-bar-style.
8070         (message-tool-bar-gnome): Add gmm-customize-mode.
8071
8072         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8073         gmm-tool-bar-style.
8074         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8075
8076         * gnus-group.el (gnus-group-tool-bar): Set default based on
8077         gmm-tool-bar-style.
8078         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8079
8080         * gmm-utils.el (gmm-image-directory): Rename variable from
8081         gmm-image-load-path.
8082         (gmm-image-load-path): Use gmm-image-directory.
8083         (gmm-customize-mode): New function.
8084         (gmm-tool-bar-style): New variable.
8085
8086         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8087         gnus-group-redraw-line-number.
8088         (gnus-group-redraw-check): Simplify.
8089         (gnus-group-tool-bar-update): Remove redraw check.
8090         (gnus-group-make-tool-bar): Add redraw check.
8091
8092 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8093
8094         * gnus-art.el (gnus-button): Add missing parentheses.
8095
8096 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * lpath.el: Fbind line-number-at-pos.
8099
8100 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8103
8104 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-art.el (gnus-button): New face.
8107         (gnus-article-button-face): Use it.
8108
8109         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8110         gnus-summary-next-page.  Re-order.
8111
8112         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8113         next-node are now included.
8114         (gnus-group-redraw-line-number): New internal variable.
8115         (gnus-group-redraw-check): Helper function for updating the tool
8116         bar.
8117         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8118
8119         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8120
8121         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8122         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8123         Use it to match format of Spamassassin 3.0 and later.  Reported by
8124         IRIE Tetsuya <irie@t.email.ne.jp>.
8125         (spam-check-bogofilter)
8126         (spam-bogofilter-register-with-bogofilter): Fix args of
8127         `gnus-error' calls.
8128
8129 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8132         unnecessary interaction when sending queued mails.  Reported by
8133         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8134
8135 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8138         first or last are nil.
8139
8140 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8141
8142         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8143
8144 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8147
8148 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8149
8150         * dns.el (query-dns): Protect more against buggy tcp output.
8151
8152 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8155         nov.php.
8156
8157 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8158
8159         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8160         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8161         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8162         output on the server side.
8163         (nnweb-google-create-mapping): Update regexps and add some
8164         progress indication.
8165
8166 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8169         gnus-agent-toggle-plugged.  Re-order icons.
8170         (gnus-group-tool-bar-gnome): Add
8171         gnus-group-{prev,next}-unread-group.
8172         (gnus-group-tool-bar-gnome): Re-order icons.
8173
8174         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8175         gnus-summary-insert-new-articles.
8176
8177         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8178         comments.
8179
8180         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8181         also available in Emacs 21.3.
8182
8183         * message.el (message-fix-before-sending): Change "Emacs 22" to
8184         "Emacs 23 (unicode)" in comment.
8185
8186         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8187         "Emacs 23 (unicode)" in comment.
8188
8189         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8190         comment.
8191         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8192
8193         * mm-view.el (mm-fill-flowed): Add :version.
8194
8195 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8198         and load-path.
8199
8200 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * message.el: Autoload gmm-image-load-path.
8203         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8204         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8205         consitency.
8206
8207         * gmm-utils.el (gmm-image-load-path): Also search in
8208         "../etc/images".  Don't set gmm-image-load-path if we don't find
8209         the image.
8210
8211 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gmm-utils.el (gmm-image-load-path): Don't make
8214         `gmm-image-load-path' include subdirectories which the second arg
8215         `image' might specify.
8216
8217         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8218         subdirectory to icon file names.
8219
8220         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8221
8222 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8225         gmm-image-load-path calls.
8226
8227         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8228
8229         * message.el (message-make-tool-bar): Ditto.
8230
8231         * mml.el (mml-preview): Added comment concerning tool bar icons.
8232
8233         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8234         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8235
8236         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8237         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8238
8239         * message.el (message-tool-bar-gnome): Use new icon names.
8240         (message-make-tool-bar): Use `gmm-image-load-path'.
8241
8242         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8243         functions from MH-E.
8244         (gmm-image-load-path): New variable from MH-E.
8245         (gmm-image-load-path): New function from MH-E.  Added arguments
8246         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8247         *-image-load-path-called-flag.
8248
8249 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8250
8251         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8252
8253 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8254
8255         * nnimap.el (nnimap-request-move-article): Change folder back to
8256         source group before deleting.
8257
8258 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8261
8262         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8263         mm-url.
8264
8265         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8266
8267 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8270         coding system which mm-charset-to-coding-system returns for a
8271         given charset is valid.
8272
8273 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8274
8275         * html2text.el (html2text-remove-tag-list):
8276         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8277
8278 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8279
8280         * gnus-cus.el: Revert 2005-10-17 change.
8281
8282 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * gnus-art.el (article-strip-banner): Call
8285         article-really-strip-banner only when the regexp match is made.
8286
8287 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-art.el (article-strip-banner): Use
8290         gnus-extract-address-components instead of
8291         mail-header-parse-addresses to make it work with non-ASCII text;
8292         remove mail-encode-encoded-word-string.
8293
8294         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8295         values which are surrounded with \"...\"; make it never cause a
8296         Lisp error; give up parsing of parameters if it failed in
8297         extracting type.
8298
8299 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8300
8301         * smime.el (smime-cert-by-ldap-1): Fix bug where
8302         `smime-ldap-search' returns results without userCertificates.
8303
8304 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8307
8308 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * spam.el (spam-check-spamassassin-headers): Adapt format for
8311         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8312         <ari@mbf.ocn.ne.jp>.
8313         (spam-list-of-processors): Add spam-use-gmane.
8314
8315 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8318         make-temp-file; make it work with XEmacs as well.
8319
8320         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8321         mm-make-temp-file.
8322
8323         * mm-decode.el (mm-display-external): Use the 3rd arg of
8324         mm-make-temp-file.
8325         (mm-create-image-xemacs): Ditto.
8326
8327 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8330         with message-narrow-to-headers.
8331         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8332         (gnus-draft-check-draft-articles): New function.
8333         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8334
8335 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * gnus-art.el (gnus-article-browse-html-parts):
8338         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8339         Don't use suffix argument for mm-make-temp-file for Emacs 21
8340         compatibility.  Remove useless `format'.
8341
8342 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8343
8344         * nnweb.el (nnweb-google-wash-article): Update regexps.
8345         (nnweb-group-alist): Use defvoo instead of defvar.
8346
8347 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8350         re-loading nn* modules.
8351
8352 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8355         for `tool-bar-mode' and don't check it's default-value.
8356
8357         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8358
8359         * message.el (message-make-tool-bar): Ditto.
8360
8361         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8362         `substring'.  Shorten tmp-file name.
8363
8364         * gnus.el: Remove bogus comment.
8365
8366 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8367
8368         * gnus-art.el (gnus-article-browse-html-parts): New function.
8369         (gnus-article-browse-html-article): New function for viewing html
8370         articles with a browser.
8371
8372 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8373
8374         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8375         in elisp.
8376         (pgg-gpg-encrypt-symmetric-region): Ditto.
8377         (pgg-gpg-sign-region): Ditto.
8378
8379         * pgg-def.el (pgg-text-mode): New variable.
8380
8381         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8382         (mml2015-pgg-encrypt): Ditto.
8383
8384         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8385         (mml1991-pgg-encrypt): Ditto.
8386
8387 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8390         message-make-date instead of current-time-string.
8391
8392         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8393         to gnus-decoded which mm-uu might set.
8394
8395 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8398         don't decode quoted parameters; remove misimported Emacs code.
8399         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8400         (rfc2231-decode-encoded-string): Don't use split-string which
8401         behaves differently according to Emacs version; use
8402         mm-decode-coding-region to convert charset to coding-system.
8403         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8404         (rfc2231-encode-string): Remove misimported Emacs code.
8405
8406 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8409         when calling mail-header-parse-content-type.
8410         (article-de-quoted-unreadable): Ditto.
8411         (article-de-base64-unreadable): Ditto.
8412         (article-wash-html): Ditto.
8413
8414         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8415         calling mail-header-parse-content-type and
8416         mail-header-parse-content-disposition.
8417         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8418         mail-header-parse-content-type.
8419
8420         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8421         insert charset and format parameters; encode description after
8422         inserting it to buffer.
8423         (mml-insert-parameter): Fold lines properly even if a parameter is
8424         segmented into two or more lines; change the max column to 76.
8425
8426         * rfc1843.el (rfc1843-decode-article-body): Don't use
8427         ignore-errors when calling mail-header-parse-content-type.
8428
8429         * rfc2231.el (rfc2231-parse-string): Return at least type if
8430         possible; don't cause an error even if it fails in parsing of
8431         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8432         (rfc2231-encode-string): Don't break lines at the beginning, leave
8433         it to mml-insert-parameter.
8434
8435         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8436         calling mail-header-parse-content-type.
8437
8438 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * spam-report.el (spam-report-gmane-use-article-number):
8441         Improve doc string.
8442         (spam-report-gmane-internal): Check if a suitable header was found
8443         in the article.
8444
8445 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8448         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8449
8450 2006-02-05  Romain Francoise  <romain@orebokech.com>
8451
8452         Update copyright notices of all files in the gnus directory.
8453
8454 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8455
8456         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8457
8458 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8461         segmented lines of parameter value to cope with Thunderbird 1.5
8462         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8463         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8464         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8465
8466 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8467
8468         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8469         parts.
8470
8471 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8472
8473         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8474         there's only one active file for all servers.
8475         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8476         solid groups.  Gnus might have used a FAST request to select the group.
8477         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8478         and nnweb-search redundantly in the active file.
8479         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8480         (nnweb-request-create-group): Don't use ARGS.
8481         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8482         initialisations.  Let nnoo do the work.
8483
8484 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8487         Say the part has been decoded.
8488
8489         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8490
8491 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8492
8493         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8494         mailcap-viewer-test-cache when there's no 'test clause, since that
8495         will invert the meaning of a "nil" test previously determined by
8496         mailcap-mailcap-entry-passes-test.
8497
8498 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8501         compiling.
8502
8503         * gnus-sum.el: Ditto.
8504
8505         * message.el: Don't bind tool-bar-map when compiling.
8506
8507 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8510
8511 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8512
8513         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8514         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8515         current Google Groups.
8516
8517 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8520         and tool-bar-mode.
8521
8522         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8523         and tool-bar-mode.
8524
8525         * message.el (message-tool-bar-update): Simplify.
8526         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8527
8528         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8529         gnus-summary-buffer.
8530         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8531         gnus-summary-reply.
8532
8533         * gmm-utils.el (gmm): Add :version.
8534
8535 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * Makefile.in (clean): New rule.
8538         (distclean): Use it.
8539
8540 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8541
8542         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8543         autoload.
8544
8545 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gmm-utils.el (gmm-verbose): Add :group.
8548
8549 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * message.el: Change some comments WRT tool-bars.
8552
8553         * gnus-sum.el (gnus-summary-tool-bar)
8554         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8555         (gnus-summary-tool-bar-zap-list): New variables.
8556         (gnus-summary-make-tool-bar): Complete rewrite using
8557         `gmm-tool-bar-from-list'.
8558
8559         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8560         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8561         variables.
8562         (gnus-group-make-tool-bar): Complete rewrite using
8563         `gmm-tool-bar-from-list'.
8564         (gnus-group-tool-bar-update): New function.
8565
8566         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8567
8568 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8571         is dissected into a single part of which the type is the same as
8572         the given one; decode charset.
8573
8574 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8575
8576         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8577         into alists as symbol not string, since that's what
8578         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8579         look for.
8580
8581 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8584         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8585
8586         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8587
8588 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8591         (gnus-xmas-mime-security-button-menu): New function.
8592
8593         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8594         (gnus-mime-security-button-menu): New definition.
8595         (gnus-mime-security-button-map): Use them.
8596         (gnus-mime-security-button-menu): New function.
8597         (gnus-insert-mime-security-button): Addition to help echo.
8598         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8599         (gnus-mime-security-pipe-part): New functions.
8600
8601         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8602         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8603
8604         * mm-decode.el (mm-handle-set-disposition): Remove.
8605         (mm-handle-set-description): Remove.
8606
8607 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8610         (mm-w3m-standalone-supports-m17n-p): New function.
8611         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8612         w3m usage.
8613
8614         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8615         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8616
8617 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * message.el (message-tool-bar-zap-list): Use
8620         gmm-tool-bar-zap-list as custom type.
8621         (message-tool-bar-update): New function.
8622         (message-tool-bar, message-tool-bar-gnome)
8623         (message-tool-bar-retro): Add message-tool-bar-update.
8624         (message-tool-bar-gnome): Add flyspell-buffer.
8625
8626         * gnus-util.el (gnus-error): Describe `args'.
8627
8628         * gmm-utils.el (gmm-error): Describe `args'.
8629         (gmm-tool-bar-zap-list): New widget.
8630         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8631
8632 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8635         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8636         the number of recursive calls.
8637
8638         * mm-decode.el (mm-handle-set-disposition): New macro.
8639         (mm-handle-set-description): New macro.
8640
8641 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8644         encoding.
8645
8646 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * message.el (message-tool-bar-zap-list, message-tool-bar)
8649         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8650         (message-tool-bar-local-item-from-menu): Remove.
8651         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8652         (message-make-tool-bar): New function.
8653         (message-mode): Use `message-make-tool-bar'.
8654
8655         * gmm-utils.el: New file.
8656         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8657         (gmm-lazy): New widget copied from `nnmail.el'.
8658         (gmm-tool-bar-from-list): New function for creating customizable
8659         tool bars.
8660         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8661         output.
8662         (gmm): Add :prefix to defgroup.
8663
8664 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8665
8666         * gmm-utils.el (gmm-widget-p): New function.
8667
8668 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * mml.el (mml-attach-file): Describe `description' in doc string.
8671         (mml-menu): Add Emacs MIME manual and PGG manual.
8672
8673 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8674
8675         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8676
8677 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8678
8679         * nntp.el (nntp-end-of-line): Doc fix.
8680
8681 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8682
8683         * imap.el (imap-open): Handle case where buffer is a buffer
8684         object.
8685
8686 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8687
8688         * gnus-delay.el (gnus-delay): Don't autoload.
8689         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8690         to be re-loaded when customizing the `gnus-delay' group.
8691
8692 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8693
8694         * message.el (message-insert-citation-line): Use newlines.
8695
8696 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8697
8698         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8699         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8700         these routines, so the passphrase can be managed externally and
8701         passed in to the system.
8702         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8703         pgg-add-passphrase-to-cache function.
8704
8705         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8706         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8707         these routines, so the passphrase can be managed externally and
8708         passed in to the system.
8709         (pgg-pgp5-sign-region): Use new name of
8710         pgg-add-passphrase-to-cache function.
8711
8712 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8713
8714         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8715         part of the decoded armor to find the key-identifier.
8716         (pgg-gpg-lookup-key-owner): New function to return the
8717         human-readable identifier of a key owner.
8718         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8719         itself.
8720         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8721         the key value) if we have a key and can match it against a secret
8722         key.  Also, added a note pointing out fact that the prompt only
8723         indicates the first matching key.
8724
8725         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8726         pgg-decrypt-region.
8727         (pgg-add-passphrase-to-cache): Rename from
8728         `pgg-add-passphrase-cache' to reduce confusion (all callers
8729         changed).
8730         (pgg-remove-passphrase-from-cache): Rename from
8731         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8732         changed).
8733         (pgg-read-passphrase, pgg-add-passphrase-cache)
8734         (pgg-remove-passphrase-cache): Add informative docstrings.
8735         (pgg-decrypt): Convey provided passphrase in subordinate call to
8736         pgg-decrypt-region.
8737
8738 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8739
8740         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8741         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8742         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8743         'passphrase' argument, so the passphrase can be managed externally
8744         and then passed in to the system.
8745
8746         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8747         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8748         so the passphrase cache can be used reliably with identifiers
8749         besides a pgp packet's key id.
8750
8751         * pgg-gpg.el (pgg-gpg-encrypt-region)
8752         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8753         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8754         these routines, so the passphrase can be managed externally and
8755         passed in to the system.
8756
8757         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8758         'notruncate' argument, so the passphrase cache can be used
8759         reliably with identifiers besides a pgp packet's key id.
8760
8761 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8762
8763         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8764         symmetric encryption.
8765         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8766         encrypted session key.
8767         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8768         message ask for the passphrase in a proper way.
8769
8770         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8771         New user commands for symmetric encryption.
8772
8773 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8776
8777         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8778
8779 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8780
8781         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8782
8783 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * mm-decode.el (mm-inlined-types): Add application/pgp.
8786         (mm-automatic-display): Ditto.
8787
8788         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8789         part as text.
8790
8791 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * nnrss.el: Update copyright.
8794         (nnrss-opml-import): Query whether to subscribe to each entry.
8795
8796         * gnus-art.el:
8797         * gnus-sum.el:
8798         * gnus-xmas.el:
8799         * messagexmas.el:
8800         * mm-uu.el:
8801         * mm-view.el: Update copyright.
8802
8803 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * message.el (message-info): New function.
8806         (message-mode-menu): Add it.
8807         Update copyright.
8808
8809         * ChangeLog: Fix and update copyright.
8810
8811 2006-01-13  Romain Francoise  <romain@orebokech.com>
8812
8813         * message.el (message-forward-subject-name-subject): Prefer the
8814         address to 'nowhere' if the sender has no name.
8815         Fix typo.  Update copyright year.
8816
8817 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-art.el (article-wash-html): Use
8820         gnus-summary-show-article-charset-alist if a numeric arg is given.
8821         (gnus-article-wash-html-with-w3m-standalone): New function.
8822
8823         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8824         mm-inline-text-html-render-with-w3m-standalone.
8825         (mm-text-html-washer-alist): Map w3m-standalone to
8826         gnus-article-wash-html-with-w3m-standalone.
8827         (mm-inline-text-html-render-with-w3m-standalone): New function.
8828
8829 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8832         Improve LaTeX.
8833
8834 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8837         (nnrss-request-article): Render text/plain parts as HTML.
8838
8839         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8840         the buffer.
8841
8842 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8845         custom definition of `gnus-posting-styles'.
8846
8847         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8848         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8849
8850 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8853         Use nntp for bug archive.
8854
8855 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8858         parts.
8859         (nnrss-normalize-date): New function converts ISO 8601 date into
8860         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8861         (nnrss-check-group): Use it.
8862
8863 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8866
8867         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8868         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8869         (nnrss-insert-w3): Ditto.
8870
8871 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8874         the articles to be forwarded including the case where neither a
8875         number of articles nor a region is specified.
8876
8877 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * nnrss.el (nnrss-request-article): Fix last change; fill
8880         text/plain parts.
8881
8882 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8885         in text/plain part.
8886         (nnrss-check-group): Don't add excessive newline to dc:subject.
8887
8888 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8889
8890         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8891         article.
8892
8893 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8896         (nnml-use-compressed-files, nnml-save-mail): Support other
8897         comression programs such as bzip2.
8898
8899 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * dns.el (query-dns): Make sure we check the buffer size before
8902         removing tcp headers.
8903
8904 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8907         remove MIME buttons associated with multipart/alternative parts.
8908         (gnus-mime-display-alternative): Tag buttons using `article-type'
8909         text property.
8910
8911         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8912         associated with multipart/alternative parts.
8913
8914         * gnus-art.el (gnus-signature-separator): Fix custom type.
8915
8916         * mm-decode.el (mm-inlined-types): Fix custom type.
8917         (mm-keep-viewer-alive-types): Ditto.
8918         (mm-automatic-display): Ditto.
8919         (mm-attachment-override-types): Ditto.
8920         (mm-inline-override-types): Ditto.
8921         (mm-automatic-external-display): Ditto.
8922
8923 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * spam-report.el (spam-report-user-mail-address)
8926         (spam-report-user-agent): New variables.
8927         (spam-report-url-ping-plain): Use spam-report-user-agent.
8928
8929 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8930
8931         * gnus-art.el (gnus-button-handle-custom): Do not just use
8932         `customize-apropos' for any "M-x customize-*" button but the
8933         function called for.  Accept both the function name and its
8934         argument in order to achieve this.
8935         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8936         function name to `gnus-button-handle-custom' in case of "M-x
8937         customize-*" buttons.
8938
8939 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8942         multipart/alternative and add xref to mm-discouraged-alternatives
8943         in doc string.
8944
8945         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8946         gnus-buttonized-mime-types in doc string.
8947
8948 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8951         Suggest image/.* in the doc string.
8952
8953 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8956         message-marks (Debian bug #342521).
8957
8958 2005-12-12  Simon Josefsson  <jas@extundo.com>
8959
8960         * password.el (password-read-from-cache): Add.
8961         (password-read): Use it.
8962
8963 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8966         us-ascii as a MIME charset.
8967
8968         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8969         against the case where the 2nd arg TYPE is nil.
8970
8971 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * pop3.el (pop3-stream-type): Fix custom version.
8974
8975         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8976
8977 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8978
8979         * mm-decode.el (mm-display-external): Add missing cdr.
8980
8981 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8984         RFC1524) if it is in mailcap or add a suffix according to
8985         mailcap-mime-extensions when generating a temp filename; postpone
8986         deleting a temp file for 2 seconds for some wrappers, shell
8987         scripts, and so on, which might exit right after having started a
8988         viewer command as a background job.
8989
8990 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * nntp.el (nntp-marks-directory): Fix custom group.
8993
8994         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8995         steps when < 10.
8996
8997         * gnus-start.el (gnus-no-server-1): Mention
8998         `gnus-level-default-subscribed' in doc string.
8999
9000 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9001
9002         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9003         parens.
9004
9005 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-xmas.el (gnus-use-toolbar): Revert.
9008         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9009         gnus-use-toolbar is default.
9010
9011         * messagexmas.el (message-use-toolbar): Revert.
9012         (message-setup-toolbar): Use global default-toolbar if
9013         message-use-toolbar is default.
9014
9015 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9018         according to default-toolbar-visible-p.
9019
9020         * messagexmas.el (message-use-toolbar): Ditto.
9021
9022 2005-11-26  Dave Love  <fx@gnu.org>
9023
9024         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9025         (tls-program, tls-success): Provide openssl alternative.
9026
9027         * starttls.el: Doc fixes.
9028         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9029         SERVICE to PORT.
9030
9031         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9032         port null or service name.
9033         (starttls-negotiate): Autoload.
9034
9035 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * message.el (message-kill-to-signature): Fix interactive spec.
9038
9039 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * pop3.el (pop3-open-server): Recognize a string as a service name.
9042
9043 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9044
9045         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9046
9047 2005-11-23  Dave Love  <fx@gnu.org>
9048
9049         Add pop3s, pop3/starttls.
9050
9051         * pop3.el (pop3-authentication-scheme): Clarify doc.
9052         (open-tls-stream, starttls-open-stream): Autoload.
9053         (pop3-stream-type): New.
9054         (pop3-open-server): Use it.
9055
9056         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9057         for POP.
9058         (mail-source-keyword-map): Add :stream for POP.
9059         (mail-source-fetch-pop): Use pop3-stream-type.
9060
9061 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9064         of current-time-string.
9065
9066 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9067
9068         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9069         date header.
9070
9071 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9072
9073         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9074         it can seriously impact performance as it bypasses the agent's
9075         local caches.
9076
9077 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9078
9079         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9080         must be explicitly online rather than "not explicitly offline" for
9081         its flags to be synchronized.
9082
9083         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9084         that gnus-uu-unmark-thread will function correctly.
9085
9086         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9087         1024K is instead displayed as 1M.
9088
9089 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9092
9093 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9094
9095         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9096
9097 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9098
9099         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9100         error message to display actual error condition.
9101         (gnus-agent-save-local): Avoid saving symbols that are bound to
9102         nil as they simply result in a warning message in
9103         gnus-agent-read-local.
9104
9105 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9108         rather than make-variable-buffer-local for file-precious-flag.
9109
9110 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9111
9112         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9113         for duplicates which are removed.  The invalid sort check then
9114         triggers a rescan after the sort as sorting may have moved
9115         duplicate entries such that they can be cheaply detected.
9116
9117 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9120
9121 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9122
9123         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9124         internal variable to a custom variable.  Changed default value
9125         from compressed(2) to uncompressed(1).
9126         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9127         support for uncompressed agentview files.  Taken together, reading
9128         the agentview file should now be 6-7 times faster.
9129
9130 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9131
9132         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9133         as a buffer-local variable.  This avoids creating truncated
9134         dribble files as a result of a hang up, eg.
9135
9136 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9137
9138         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9139         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9140         XEmacs.
9141
9142 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus-start.el (gnus-start-draft-setup): Enforce
9145         `gnus-draft-mode' for nndraft:drafts at startup.
9146
9147         * gnus.el (gnus-splash): Change custom group.
9148         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9149         allow-list argument.
9150
9151         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9152         string.
9153
9154 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * gnus-art.el (gnus-default-article-saver): Add user-defined
9157         `function' to custom type.
9158
9159 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9160
9161         * imap.el (imap-open): Handle case where buffer is a buffer
9162         object.
9163
9164 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9167         long lines.
9168         (gnus-cache-delete-group): Wrap doc strings.
9169
9170         * gnus-agent.el (gnus-agent-rename-group)
9171         (gnus-agent-delete-group): Wrap doc strings.
9172
9173 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * messagexmas.el (message-use-toolbar): Change the valid values
9176         into default, top, bottom, left, and right.
9177         (message-toolbar-thickness): New variable.
9178         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9179         well.
9180         (message-setup-toolbar): Make it work.
9181
9182         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9183         (gnus-use-toolbar): Change the valid values into default, top,
9184         bottom, left, and right.
9185         (gnus-toolbar-thickness): New variable.
9186         (gnus-xmas-setup-toolbar): New function.
9187         (gnus-xmas-setup-group-toolbar): Use it.
9188         (gnus-xmas-setup-summary-toolbar): Use it.
9189
9190 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * gnus-start.el (gnus-1): Add "native" to
9193         gnus-predefined-server-alist.
9194
9195         * gnus.el (gnus-method-to-server): Don't add "native" to the
9196         lists here, because that leads to problems when
9197         gnus-select-method is bound.
9198
9199 2005-11-09  Simon Josefsson  <jas@extundo.com>
9200
9201         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9202         use (not sort-by-date) instead.
9203
9204 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9205
9206         * gnus-delay.el (gnus-delay-group): Don't autoload.
9207         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9208         to be re-loaded when customizing the `gnus-delay' group.
9209
9210 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9211
9212         * message.el: Revert last changes.
9213         (message-insert-citation-line): Use newlines.
9214
9215 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9216
9217         * message.el (message-courtesy-message)
9218         (message-mark-insert-begin, message-mark-insert-end)
9219         (message-elide-ellipsis, message-cancel-message)
9220         (message-add-header, message-change-subject)
9221         (message-cross-post-followup-to-header)
9222         (message-cross-post-insert-note, message-reduce-to-to-cc)
9223         (message-widen-reply, message-delete-not-region)
9224         (message-kill-to-signature, message-insert-signature)
9225         (message-insert-importance-high, message-insert-importance-low)
9226         (message-insert-or-toggle-importance)
9227         (message-insert-disposition-notification-to)
9228         (message-indent-citation, message-yank-original)
9229         (message-cite-original-without-signature, message-cite-original)
9230         (message-insert-citation-line, message-position-on-field)
9231         (message-fix-before-sending, message-send-mail-partially)
9232         (message-send-mail, message-send-mail-with-sendmail)
9233         (message-send-mail-with-qmail, message-send-news)
9234         (message-check-news-header-syntax, message-generate-headers)
9235         (message-insert-courtesy-copy, message-fill-address)
9236         (message-fill-header, message-shorten-references)
9237         (message-setup-1, message-cancel-news)
9238         (message-forward-make-body-plain, message-forward-make-body-mime)
9239         (message-forward-make-body-mml, message-encode-message-body)
9240         (message-forward-make-body-digest-plain)
9241         (message-forward-make-body-digest-mime)
9242         (message-use-alternative-email-as-from): Insert `hard-newline'
9243         instead of ordinary newlines.
9244
9245 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * message.el (message-generate-headers): Downcase the argument
9248         given to message-check-element.
9249
9250 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9251
9252         * nntp.el (nntp-authinfo-rejected): New error condition.
9253         (nntp-wait-for): Use new error condition to signal authentication
9254         error.
9255         (nntp-retrieve-data): Rethrow new error condition to break out of
9256         recursive call to nntp-send-authinfo.
9257
9258 2005-11-08  Romain Francoise  <romain@orebokech.com>
9259
9260         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9261         (gnus-summary-exit-map): Bind to `Z p'.
9262         (gnus-summary-make-menu-bar): Add menu item.
9263
9264 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9267         (gnus-treat-*): Add `first' in all doc strings.
9268
9269         * gnus-group.el (gnus-group-compact-group): Fix typo.
9270
9271 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus.el (gnus-parameters-case-fold-search): New variable.
9274         (gnus-parameters-get-parameter): Use it.
9275
9276         * gnus-score.el (gnus-home-score-file): Doc fix.
9277
9278 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9279
9280         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9281
9282 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * mm-util.el (mm-special-display-p): New function.
9285
9286         * mml.el (mml-preview): Use it; doc fix.
9287
9288 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9289
9290         * imap.el (imap-open): Handle case where buffer is a buffer object.
9291
9292 2005-10-29  Romain Francoise  <romain@orebokech.com>
9293
9294         * message.el (message-fix-before-sending): Fix comment.
9295
9296 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9297
9298         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9299
9300 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9301
9302         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9303         Used in gnus-score.el.
9304
9305 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9308
9309 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9312         whitespace removed in revision 7.8.  Use concatenated string to
9313         protect trailing whitespace.
9314
9315 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9316
9317         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9318         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9319         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9320         Courier IMAP ("some version from 2004").  Mostly based on similar
9321         code in the same function.
9322
9323 2005-10-26  Didier Verna  <didier@xemacs.org>
9324
9325         * gnus-group.el (gnus-group-compact-group): Invalidate original
9326         article buffer.
9327         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9328         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9329         NOV database and in article itself.
9330         Invalidate article backlog.
9331
9332 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9335
9336 2005-10-26  Simon Josefsson  <jas@extundo.com>
9337
9338         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9339         part of 2004-07-25 change.
9340
9341 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * message.el (message-display-completion-list): New function.
9344         (message-expand-group): Use it; make sure the Completions buffer
9345         is modifiable.
9346 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9347
9348         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9349         user-mail-name is an empty string.
9350
9351 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9354         depending on gnus-score-decay-constant.
9355
9356         * encrypt.el (encrypt-insert-file-contents)
9357         (encrypt-write-file-contents): Don't use `gnus-message'.
9358
9359         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9360         arguments.
9361         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9362         arguments to mm-uu-verbatim-marks-extract.
9363         (mm-uu-hide-markers): New variable.
9364         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9365
9366         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9367         (gnus-convert-image-to-face-command): Use "convert" by default to
9368         allow other input image formats.
9369         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9370         accordingly.
9371
9372 2005-10-23  Simon Josefsson  <jas@extundo.com>
9373
9374         * imap.el (imap-gssapi-program): Align command line parameters
9375         with latest GNU SASL.
9376         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9377
9378 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9381         HTML.
9382         (nnslashdot-request-article): Ditto.
9383
9384         * lpath.el (featurep): Add nobreak-char-display.
9385
9386 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9387
9388         * mail-source.el (mail-source-fetch-pop): Require pop3.
9389         (mail-source-check-pop): Ditto.
9390
9391 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9394         errors.
9395
9396 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9399         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9400
9401         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9402
9403         * mm-bodies.el (mm-decode-string): Call
9404         `mm-charset-to-coding-system' with allow-override argument.
9405
9406 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9409         (rfc2047-charset-to-coding-system): New function.
9410         (rfc2047-decode-encoded-words): New function.
9411         (rfc2047-decode-region): Use them.
9412         (rfc2047-decode-cte): Remove.
9413         (rfc2047-parse-and-decode): Remove.
9414         (rfc2047-decode): Remove.
9415
9416 2005-10-15  Kenichi Handa  <handa@m17n.org>
9417
9418         * rfc2047.el (rfc2047-decode-cte): New function.
9419         (rfc2047-decode-region): Change the way to decode successive
9420         encoded-words: decode B- or Q-encoding in each encoded-word,
9421         concatenate them, and decode it as charset.
9422
9423 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * lpath.el: Fbind codepage-setup for XEmacs.
9426
9427 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9428
9429         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9430         widget-move-and-invoke.
9431         (gnus-custom-mode): Use gnus-custom-map.
9432
9433 2005-10-15  Bill Wohler  <wohler@newt.com>
9434
9435         * message.el (message-tool-bar-map): Renamed image file from
9436         mail_send to mail/send.
9437
9438 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9439
9440         * message.el (message-expand-group): Pass the common
9441         prefix substring of completion to `display-completion-list'.
9442
9443 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * mml-sec.el (mml-secure-method): New internal variable.
9446         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9447         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9448         functions using mml-secure-method.
9449
9450         * mml.el (mml-mode-map): Add key bindings for those functions.
9451         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9452         Harder <harder@myrealbox.com>.
9453         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9454         end of message if point is the headers of the message.
9455
9456         * message.el (message-in-body-p): New function.
9457
9458         * assistant.el: Autoload gnus-util and netrc.
9459
9460         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9461         Use `mm-charset-override-alist' only when decoding.
9462
9463         * mm-bodies.el (mm-decode-body): Call
9464         `mm-charset-to-coding-system' with allow-override argument.
9465
9466         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9467         `filename' from Content-Disposition if Content-Type doesn't
9468         provide `name'.
9469         (gnus-mime-view-part-as-type): Set default instead of
9470         initial-input.
9471
9472 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9473
9474         * format-spec.el (format-spec): Propagate text properties of % spec.
9475
9476 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gnus-art.el (gnus-treat-predicate): Add `first'.
9479
9480 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9483         (mm-charset-override-alist): New variable.
9484         (mm-charset-to-coding-system): Use it.
9485         (mm-codepage-setup): New helper function.
9486         (mm-charset-eval-alist): New variable.
9487         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9488         about unknown charsets.
9489
9490         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9491
9492 2005-10-04  David Hansen  <david.hansen@gmx.net>
9493
9494         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9495         (nnrss-check-group): Ditto.
9496
9497 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9500         Rename x-gnus-verbatim to x-verbatim.
9501         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9502
9503         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9504         x-verbatim.
9505
9506         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9507
9508         * gnus-util.el (gnus-remove-duplicates): Remove.
9509
9510         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9511         instead of gnus-remove-duplicates.
9512
9513         * message.el (message-remove-duplicates): Remove.
9514         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9515         message-remove-duplicates.
9516
9517         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9518         available, else use implementation from `delete-dups'.
9519
9520         * message.el (message-insert-expires): New function.
9521         (message-mode-map): Add key binding.
9522         (message-mode-field-menu): Add menu entry.
9523         (message-mode): Document it.
9524         (message-make-expires-date): Use `message-make-date'.
9525
9526 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9527
9528         * message.el (message-make-expires-date): New function.
9529
9530 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * Makefile.in (list-installed-shadows): New entry.
9533         (install): Use it.
9534         (remove-installed-shadows): New entry.
9535
9536         * dgnushack.el (dgnushack-default-load-path): New variable.
9537         (dgnushack-find-lisp-shadows): New function.
9538         (dgnushack-remove-lisp-shadows): New function.
9539
9540 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * Makefile.in (install-el-elc): New entry.
9543         (install): Use it so that .el files are necessarily installed.
9544
9545 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9548
9549 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9550
9551         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9552         function rather than the diff-mode.el package.
9553         (mm-display-external): Use with-current-buffer.
9554         (mm-viewer-completion-map, mm-viewer-completion-map):
9555         Move initialization inside declaration.
9556
9557 2005-09-29  Simon Josefsson  <jas@extundo.com>
9558
9559         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9560         autoload mail-check-payment.
9561         (spam-check-hashcash): Define unconditionally, since hashcash.el
9562         is part of Gnus now.  Ignore errors from payment checking.
9563
9564 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * message.el (message-bold-region, message-unbold-region): Rename
9567         from `bold-region' and `unbold-region'.
9568
9569         * message.el: Remove useless autoloads.
9570
9571 2005-09-28  Simon Josefsson  <jas@extundo.com>
9572
9573         * message.el (message-use-idna): Default to t.
9574         (message-use-idna): Test whether encoding works too.  Doc fix.
9575
9576 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * nntp.el (nntp-warn-about-losing-connection): Remove.
9579
9580 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9583         customizable.  Change default value.
9584         (mm-uu-diff-groups-regexp): Change default value.
9585         (mm-uu-type-alist): Add doc string.
9586         (mm-uu-configure): Add doc string.  Make it interactive.
9587         (mm-uu-tex-groups-regexp): New variable.
9588         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9589         (mm-uu-type-alist): Add LaTeX documents.
9590         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9591         of "text/verbatim".
9592         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9593
9594         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9595         instead of "text/verbatim".
9596
9597         * message.el (message-mark-inserted-region)
9598         (message-mark-insert-file): Use slrn style marks when called with
9599         prefix argument.
9600
9601 2005-09-27  Simon Josefsson  <jas@extundo.com>
9602
9603         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9604
9605 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9606
9607         * message.el (message-remove-duplicates): New function.
9608         Implementation borrowed from `gnus-remove-duplicates'.
9609         (message-idna-to-ascii-rhs): Also encode idna addresses in
9610         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9611         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9612         only ask about the same idna domain once per header and also tell
9613         in what header to replace the idna domain.
9614
9615         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9616         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9617         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9618         a header is decoded and not just the last one.
9619
9620 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9623         has been decoded.
9624
9625         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9626         (mm-insert-part): Don't modify text if it has been decoded.
9627
9628         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9629         decoded.
9630
9631         * mm-view.el (mm-inline-text): Don't strip text props unless
9632         decoding enriched or richtext parts.
9633
9634 2005-09-25  Romain Francoise  <romain@orebokech.com>
9635
9636         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9637         * gnus-start.el (gnus-subscribe-interactively):
9638         * gnus-uu.el (gnus-uu-grab-articles):
9639         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9640         space.
9641
9642 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9643
9644         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9645         * mm-view.el (mm-view-pkcs7-decrypt):
9646         * gnus-sum.el (gnus-summary-limit-to-extra)
9647         (gnus-summary-respool-article, gnus-read-move-group-name):
9648         * gnus-score.el (gnus-summary-increase-score):
9649         * gnus-util.el (gnus-completing-read-with-default):
9650         * gnus-art.el (gnus-read-save-file-name)
9651         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9652         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9653         * message.el (message-check-news-header-syntax):
9654         Follow convention for reading with the minibuffer.
9655
9656 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * spam-report.el (spam-report-url-ping-plain):
9659         Use gnus-extended-version as User-Agent.
9660
9661         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9662         default value is nil.
9663
9664         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9665         (mm-uu-verbatim-marks-extract): New function.
9666         (mm-uu-extract): New face.
9667         (mm-uu-copy-to-buffer): Use it.
9668
9669         * spam-report.el (spam-report-gmane-ham): Renamed from
9670         `spam-report-gmane-unspam'.
9671         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9672         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9673
9674         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9675         Autoload.
9676         (spam-report-gmane-unregister-routine): Renamed
9677         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9678
9679 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9680
9681         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9682         (spam-report-gmane-unregister-routine): Add support for gmane
9683         unregistration.
9684
9685         * spam-report.el (spam-report-gmane-unspam)
9686         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9687         (spam-report-gmane): Change to take a single article and do unspam
9688         registration.
9689
9690 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * mm-url.el (mm-url-decode-entities): Fix regexp.
9693
9694 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9697         default to nil, to be able to use Gnus at all.  If the default
9698         switches to something else, then the function should be fixed not
9699         be exceedingly slow.
9700
9701 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9702
9703         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9704         fail hard.
9705
9706         * spam-report.el: Add better Keywords line.
9707
9708         * spam.el: Add Maintainer and better Keywords line.
9709
9710 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus-art.el (gnus-article-replace-part)
9713         (gnus-mime-replace-part): New functions.
9714         (gnus-mime-action-alist, gnus-mime-button-commands)
9715         (gnus-mime-save-part-and-strip): Added file argument.
9716         (gnus-article-part-wrapper): Added interactive argument.
9717
9718         * gnus-sum.el (gnus-summary-mime-map): Add
9719         `gnus-article-replace-part'.
9720
9721 2005-09-19  Didier Verna  <didier@xemacs.org>
9722
9723         The nnml compaction feature:
9724         * nnml.el (nnml-request-compact-group): New function.
9725         * nnml.el (nnml-request-compact): New function.
9726         * gnus-int.el (gnus-request-compact-group): New function.
9727         * gnus-int.el (gnus-request-compact): New function.
9728         * gnus-group.el (gnus-group-compact-group): New function.
9729         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9730         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9731         * gnus-srvr.el (gnus-server-compact-server): New function.
9732         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9733         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9734
9735 2005-09-18  Deepak Goel  <deego@gnufans.org>
9736
9737         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9738         format spec.
9739
9740 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9743
9744 2005-09-15  Romain Francoise  <romain@orebokech.com>
9745
9746         * message.el (message-fill-paragraph): Clarify docstring.
9747
9748 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (gnus-mime-display-part): Protect against broken
9751         MIME messages.
9752
9753 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9756         before parsing header.
9757
9758 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9759
9760         * html2text.el (html2text-replace-list): Add new entities.
9761
9762 2005-09-11  Romain Francoise  <romain@orebokech.com>
9763
9764         * message.el (message-alternative-emails): Improve docstring.
9765         (message-setup-1): Call `message-use-alternative-email-as-from'
9766         after `message-setup-hook' to give it precedence over posting
9767         styles, etc.
9768         (message-use-alternative-email-as-from): Add docstring.  Remove
9769         the original From header if present.
9770
9771         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9772         (nnml-save-mail): Use it.
9773
9774         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9775         articles.  Add new argument `silent'.
9776         (gnus-uu-mark-all): Report the total number of marked articles.
9777
9778 2005-09-10  Romain Francoise  <romain@orebokech.com>
9779
9780         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9781         (gnus-uu-mark-series): Likewise.
9782
9783 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * spam-report.el (spam-report-gmane): Fix generation of spam
9786         report URL.
9787
9788 2005-09-10  Simon Josefsson  <jas@extundo.com>
9789
9790         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9791         t, based on discussion on the ding list with Robert Epprecht
9792         <epprecht@solnet.ch>.
9793
9794 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * spam-report.el (spam-report-gmane): Make it work without
9797         X-Report-Spam header.  Gmane now only provides Archived-At.
9798         This is only used if `spam-report-gmane-use-article-number' is nil.
9799         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9800
9801         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9802         make `gnus-summary-sort-by-recipient' work with threading.
9803
9804         * nnweb.el (nnweb-google-wash-article): Print a message if article
9805         is not available.
9806
9807 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9808
9809         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9810         change.  Decode text/* parts content before displaying.
9811
9812 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9815
9816 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9819
9820         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9821         url-package-name, url-package-version,
9822         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9823         w3m-display-inline-images, and w3m-minor-mode-map.
9824
9825 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * message.el (message-tab-body-function): Fix mismatched custom type.
9828
9829         * gnus.el (gnus-group-change-level-function): Ditto.
9830
9831         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9832
9833         * gnus-art.el (gnus-signature-limit)
9834         (gnus-article-mime-part-function): Ditto.
9835
9836 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * mml.el (mml-mode): Silence the byte compiler.
9839
9840         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9841         using `(sit-for 0)' before moving the point to the specified part;
9842         skip unbuttonized parts.
9843         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9844         return to the summary window if gnus-auto-select-part is non-nil.
9845
9846 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9849         variables.
9850         (mml-dnd-attach-file, mml-mode): Use them.
9851
9852         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9853         Make fetching article by MID work again for Google Groups.  Added
9854         FIXME concerning gnus-group-make-web-group.
9855
9856         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9857         Don't depend on Gnus by using mail-extract-address-components if
9858         gnus-extract-address-components is not bound.
9859
9860 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * gnus-art.el (gnus-mime-display-security): Don't display the
9863         signature, but only the signed part.
9864
9865 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9868
9869         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9870         list, not listp.
9871
9872 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9873
9874         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9875         when encoding.
9876
9877         * mm-bodies.el (mm-decode-content-transfer-encoding):
9878         De-canonicalize CRLF for all text content types, not just
9879         text/plain.
9880
9881 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9884         valid article; point arrow and cursor at the MIME button.
9885
9886 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9889         Suggested by Dan Christensen <jdc@uwo.ca>.
9890
9891         * mm-decode.el (mm-save-part): Enable change of prompt.
9892
9893 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9894
9895         * gnus-msg.el (gnus-inews-add-send-actions): Made
9896         `message-post-method' lambda parameter ARG `&optional'.
9897
9898 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus-sum.el (gnus-summary-mime-map): Added
9901         gnus-article-save-part-and-strip, gnus-article-delete-part and
9902         gnus-article-jump-to-part.
9903
9904         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9905         (gnus-article-edit-part): Use it.
9906         (gnus-article-part-wrapper): Added no-handle argument.
9907         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9908         functions.
9909
9910 2005-08-29  Romain Francoise  <romain@orebokech.com>
9911
9912         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9913         docstring.
9914         (gnus-face-from-file): Likewise.
9915
9916 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9919         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9920         non-nil.
9921         (gnus-auto-select-part): New variable.
9922         (gnus-article-jump-to-part): New function.
9923         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9924         (gnus-mime-delete-part): Allow selecting specified part after
9925         deleting or stripping parts.
9926         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9927         part if argument is bogus.
9928
9929 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9930
9931         * gnus-art.el (w3m-minor-mode-map):
9932         * gnus-spec.el (gnus-newsrc-file-version):
9933         * gnus-util.el (nnmail-active-file-coding-system)
9934         (gnus-original-article-buffer, gnus-user-agent):
9935         * gnus.el (gnus-ham-process-destinations)
9936         (gnus-parameter-ham-marks-alist)
9937         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9938         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9939         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9940         * mm-decode.el (gnus-current-window-configuration):
9941         * mm-extern.el (gnus-article-mime-handles):
9942         * mm-url.el (url-current-object, url-package-name)
9943         (url-package-version):
9944         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9945         (smime-keys, w3m-cid-retrieve-function-alist)
9946         (w3m-current-buffer, w3m-display-inline-images)
9947         (w3m-minor-mode-map):
9948         * mml-smime.el (gnus-extract-address-components):
9949         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9950         (gnus-newsrc-hashtb, message-default-charset)
9951         (message-deletable-headers, message-options)
9952         (message-posting-charset, message-required-mail-headers)
9953         (message-required-news-headers):
9954         * mml1991.el (mc-pgp-always-sign):
9955         * mml2015.el (mc-pgp-always-sign):
9956         * nnheader.el (nnmail-extra-headers):
9957         * rfc1843.el (gnus-decode-encoded-word-function)
9958         (gnus-decode-header-function, gnus-newsgroup-name):
9959         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9960
9961 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9962
9963         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9964         the end of the date treatments.
9965
9966 2005-08-15  Simon Josefsson  <jas@extundo.com>
9967
9968         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9969         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9970         Capello and Romain Francoise.
9971         (pgg-fetch-key-function): Removed, not used?
9972         (pgg-insert-url-with-w3): Require url, to get
9973         url-insert-file-contents regardless of where it is defined.
9974
9975 2005-08-13  Romain Francoise  <romain@orebokech.com>
9976
9977         * message.el (message-cite-original-1): New function.
9978         (message-cite-original): Use it.
9979         (message-cite-original-without-signature): Ditto.
9980
9981 2005-08-08  Romain Francoise  <romain@orebokech.com>
9982
9983         * message.el (message-yank-empty-prefix): New variable.
9984         (message-indent-citation): Use it.
9985         (message-cite-original-without-signature): Respect X-No-Archive.
9986
9987 2005-08-08  Simon Josefsson  <jas@extundo.com>
9988
9989         * pgg.el: Autoload url-insert-file-contents instead of loading
9990         w3/url.
9991         (pgg-insert-url-with-w3): Don't load url here.
9992
9993 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9994
9995         * message.el (message-kill-to-signature): Don't insert newline at
9996         bol.
9997         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9998
9999 2005-08-06  Romain Francoise  <romain@orebokech.com>
10000
10001         * message.el (message-user-fqdn): Fix typo in docstring.
10002
10003 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10004
10005         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10006
10007         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10008
10009 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * mm-bodies.el (mm-encode-body): Use coding system rather than
10012         charset to encode text.
10013
10014         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10015         number of charsets if utf-8 is available (XEmacs).
10016
10017 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10020         taken from `gnus-button-mid-or-mail-regexp'.
10021         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10022         (gnus-button-alist): Improve regexp for domain part of the MIDs
10023         for news:localpart@domain buttons.
10024         (gnus-button-ctan-directory-regexp): Update.
10025
10026 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * sieve-manage.el (sieve-manage-interactive-login): Use
10029         make-local-variable rather than make-variable-buffer-local.
10030         (sieve-manage-open): Ditto.
10031         (sieve-manage-authenticate): Ditto.
10032
10033         * mml.el (mml-generate-mime-1): Make the content type default to
10034         text/plain if the filename is not specified.
10035
10036 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10039         instead of insert-buffer.
10040
10041         * message.el (message-yank-original): Ditto; set the mark at the
10042         end of the yanked message.
10043
10044 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10047         lines to scroll rather than to stop it.
10048
10049         * mml.el (mml-generate-default-type): Add doc string.
10050         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10051         default to application/octet-stream when determining the content
10052         type if it is not specified for the part or the mml contents; add
10053         a comment about mml-generate-default-type.
10054
10055 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10058         make it default to application/octet-stream when determining the
10059         content type if it is not specified for the external contents.
10060
10061 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10064         segmented parameter but also other parameters might be there.
10065
10066 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * mm-decode.el (mm-display-external): Delete temp file, directory
10069         and buffer immediately if the external process is exited.
10070
10071 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10074         fewer lines than that of scroll-margin.
10075         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10076
10077 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-art.el (gnus-article-next-page): Revert.
10080         (gnus-article-beginning-of-window): New macro.
10081         (gnus-article-next-page-1): Use it.
10082         (gnus-article-prev-page): Ditto.
10083         (gnus-article-edit-part): Use insert-buffer-substring instead of
10084         insert-buffer.
10085         (gnus-article-edit-exit): Ditto.
10086
10087         * gnus-util.el (gnus-beginning-of-window): Remove.
10088         (gnus-end-of-window): Remove.
10089
10090         * lpath.el: Don't bind header-line-format and scroll-margin.
10091
10092 2005-07-25  Simon Josefsson  <jas@extundo.com>
10093
10094         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10095         to have the url package without w3.  Reported by Daiki Ueno
10096         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10097
10098 2005-07-20  Didier Verna  <didier@xemacs.org>
10099
10100         * gnus-diary.el: Remove the description comment (nndiary is now
10101         properly documented in the Gnus manual).
10102         Fix the spelling of "Back End".
10103         * nndiary.el: Ditto.
10104         Fix the copyright notice.
10105
10106 2005-07-18  Romain Francoise  <romain@orebokech.com>
10107
10108         * gnus-sum.el (gnus-summary-to-prefix)
10109         (gnus-summary-newsgroup-prefix): New variables.
10110         (gnus-summary-from-or-to-or-newsgroups): Use them.
10111
10112 2005-07-17  Romain Francoise  <romain@orebokech.com>
10113
10114         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10115         space as it's generally not especially interesting to the user.
10116
10117 2005-07-16  Romain Francoise  <romain@orebokech.com>
10118
10119         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10120         nil to avoid prompting and file modification if one of the
10121         messages at the top of the nnfolder file contains a copyright
10122         notice.
10123         Update copyright notice.
10124
10125         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10126         instead of `current-time-string' as the latter creates a time
10127         string that is not RFC 2822 compliant (it lacks the zone).
10128         Update copyright notice.
10129
10130 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10131
10132         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10133         for text/rtf.  Display default in prompt.  Pass default for M-n.
10134
10135         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10136
10137 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * gnus-msg.el (gnus-button-mailto): Remove
10140         save-selected-window-window hackery because it relies on
10141         save-selected-window internals.
10142
10143 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10146         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10147         (gnus-article-prev-page): Ditto.
10148
10149         * gnus-util.el (gnus-beginning-of-window): New function.
10150         (gnus-end-of-window): New function.
10151
10152         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10153
10154 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10155
10156         * gnus-score.el (gnus-score-edit-all-score): Set
10157         gnus-score-edit-exit-function to gnus-score-edit-done and call
10158         gnus-message.
10159
10160 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10161
10162         * gnus-msg.el (gnus-button-mailto): Remove
10163         save-selected-window-window hackery because it relies on
10164         save-selected-window internals.
10165
10166 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10169         add-minor-mode.
10170         (gnus-binary-mode): Ditto.
10171
10172         * gnus-topic.el (gnus-topic-mode): Ditto.
10173
10174 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10175
10176         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10177         (gnus-article-prev-page): Take scroll-margin into consideration.
10178
10179 2005-07-04  Lute Kamstra  <lute@gnu.org>
10180
10181         Update FSF's address in GPL notices.
10182
10183 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10184
10185         * gnus.el (gnus-exit):
10186         * gnus-group.el (gnus-group-icons):
10187         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10188
10189         * gnus-nocem.el (gnus-nocem):
10190         * message.el (message-various, message-buffers, message-sending)
10191         (message-interface, message-forwarding, message-insertion)
10192         (message-headers, message-news, message-mail):
10193         * pgg-gpg.el (pgg-gpg):
10194         * pgg-parse.el (pgg-parse):
10195         * pgg-pgp.el (pgg-pgp):
10196         * pgg-pgp5.el (pgg-pgp5):
10197         * pop3.el (pop3): Finish `defgroup' description with period.
10198
10199 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-art.el (article-display-face): Improve the efficiency.
10202         (article-display-x-face): Ditto; remove grey x-face stuff.
10203
10204 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (article-display-face): Correct the position in
10207         which Faces are inserted.
10208
10209 2005-06-29  Didier Verna  <didier@xemacs.org>
10210
10211         * gnus-art.el (article-display-face): Display faces in correct
10212         order.
10213
10214 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10217         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10218         (gnus-nocem-check-article): Fetch the Type header.
10219         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10220         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10221         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10222         make sure gnus-nocem-hashtb is initialized.
10223         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10224         (gnus-nocem-unwanted-article-p): Ditto.
10225
10226         * pgg.el (pgg-verify): Return the verification result.
10227
10228 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229
10230         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10231         is ascii.
10232
10233 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10234
10235         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10236         `show-nonbreak-escape'.
10237
10238 2005-06-23  Lute Kamstra  <lute@gnu.org>
10239
10240         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10241
10242         * dig.el (dig-mode):
10243         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10244
10245 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10246
10247         * nnimap.el (nnimap-split-download-body): Fix spellings.
10248
10249 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10250
10251         * gnus-art.el (gnus-article-encrypt-body):
10252         * gnus-cus.el (gnus-score-customize):
10253         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10254         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10255
10256 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10257
10258         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10259         header by looking for magic "MII" at the beginnig.
10260
10261 2005-06-16  Miles Bader  <miles@gnu.org>
10262
10263         * gnus-xmas.el (gnus-xmas-group-startup-message):
10264         Use renamed gnus-splash face.
10265
10266         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10267         (assistant-field-face): New backward-compatibility alias for renamed
10268         face.
10269         (assistant-render-text): Use renamed assistant-field face.
10270
10271         * spam.el (spam): Remove "-face" suffix from face name.
10272         (spam-face): New backward-compatibility alias for renamed face.
10273         (spam-face, spam-initialize): Use renamed spam face.
10274
10275         * message.el (message-header-to, message-header-cc)
10276         (message-header-subject, message-header-newsgroups)
10277         (message-header-other, message-header-name)
10278         (message-header-xheader, message-separator, message-cited-text)
10279         (message-mml): Remove "-face" suffix from face names.
10280         (message-header-to-face, message-header-cc-face)
10281         (message-header-subject-face, message-header-newsgroups-face)
10282         (message-header-other-face, message-header-name-face)
10283         (message-header-xheader-face, message-separator-face)
10284         (message-cited-text-face, message-mml-face):
10285         New backward-compatibility aliases for renamed faces.
10286         (message-font-lock-keywords): Use renamed message faces.
10287
10288         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10289         (sieve-test-commands, sieve-tagged-arguments):
10290         Remove "-face" suffix from face names.
10291         (sieve-control-commands-face, sieve-action-commands-face)
10292         (sieve-test-commands-face, sieve-tagged-arguments-face):
10293         New backward-compatibility aliases for renamed faces.
10294         (sieve-control-commands-face, sieve-action-commands-face)
10295         (sieve-test-commands-face, sieve-tagged-arguments-face):
10296         Use renamed sieve faces.
10297
10298         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10299         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10300         (gnus-group-news-3-empty, gnus-group-news-4)
10301         (gnus-group-news-4-empty, gnus-group-news-5)
10302         (gnus-group-news-5-empty, gnus-group-news-6)
10303         (gnus-group-news-6-empty, gnus-group-news-low)
10304         (gnus-group-news-low-empty, gnus-group-mail-1)
10305         (gnus-group-mail-1-empty, gnus-group-mail-2)
10306         (gnus-group-mail-2-empty, gnus-group-mail-3)
10307         (gnus-group-mail-3-empty, gnus-group-mail-low)
10308         (gnus-group-mail-low-empty, gnus-summary-selected)
10309         (gnus-summary-cancelled, gnus-summary-high-ticked)
10310         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10311         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10312         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10313         (gnus-summary-low-undownloaded)
10314         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10315         (gnus-summary-low-unread, gnus-summary-normal-unread)
10316         (gnus-summary-high-read, gnus-summary-low-read)
10317         (gnus-summary-normal-read, gnus-splash):
10318         Remove "-face" suffix from face names.
10319         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10320         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10321         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10322         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10323         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10324         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10325         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10326         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10327         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10328         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10329         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10330         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10331         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10332         (gnus-summary-normal-ticked-face)
10333         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10334         (gnus-summary-normal-ancient-face)
10335         (gnus-summary-high-undownloaded-face)
10336         (gnus-summary-low-undownloaded-face)
10337         (gnus-summary-normal-undownloaded-face)
10338         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10339         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10340         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10341         (gnus-splash-face):
10342         New backward-compatibility aliases for renamed faces.
10343         (gnus-group-startup-message): Use renamed gnus faces.
10344
10345         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10346         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10347         (gnus-server-agent): Remove "-face" suffix from face names.
10348         (gnus-server-agent-face, gnus-server-opened-face)
10349         (gnus-server-closed-face, gnus-server-denied-face)
10350         (gnus-server-offline-face):
10351         New backward-compatibility aliases for renamed faces.
10352         (gnus-server-agent-face, gnus-server-opened-face)
10353         (gnus-server-closed-face, gnus-server-denied-face)
10354         (gnus-server-offline-face): Use renamed gnus faces.
10355
10356         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10357         Remove "-face" suffix from face names.
10358         (gnus-picon-xbm-face, gnus-picon-face):
10359         New backward-compatibility aliases for renamed faces.
10360
10361         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10362         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10363         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10364         (gnus-cite-11): Remove "-face" suffix from face names.
10365         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10366         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10367         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10368         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10369         New backward-compatibility aliases for renamed faces.
10370         (gnus-cite-attribution-face, gnus-cite-face-list)
10371         (gnus-article-boring-faces): Use renamed gnus faces.
10372
10373         * gnus-art.el (gnus-signature, gnus-header-from)
10374         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10375         (gnus-header-content): Remove "-face" suffix from face names.
10376         (gnus-signature-face, gnus-header-from-face)
10377         (gnus-header-subject-face, gnus-header-newsgroups-face)
10378         (gnus-header-name-face, gnus-header-content-face):
10379         New backward-compatibility aliases for renamed faces.
10380         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10381
10382         * gnus-sum.el (gnus-summary-selected-face)
10383         (gnus-summary-highlight): Use renamed gnus faces.
10384         * gnus-group.el (gnus-group-highlight): Likewise.
10385
10386 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10387
10388         * gnus-sieve.el (gnus-sieve-article-add-rule):
10389         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10390         * spam-stat.el (spam-stat-buffer-change-to-spam)
10391         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10392
10393         * message.el (message-is-yours-p):
10394         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10395
10396 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * mm-view.el (mm-inline-text): Withdraw the last change.
10399
10400 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10403         executing enriched-decode.
10404
10405 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10408         charset of tar files.
10409
10410 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10411
10412         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10413
10414 2005-06-04  Lute Kamstra  <lute@gnu.org>
10415
10416         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10417         information is never recorded.
10418
10419 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10420
10421         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10422
10423 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * pop3.el (pop3-apop): Run md5 in the binary mode.
10426
10427         * starttls.el (starttls-set-process-query-on-exit-flag):
10428         Use eval-and-compile.
10429
10430 2005-05-31  Simon Josefsson  <jas@extundo.com>
10431
10432         * smime.el (smime-replace-in-string): Define.
10433         (smime-cert-by-ldap-1): Use it.
10434
10435 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-art.el (article-display-x-face): Replace
10438         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10439
10440         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10441         set-process-query-on-exit-flag or process-kill-without-query.
10442
10443         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10444         loop instead of replace-regexp.
10445
10446         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10447         instead of process-kill-without-query if it is available.
10448
10449         * lpath.el: Fbind ldap-search-entries.
10450
10451         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10452         instead of find-file-hooks if it is available.
10453
10454         * mml1991.el: Bind pgg-default-user-id when compiling.
10455
10456         * mml2015.el: Bind pgg-default-user-id when compiling.
10457
10458         * nndraft.el (nndraft-request-associate-buffer):
10459         Use write-contents-functions instead of write-contents-hooks if it is
10460         available.
10461
10462         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10463         instead of find-file-hooks if it is available.
10464
10465         * nntp.el (nntp-open-connection): Replace
10466         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10467         (nntp-open-ssl-stream): Ditto.
10468         (nntp-open-tls-stream): Ditto.
10469
10470         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10471         set-process-query-on-exit-flag or process-kill-without-query.
10472         (starttls-open-stream-gnutls): Use it instead of
10473         process-kill-without-query.
10474         (starttls-open-stream): Ditto.
10475
10476 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10477
10478         * smime.el (smime-cert-by-ldap-1): Don't use
10479         replace-regexp-in-string.
10480
10481 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10482
10483         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10484
10485         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10486         in PEM format.  Adjust to the XEmacs compability.
10487
10488 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10491         by `string-to-number'.
10492         * gnus-agent.el (gnus-agent-regenerate-group)
10493         (gnus-agent-fetch-articles): Ditto.
10494         * gnus-art.el (gnus-button-fetch-group): Ditto.
10495         * gnus-cache.el (gnus-cache-generate-active)
10496         (gnus-cache-articles-in-group): Ditto.
10497         * gnus-group.el (gnus-group-set-current-level)
10498         (gnus-group-insert-group-line): Ditto.
10499         * gnus-score.el (gnus-score-set-expunge-below)
10500         (gnus-score-set-mark-below, gnus-summary-score-effect)
10501         (gnus-summary-score-entry): Ditto.
10502         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10503         (gnus-soup-pack): Ditto.
10504         * gnus-spec.el (gnus-xmas-format): Ditto.
10505         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10506         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10507         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10508         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10509         * nndb.el (nndb-get-remote-expire-response): Ditto.
10510         * nndiary.el (nndiary-parse-schedule-value)
10511         (nndiary-string-to-number, nndiary-request-replace-article)
10512         (nndiary-request-article): Ditto.
10513         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10514         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10515         * nneething.el (nneething-make-head): Ditto.
10516         * nnfolder.el (nnfolder-request-article)
10517         (nnfolder-retrieve-headers): Ditto.
10518         * nnheader.el (nnheader-file-to-number): Ditto.
10519         * nnkiboze.el (nnkiboze-request-article): Ditto.
10520         * nnmail.el (nnmail-process-unix-mail-format)
10521         (nnmail-process-babyl-mail-format): Ditto.
10522         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10523         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10524         (nnmh-request-create-group, nnmh-request-list-1)
10525         (nnmh-request-group, nnmh-request-article): Ditto.
10526         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10527         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10528         * nnsoup.el (nnsoup-make-active): Ditto.
10529         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10530         * nntp.el (nntp-find-group-and-number)
10531         (nntp-retrieve-headers-with-xover): Ditto.
10532         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10533         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10534         (pgg-format-key-identifier): Ditto.
10535         * pop3.el (pop3-last, pop3-stat): Ditto.
10536         * qp.el (quoted-printable-decode-region): Ditto.
10537
10538         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10539         of concat.
10540
10541 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10544
10545         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10546
10547         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10548
10549         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10550
10551         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10552
10553         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10554
10555         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10556         (gnus-carpal-mode): Ditto.
10557
10558         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10559         (gnus-browse-mode): Ditto.
10560
10561         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10562
10563         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10564
10565 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10566
10567         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10568
10569 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-util.el (gnus-run-mode-hooks): New function.
10572
10573         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10574
10575         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10576         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10577
10578 2005-05-27  Lute Kamstra  <lute@gnu.org>
10579
10580         * dns-mode.el (dns-mode): Specify customization group.
10581
10582 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10583
10584         * gnus-agent.el (gnus-agent-make-mode-line-string):
10585         Use mode-line-highlight as mouse-face.
10586
10587 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * canlock.el (canlock): Change the parent group to news.
10590
10591         * deuglify.el (gnus-outlook-deuglify): Add :group.
10592
10593         * dig.el (dig): Add :group.
10594
10595         * dns-mode.el (dns-mode): Add :group.
10596
10597         * encrypt.el (encrypt): Add :group.
10598
10599         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10600         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10601         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10602         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10603         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10604
10605         * gnus-diary.el (gnus-diary): Add :group.
10606
10607         * gnus.el (gnus-group-news-1-face): Add :group.
10608         (gnus-group-news-1-empty-face): Ditto.
10609         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10610         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10611         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10612         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10613         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10614         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10615         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10616         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10617         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10618         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10619         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10620         (gnus-summary-high-ticked-face): Ditto.
10621         (gnus-summary-low-ticked-face): Ditto.
10622         (gnus-summary-normal-ticked-face): Ditto.
10623         (gnus-summary-high-ancient-face): Ditto.
10624         (gnus-summary-low-ancient-face): Ditto.
10625         (gnus-summary-normal-ancient-face): Ditto.
10626         (gnus-summary-high-undownloaded-face): Ditto.
10627         (gnus-summary-low-undownloaded-face): Ditto.
10628         (gnus-summary-normal-undownloaded-face): Ditto.
10629         (gnus-summary-high-unread-face): Ditto.
10630         (gnus-summary-low-unread-face): Ditto.
10631         (gnus-summary-normal-unread-face): Ditto.
10632         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10633         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10634
10635         * hashcash.el (hashcash): New custom group.
10636         (hashcash-default-payment): Add :group.
10637         (hashcash-payment-alist): Ditto.
10638         (hashcash-default-accept-payment): Ditto.
10639         (hashcash-accept-resources): Ditto.
10640         (hashcash-path): Ditto.
10641         (hashcash-extra-generate-parameters): Ditto.
10642         (hashcash-double-spend-database): Ditto.
10643         (hashcash-in-news): Ditto.
10644
10645         * message.el (message-minibuffer-local-map): Add :group.
10646
10647         * netrc.el (netrc): Add :group.
10648
10649         * sieve-manage.el (sieve-manage-log): Add :group.
10650         (sieve-manage-default-user): Diito.
10651         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10652         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10653         (sieve-manage-authenticators): Ditto.
10654         (sieve-manage-authenticator-alist): Ditto.
10655         (sieve-manage-default-port): Ditto.
10656
10657         * sieve-mode.el (sieve-control-commands-face): Add :group.
10658         (sieve-action-commands-face): Ditto.
10659         (sieve-test-commands-face): Ditto.
10660         (sieve-tagged-arguments-face): Ditto.
10661
10662         * smime.el (smime): Add :group.
10663
10664         * spam-report.el (spam-report): Add :group.
10665
10666         * spam.el (spam, spam-face): Add :group.
10667
10668 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10671         return \n.\n.\n at the end of articles.  Protect against that.
10672         (nntp-with-open-group): Allow debugging.
10673
10674         * nnheader.el (mail-header-set-extra): Make into a function
10675         because I just could't understand how to quote the list properly.
10676
10677         * dns.el (query-dns-cached): New function.
10678
10679 2005-05-26  Lute Kamstra  <lute@gnu.org>
10680
10681         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10682
10683 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10686
10687         * gnus-art.el: Don't autoload mail-extract-address-components.
10688
10689         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10690         eval-and-compile to evaluate it.
10691
10692         * hashcash.el: Don't autoload executable-find.
10693
10694         * nndb.el: Don't declare the nndb back end two or more times; don't
10695         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10696
10697         * nntp.el: Autoload format-spec instead of format; use
10698         eval-and-compile to evaluate autoload forms.
10699
10700 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10701
10702         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10703
10704 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * gnus.el (gnus-version-number): Bump version.
10707
10708 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10709
10710         * gnus.el: No Gnus v0.3 is released.
10711
10712 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * lpath.el (featurep): Bind show-nonbreak-escape.
10715
10716 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (gnus-article-edit-part): Disable undo.
10719
10720 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10723         gnus-article-date-lapsed-new-header is t if date timer is active;
10724         skip headers in which the original date value is empty.
10725         (gnus-article-save-original-date): Redefine it as a macro.
10726         (gnus-display-mime): Use it.
10727
10728 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-art.el (article-date-ut): Support converting date in
10731         forwarded parts as well.
10732         (gnus-article-save-original-date): New function.
10733         (gnus-display-mime): Use it.
10734
10735 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10736
10737         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10738         enclosure element of <item>.
10739
10740 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * message.el (message-kill-buffer-query): Renamed from
10743         `message-kill-buffer-query-if-modified'.  Added :version.
10744
10745 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10748         window layout.
10749
10750 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * mml.el: Autoload dnd when compiling.
10753
10754 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10757         x-dnd-*.
10758
10759 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * qp.el (quoted-printable-encode-region): Save excursion.
10762
10763 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10764
10765         * message.el (message-kill-buffer-query-if-modified): Add new variable
10766         so the user can kill a modified message buffer quickly.
10767         (message-kill-buffer): Use it.
10768
10769 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * lpath.el: Fbind display-time-event-handler; don't fbind
10772         string-to-multibyte.
10773
10774         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10775
10776 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10779         contained in text because xml.el decodes entities) with LFs.
10780
10781 2005-04-11  Lute Kamstra  <lute@gnu.org>
10782
10783         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10784         differently.
10785
10786 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10787
10788         * mm-util.el (mm-detect-coding-region): Typo.
10789
10790 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10793
10794 2005-04-06  Deepak Goel  <deego@gnufans.org>
10795
10796         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10797         user-function allow user modifications of the scores.
10798         (spam-stat-score-buffer-user): New function, to allow
10799         user-computed modifications to the score.
10800         (spam-stat-score-buffer-user-functions): List of additional
10801         scoring functions.
10802         (spam-stat-error-holder): Global temporary error holder.
10803         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10804         variable.
10805
10806 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * gnus-registry.el (gnus-registry-clean-empty-function)
10809         (gnus-registry-trim, gnus-registry-fetch-groups)
10810         (gnus-registry-delete-group): Groups that match
10811         `gnus-registry-ignored-groups' are removed from the registry
10812         entries, not just ignored for splitting.  This helps clean up the
10813         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10814         to get all the groups a message ID is in.
10815
10816         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10817         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10818         (spam-stat-score-buffer-user-functions): Add :number custom type.
10819
10820 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10823         argument in XEmacs.
10824
10825         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10826         (nnrss-request-group): Decode group name first.
10827         (nnrss-request-article): Make a text/plain article if mml-to-mime
10828         failed.
10829         (nnrss-get-encoding): Return a compatible encoding according to
10830         nnrss-compatible-encoding-alist.
10831         (nnrss-find-el): Use consp instead of listp.
10832         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10833
10834 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10837         which Emacs 20 doesn't support.
10838         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10839
10840 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10843         silence the byte compiler inside the defun.
10844
10845         * gnus-demon.el (parse-time-string): Add autoload.
10846
10847         * gnus-delay.el (parse-time-string): Add autoload.
10848
10849         * gnus-art.el (parse-time-string): Add autoload.
10850
10851         * nnultimate.el (parse-time): Require for `parse-time-string'.
10852
10853 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10856
10857         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10858
10859         * smime.el (smime-ldap-host-list): Add :version.
10860
10861 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10864         pass it to `gnus-browse-read-group'.
10865         (gnus-browse-read-group): Add NUMBER argument and pass it to
10866         `gnus-group-read-ephemeral-group'.
10867
10868         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10869         argument and pass it to `gnus-group-read-group'.
10870
10871 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10872
10873         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10874         mm-xemacs-find-mime-charset-1 if we have the mule feature
10875         available at runtime.
10876
10877 2005-03-25  Werner Lemberg  <wl@gnu.org>
10878
10879         * nnmaildir.el: Replace `illegal' with `invalid'.
10880
10881 2005-03-23  Lute Kamstra  <lute@gnu.org>
10882
10883         * time-date.el: Add comment on time value formats.
10884         Don't require parse-time.
10885         (with-decoded-time-value): New macro.
10886         (encode-time-value): New function.
10887         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10888         (days-to-time): Return a valid time value when arg is huge.
10889         (time-since): Use time-subtract.
10890         (time-to-number-of-days): Use time-to-seconds.
10891
10892 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10893
10894         * gnus-start.el (gnus-display-time-event-handler):
10895         Check display-time-timer at runtime rather than only at load time
10896         in case display-time-mode is turned off in the mean time.
10897
10898 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10901         used.
10902
10903         * nneething.el (nneething-map-file-directory): Derive from
10904         `gnus-directory'.
10905
10906         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10907         the To/Cc button.
10908
10909 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * nnmaildir.el (nnmaildir-request-accept-article):
10912         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10913
10914 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10915
10916         * gnus-async.el: Require timer-funcs at compile time when in
10917         XEmacs for `run-with-idle-timer'.
10918
10919 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10920
10921         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10922         autoloaded function.
10923
10924 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10925
10926         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10927
10928 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10929
10930         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10931
10932 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10933
10934         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10935         gnus-expert-user to default.
10936
10937 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10938
10939         * nnimap.el (nnimap-open-server): Ditto.
10940
10941         * imap.el (imap-authenticate): Fix typo.
10942
10943 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10944
10945         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10946         buffer (since IMAP server might return FETCH response out of
10947         order, and the nntp buffer must be sorted).
10948
10949 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10950
10951         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10952         comparison on string.
10953
10954         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10955         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10956         (gnus-agent-summary-fetch-series): Modified to protect against
10957         gnus-agent-summary-fetch-group clearing processable flags.
10958         (gnus-agent-synchronize-group-flags): Update live group buffer as
10959         synchronization may occur due to the user toggle the plugged
10960         status.
10961         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10962         successfully downloaded.
10963         (gnus-agent-expire-group-1): Avoid using markers when the overview
10964         is in ascending order; greatly improves performance.
10965         (gnus-agent-regenerate-group): Use
10966         gnus-agent-synchronize-group-flags to reset read status in both
10967         gnus and server.
10968         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10969
10970 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * message.el: Don't autoload former message-utils variables.
10973         (message-strip-subject-trailing-was): Change doc string.
10974
10975         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10976         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10977         (nnweb-google-search): Add "hl=en" here.
10978         (nnweb-google-parse-1, nnweb-google-create-mapping):
10979         Don't hardcode URL.
10980
10981 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * message.el (message-get-reply-headers, message-followup):
10984         Mention related variables `message-use-followup-to' and
10985         `message-use-mail-followup-to', in the information buffer.
10986
10987         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10988         of broken groups(-beta).google.com.
10989
10990 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10991
10992         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10993         parameter to invoked gnus-request-move-article; remove the
10994         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10995         all at once instead of once per article.
10996         (gnus-summary-remove-process-mark): Accept a list of articles as
10997         well as a single article for processing.
10998
10999         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11000         parameter.
11001
11002         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11003
11004         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11005
11006         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11007         parameter.
11008
11009         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11010         parameter.
11011
11012         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11013         parameter and remove the gnus-sum-hint-move-is-internal variable.
11014
11015         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11016         parameter.
11017
11018         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11019         parameter.
11020
11021         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11022         parameter.
11023
11024         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11025
11026         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11027         parameter.
11028
11029         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11030         parameter.
11031
11032 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11033
11034         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11035         a more conservative way.
11036
11037 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11038
11039         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11040         buffer, so it moves the window's cursor.
11041
11042 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11043
11044         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11045         `mm-dissect-multipart' and receive the from field as an (optional)
11046         argument from `mm-dissect-multipart'.
11047         (mm-dissect-multipart): Receive the from field as an argument and
11048         pass it on when we call `mm-dissect-buffer' on MIME parts.
11049         Fixes verification/decryption of signed/encrypted MIME parts.
11050
11051 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11052
11053         * gnus-sum.el (gnus-summary-move-article): Set
11054         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11055         whatever it calls (right now, only nnimap-request-move article
11056         respects it).
11057
11058         * nnimap.el (nnimap-request-move-article): When
11059         gnus-sum-hint-move-is-internal is set, don't do the extra
11060         nnimap-request-article.
11061
11062 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11065
11066         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11067         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11068
11069         * gnus-sum.el (gnus-summary-caesar-message):
11070         Apply `gnus-treat-article' after rotation.
11071
11072         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11073         doc string.
11074
11075 2005-02-22  Simon Josefsson  <jas@extundo.com>
11076
11077         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11078         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11079         <arne@arnested.dk>.
11080         (encrypt): Add password-cache and password-cache-expiry as group
11081         members.
11082
11083 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11084
11085         * smime.el (smime-ldap-host-list): Doc fix.
11086         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11087         cache) password.
11088         (smime-sign-region): Use it.
11089         (smime-decrypt-region): Use it.
11090         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11091         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11092         fails.
11093         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11094         certificate from DER to PEM format rather than calling openssl.
11095
11096         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11097
11098         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11099         for signing/encryption.
11100
11101         * mml.el (mml-parse-1): Use them.
11102
11103 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11104
11105         * nnrss.el (nnrss-verbose): Removed.
11106         (nnrss-request-group): Use `nnheader-message' instead.
11107
11108 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11109
11110         * nnrss.el (nnrss-verbose): New variable.
11111         (nnrss-request-group): Make it say nnrss is requesting a group.
11112
11113 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11116         Handle news URL with given port correctly.
11117
11118 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11121         containing special characters.
11122
11123         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11124
11125         * mml.el (mime-to-mml): Ditto.
11126
11127         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11128         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11129         (rfc2047-decode-region): Quote decoded words containing special
11130         characters when rfc2047-quote-decoded-words-containing-tspecials
11131         is non-nil.
11132
11133 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11134
11135         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11136
11137         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11138
11139 2005-02-15  Simon Josefsson  <jas@extundo.com>
11140
11141         * nnimap.el (nnimap-debug): Doc fix.
11142
11143         * imap.el (imap-debug): Doc fix.
11144
11145 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11148
11149 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11150
11151         * gnus.el (spam-contents): Improve docs for spam-contents
11152         parameter in its variable incarnation.
11153
11154 2005-02-14  Simon Josefsson  <jas@extundo.com>
11155
11156         * smime-ldap.el: Use require instead of load-library for ldap.
11157         (smime-ldap-search): Indent.
11158         (smime-ldap-search-internal): Shorten line.
11159
11160         * smime.el (smime-cert-by-dns): Add doc-string.
11161         (smime-cert-by-ldap-1): Indent.
11162
11163         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11164         mml-smime-get-dns-ldap.
11165         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11166
11167 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11168
11169         * smime.el: Require smime-ldap.
11170         (smime-ldap-host-list): New variable.
11171         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11172
11173         * mml-smime.el (mml-smime-encrypt-query): New function.
11174         (mml-smime-encrypt-query): Use it.
11175
11176         * smime-ldap.el: New file.
11177
11178 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11181
11182 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11185         argument in doc string.  Make query for type more clear.
11186
11187 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gnus.el (gnus-group-startup-message): Search for gnus images in
11190         etc/images/gnus.
11191         * mm-util.el (mm-image-load-path): Likewise.
11192         * smiley.el (smiley-data-directory): Search for smilies in
11193         etc/images/smilies.
11194
11195 2005-02-09  Kim F. Storm  <storm@cua.dk>
11196
11197         Change Emacs release version from 21.4 to 22.1 throughout.
11198         Change Emacs development version from 21.3.50 to 22.0.50.
11199
11200 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11203
11204         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11205         non-Mule XEmacs as well.
11206         (mm-decompress-buffer): Signal an error intentionally if it does
11207         not decompress compressed data because auto-compression-mode is
11208         disabled.
11209
11210 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11211
11212         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11213         an ID in the registry even if it has no groups.
11214
11215 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11218         merge it into mm-decompress-buffer.
11219         (gnus-mime-copy-part): Use the MIME part charset, the value which
11220         a user specified or gnus-newsgroup-charset for decoding, like
11221         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11222         save-buffer what was used.  Suggested by Kevin Ryde
11223         <user42@zip.com.au>.
11224         (gnus-mime-inline-part): Allow the name parameter as well as the
11225         filename parameter; force decompressing of compressed data; always
11226         display contents being not decoded as unibyte.
11227
11228         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11229         as well as the filename parameter.
11230
11231         * mm-util.el (mm-decompress-buffer): Merge
11232         gnus-mime-jka-compr-maybe-uncompress.
11233         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11234         of compressed data.
11235
11236 2005-02-08  Simon Josefsson  <jas@extundo.com>
11237
11238         * imap.el (imap-log): Doc fix.
11239
11240 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11243         the coding cookies; decompress compressed parts.
11244
11245         * mml.el (mml-generate-mime-1): Add the charset parameter according
11246         to the value which a user specified manually or the coding cookie.
11247
11248         * mm-util.el (mm-string-to-multibyte): New function.
11249         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11250         (mm-coding-system-to-mime-charset): New function.
11251         (mm-decompress-buffer): New function.
11252         (mm-find-buffer-file-coding-system): New function.
11253
11254         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11255         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11256         parts.
11257
11258 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11259
11260         * mm-view.el (mm-display-inline-fontify): Decode a part according
11261         to the charset parameter.
11262
11263 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11266         prefix arg is neither nil nor a number, as info specifies.
11267
11268 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11271         timestamps.
11272
11273 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11274
11275         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11276         groups error checking and notify user.
11277
11278 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11279
11280         * message.el (message-send-mail-function): Check existence of
11281         sendmail-program first before using default value
11282         `message-send-mail-with-sendmail'.  Otherwise use more generic
11283         `smtpmail-send-it'.
11284
11285 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * nntp.el (nntp-request-update-info): Always return nil.
11288
11289 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11290
11291         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11292
11293 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11294
11295         * message.el (message-beginning-of-line): Change the behavior when
11296         invoked between BOL and : so that it first moves backward.
11297
11298 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11301         article buffer when editing of the article is discarded.
11302         (gnus-article-prepare): Revert.
11303
11304 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-art.el (gnus-article-prepare):
11307         Remove message-strip-forbidden-properties from the local hook.
11308
11309 2005-01-27  Simon Josefsson  <jas@extundo.com>
11310
11311         * password.el (password-cache-add): Only start one timer per key.
11312         Reported by Derek Atkins <warlord@MIT.EDU>.
11313
11314 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11315
11316         * run-at-time.el: Removed.  It is no longer needed as
11317         timer-funcs.el in the xemacs-base package has a working version of
11318         `run-at-time'.
11319
11320         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11321
11322         * password.el: Require timer-funcs instead of run-at-time in
11323         XEmacs.
11324         Remove `password-run-at-time' macro.
11325         (password-cache-add): Use `run-at-time' instead of
11326         `password-run-at-time'.
11327
11328         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11329         Remove `nnheader-cancel-function-timers' alias,
11330         `cancel-function-timers' exists in XEmacs in timer-funcs.
11331
11332         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11333         for `run-with-idle-timer'.
11334
11335         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11336         for `run-at-time'.
11337
11338         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11339         for `with-timeout'.
11340
11341         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11342         the same as for XEmacs 21.4.
11343         No need to ignore `run-with-idle-timer', this function exists in
11344         XEmacs now in timer-funcs.el in the xemacs-base package.
11345         (dgnushack-compile): No need to delete
11346         run-at-time.el from the list of files to compile because it
11347         doesn't exist anymore.
11348
11349 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11352         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11353
11354 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11355
11356         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11357         sensitively.
11358
11359 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11360
11361         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11362
11363 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11366         which will be inserted according to the multibyteness of a buffer
11367         rather than the type of contents.  Suggested by ARISAWA Akihiro
11368         <ari@mbf.ocn.ne.jp>.
11369
11370         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11371         of string which old xml.el may return rather than a string.
11372
11373 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11376
11377 2005-01-16  Simon Josefsson  <jas@extundo.com>
11378
11379         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11380         idn/idna.el isn't available.
11381         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11382         <michael@waxrat.com>.
11383
11384         * hashcash.el: Remove non-FSF copyright header.
11385
11386         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11387         (hashcash-generate-payment): Use it.
11388         (hashcash-generate-payment-async): Use it.
11389
11390 2005-01-15  Simon Josefsson  <jas@extundo.com>
11391
11392         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11393         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11394
11395         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11396         gnus-summary-idna-message.
11397         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11398         (gnus-summary-idna-message): New function.
11399
11400 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11403         gnus-novice-user.
11404
11405 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * nnrss.el (nnrss-request-delete-group): Delete entries in
11408         nnrss-group-alist as well.
11409         (nnrss-save-server-data): Insert newline.
11410
11411 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus.el (gnus-user-agent): Use list of symbols instead of
11414         symbols.  Display full version number for (S)XEmacs.  Optionally
11415         display (S)XEmacs codename.
11416
11417         * gnus-util.el (gnus-emacs-version): Update for new
11418         `gnus-user-agent'.
11419
11420         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11421         Gnus version.
11422
11423 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11426         which is unreadable in some setups.
11427
11428 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-spec.el (gnus-update-format-specifications): Flush the
11431         group format spec cache if it doesn't support decoded group names.
11432
11433 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11436         Allow to apply decay on score files matching a regexp.
11437
11438 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11441         compatibility in %g and %c.
11442
11443 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11446         name for only %g and %c.
11447         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11448         of gnus-tmp-group to decoded group name.
11449         (gnus-group-make-rss-group): Exclude `/'s from group names.
11450
11451 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * nnrss.el (nnrss-get-encoding): Fix regexp.
11454
11455 2004-12-27  Simon Josefsson  <jas@extundo.com>
11456
11457         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11458         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11459         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11460
11461 2004-12-17  Kim F. Storm  <storm@cua.dk>
11462
11463         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11464
11465         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11466
11467 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11468
11469         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11470
11471 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * nnrss.el: Require rfc2047 and mml.
11474         (nnrss-file-coding-system): New variable.
11475         (nnrss-format-string): Redefine it as an inline function.
11476         (nnrss-decode-group-name): New function.
11477         (nnrss-string-as-multibyte): Remove.
11478         (nnrss-retrieve-headers): Decode group name; don't use
11479         nnrss-format-string.
11480         (nnrss-request-group): Decode group name.
11481         (nnrss-request-article): Decode group name; allow a Message-ID as
11482         well as an article number; don't use nnrss-format-string; encode a
11483         Message-ID string which may contain non-ASCII characters; use
11484         mml-to-mime to compose a MIME article.
11485         (nnrss-request-expire-articles): Decode group name.
11486         (nnrss-request-delete-group): Decode group name.
11487         (nnrss-fetch): Clarify error message.
11488         (nnrss-read-server-data): Use insert-file-contents instead of load;
11489         bind file-name-coding-system; use multibyte buffer.
11490         (nnrss-save-server-data): Bind coding-system-for-write to the
11491         value of nnrss-file-coding-system; bind file-name-coding-system;
11492         add coding cookie.
11493         (nnrss-read-group-data): Use insert-file-contents instead of load;
11494         bind file-name-coding-system; use multibyte buffer.
11495         (nnrss-save-group-data): Bind coding-system-for-write to the
11496         value of nnrss-file-coding-system; bind file-name-coding-system.
11497         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11498         make it work with non-ASCII text.
11499         (nnrss-find-el): Make it work with old xml.el as well.
11500
11501 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11502
11503         * nnrss.el (nnrss-get-encoding): New function.
11504         (nnrss-fetch): Use unibyte buffer initially; bind
11505         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11506         decode contents according to the encoding attribute.
11507         (nnrss-save-group-data): Add coding cookie.
11508         (nnrss-mime-encode-string): New function.
11509         (nnrss-check-group): Use it to encode subject and author.
11510
11511 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11512
11513         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11514         imaginary variable.
11515
11516 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11519         correctly even if there are wide characters.
11520
11521 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11522
11523         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11524         downcased symbol names; make a new cache instead of reusing
11525         bbdb-hashtable.
11526
11527 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11530         concatenating segments rather than before concatenating them.
11531         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11532
11533         * message.el (message-get-reply-headers): Bind `extra'.
11534
11535 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11536
11537         * message.el (message-extra-wide-headers): New variable.
11538         (message-get-reply-headers): Use it.
11539
11540 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11543         (gnus-agent-group-pathname): Ditto.
11544
11545         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11546
11547         * gnus-group.el (gnus-group-make-group): Decode group name.
11548         (gnus-group-make-rss-group): Register the group data after opening
11549         the nnrss group.
11550
11551 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11552
11553         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11554         by expiry now get marked as read.
11555
11556 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11559
11560 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11561
11562         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11563         unify Latin characters in XEmacs.
11564         (mm-find-mime-charset-region): Use it.
11565
11566 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-util.el (gnus-delete-directory): New function.
11569
11570         * gnus-agent.el (gnus-agent-delete-group): Use it.
11571
11572         * gnus-cache.el (gnus-cache-delete-group): Use it.
11573
11574 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11577         names.
11578
11579 2004-12-16  Simon Josefsson  <jas@extundo.com>
11580
11581         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11582
11583 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11586
11587         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11588         (gnus-group-set-current-level): Decode group name.
11589
11590 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11591
11592         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11593         failed.
11594
11595 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-group.el (gnus-group-delete-group): Decode group name.
11598         (gnus-group-make-rss-group): Encode group name.
11599         (gnus-group-catchup-current): Decode group name.
11600         (gnus-group-kill-group): Decode group name.
11601
11602 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11603
11604         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11605
11606 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-group.el (gnus-group-make-rss-group):
11609         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11610
11611         * gnus-start.el (gnus-setup-news): Honor user's setting to
11612         gnus-message-archive-method.  Suggested by Lute Kamstra
11613         <lute@gnu.org>.
11614
11615 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11616
11617         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11618         global counterparts of the buffer-local variables.
11619
11620 2004-11-16  Romain Francoise  <romain@orebokech.com>
11621
11622         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11623         counterparts of the buffer-local variables.
11624
11625 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * message.el (message-forbidden-properties): Fixed typo in doc
11628         string.
11629
11630 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * gnus-util.el (gnus-replace-in-string): Added doc string.
11633
11634         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11635         to avoid problems when splitting mails with many recipients.
11636
11637 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11638
11639         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11640         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11641
11642 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11643
11644         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11645         if there is no hashtable in memory or file modification time is
11646         newer than cached timestamp.
11647
11648 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11651         not-matching option.
11652
11653 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11656         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11657         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11658         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11659         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11660         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11661
11662 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * message.el (message-forward-make-body-mml): Remove headers
11665         according to message-forward-ignored-headers if a message is decoded.
11666
11667 2004-12-02  Romain Francoise  <romain@orebokech.com>
11668
11669         * message.el (message-forward-make-body-plain): Always remove
11670         headers according to message-forward-ignored-headers.
11671
11672 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11673
11674         * spam.el (spam-summary-prepare-exit): Remove the
11675         gnus-summary-limit pop for now, it has problems with ham marks for
11676         me.
11677
11678 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11679
11680         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11681         correctly.
11682
11683 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11684
11685         * format-spec.el (format-spec): Message the char.
11686
11687 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11688
11689         * gnus-art.el (gnus-split-methods): Reformat comments.
11690
11691         * spam.el (spam-summary-prepare-exit): Remove article limits
11692         before exiting the summary buffer.
11693
11694 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11697         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11698
11699         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11700         order to silence the byte compiler.
11701
11702         * spam.el: Fix the way to silence the byte compiler, which
11703         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11704         bbdb-search-simple, spam-BBDB-register-routine,
11705         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11706         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11707         spam-stat-buffer-is-spam, spam-stat-load,
11708         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11709         spam-stat-save and spam-stat-split-fancy.
11710
11711 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11714         which may confuse users.
11715         (canlock-password-for-verify): Ditto.
11716
11717         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11718
11719         * gnus-art.el (gnus-emphasis-alist): Ditto.
11720
11721         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11722
11723         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11724
11725         * gnus-start.el (gnus-save-killed-list): Ditto.
11726
11727         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11728         (gnus-sum-thread-tree-root): Ditto.
11729         (gnus-sum-thread-tree-false-root): Ditto.
11730         (gnus-sum-thread-tree-single-indent): Ditto.
11731
11732         * message.el (message-courtesy-message): Ditto.
11733         (message-archive-note): Ditto.
11734         (message-subscribed-address-file): Ditto.
11735         (message-user-fqdn): Ditto.
11736
11737         * spam-report.el (spam-report-gmane-regex): Ditto.
11738
11739         * spam.el (spam-blackhole-good-server-regex): Ditto.
11740
11741 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * mml.el (mml-preview): Widen the message buffer before copying
11744         the contents to the preview buffer; sort headers before previewing.
11745
11746         * message.el (message-hidden-headers): Fix the way to avoid a bug
11747         in the `repeat' widget in Emacs 21.3 or earlier.
11748
11749 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * message.el (message-hidden-headers): Default to "^References:".
11752         Improve customization type.  Suggested by Reiner Steib
11753         <Reiner.Steib@gmx.de>.
11754
11755 2004-11-25  Romain Francoise  <romain@orebokech.com>
11756
11757         * message.el (message-strip-forbidden-properties): Remove check for
11758         obsolete `message-hidden' text property, hidden headers are not
11759         accessible in the buffer anymore.
11760
11761 2004-11-22  Romain Francoise  <romain@orebokech.com>
11762
11763         * message.el (message-header-format-alist): Add `From' in list
11764         so that it can be sorted.
11765         (message-fix-before-sending): Widen and sort headers before
11766         sending.
11767         (message-hide-headers): Use narrowing to hide headers by moving
11768         them to the top of the buffer and narrowing to the region
11769         underneath.
11770
11771 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * message.el (message-strip-forbidden-properties): Bind
11774         buffer-read-only (etc) to nil.
11775
11776 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11779         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11780
11781 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11782
11783         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11784
11785 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * dns.el (query-dns): Use sit-for to time instead of
11788         accept-process-output, since that doesn't seem to work on udp
11789         sockets.
11790
11791 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11794
11795 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11796
11797         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11798         doc string.  Improve doc string.
11799
11800 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * nntp.el (nntp-request-update-info): Return nil if
11803         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11804         may not call gnus-activate-group which uselessly issues the GROUP
11805         commands for all nntp groups and wastes time.  Reported by Romain
11806         Francoise <romain@orebokech.com>.
11807
11808         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11809
11810 2004-11-15  Simon Josefsson  <jas@extundo.com>
11811
11812         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11813         headers separately.
11814         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11815         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11816
11817 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * gnus-start.el (gnus-convert-old-newsrc):
11820         Assign legacy-gnus-agent to 5.10.7.
11821
11822 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11825         start of the lines.
11826
11827 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11828
11829         * hashcash.el (hashcash-default-payment): Change default to 20.
11830         (hashcash-default-accept-payment): Change default to 20.
11831         (hashcash-process-alist): New variable.
11832         (hashcash-generate-payment-async): Add.
11833         (hashcash-already-paid-p): Add.
11834         (hashcash-insert-payment): Don't generate payments twice.
11835         (hashcash-insert-payment-async): Add.
11836         (hashcash-insert-payment-async-2): Add.
11837         (hashcash-cancel-async): Add.
11838         (hashcash-wait-async): Add.
11839         (hashcash-processes-running-p): Add.
11840         (hashcash-wait-or-cancel): Add.
11841         (mail-add-payment): New optional argument.  Conditionally start
11842         asynchronous calculation.
11843         (mail-add-payment-async): Add.
11844
11845         * message.el (message-send-mail): Wait for asynchronous hashcash
11846         results.  Don't clobber existing X-Hashcash headers.
11847         (message-setup-1): Call mail-add-payment-async when
11848         message-generate-hashcash is non-nil.
11849
11850 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11851
11852         * message.el (message-use-alternative-email-as-from): Examine the
11853         From header as well; use message-make-from in order to include a
11854         user's full name.
11855
11856 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11859         default; improve customization type.
11860         (gnus-emphasis-custom-with-format): New macro.
11861         (gnus-emphasis-custom-value-to-external): New function.
11862         (gnus-emphasis-custom-value-to-internal): New function.
11863
11864 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11865
11866         * dns.el (query-dns): Resolve reverse addresses.
11867
11868 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * gnus-group.el (gnus-group-get-new-news): Use it.
11871
11872         * gnus-start.el (gnus-check-reasonable-setup): New function.
11873
11874 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11877         "Args out of range" error.  Reported by Arnaud Giersch
11878         <arnaud.giersch@free.fr>.
11879
11880 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11881
11882         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11883
11884 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11885
11886         * spam.el (spam group): Add :version.
11887
11888         * pgg-def.el (pgg group): Add :version.
11889
11890 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (gnus-article-edit-article): Don't associate the
11893         article buffer with a draft file.  This is a temporary measure
11894         against the 2004-08-22 change to gnus-article-edit-mode.
11895
11896 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11899         (html2text-format-tags): Remove unused variable `attr'.
11900
11901 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11904
11905         * tls.el (tls-process-connection-type, tls-success)
11906         (tls-certtool-program): Add :version.
11907
11908         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11909         (starttls-extra-arguments, starttls-process-connection-type)
11910         (starttls-connect, starttls-failure, starttls-success): Add :version.
11911
11912         * spam-stat.el (spam-stat): Add :version.
11913
11914         * sieve.el (sieve): Add :version.
11915
11916         * sha1.el (sha1): Add :version.
11917         (sha1-use-external): Remove redundant version.
11918
11919         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11920         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11921         (nnmail-split-fancy-match-partial-words)
11922         (nnmail-split-lowercase-expanded): Add :version.
11923
11924         * nndiary.el (nndiary): Add :version.
11925
11926         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11927
11928         * mml-sec.el (mml-default-sign-method)
11929         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11930         Add :version.
11931
11932         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11933
11934         * mm-url.el (mm-url-use-external, mm-url-program)
11935         (mm-url-arguments): Add :version.
11936
11937         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11938         (mm-attachment-file-modes, mm-decrypt-option)
11939         (mm-w3m-safe-url-regexp): Add :version.
11940
11941         * message.el (message-cite-prefix-regexp)
11942         (message-sendmail-envelope-from, message-minibuffer-local-map)
11943         (message-user-fqdn, message-completion-alist): Add :version.
11944
11945         * gnus-win.el (gnus-configure-windows-hook)
11946         (gnus-use-frames-on-any-display): Add :version.
11947
11948         * gnus-art.el (gnus-article-address-banner-alist)
11949         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11950         (gnus-treat-from-picon, gnus-treat-mail-picon)
11951         (gnus-treat-x-pgp-sig): Add :version.
11952
11953         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11954         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11955         (gnus-summary-article-delete-hook)
11956         (gnus-summary-display-while-building): Add :version.
11957
11958         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11959         (gnus-get-top-new-news-hook): Add :version.
11960
11961         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11962         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11963
11964         * gnus-registry.el (gnus-registry): Add :version.
11965
11966         * gnus-spec.el (gnus-use-correct-string-widths)
11967         (gnus-make-format-preserve-properties): Add :version.
11968
11969         * gnus.el (gnus-group-charter-alist)
11970         (gnus-group-fetch-control-use-browse-url)
11971         (gnus-install-group-spam-parameters): Add :version.
11972
11973         * gnus-diary.el (gnus-diary): Add :version.
11974
11975         * gnus-delay.el (gnus-delay): Add :version.
11976
11977         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11978         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11979         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11980         Add :version.
11981
11982         * gnus-agent.el (gnus-agent-max-fetch-size)
11983         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11984         (gnus-agent-prompt-send-queue): Add :version.
11985
11986         * deuglify.el (gnus-outlook-deuglify): Add :version.
11987
11988         * html2text.el: Beautify code.  Improve doc strings.  Some
11989         checkdoc cleanup.
11990         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11991
11992 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11993
11994         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11995
11996 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11997
11998         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11999         when package is loaded.
12000
12001         * spam.el (spam-summary-score-preferred-header): Add global preference
12002         for people who want to override the default SpamAssassin over
12003         Bogofilter preference (when both are set).
12004         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12005         (spam-user-format-function-S): Check
12006         spam-summary-score-preferred-header.
12007         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12008         (spam-user-format-function-S): Format the score correctly.
12009
12010 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12013         signature file.  Suggested by Manoj Srivastava
12014         <srivasta@golden-gryphon.com>.
12015
12016         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12017         iso-2022-jp even in the Japanese language environment.
12018         Suggested by Jason Rumney <jasonr@gnu.org>.
12019
12020 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12023         use the same characters as the dummy marks; make it free from
12024         getting affected by the language environment.
12025         (gnus-summary-read-group-1): Update mark positions only when the
12026         format spec is updated.
12027
12028         * gnus-spec.el (gnus-update-format-specifications): Return a list
12029         of updated types.
12030
12031 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12034         of boundp to check if display-warning is available.
12035
12036 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12037
12038         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12039
12040 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * nnspool.el (nnspool-spool-directory): Use news-path if the
12043         news-directory variable is not bound.
12044
12045         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12046         function instead of display-warning if it is not available.
12047
12048 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12051         v5-10: Use `point-at-bol'.
12052
12053 2004-10-26  Simon Josefsson  <jas@extundo.com>
12054
12055         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12056         <chenggao@gmail.com>.
12057
12058 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12061         instead.
12062
12063 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12064
12065         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12066         to remove a server from the nnimap-server-buffer-alist.
12067         (nnimap-open-connection, nnimap-close-server): Use it.
12068
12069         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12070
12071 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12074         running the major-mode function.
12075
12076 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12079         dummy marks in the right way.
12080
12081 2004-10-18  David Edmondson  <dme@dme.org>
12082
12083         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12084         excessively.
12085
12086 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12087
12088         * gnus-util.el (gnus-split-references): Accept a nil references
12089         string and go on blissfully.
12090
12091         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12092         cases where the references string is non-nil but has no references.
12093
12094         * encrypt.el: Add autoload tags.
12095
12096         * spam.el (spam-resolve-registrations-routine): Remove article
12097         from unregistration list too.  Reported by David Hanak
12098         <dhanak@isis.vanderbilt.edu>
12099
12100 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12103         nil.  Changed custom type.
12104
12105 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12108
12109         * gnus-sum.el (gnus-summary-move-article): Use it.
12110
12111 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12112
12113         * encrypt.el: Add autoload cookies.
12114
12115         * spam.el (spam-backend-article-list-property)
12116         (spam-backend-get-article-todo-list)
12117         (spam-backend-put-article-todo-list)
12118         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12119         Resolve registrations separately.
12120         (spam-register-routine): Format comments.
12121         (spam-unregister-routine, spam-register-routine): Always call with
12122         specific-articles, no default list.
12123         (spam-summary-prepare-exit): Use the spam-classifications function.
12124
12125         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12126         gnus-encrypt.el.
12127
12128         * encrypt.el: Copied from gnus-encrypt.el.
12129
12130         * gnus-encrypt.el: Commented that it's obsolete.
12131
12132 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12135         (gnus-score-save): Use it.
12136
12137         * message.el (message-bury): Use `window-dedicated-p'.
12138
12139 2004-10-15  Simon Josefsson  <jas@extundo.com>
12140
12141         * pop3.el (top-level): Don't require nnheader.
12142         (pop3-read-timeout): Add.
12143         (pop3-accept-process-output): Add.
12144         (pop3-read-response, pop3-retr): Use it.
12145
12146 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12147
12148         * spam.el (spam-register-routine): Move comment.
12149         (spam-verify-bogofilter): Use 'unknown for the initial
12150         spam-bogofilter-valid state, not 'never.
12151
12152         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12153         for netrc-machine.
12154
12155         * nnimap.el (nnimap-open-connection): Use
12156         netrc-machine-user-or-password.
12157
12158 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12159
12160         * gnus-registry.el (gnus-registry-unload-hook):
12161         Set as a variable with add-hook.
12162
12163         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12164         of news-path.
12165
12166         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12167
12168         * spam.el: Delete duplicate `provide'.
12169         (spam-unload-hook): Set as a variable with add-hook.
12170
12171 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12174         in the doc string.
12175
12176         * message.el (message-ignored-news-headers)
12177         (message-ignored-supersedes-headers)
12178         (message-ignored-resent-headers)
12179         (message-forward-ignored-headers): Improve custom type.
12180
12181 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * message.el (message-tokenize-header): Fix 2004-09-06 change
12184         which used point-min in the wrong place.
12185
12186 2004-10-12  Simon Josefsson  <jas@extundo.com>
12187
12188         * tls.el (tls-certtool-program): New variable.
12189         (tls-certificate-information): New function, based on
12190         ssl-certificate-information.
12191
12192 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * compface.el: Move the version of ELisp-based uncompface program
12195         to the contrib directory because of the copyright problem.
12196
12197 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * message.el (message-kill-buffer): Raise the current frame.
12200
12201 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12204
12205         * gnus.el (message-y-or-n-p): Autoload.
12206
12207         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12208         (pop3-password-required, pop3-authentication-scheme)
12209         (pop3-leave-mail-on-server): Made customizable.
12210         (pop3): New custom group.
12211         (pop3-retr): Remove `sleep-for' statements.
12212         Suggested by Dave Love <fx@gnu.org>.
12213
12214         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12215         Windows/DOS.
12216
12217         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12218         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12219         Dave Love <fx@gnu.org>.
12220
12221         * mml.el (mml-minibuffer-read-disposition): Require match.
12222         Suggested by Dave Love <fx@gnu.org>.
12223
12224 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12227         doc string.
12228
12229 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12232
12233 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12234
12235         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12236         instead of calling `mm-insert-inline', to decode text/* parts
12237         before displaying them.
12238
12239 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * mm-uu.el (mm-uu-text-plain-type): New variable.
12242         (mm-uu-pgp-signed-extract-1): Use it.
12243         (mm-uu-pgp-encrypted-extract-1): Use it.
12244         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12245         bind mm-uu-text-plain-type with that value.
12246         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12247         mm-uu-dissect.
12248
12249 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-group.el (gnus-update-group-mark-positions):
12252         * gnus-sum.el (gnus-update-summary-mark-positions):
12253         * message.el (message-check-news-body-syntax):
12254         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12255         of string-as-multibyte.
12256
12257 2004-10-05  Juri Linkov  <juri@jurta.org>
12258
12259         * gnus-group.el (gnus-update-group-mark-positions):
12260         * gnus-sum.el (gnus-update-summary-mark-positions):
12261         * message.el (message-check-news-body-syntax):
12262         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12263         8-bit unibyte values to a multibyte string for search functions.
12264
12265 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12268         (mm-uu-dissect-text-parts): New function.
12269
12270         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12271         dissect text parts.
12272
12273         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12274         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12275
12276         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12277
12278         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12279         gnus-current-topics instead of gnus-current-topic.
12280
12281 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12282
12283         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12284
12285 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12286
12287         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12288         where approriate.
12289
12290         * nnml.el (nnml-generate-active-info): do.
12291
12292         * nndiary.el (nndiary-generate-active-info): do.
12293
12294         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12295         (gnus-topic-move): do.
12296
12297         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12298         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12299
12300         * gnus-srvr.el (gnus-server-prepare)
12301         (gnus-server-open-all-servers): do.
12302
12303         * gnus-msg.el (gnus-summary-cancel-article)
12304         (gnus-summary-resend-message)
12305         (gnus-summary-mail-crosspost-complaint): do.
12306
12307         * gnus-move.el (gnus-change-server): do.
12308
12309         * gnus-group.el (gnus-group-unmark-all-groups)
12310         (gnus-group-set-current-level): do.
12311
12312 2004-10-04  Simon Josefsson  <jas@extundo.com>
12313
12314         * message.el (message-generate-hashcash): Doc fix.
12315
12316 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12317
12318         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12319         avoid infinite recursion via gnus-get-function.
12320
12321 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12322
12323         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12324
12325         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12326
12327         * nnmail.el (nnmail-split-history): do.
12328
12329         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12330         (nnml-request-delete-group): do.
12331
12332         * nnslashdot.el (nnslashdot-read-groups): do.
12333
12334         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12335         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12336
12337         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12338         (nnspool-sift-nov-with-sed): Use last.
12339         (nnspool-retrieve-headers-with-nov): Use mapc.
12340         (nnspool-request-newgroups): Use dolist.
12341         (nnspool-request-group): Use last.
12342
12343         * nntp.el (nntp-read-server-type): Use dolist.
12344
12345         * nnvirtual.el (nnvirtual-create-mapping)
12346         (nnvirtual-update-read-and-marked): Use dolist.
12347         (nnvirtual-convert-headers): Simplify.
12348
12349 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12350
12351         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12352         support for sync'ing tick marks.
12353
12354 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12357         there's no visible header.
12358
12359 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12360
12361         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12362         necessary, pass full group name to gnus-request-set-marks.
12363
12364 2004-10-01  Simon Josefsson  <jas@extundo.com>
12365
12366         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12367         acroread.
12368
12369 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * spam-report.el (spam-report-gmane): Fix interactive.
12372
12373         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12374
12375         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12376         when writing file.
12377         (gnus-agent-synchronize-flags): Don't default to being
12378         interactive.
12379
12380 2004-09-30  Simon Josefsson  <jas@extundo.com>
12381
12382         * message.el (message-generate-hashcash): Add.
12383         (message-send-mail): Use it, call mail-add-payment.
12384
12385 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12386
12387         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12388
12389 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12390
12391         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12392         gnus-requst-update-info with explicit code to sync the in-memory
12393         info read flags with the marks being sync'd to the backend.
12394
12395         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12396
12397 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12398
12399         * spam.el (spam-verify-bogofilter): Add new function.
12400         (spam-check-bogofilter)
12401         (spam-bogofilter-register-with-bogofilter): Use it.
12402         (spam-verify-bogofilter): Add small fixes.
12403
12404 2004-09-28  Simon Josefsson  <jas@extundo.com>
12405
12406         * hashcash.el (hashcash-generate-payment): Revert.
12407
12408 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12409
12410         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12411         gnus-extract-references instead of gnus-split-references.
12412
12413         * gnus-util.el (gnus-extract-references): Add new function, analogous
12414         to gnus-split-references but extracts only the message-ID without
12415         anything extra.
12416
12417         * hashcash.el (hashcash-generate-payment)
12418         (hashcash-check-payment): Do the right thing if hashcash-path is
12419         nil (because the hashcash program could not be found).
12420
12421         * spam.el (spam-use-hashcash): Remove comment.
12422
12423 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12424
12425         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12426         (gnus-cache-enter-article, gnus-cache-remove-article)
12427         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12428
12429         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12430
12431         * gnus-art.el (article-hide-boring-headers)
12432         (article-translate-strings, article-display-face)
12433         (gnus-article-mime-match-handle-first)
12434         (gnus-article-highlight-headers)
12435         (gnus-article-add-buttons-to-head): do.
12436
12437 2004-09-27  Simon Josefsson  <jas@extundo.com>
12438
12439         * hashcash.el: New version, from
12440         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12441         ../contrib/.
12442
12443 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12446
12447 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12448
12449         * gnus-dup.el (gnus-dup-open): Use mapc.
12450         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12451
12452         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12453         Reported by Stefan Wiens <s.wi@gmx.net>.
12454
12455         * gnus.el (gnus-shutdown): Use dolist.
12456
12457         * gnus-undo.el (gnus-undo): Use mapc.
12458
12459         * nnrss.el (nnrss-generate-active): do.
12460
12461         * message.el (message-cite-original-without-signature)
12462         (message-cite-original): Use mapc.
12463         (message-do-actions, message-make-forward-subject): Use dolist.
12464
12465 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12466
12467         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12468         deletion to remove entire duplicate line.  Fixes merged article
12469         number bug.
12470
12471 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12472
12473         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12474         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12475         first ask if you want to open a server and then, even when you
12476         responded with no, asking if you want to synchronize the server's
12477         flags.
12478         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12479         multi-line expressions.
12480         (gnus-agent-synchronize-group-flags): New internal function.
12481         Updates marks in memory (in the info structure) AND in the
12482         backend.
12483
12484         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12485
12486         * nnagent.el (nnagent-request-set-mark): Use
12487         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12488         method, to ensure that synchronization updates marks in the
12489         backend and in the info (in memory) structure.
12490
12491 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12494         convention fully; don't miss the root article of a thread; make
12495         the X-Draft-From header with correct article numbers.
12496
12497 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12498
12499         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12500         unless plugged.  Disable the agent so that an open failure causes
12501         an error.
12502
12503         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12504         Reverted 2004-09-21 change.  The backend must be opened while
12505         synchronizing flags even when the backend stores the flags
12506         locally.
12507
12508 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12511         in `header' match.  Reported by Svend Tollak Munkejord.
12512
12513         * message.el (message-cite-original): Fix use of
12514         `message-cite-articles-with-x-no-archive'.
12515
12516 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12519         (gnus-window-to-buffer): Ditto.
12520
12521         * mml.el (mml-preview-buffer): New variable.
12522         (mml-preview): Manage window layout with gnus-buffer-configuration.
12523
12524         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12525         X-Draft-From header even if those articles aren't quoted.
12526
12527 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12528
12529         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12530         (gnus-request-set-mark, gnus-request-update-mark): Use new
12531         g-s-t-u-l-m to decide to use backend even when unplugged.
12532
12533 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12536         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12537
12538 2004-09-20  Simon Josefsson  <jas@extundo.com>
12539
12540         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12541         "utf-16-le".
12542
12543 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12544
12545         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12546
12547 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * uudecode.el (uudecode-use-external): Add :version.
12550
12551         * smime.el (smime-CA-file, smime-encrypt-cipher)
12552         (smime-dns-server): Add :version.
12553
12554         * smiley.el (gnus-smiley-file-types): Add :version.
12555
12556         * sha1.el (sha1-use-external): Add :version.
12557
12558         * pgg-def.el (pgg-query-keyserver): Add :version.
12559
12560         * nnmail.el (nnmail-fancy-expiry-targets)
12561         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12562         Add :version.
12563
12564         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12565         (nnimap-retrieve-groups-asynchronous): Add :version.
12566         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12567
12568         * mml.el (mml-content-disposition-parameters)
12569         (mml-insert-mime-headers-always): Add :version.
12570
12571         * mm-util.el (mm-coding-system-priorities): Add :version.
12572
12573         * mm-decode.el (mm-inline-text-html-with-images)
12574         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12575         (mm-verify-option): Add :version.
12576         (mm-text-html-renderer): Change :version.
12577
12578         * message.el (message-fcc-externalize-attachments)
12579         (message-required-headers, message-draft-headers)
12580         (message-subject-trailing-was-query)
12581         (message-subject-trailing-was-ask-regexp)
12582         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12583         (message-mark-insert-end, message-archive-header)
12584         (message-archive-note, message-cross-post-default)
12585         (message-cross-post-note, message-followup-to-note)
12586         (message-cross-post-note-function, message-use-mail-followup-to)
12587         (message-subscribed-address-functions)
12588         (message-subscribed-address-file, message-subscribed-addresses)
12589         (message-subscribed-regexps, message-allow-no-recipients)
12590         (message-yank-cited-prefix, message-signature-insert-empty-line)
12591         (message-hidden-headers, message-hierarchical-addresses)
12592         (message-mail-user-agent, message-use-idna)
12593         (message-valid-fqdn-regexp)
12594         (message-strip-special-text-properties, message-header-synonyms)
12595         (message-beginning-of-line, message-tab-body-function): Add :version.
12596         (message-insert-canlock, message-wide-reply-confirm-recipients):
12597         Change :version.
12598
12599         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12600         and :version.
12601         (mail-source-delete-old-incoming-confirm)
12602         (mail-source-movemail-program): Add :version.
12603
12604         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12605         (gnus-agent-cache, gnus-agent): Change :version.
12606
12607         * gnus-util.el (gnus-use-byte-compile): Change :version.
12608
12609         * gnus-sum.el (gnus-summary-make-false-root-always)
12610         (gnus-summary-default-high-score)
12611         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12612         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12613         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12614         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12615         (gnus-sum-thread-tree-single-indent)
12616         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12617         (gnus-sum-thread-tree-leaf-with-other)
12618         (gnus-sum-thread-tree-single-leaf): Add :version.
12619         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12620         (gnus-article-loose-mime): Change :version.
12621
12622         * gnus-start.el (gnus-backup-startup-file)
12623         (gnus-save-startup-file-via-temp-buffer): Add :version.
12624
12625         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12626         (gnus-server-offline-face): Add :version.
12627
12628         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12629
12630         * gnus-msg.el (gnus-gcc-externalize-attachments)
12631         (gnus-debug-files, gnus-debug-exclude-variables)
12632         (gnus-discouraged-post-methods): Change :version.
12633         (gnus-confirm-mail-reply-to-news)
12634         (gnus-confirm-treat-mail-like-news): Add :version.
12635
12636         * gnus-int.el (gnus-server-unopen-status): Add :version.
12637
12638         * gnus-group.el (gnus-group-jump-to-group-prompt)
12639         (gnus-large-ephemeral-newsgroup)
12640         (gnus-fetch-old-ephemeral-headers): Add :version.
12641
12642         * gnus-fun.el (gnus-x-face-directory)
12643         (gnus-convert-pbm-to-x-face-command)
12644         (gnus-convert-image-to-x-face-command)
12645         (gnus-convert-image-to-face-command): Add :version.
12646
12647         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12648
12649         * gnus-cite.el (gnus-cite-blank-line-after-header)
12650         (gnus-article-boring-faces): Add :version.
12651
12652         * gnus-art.el (gnus-buttonized-mime-types)
12653         (gnus-inhibit-mime-unbuttonizing)
12654         (gnus-treat-display-face)
12655         (gnus-treat-body-boundary): Change :version.
12656         (gnus-body-boundary-delimiter, gnus-picon-databases)
12657         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12658         (gnus-treat-date-english, gnus-treat-fold-headers)
12659         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12660         (gnus-treat-mail-picon, gnus-treat-wash-html)
12661         (gnus-article-encrypt-protocol)
12662         (gnus-use-idna, gnus-article-over-scroll)
12663         (gnus-mime-display-multipart-alternative-as-mixed)
12664         (gnus-mime-display-multipart-related-as-mixed)
12665         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12666         (gnus-ctan-url, gnus-button-ctan-handler)
12667         (gnus-button-handle-ctan-bogus-regexp)
12668         (gnus-button-ctan-directory-regexp)
12669         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12670         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12671         (gnus-button-man-level, gnus-button-emacs-level)
12672         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12673
12674         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12675         (gnus-agent-go-online): Change :version.
12676         (gnus-agent-expire-unagentized-dirs)
12677         (gnus-agent-auto-agentize-methods): Add :version.
12678
12679         * flow-fill.el (fill-flowed-display-column)
12680         (fill-flowed-encode-column): Add :version.
12681
12682         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12683         (gnus-outlook-deuglify-unwrap-max)
12684         (gnus-outlook-deuglify-cite-marks)
12685         (gnus-outlook-deuglify-unwrap-stop-chars)
12686         (gnus-outlook-deuglify-no-wrap-chars)
12687         (gnus-outlook-deuglify-attrib-cut-regexp)
12688         (gnus-outlook-deuglify-attrib-verb-regexp)
12689         (gnus-outlook-deuglify-attrib-end-regexp)
12690         (gnus-outlook-display-hook): Add :version.
12691
12692         * binhex.el (binhex-use-external): Add :version.
12693
12694 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12697         and `invisible'.
12698
12699 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12702         in gnus-registry-trim.
12703
12704 2004-09-13  Simon Josefsson  <jas@extundo.com>
12705
12706         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12707
12708         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12709
12710         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12711         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12712         <yamaoka@jpl.org>.
12713         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12714         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12715         <yamaoka@jpl.org>.
12716
12717         * sieve.el (sieve-manage-mode): Ditto.
12718
12719 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12722
12723 2004-09-11  Simon Josefsson  <jas@extundo.com>
12724
12725         * dns-mode.el: Add.
12726
12727         * mm-view.el (mm-display-dns-inline): Add.
12728
12729         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12730         (mm-automatic-display): Ditto.
12731
12732         * mailcap.el (mailcap-mime-data): Add text/dns.
12733         (mailcap-mime-extensions): Map .soa to text/dns.
12734
12735 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12736
12737         * gnus-art.el (article-decode-mime-words, article-babel)
12738         (gnus-article-highlight-signature, gnus-article-add-buttons)
12739         (gnus-signature-toggle): Remove unnecessary bindings of
12740         `inhibit-read-only' inherited from v5.10 merge.
12741
12742 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * nntp.el (nntp): New customization group.
12745         (nntp-authinfo-file): Add customization group.
12746
12747         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12748
12749         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12750
12751         * gnus.el (to-address, to-list, subscribed)
12752         (large-newsgroup-initial): Ditto.
12753
12754         * flow-fill.el (fill-flowed-display-column)
12755         (fill-flowed-encode-column): Ditto.
12756
12757 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12758
12759         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12760         Use point-min rather than 1.
12761         (message-send-mail): Use buffer-size rather than point-max.
12762
12763         * gnus-sum.el (gnus-summary-search-article-forward):
12764         Signal a specific `search-failed' rather than a generic `error'.
12765
12766         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12767         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12768         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12769
12770 2004-09-10  Simon Josefsson  <jas@extundo.com>
12771
12772         * nndb.el (require): Remove tcp and duplicate cl.
12773
12774 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-agent.el (directory-files-and-attributes): Move forward.
12777
12778 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12779
12780         * gnus-agent.el (directory-files-and-attributes): Optionally
12781         defined to support XEmacs.
12782
12783 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12784
12785         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12786         to avoid run-time CL dependencies.
12787         (gnus-agent-unfetch-articles): New function.
12788         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12789         article numbers even when local .overview file is missing.
12790         (gnus-agent-read-article-number): New function.  Only accepts
12791         27-bit article numbers.
12792         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12793         gnus-agent-read-article-number.
12794         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12795         from backend while recognizing that article numbers in .overview
12796         must be valid.
12797         (gnus-agent-update-files-total-fetched-for): Use
12798         directory-files-and-attributes to improve performance.
12799         * gnus-int.el (gnus-request-move-article): Use
12800         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12801         improve performance.
12802
12803         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12804         some users confused by references to .newsrc when they only have a
12805         .newsrc.eld file.
12806         (gnus-convert-mark-converter-prompt)
12807         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12808         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12809         New function.  Used internally to only display 'gnus converting
12810         files' message when actually necessary.
12811
12812         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12813         methods now autoloaded.
12814
12815 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12818         identifiers.
12819
12820 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * gnus-picon.el: Fix indentation and closing parenthesis.
12823
12824 2004-09-01  Simon Josefsson  <jas@extundo.com>
12825
12826         * message.el (message-canlock-generate): Require sha1, not
12827         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12828         to require within a function.  Sadly, if sha1.el isn't loaded, the
12829         let binding in m-c-g will hide the defcustom definition, which is
12830         bad.)
12831
12832         * canlock.el: Require sha1, not sha1-el.
12833
12834         * message.el: Don't autoload sha1 (there is a autoload cookie in
12835         sha1.el).
12836
12837         * sha1-el.el: Renamed to sha1.el.
12838
12839 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12840
12841         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12842
12843 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12844
12845         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12846
12847 2004-08-30  Kim F. Storm  <storm@cua.dk>
12848
12849         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12850
12851         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12852         Add :group 'nnimap.
12853
12854 2004-08-30  Andreas Schwab  <schwab@suse.de>
12855
12856         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12857         ?* and ?\;.
12858
12859         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12860         and ?\' to symbol instead of whitespace.
12861
12862 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12865
12866         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12867         instead of re-search-forward.
12868
12869         * gnus-uu.el (gnus-uu-save-article): Ditto.
12870         (gnus-uu-post-encode-uuencode): Ditto.
12871
12872         * html2text.el (html2text-clean-list-items): Ditto.
12873         (html2text-clean-dtdd): Ditto.
12874         (html2text-format-tags): Ditto.
12875
12876         * message.el (message-send-mail-with-sendmail): Fix regexp.
12877         (message-fill-field-general): Use search-forward instead of
12878         re-search-forward.
12879         (unbold-region): Ditto.
12880
12881         * nnrss.el (nnrss-request-article): Ditto.
12882
12883         * nnslashdot.el (nnslashdot-request-article): Ditto.
12884
12885         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12886
12887         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12888         "Unrecognized menu descriptor" error in XEmacs.
12889
12890 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12891
12892         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12893         parent article of a sparse article in the thread hashtb.
12894
12895 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12896
12897         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12898         (nnmail-expand-newtext): Lowercase expanded entries if
12899         nnmail-split-lowercase-expanded is non-nil.
12900
12901 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12904
12905         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12906         of gnus-tmp-news-method into string under XEmacs.  It will be
12907         passed to gnus-correct-length which takes only a string argument.
12908
12909 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-util.el (gnus-bind-print-variables): New macro.
12912         (gnus-prin1): Use it.
12913         (gnus-prin1-to-string): Use it.
12914         (gnus-pp): New function.
12915         (gnus-pp-to-string): New function.
12916
12917         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12918         Replace pp-to-string with gnus-pp-to-string.
12919         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12920         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12921         * gnus-msg.el (gnus-debug): Ditto.
12922         * gnus-score.el (gnus-score-save): Ditto.
12923         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12924         gnus-pp-to-string.
12925         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12926         with gnus-pp.
12927         * score-mode.el (gnus-score-pretty-print): Ditto.
12928         * webmail.el (webmail-debug): Ditto.
12929
12930 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-art.el (article-display-face, article-display-x-face):
12933         Use buffer-read-only.
12934
12935 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * gnus-art.el (article-hide-list-identifiers):
12938         Bind inhibit-read-only as t.
12939
12940 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12943
12944 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12945
12946         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12947         (gnus-narrow-to-page): Don't assume point-min == 1.
12948         (gnus-article-edit-mode): Derive from message-mode.
12949
12950         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12951         point-min == 1.
12952
12953         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12954         Disable incorrect use of `assert'.
12955
12956         * message.el (message-mode): Set comment-start-skip.
12957
12958
12959 2004-08-22  Sam Steingold  <sds@gnu.org>
12960
12961         * pop3.el (pop3-leave-mail-on-server): New user variable.
12962         (pop3-movemail): Delete mail only when it is nil.
12963
12964 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12965
12966         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12967
12968         * mml.el (mml-preview): Use `pop-to-buffer'.
12969
12970         * message.el (message-goto-mail-followup-to): Insert after "To".
12971         (message-carefully-insert-headers): Add comment.
12972
12973         * gnus.el: Remove unused variable `gnus-article-check-size'.
12974
12975         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12976
12977         * gnus-art.el (gnus-button-alist): Improve
12978         `gnus-button-handle-library' entry.
12979
12980 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12981
12982         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12983         downcase, since XEmacs capitalizes error messages differently.
12984
12985 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12986
12987         * nntp.el: Add (require 'gnus) due to reference to
12988         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12989
12990 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12991
12992         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12993         `mm-fill-flowed'.
12994
12995         * mm-decode.el (mm-dissect-singlepart): Check it.
12996
12997 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12998
12999         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13000         'imap' for netrc parsing.
13001
13002 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * mailcap.el (mailcap-mime-data): Mark as risky.
13005
13006 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13009         may be included in the encoded word.
13010         (rfc2047-encode): Don't append a space if the encoded word
13011         includes close parenthesis.
13012
13013 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13016         of text within parentheses.
13017
13018 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13019
13020         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13021         (gnus-encrypt-write-file-contents): Make the password key the file
13022         name PLUS the cipher, not just the cipher.  Also remove failed
13023         passwords from the cache.
13024
13025 2004-08-06  Simon Josefsson  <jas@extundo.com>
13026
13027         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13028         fix.
13029
13030 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13033         LWSP.
13034
13035 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13036
13037         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13038         to append in-reply-to: data to the references: header.
13039
13040         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13041         (netrc-parse): Use gnus-encrypt.el functions.
13042
13043         * gnus-encrypt.el: Add new file for encryption support; currently
13044         does only a few GPG ciphers and an internal XOR cipher.
13045
13046         * password.el: Add comments on using password-read-and-add.
13047         (password-read-and-add): Add function to read and add the
13048         password to the cache at once.
13049
13050 2004-07-28  Simon Josefsson  <jas@extundo.com>
13051
13052         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13053         parameter (but don't use it, for now).
13054
13055         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13056         instead of hard coding to nil.
13057
13058 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13061         as mm-inline-image-xemacs does.
13062
13063 2004-07-26  Simon Josefsson  <jas@extundo.com>
13064
13065         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13066         Revert part of 2004-07-17 change below.
13067
13068 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13071         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13072
13073 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13074
13075         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13076         quotes that actually start with ">" at the beginning of the
13077         lines.
13078
13079 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * rfc2047.el (rfc2047-encode-region): Fix last change.
13082         (rfc2047-encode-parameter): Remove useless concat.
13083
13084 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13087         encode special characters; fix some kind of misconfigured headers;
13088         signal a real error if debug-on-quit or debug-on-error is non-nil.
13089         (rfc2047-encode-max-chars): New variable.
13090         (rfc2047-encode-1): Use it.
13091         (rfc2047-encode-parameter): New function.
13092
13093         * mml.el (mml-insert-parameter): Remove an excessive space.
13094
13095 2004-07-17  Simon Josefsson  <jas@extundo.com>
13096
13097         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13098         Kai Grossjohann <kai@emptydomain.de>.
13099         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13100         (gnus-group-make-menu-bar): Ditto.
13101
13102         * gnus-util.el (gnus-group-server): Add.
13103
13104 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13105
13106         * message.el (message-clone-locals): Clone sendmail and smtp
13107         variables.
13108
13109 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * rfc2047.el (rfc2047-encode-region): Fix last change.
13112
13113 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13116         characters as non-special.
13117
13118 2004-07-09  Simon Josefsson  <jas@extundo.com>
13119
13120         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13121         Users will lose all flag changes made while unplugged with
13122         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13123         good default.  See numerous reports on ding mailing list.
13124
13125 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13128         add generate-head-function and generate-article-function to the
13129         rfc822-forward entry.
13130         (nndoc-rfc822-forward-generate-article): New function.
13131         (nndoc-rfc822-forward-generate-head): New function.
13132
13133         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13134
13135 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13136
13137         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13138         respect display group parameter and gnus-summary-expunge-below.
13139         (gnus-articles-to-read): Remove unused reference to display group
13140         parameter.
13141
13142 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * nnheader.el (nnheader-uniquify-message-id): New experimental
13145         variable.
13146         (nnheader-nov-read-message-id): Use it.
13147
13148         * spam-report.el (spam-report-gmane): Add interactive.
13149
13150 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13153         qp-or-base64 for the application/* types.
13154
13155 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13156
13157         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13158
13159 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13162         trim value.
13163
13164 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13165
13166         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13167         New macro and function.
13168         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13169
13170 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13173         after-load-alist.
13174
13175 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13176
13177         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13178         update info that isn't there.
13179
13180 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13181
13182         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13183         entry.
13184
13185 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * mm-view.el (mm-inline-render-with-function): Use multibyte
13188         buffer; decode html source by charset.
13189
13190         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13191
13192         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13193         Mule-UCS is loaded under XEmacs.
13194         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13195
13196 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13197
13198         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13199
13200 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * mm-util.el (mm-coding-system-p): Return a coding-system.
13203         (mm-mime-mule-charset-alist): Use shift_jis instead of
13204         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13205         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13206         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13207         instead of japanese-shift-jis and iso-latin-1 respectively in
13208         order to share the default value with both Emacs and XEmacs-mule.
13209         (mm-mule-charset-to-mime-charset): Make
13210         mm-coding-system-priorities effective.
13211         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13212         while predicating of candidates upon the priorities.
13213
13214 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13215
13216         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13217         gnus-uu-invert-processable.
13218
13219         * gnus.el: Autoload gnus-uu-invert-processable.
13220
13221 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * mm-util.el (mm-with-multibyte-buffer): New macro.
13224
13225         * rfc2047.el (rfc2047-encode-string): Use it.
13226         (rfc2047-encode-region): Move point to the end of the region after
13227         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13228
13229 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13232         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13233
13234 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13237         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13238         Karl Chen <quarl@nospam.quarl.org>.
13239
13240 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13241
13242         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13243         invalid addresses.
13244
13245 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13246
13247         * spam.el: Change section markers, revise TODO list.
13248         (spam-backends): Make new master list of all installed backends.
13249         (spam-summary-exit-behavior): Add new variable to determine how
13250         messages moves are done at summary exit.
13251         (spam-move-spam-nonspam-groups-only)
13252         (spam-process-ham-in-nonham-groups)
13253         (spam-process-ham-in-spam-groups): Remove variables, the
13254         spam-summary-exit-behavior variable should be used to manage this
13255         behavior.
13256         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13257         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13258         and spam-old-spam-articles.
13259         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13260         Add empty variables, placeholders for the backends they represent.
13261         (spam-set-difference): Move, unchanged.
13262         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13263         unless the user has a processor variable.
13264         (spam-classifications, spam-classification-valid-p)
13265         (spam-backend-properties, spam-backend-property-valid-p)
13266         (spam-backend-function-type-valid-p)
13267         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13268         (spam-report-articles-gmane, spam-report-articles-resend):
13269         Remove functions, they are not needed.
13270         (spam-install-backend-super, spam-backend-list)
13271         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13272         (spam-backend-function, spam-backend-ham-registration-function)
13273         (spam-backend-spam-registration-function)
13274         (spam-backend-ham-unregistration-function)
13275         (spam-backend-spam-unregistration-function)
13276         (spam-backend-statistical-p, spam-backend-mover-p)
13277         (spam-install-backend-alias, spam-install-checkonly-backend)
13278         (spam-install-mover-backend, spam-install-nocheck-backend)
13279         (spam-install-backend, spam-install-statistical-backend)
13280         (spam-install-statistical-checkonly-backend): Add backend installation
13281         support.
13282         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13283         (spam-group-processor-p): Use the new backend code and respect the
13284         summary exit behavior.
13285         (spam-mark-spam-as-expired-and-move-routine): Remove.
13286         (spam-summary-prepare): Change to use the new spam-old-articles
13287         variable.
13288         (spam-copy-or-move-routine, spam-copy-spam-routine)
13289         (spam-move-spam-routine, spam-copy-ham-routine)
13290         (spam-move-ham-routine): Add code to copy/move ham or spam.
13291         (spam-fetch-field-fast): Improve doc and code, plus allow the
13292         'number request.
13293         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13294         variables.
13295         (spam-split, spam-find-spam): Use the new backend code.
13296         (spam-registration-functions): Remove variable.
13297         (spam-unregister-routine): Add convenience wrapper.
13298         (spam-log-undo-registration, spam-register-routine)
13299         (spam-log-processing-to-registry)
13300         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13301         where possible.
13302         (spam-check-gmane-xref, spam-check-regex-headers)
13303         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13304         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13305         (spam-check-bogofilter-headers, spam-check-spamoracle)
13306         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13307         (spam-check-crm114-headers): Use the spam-split-group that
13308         spam-split prepares, no need to determine it every time.
13309
13310         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13311         to the nnheader-parse-naked-head call.
13312
13313         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13314
13315         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13316         the nnheader-nov-read-message-id call.
13317
13318 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13321         gnus-activate-group twice.  Suggested by Markus Peter
13322         <warp@spin.de>.
13323
13324 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * gnus-art.el (gnus-article-time-format): Exchange the order of
13327         day and month in the default value; fix customization type.
13328         (article-date-ut): Use add-text-properties.
13329         (article-make-date-line): Use message-make-date instead of
13330         current-time-string.
13331
13332         * message.el (message-fetch-field): Don't use set-text-properties.
13333         (message-make-date): Simplify.
13334
13335         * messagexmas.el (message-xmas-make-date): New function.
13336         (message-xmas-redefine): Defalias message-make-date to it.
13337
13338 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13341         (rfc2047-encode-region): Treat text within parentheses as special;
13342         show the original text when error has occurred.
13343
13344         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13345         already-computed method to gnus-activate-group.
13346
13347         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13348         same select-methods identical Lisp objects.
13349
13350         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13351         object when modifying the info.
13352
13353 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13356         gnus-opened-servers since it has never been opened with the new
13357         configuration yet.
13358
13359 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13362         arg to nnheader-generate-fake-message-id.
13363
13364 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13365
13366         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13367         number and build a fake message ID localized to a group and
13368         article number (so it's repeatable from that point on).
13369         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13370         ID format.
13371
13372         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13373         nnheader-generate-fake-message-id with the article number.
13374
13375 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13376
13377         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13378         end-of-buffer.
13379
13380 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13381
13382         * message.el (message-ignored-supersedes-headers): Add Approved.
13383
13384 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13387         goto-char.
13388         (rfc2047-encode): Fold the line before encoding.
13389
13390 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13393         folding -- not all headers can be folded, and this should be done
13394         by the message composition mode.  Probably.  I think.
13395
13396 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13399         fast.
13400
13401         * gnus-ems.el (gnus-remove-image): Don't use
13402         message-text-with-property; remove only the image found first.
13403
13404         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13405         found first.
13406
13407 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13408
13409         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13410
13411 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * message.el (message-text-with-property): Make it fast and accept
13414         optional arguments.
13415         (message-strip-forbidden-properties): Use it.
13416         (message-fix-before-sending): Follow the m-t-w-p change.
13417
13418         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13419
13420 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-art.el (article-hide-headers): Don't change the buffer
13423         mistakenly when performing mml-preview even if
13424         gnus-single-article-buffer is nil.
13425
13426 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13427
13428         * message.el (message-expand-name-databases): New user option.
13429         (message-expand-name): Use it.
13430
13431 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * spam.el (spam-report-articles-resend)
13434         (spam-report-resend-register-routine): Allow ham reporting.
13435         (spam-report-resend-register-ham-routine): Add wrapper.
13436         (spam-registration-functions): Add ham resending functions.
13437         (spam-list-of-processors): Add ham resend processor.
13438
13439         * gnus.el (ham-resend-to): Add new group parameter.
13440         (spam-process): Add ham resend option.
13441
13442         * spam-report.el (spam-report-resend): Allow reporting ham.
13443         (spam-report-resend-ham): Add wrapper.
13444
13445 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13446
13447         * message.el (message-cite-articles-with-x-no-archive): New
13448         variable.
13449         (message-cite-original): Use it.
13450
13451 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13452
13453         * message.el (message-cite-original): Respect X-No-Archive.
13454
13455 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-art.el (article-hide-headers): Refer to the values for
13458         gnus-ignored-headers and gnus-visible-headers in the summary
13459         buffer since a user may have set them as group parameters.
13460
13461 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13462
13463         * assistant.el (assistant-node-name): Add convenience function.
13464         (assistant-render-text, assistant-render-node): Add error handling,
13465         plus handle multiple next nodes.
13466         (assistant-find-next-node): Comment out for now.
13467         (assistant-find-next-nodes): Add function, returns list of next
13468         nodes.
13469
13470 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * mail-source.el (mail-source-directory): Fix doc-string.
13473
13474 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * assistant.el (assistant-render-text, assistant-eval): Add :set
13477         widget type, which is different because it takes and returns a
13478         list.  Much hilarity ensues.
13479
13480 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13483
13484         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13485         doc-string.
13486
13487         * gnus-start.el (gnus-activate-group): Added doc-string.
13488
13489 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13492
13493 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13494
13495         * assistant.el (assistant-render-text): Try to add a :set
13496         widget, more to come.
13497
13498         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13499         strings.
13500         (spam-report-articles-resend)
13501         (spam-register-routine): Do registration iff any articles warrant
13502         it.
13503         (spam-summary-prepare-exit): Change log message for nil group
13504         destinations.
13505
13506 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13507
13508         * spam.el (spam-report-resend-register-routine): Allow
13509         spam-report-resend-to to be a group parameter or a global value.
13510
13511 2004-05-26  Simon Josefsson  <jas@extundo.com>
13512
13513         * starttls.el: Merge with my GNUTLS based starttls.el.
13514         (starttls-gnutls-program, starttls-use-gnutls)
13515         (starttls-extra-arguments, starttls-process-connection-type)
13516         (starttls-connect, starttls-failure, starttls-success): New
13517         variables.
13518         (starttls-program, starttls-extra-args): Doc fix.
13519         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13520         functions.
13521         (starttls-negotiate, starttls-open-stream): Check
13522         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13523         function if it is set.
13524
13525 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13528         structured fields.
13529
13530 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13533
13534 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13537         variable.
13538         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13539         assigning the spam-mark to new messages.
13540
13541 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13542
13543         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13544
13545 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13548
13549         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13550         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13551         default.
13552
13553 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13554
13555         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13556         correct data.
13557
13558 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13561         (spam-group-processor-p): Fix function.
13562         (spam-group-processor-multiple-p)
13563         (spam-group-spam-processor-report-gmane-p)
13564         (spam-group-spam-processor-report-resend-p)
13565         (spam-group-spam-processor-bogofilter-p)
13566         (spam-group-spam-processor-blacklist-p)
13567         (spam-group-spam-processor-ifile-p)
13568         (spam-group-ham-processor-ifile-p)
13569         (spam-group-spam-processor-spamoracle-p)
13570         (spam-group-spam-processor-crm114-p)
13571         (spam-group-ham-processor-bogofilter-p)
13572         (spam-group-spam-processor-stat-p)
13573         (spam-group-ham-processor-stat-p)
13574         (spam-group-ham-processor-whitelist-p)
13575         (spam-group-ham-processor-BBDB-p)
13576         (spam-group-ham-processor-spamoracle-p)
13577         (spam-group-ham-processor-copy-p): Remove functions with some
13578         prejudice against unneeded code.
13579         (spam-report-articles-resend)
13580         (spam-report-resend-register-routine): Allow the group/topic
13581         spam-resend-to value to override spam-report-resend-to.
13582         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13583         properly now.
13584
13585         * gnus.el (spam-resend-to): Add group/topic parameter.
13586         (spam-process): Move the OBSOLETE processors to the end of the
13587         choices.
13588
13589 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13590
13591         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13592         with resend-to set to nil, and then ask the user if necessary.
13593         (spam-report-resend): spam-report-resend takes a list of articles, not
13594         separate article numbers.
13595
13596 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13599         addition to emacs-w3m.
13600
13601 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13602
13603         * assistant.el (assistant-authinfo-data): New function.
13604         (assistant-eval): Eval for entire assistant.
13605
13606         * netrc.el (netrc-services-file): New variable.
13607         (netrc-parse-services): New function.
13608         (netrc-find-service-name): New function.
13609         (netrc-find-service-number): New function.
13610         (netrc-port-equal): New function.
13611         (netrc-machine): Use it.
13612
13613         * nnimap.el (nnimap-open-connection): Use netrc.
13614
13615         * gnus-util.el (gnus-netrc-get): Remove aliases.
13616
13617         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13618
13619         * assistant.el (wid-edit): Fix compilation.
13620
13621         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13622
13623 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13624
13625         * gnus-util.el (gnus-set-file-modes): New function.  (small
13626         patch).
13627
13628 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13629
13630         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13631
13632         * assistant.el (assistant-render-node): Fix up rendering and
13633         read-only text.
13634         (assistant-render-node): Reset.
13635         (assistant-make-read-only): Not sticky.
13636
13637 2004-05-20  Danny Siu  <dsiu@adobe.com>
13638
13639         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13640         centered even when gnus-auto-center-summary is t.
13641
13642 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13643
13644         * dns.el (dns-get-txt-answer): New function.
13645         (dns-read-txt): Ditto.
13646         (query-dns): Use it.
13647
13648 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13651         active for foreign groups even if the group level is higher than
13652         the specified value.
13653
13654 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13655
13656         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13657         non-active groups.
13658
13659         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13660
13661 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13662
13663         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13664
13665 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13668         (spam-crm114-header, spam-crm114-spam-switch)
13669         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13670         (spam-crm114-positive-spam-header)
13671         (spam-crm114-database-directory, spam-list-of-processors)
13672         (spam-group-spam-processor-crm114-p)
13673         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13674         (spam-generic-score, spam-list-of-checks)
13675         (spam-list-of-statistical-checks, spam-registration-functions)
13676         (spam-check-crm114-headers, spam-crm114-score)
13677         (spam-check-crm114, spam-crm114-register-with-crm114)
13678         (spam-crm114-register-spam-routine)
13679         (spam-crm114-unregister-spam-routine)
13680         (spam-crm114-register-ham-routine)
13681         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13682         asjo@koldfront.dk (Adam Sjøgren).
13683
13684         * gnus.el: Add spam-use-crm114.
13685
13686         * spam.el (spam-list-of-processors, spam-registration-functions):
13687         Add spam-use-resend.
13688         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13689         (spam-report-articles-gmane): Add doc fix.
13690         (spam-report-articles-resend, spam-report-resend-register-routine):
13691         Add wrappers around spam-report-resend-to.
13692
13693         * spam-report.el (spam-report-resend-to, spam-report-resend):
13694         Add support for resending spam.
13695         (spam-report-gmane): Fix line length >80.
13696
13697         * gnus.el (spam-process): Add spam-use-resend.
13698
13699 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13700
13701         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13702         number of processed spam messages.
13703         (spam-ham-copy-or-move-routine): Return the number of processed
13704         ham messages.
13705         (spam-summary-prepare-exit): Use the above values to decide
13706         whether status messages shouled be displayed.
13707
13708 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13711         `rfc2047-encoding-function-alist' in order to avoid conflicting
13712         with the old version.
13713         (rfc2047-encode-region): Concatenate words containing non-ASCII
13714         characters in structured fields; don't encode space-delimited
13715         ASCII words even in unstructured fields; don't break words at
13716         char-category boundaries.
13717         (rfc2047-encode-1): New function.
13718         (rfc2047-encode): Use it; encode text so that it occupies the
13719         maximum width within 76-column; work correctly on Q encoding for
13720         iso-2022-* charsets.
13721         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13722         sure not to break a line just after the header name.
13723         (rfc2047-b-encode-region): Removed.
13724         (rfc2047-b-encode-string): New function.
13725         (rfc2047-q-encode-region): Removed.
13726         (rfc2047-q-encode-string): New function.
13727
13728         * mm-util.el (mm-replace-in-string): New function.
13729
13730 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13731
13732         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13733         get it right.
13734         (gnus-inews-make-draft): Really.
13735
13736 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13737
13738         * nnmh.el (nnmh-request-list-1): Don't check the link count
13739         before descending.  (small patch)
13740
13741 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742
13743         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13744         stuff.
13745
13746         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13747         on real group name.
13748
13749         * gnus-art.el (gnus-signature-limit): Doc fix.
13750
13751         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13752
13753         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13754
13755 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13756
13757         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13758         isn't a string.
13759
13760 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13761
13762         * gnus-draft.el (gnus-draft-send): Bind
13763         rfc2047-encode-encoded-words.
13764
13765         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13766         (rfc2047-encodable-p): Say that =? needs encoding.
13767         (rfc2047-encode-encoded-words): New variable.
13768
13769         * gnus-group.el (gnus-group-select-group): Doc fix.
13770
13771         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13772
13773         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13774         to nil.
13775
13776         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13777
13778         * nnheader.el (nnheader-get-lines-and-char): New function.
13779
13780 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus-msg.el (gnus-summary-followup-with-original): Document
13783         yanking of region when active.
13784
13785 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13788         groups if the group level is higher than the specified value.
13789
13790 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13793         (gnus-group-jump-to-group): Added prefix argument using
13794         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13795         non-active group.
13796
13797         * compface.el (uncompface): Be verbose when changing
13798         `uncompface-use-external'.
13799
13800         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13801         handle manual section.
13802
13803 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13804
13805         * gnus-art.el (gnus-button-alist): Revert previous change.
13806
13807 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13810
13811 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812
13813         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13814         whether backend can accept message.
13815
13816         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13817
13818 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13819
13820         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13821         Avoid creating directory when nntp-marks-is-evil is true.
13822         Reported by Reiner Steib.
13823
13824 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * gnus-picon.el (gnus-picon-style): New variable.
13827         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13828         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13829         Jesper Harder <harder@ifa.au.dk>.
13830
13831 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13832
13833         * message.el (message-fill-field): Return point.
13834         (message-generate-headers): Go to end of field.
13835
13836         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13837         stuff for non-living groups.
13838
13839 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13840
13841         * gnus-art.el (gnus-article-followup-with-original)
13842         (gnus-article-reply-with-original): gnus-mark-active-p ->
13843         gnus-region-active-p.
13844
13845 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13846
13847         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13848         only when there is spam or ham to be processed.
13849
13850 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * mail-source.el (mail-source-delete-crash-box): Refactor.
13853         (mail-source-fetch): Use it.
13854         (mail-source-fetch-file): Ditto.
13855         (mail-source-fetch-directory): Run postscript in loop.
13856         (mail-source-fetch-pop): Delete.
13857         (mail-source-fetch-maildir): Ditto.
13858         (mail-source-fetch-imap): Ditto.
13859
13860         * imap.el (imap-authenticators): Comment out sasl.
13861
13862         * message.el (message-skip-to-next-address): New function.
13863         (message-fill-header-address): Refactor.
13864         (message-fill-address): Use it.
13865         (message-delete-address): Use it.
13866         (message-fill-header-general): Refactor.
13867         (message-fill-field-address): Rename.
13868         (message-narrow-to-field): Find the start of the header.
13869         (message-header-format-alist): Don't pre-fill.
13870         (message-fill-header): Removed.
13871         (message-insert-header): New function.
13872         (message-shorten-references): Use it.
13873
13874         * rfc2047.el (rfc2047-field-value): Strip props.
13875
13876         * mail-parse.el (mail-header-make-address): New alias.
13877
13878         * ietf-drums.el (ietf-drums-make-address): New function.
13879
13880         * imap.el: Add compiler directives.
13881
13882         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13883
13884         * gnus-art.el (article-decode-idna-rhs): Don't use
13885         message-idna-inside-rhs-p.
13886
13887 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * message.el (message-idna-inside-rhs-p): Removed.
13890         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13891
13892         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13893         false positives.
13894
13895 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13896
13897         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13898
13899 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13900
13901         * nneething.el (nneething-file-name): Don't create spurious
13902         files.
13903
13904         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13905         (gnus-inews-do-gcc): Remove sleep.
13906
13907         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13908         part under point.
13909
13910         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13911         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13912
13913 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * spam.el (spam-summary-prepare-exit): Fixed (length).
13916
13917 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13918
13919         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13920         as expired without moving it" message when there are spam
13921         messages left.
13922
13923 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13924
13925         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13926         header is not nil.
13927
13928 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13929
13930         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13931         nntp-possibly-create-directory, not nntp-possibly-change-group.
13932         (nntp-marks-changed-p): New arg SERVER.
13933         (nntp-request-update-info): Adjust caller.
13934
13935 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13936
13937         * nntp.el (nntp-save-marks): Pass missing arg.
13938
13939 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13940
13941         * nntp.el: Support marks.
13942         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13943         (nntp-marks-modtime, nntp-marks-directory): New variables.
13944         (nntp-request-set-mark, nntp-request-update-info)
13945         (nntp-possibly-create-directory, nntp-marks-changed-p)
13946         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13947         functions.
13948
13949 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13950
13951         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13952         (gnus-xmas-redefine): Rename.
13953
13954         * gnus-score.el (gnus-score-insert-help): Use
13955         gnus-select-lowest-window.
13956
13957         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13958         appt-select-lowest-window and rename to gnus-select-lowest-window.
13959
13960         * gnus.el: do.
13961
13962 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13963
13964         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13965         encodings of MIME-encoded words, in order to improve
13966         interoperability with several broken MUAs.
13967
13968 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13969
13970         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13971         tags, only when charsets are not specified in headers.
13972         (mm-inline-text-html-render-with-w3m): Ditto.
13973
13974         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13975         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13976
13977 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13978
13979         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13980         instead of MIME-decoded from fields when checking
13981         `gnus-article-address-banner-alist'.
13982
13983 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13984
13985         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13986         description rather than subject.
13987
13988 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13989
13990         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13991
13992 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13993
13994         * gnus.el (gnus-version-number): Bump.
13995
13996 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13997
13998         * gnus.el: No Gnus v0.2 is released.
13999
14000 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14001
14002         * gnus-agent.el (gnus-agent-read-agentview): Inline
14003         gnus-uncompress-range.
14004
14005 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14006
14007         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14008         `exec-installed-p'.
14009
14010 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14011
14012         * gnus.el (spam-process, spam-autodetect-methods): Add
14013         bsfilter and bsfilter-headers.
14014
14015         * spam.el (spam-bsfilter): New customize group.
14016         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14017         (spam-bsfilter-header, spam-bsfilter-probability-header)
14018         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14019         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14020         (spam-bsfilter-database-directory): New options.
14021         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14022         (spam-list-of-statistical-checks, spam-registration-functions):
14023         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14024         (spam-bsfilter-score): New command.
14025         (spam-check-bsfilter-headers, spam-check-bsfilter)
14026         (spam-bsfilter-register-with-bsfilter)
14027         (spam-bsfilter-register-spam-routine)
14028         (spam-bsfilter-unregister-spam-routine)
14029         (spam-bsfilter-register-ham-routine)
14030         (spam-bsfilter-unregister-ham-routine): New functions.
14031         (spam-generic-score): Support bsfilter; Accept an optional argument
14032         to recalcurate spam score even if scoring header has already been
14033         added.
14034         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14035         optional argument to recalcurate spam score even if scoring header
14036         has already been added.
14037
14038 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14039
14040         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14041         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14042         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14043         link is missing.
14044
14045 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14046
14047         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14048         (html2text-get-attr): Rewrite.
14049
14050         * message.el (message-setup-1): Remove redundant put-text-property
14051         on mail-header-separator.
14052
14053 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14054
14055         * gnus-registry.el (gnus-registry-cache-whitespace)
14056         (gnus-registry-action, gnus-registry-spool-action)
14057         (gnus-registry-split-fancy-with-parent): Change message levels
14058         from 5 to 3 or 7, as needed.
14059
14060         * spam.el (spam-summary-prepare-exit)
14061         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14062         (spam-split, spam-find-spam, spam-log-undo-registration)
14063         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14064         level from 5 to 6.
14065
14066 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14069         2004-03-04 change).
14070
14071 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14072
14073         * sieve-manage.el (sieve-manage-open):
14074         * nnweb.el (nnweb-insert-html):
14075         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14076         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14077         * nnspool.el (nnspool-request-group):
14078         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14079         * nnml.el (nnml-request-update-info):
14080         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14081         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14082         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14083         (nnimap-request-set-mark):
14084         * nnfolder.el (nnfolder-request-update-info):
14085         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14086         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14087         * gnus-uu.el (gnus-uu-find-articles-matching):
14088         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14089         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14090         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14091         * gnus-nocem.el (gnus-nocem-scan-groups):
14092         * gnus-int.el (gnus-start-news-server):
14093         * gnus-group.el (gnus-group-make-kiboze-group)
14094         (gnus-group-browse-foreign-server):
14095         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14096         Use mapc when appropriate.
14097
14098 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14099
14100         FIXME: Make separate entries for each person.
14101
14102         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14103         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14104         <shields@msrl.com>:
14105
14106         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14107         may need for spam sorting and scoring.
14108         (spam-user-format-function-S): Add user format function suitable for
14109         general use.
14110         (spam-article-sort-by-spam-status): Add sorting function for summary
14111         sorting.
14112         (spam-extra-header-to-number): Add function to get a score from a
14113         header.
14114         (spam-summary-score): Add function to get a numeric score from the
14115         headers.
14116         (spam-generic-score): Fix function doc, was in wrong place.
14117         (spam-initialize): Take symbols when it's run, and install the
14118         extra headers that spam-necessary-extra-headers thinks we need.
14119
14120 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14123         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14124
14125 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14126
14127         * gnus-sum.el (gnus-set-global-variables)
14128         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14129         (gnus-article-get-xrefs, gnus-summary-best-group)
14130         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14131         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14132         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14133         Use with-current-buffer.
14134
14135 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * spam.el (spam-summary-prepare-exit): Simplify logic.
14138         (spam-fetch-article-header): Read the article header if it's not
14139         available.
14140         (spam-list-articles): Simplify logic.
14141         (spam-filelist-register-routine): Fix bug with unregister-list.
14142
14143         * gnus-registry.el: Fix comments at beginning.
14144
14145 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14146
14147         * message.el (message-cater-to-broken-inn): Remove.
14148         (message-shorten-references): Make sure the total folded length of
14149         References is shorter than 998 characters to cater to a bug in INN
14150         2.3.  Also, don't pretend that references aren't folded -- this
14151         hasn't worked for a while.
14152
14153 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14154
14155         * gnus-agent.el (gnus-agentize):
14156         gnus-agent-send-mail-real-function no longer set to current value
14157         of message-send-mail-function but rather a lambda that calls
14158         message-send-mail-function.  The change makes the agent real-time
14159         responsive to user changes to message-send-mail-function.
14160
14161 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14162
14163         * legacy-gnus-agent.el
14164         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14165         help from Florian Weimer <fw@deneb.enyo.de>
14166
14167 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * nnmail.el (nnmail-cache-insert): Revert last change.
14170
14171 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * nnmail.el (nnmail-cache-insert): Always check whether
14174         nnmail-cache-ignore-groups matches a group name.
14175
14176 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14179         (spam-find-spam, spam-log-processing-to-registry)
14180         (spam-log-registered-p, spam-log-unregistration-needed-p)
14181         (spam-log-undo-registration): Use gnus-message instead of
14182         gnus-error, none of these errors are fatal.
14183
14184         * gnus-registry.el (gnus-registry-clean-empty-function)
14185         (gnus-registry-clean-empty): Remove only empty entries without
14186         extra data.
14187
14188 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * spam-stat.el (spam-stat-buffer-change-to-spam)
14191         (spam-stat-buffer-change-to-non-spam): Change (error) to
14192         (gnus-message 8) invocation.
14193
14194 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * nntp.el (nntp-via-netcat-command): New variable.
14197         (nntp-via-netcat-switches): New variable.
14198         (nntp-open-via-rlogin-and-netcat): New function.
14199         (nntp-open-connection-function): Doc fix.
14200         (nntp-telnet-command): Doc fix.
14201         (nntp-end-of-line): Doc fix.
14202         (nntp-via-rlogin-command): Doc fix.
14203         (nntp-via-user-name): Doc fix.
14204         (nntp-via-address): Doc fix.
14205
14206 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14209         error in Emacs 21.1.
14210
14211 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14214
14215 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14216
14217         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14218         (gnus-agent-with-refreshed-group): New macro.
14219         (gnus-agent-rename-group): New function.
14220         (gnus-agent-delete-group): New function.
14221         (gnus-agent-save-group-info): Use gnus-command-method when
14222         `method' parameter is nil.  Don't write nil entries into the
14223         active file.
14224         (gnus-agent-get-group-info): New function.
14225         (gnus-agent-fetch-articles): Use
14226         gnus-agent-update-files-total-fetched-for to increment disk space
14227         used.
14228         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14229         gnus-agent-update-view-total-fetched-for to increment disk space
14230         used.
14231         (gnus-agent-get-local): Added optional parameters to avoid calling
14232         gnus-group-real-name and gnus-find-method-for-group.
14233         (gnus-agent-set-local): Delete stored entry if either min, or max,
14234         are nil.
14235         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14236         quit, use gnus-agent-regenerate-group to record existance of any
14237         articles fetched to disk before the quit occurred.
14238         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14239         gnus-agent-update-view-total-fetched-for, and
14240         gnus-agent-update-files-total-fetched-for to decrement disk space
14241         used.
14242         (gnus-agent-retrieve-headers): Use
14243         gnus-agent-update-view-total-fetched-for to increment disk space
14244         used.
14245         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14246         with gnus-agent-update-files-total-fetched-for to decrement disk
14247         space and fresh group buffer.
14248         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14249         (gnus-agent-need-update-total-fetched-for): New variable.
14250         (gnus-agent-update-files-total-fetched-for): New function.
14251         (gnus-agent-update-view-total-fetched-for): New function.
14252         (gnus-agent-total-fetched-for): New function.
14253
14254         * gnus-cache.el (gnus-cache-save-buffers): Use
14255         gnus-cache-update-overview-total-fetched-for to change disk space
14256         used by this group.
14257         (gnus-cache-possibly-enter-article): Use
14258         gnus-cache-update-file-total-fetched-for to increment disk space
14259         used by this group.
14260         (gnus-cache-possibly-remove-article): Use
14261         gnus-cache-update-file-total-fetched-for to decrement disk space
14262         used by this group.
14263         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14264         (gnus-cache-rename-group): New function.
14265         (gnus-cache-delete-group): New function.
14266         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14267         (gnus-cache-need-update-total-fetched-for): New variable.
14268         (gnus-cache-with-refreshed-group): New macro.
14269         (gnus-cache-update-file-total-fetched-for): New function.
14270         (gnus-cache-update-overview-total-fetched-for): New function.
14271         (gnus-cache-rename-group-total-fetched-for): New function.
14272         (gnus-cache-delete-group-total-fetched-for): New function.
14273         (gnus-cache-total-fetched-for): New function.
14274
14275         * gnus-group.el: Require gnus-sum and autoload functions to
14276         resolve warnings when gnus-group.el compiled alone.
14277         (gnus-group-line-format): Documented new %F.
14278         (size of Fetched data) group line format; identifies disk space
14279         used by agent and cache.
14280         (gnus-group-line-format-alist): Defined new F format.
14281         (gnus-total-fetched-for): New function.
14282         (gnus-group-delete-group): No longer update
14283         gnus-cache-active-altered as gnus-request-delete-group now keeps
14284         the cache in sync.
14285         (gnus-group-list-active): Let the agent store a server's active
14286         list if currently plugged.
14287
14288         * gnus-int.el (gnus-request-delete-group):
14289         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14290         local disk in sync with the server.
14291         (gnus-request-rename-group):
14292         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14293         local disk in sync with the server.
14294
14295         * gnus-start.el (gnus-get-unread-articles):
14296         Cosmetic simplification to logic.
14297
14298         * gnus-util.el (gnus-rename-file): New function.
14299
14300 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14301
14302         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14303
14304 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14305
14306         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14307         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14308
14309 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14310
14311         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14312         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14313
14314 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14315
14316         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14317
14318 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * spam.el (spam-set-difference): Add function to replace
14321         gnus-set-difference in spam.el.
14322         (spam-summary-prepare-exit): Use spam-set-difference.
14323
14324 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14325
14326         * gnus-registry.el (gnus-registry-cache-file): Update to use
14327         gnus-dribble-directory OR gnus-home-directory OR ~.
14328         (gnus-registry-split-fancy-with-parent): Fix doc.
14329
14330 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * message.el (message-exchange-point-and-mark): Use
14333         message-mark-active-p.  Suggested by Jesper Harder
14334         <harder@ifa.au.dk>.
14335
14336 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * message.el (message-exchange-point-and-mark): Don't activate
14339         region if it was inactive.  Suggested by Hiroshi Fujishima
14340         <pooh@nature.tsukuba.ac.jp>.
14341
14342 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-art.el (article-display-face): Display Faces in the same
14345         order as X-Faces.
14346
14347 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14350
14351 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14354         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14355         (gnus-article-mime-hierarchy): Remove.
14356         (gnus-article-mime-hierarchy-next): Remove.
14357         (gnus-article-mode): Revert 2004-03-19 change.
14358         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14359         (gnus-insert-mime-button): Revert 2004-03-19 change.
14360         (gnus-mime-accumulate-hierarchy): Remove.
14361         (gnus-mime-enter-multipart): Remove.
14362         (gnus-mime-leave-multipart): Remove.
14363         (gnus-mime-display-part): Revert 2004-03-19 change.
14364         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14365
14366         * mml.el (mml-preview): Revert 2004-03-19 change.
14367
14368 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14369
14370         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14371
14372 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14375         t while entering a file name using the mm-with-multibyte macro.
14376         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14377
14378         * mm-util.el (mm-with-multibyte): New macro.
14379
14380 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14383         user option.
14384         (gnus-mime-multipart-functions): Doc and customization fix.
14385         (gnus-article-mime-hierarchy): New variable.
14386         (gnus-article-mime-hierarchy-next): New variable.
14387         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14388         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14389         gnus-article-mime-hierarchy-next to nil.
14390         (gnus-insert-mime-button): Show hierarchy numbers.
14391         (gnus-mime-accumulate-hierarchy): New function.
14392         (gnus-mime-enter-multipart): New function.
14393         (gnus-mime-leave-multipart): New function.
14394         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14395         (gnus-mime-display-alternative): Show hierarchy numbers.
14396
14397         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14398         gnus-article-mime-hierarchy-next to nil.
14399
14400 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14401
14402         * dns.el: Don't require gnus-xmas.
14403
14404 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14405
14406         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14407         inline PGP.
14408         (mml-menu): Disable mml-quote-region if mark is inactive.
14409
14410 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14413         when the group's active is not available.
14414
14415 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14418         error.
14419
14420 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * imap.el (imap-store-password): New variable.
14423         (imap-interactive-login): Use it.
14424         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14425
14426 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14429         window-start and hscroll to summary window.
14430
14431 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14432
14433         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14434         conversion message to newsrc-dribble when an actual conversion is
14435         performed.
14436
14437 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14438
14439         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14440
14441 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * mm-decode.el (mm-complicated-handles): New function reviving
14444         former definition of mm-multiple-handles.
14445
14446         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14447         (gnus-mime-delete-part): Use it.
14448
14449 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14450
14451         * gnus-agent.el (gnus-agent-read-local): Bind
14452         nnheader-file-coding-system to gnus-agent-file-coding-system to
14453         avoid the implicit assumption that they will always be equal.
14454         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14455         coding-system-for-write, as the with-temp-file macro first prints
14456         to a buffer then saves the buffer.
14457
14458 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (gnus-article-edit-part): New function.
14461         (gnus-mime-save-part-and-strip): Use it; do query instead of
14462         signaling an error; don't use mm-multiple-handles.
14463         (gnus-mime-delete-part): Ditto.
14464
14465 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14466
14467         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14468         old file versions.
14469         (gnus-group-prepare-hook): Removed function that converted list
14470         form of gnus-agent-expire-days to group properties.
14471
14472         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14473         (gnus-request-accept-article): Re-indented.
14474
14475         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14476         converters to handle old agent file formats.  Added logic for a
14477         "backup before upgrading warning".
14478         (gnus-convert-mark-converter-prompt): Developers can mark
14479         functions as needing (default), or not needing,
14480         gnus-convert-old-newsrc's "backup before upgrading warning".
14481         (gnus-convert-converter-needs-prompt): Tests whether the user
14482         should be protected from potentially irreversable changes by the
14483         function.
14484
14485         * legacy-gnus-agent.el: New.  Provides converters that are only
14486         loaded when gnus-convert-old-newsrc needs to call them.
14487
14488 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * mail-source.el (mail-source-touch-pop): Doc fix.
14491
14492         * message.el (message-smtpmail-send-it): Doc fix.
14493
14494 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14495
14496         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14497
14498         * nnmail.el (nnmail-split-fancy): do.
14499
14500         * gnus-kill.el (gnus-kill, gnus-execute): do.
14501
14502 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14503
14504         * gnus-sum.el (gnus-widget-reversible-match)
14505         (gnus-widget-reversible-to-internal)
14506         (gnus-widget-reversible-to-external): New functions.
14507         (gnus-widget-reversible): New widget.
14508         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14509
14510 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14511
14512         * gnus-sum.el (gnus-thread-sort-functions)
14513         (gnus-article-sort-functions): Document `(not F)' items.
14514
14515 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14516
14517         * spam.el (spam-use-gmane-xref): Add new backend.
14518         (spam-gmane-xref-spam-group): Add variable to control the name of the
14519         Gmane spam group.
14520         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14521         (spam-regex-headers-spam, spam-regex-headers-ham)
14522         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14523         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14524         backends and checks.
14525         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14526
14527         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14528         an autodetect method.
14529
14530 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14531
14532         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14533         articles are being added to a group.
14534         (gnus-request-replace-article): Inform the agent that articles
14535         need to be uncached as the cached contents are no longer valid.
14536
14537 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * binhex.el: Don't autoload executable-find.
14540
14541         * canlock.el: Don't autoload mail-fetch-field.
14542
14543         * dgnushack.el: Autoload c-mode for XEmacs.
14544
14545         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14546
14547         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14548         rmail-dont-reply-to and rmail-output.
14549
14550         * gnus-score.el: Don't autoload ffap-string-at-point.
14551
14552         * gnus-setup.el: Don't autoload sc-cite-original.
14553
14554         * imap.el: Don't autoload base64-decode-string,
14555         base64-encode-string and md5.
14556
14557         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14558         and rmail-msg-restore-non-pruned-header.
14559
14560         * mm-decode.el: Don't autoload executable-find.
14561
14562         * mm-url.el: Don't autoload executable-find.
14563
14564         * mm-view.el: Don't autoload diff-mode.
14565
14566         * nndb.el: Don't autoload news-reply-mode, news-setup,
14567         cancel-timer and telnet.
14568
14569         * password.el: Don't autoload run-at-time for Emacs.
14570
14571         * sha1-el.el: Don't autoload executable-find.
14572
14573         * sieve-mode.el: Don't autoload c-mode.
14574
14575         * uudecode.el: Don't autoload executable-find.
14576
14577 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14578
14579         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14580         (gnus-agent-possibly-alter-active): Avoid null in numeric
14581         comparison.
14582         (gnus-agent-set-local): Refuse to save null in local object table.
14583         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14584         list of articles that will be marked as unread.
14585
14586 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14589
14590 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14591
14592         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14593         language tags.
14594
14595 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14596
14597         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14598         Don't bind "obarray".
14599
14600         * gnus-sum.el (gnus-thread-sort-functions): Added
14601         `gnus-thread-sort-by-most-recent-number' and
14602         `gnus-thread-sort-by-most-recent-date'.
14603         Reported by Kai Grossjohann <kai@emptydomain.de>.
14604
14605 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14608
14609 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14610
14611         * gnus-cus.el (gnus-agent-customize-category): Removed
14612         ignore-errors macro reference that required cl to be loaded at
14613         run-time.
14614
14615         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14616         single-interval range of the form (min . max).  Previously the
14617         range had to look like ((min . max)).  Likewise, return
14618         (min . max) rather than ((min . max)).
14619         (gnus-range-map): Use gnus-range-normalize to accept
14620         single-interval range.
14621
14622         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14623         the cache, but not the agent, now appear with their usual face.
14624
14625         * dgnushack.el (loaddir): New variable that is bound to the
14626         directory containing the dgnushack.el file. Use loaddir, rather
14627         than srcdir, to update load-path. Change lets dgnushack compile
14628         code in directories other than GNUS/lisp.
14629
14630 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * lpath.el: Don't bind w3m-safe-url-regexp.
14633
14634         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14635         w3m-safe-url-regexp variable buffer-local.
14636
14637         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14638
14639 2004-02-27  Simon Josefsson  <jas@extundo.com>
14640
14641         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14642         gnus-group-real-prefix.
14643         (gnus-summary-move-article): Use it, instead of
14644         gnus-group-real-prefix.
14645
14646 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * lpath.el: Bind w3m-safe-url-regexp.
14649
14650         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14651         w3m-safe-url-regexp variable buffer-local and set it as the value
14652         of mm-w3m-safe-url-regexp.
14653
14654         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14655
14656         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14657         parsing gnus-posting-styles when the message is not for replying.
14658
14659         * dgnushack.el: Autoload sgml-mode for XEmacs.
14660
14661         * nnrss.el (nnrss-opml-export): Use
14662         mm-set-buffer-file-coding-system instead of
14663         set-buffer-file-coding-system.
14664
14665 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14666
14667         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14668         of checkdoc.el).
14669         * nnrss.el: do.
14670         * gnus-mlspl.el: do.
14671         * gnus-ml.el: do.
14672         * gnus-srvr.el: do.
14673
14674         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14675
14676 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14677
14678         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14679         Corrections to custom-manual links.
14680
14681         * gnus-art.el (gnus-article): Ditto.
14682
14683         * mm-decode.el (mime-display, mime-security): Ditto.
14684
14685 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14686
14687         * flow-fill.el: Typo.
14688
14689 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14690
14691         * spam-wash.el: New file.
14692
14693 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14694
14695         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14696
14697 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14698
14699         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14700         to be run with new-articles as LIST1, not LIST2.
14701         (spam-registration-functions): Add spam-use-ham-copy as a nil
14702         registration backend.
14703
14704 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14705
14706         * spam-stat.el (spam-stat-washing-hook): New option.
14707         (spam-stat-buffer-words): Use it.
14708         (spam-stat-process-directory, spam-stat-test-directory): Use
14709         insert-file-contents-literally.
14710         (spam-stat-coding-system): New variable.
14711         (spam-stat-load, spam-stat-save): Use it.
14712
14713 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * spam-report.el (spam-report-plug-agent): Quote
14716         spam-report-url-to-file and spam-report-url-ping-plain.
14717
14718 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14721         / in mailto URLs.
14722
14723 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * spam-report.el (spam-report-process-queue): Fix interactive use.
14726         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14727         (spam-report-unplug-agent): Doc fixes.
14728         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14729         (spam-report-agentize, spam-report-deagentize): Autoload.
14730
14731 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14734
14735         * message.el (message-setup-fill-variables): Add mml tags to
14736         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14737         <ajk@iu.edu>.
14738         (message-mode): Don't modify paragraph-separate there.
14739
14740 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * compface.el (uncompface-use-external): Default to undecided.
14743         (uncompface-use-external-threshold): New variable.
14744         (uncompface-float-time): New macro.
14745         (uncompface): Determine whether to use the external decoder if
14746         uncompface-use-external is undecided.
14747
14748 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14749
14750         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14751         after images.
14752
14753         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14754
14755 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14756
14757         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14758
14759         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14760
14761         * gnus-sum.el (gnus-summary-limit-to-age)
14762         (gnus-summary-limit-children): do.
14763
14764         * gnus-int.el (gnus-request-scan): do.
14765
14766         * gnus-group.el (gnus-group-suspend): do.
14767
14768         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14769
14770         * gnus-cite.el (gnus-cite-parse-attributions): do.
14771
14772         * gnus-agent.el (gnus-summary-set-agent-mark)
14773         (gnus-agent-regenerate-group): do.
14774
14775         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14776
14777         * binhex.el (binhex-decode-region-internal): do.
14778
14779 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-fun.el (gnus-face-properties-alist): New user option.
14782         (gnus-display-x-face-in-from): Use it.
14783
14784         * gnus-art.el (article-display-face): Ditto.
14785
14786         * compface.el (uncompface-use-external): Default to nil.
14787
14788 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14789
14790         * nntp.el (nntp-erase-buffer): New function.
14791         (nntp-retrieve-data, nntp-send-command)
14792         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14793         (nntp-possibly-change-group): Use it.
14794
14795         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14796         with-current-buffer.
14797
14798 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14799
14800         * compface.el: Merge the ELisp-based uncompface program.
14801         (compface): New customization group.
14802         (uncompface-use-external): New user option.
14803         (uncompface): Call uncompface-internal if uncompface-use-external
14804         is nil.
14805         (uncompface-internal): New function.  Note that there are also
14806         some other functions and variables added for this function.
14807
14808 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14809
14810         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14811         if necessary.
14812
14813 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14814
14815         * spam-report.el (spam-report-unplug-agent)
14816         (spam-report-plug-agent, spam-report-deagentize)
14817         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14818         Add support for the Agent in spam-report: when unplugged, report to a
14819         file; when plugged, submit all the requests.
14820
14821         * spam.el (spam-register-routine): Fix message about
14822         registration.
14823
14824 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14825
14826         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14827         dependencies.
14828         (rfc2047-encode): Use it.
14829
14830         * gnus-art.el (gnus-button-marker-list): Move before first
14831         reference.
14832
14833         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14834         (imap-parse-body): Fix format string mismatch.
14835
14836         * gnus-score.el (gnus-summary-increase-score): do.
14837
14838         * nnrss.el (nnrss-close): New function.
14839
14840 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14841
14842         * nnrss.el (nnrss-make-filename): New function.
14843         (nnrss-request-delete-group, nnrss-read-server-data)
14844         (nnrss-save-server-data, nnrss-read-group-data)
14845         (nnrss-save-group-data): Use it.
14846         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14847         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14848         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14849
14850 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14851
14852         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14853
14854 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14855
14856         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14857         files.
14858
14859         * message.el (message-generate-headers-first): Don't quote nil
14860         and t in docstrings.
14861
14862         * imap.el (imap-id): do.
14863
14864         * gnus-agent.el (gnus-agent-consider-all-articles)
14865         (gnus-agent-queue-mail): do.
14866
14867 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * spam-report.el (spam-report-process-queue): New function.
14870         Process requests from `spam-report-requests-file'.
14871         (spam-report-process-queue): Doc fix.
14872
14873 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14874
14875         * spam.el (spam-register-routine)
14876         (spam-log-processing-to-registry, spam-log-registered-p)
14877         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14878         Change "check" to "spam-check" for semi-clarity.
14879
14880 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14881
14882         * pop3.el: Require nnheader.
14883
14884         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14885
14886         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14887
14888         * gnus-picon.el: Require cl.
14889
14890         * gnus-fun.el: Require gnus-ems and gnus-util.
14891
14892         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14893
14894         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14895
14896         * gnus-art.el (gnus-article-edit-mode): Define before first
14897         reference.
14898
14899 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14900
14901         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14902         (gnus-uu-post-encoded): Use point-at-bol.
14903
14904         * gnus-topic.el (gnus-group-active-topic-p): do.
14905
14906         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14907
14908         * gnus-group.el (gnus-group-kill-region): do.
14909
14910         * gnus-art.el (article-date-ut): do.
14911
14912         * message.el (message-fetch-field): Remove redundant
14913         case-fold-search binding.
14914         (message-narrow-to-field): Simplify.
14915
14916 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14917
14918         * spam.el (spam-directory): Derive from `gnus-directory'.
14919
14920         * spam-report.el (spam-report-url-to-file)
14921         (spam-report-requests-file): New function and variable for offline
14922         reporting.
14923         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14924         and user defined function.
14925         (spam-report-url-ping-mm-url): Remove doubled slash.
14926
14927 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14928
14929         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14930
14931 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14932
14933         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14934         format string mismatch.
14935
14936         * sieve.el (sieve-deactivate-all): do.
14937
14938         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14939
14940         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14941
14942         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14943
14944         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14945
14946 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14947
14948         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14949         the list of checks.
14950
14951 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14952
14953         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14954         padding.
14955
14956 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14957
14958         * mm-view.el (mm-fill-flowed): New variable.
14959         (mm-inline-text): Use it.
14960
14961 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14962
14963         * spam.el (spam-spamassassin-register-ham-routine)
14964         (spam-spamassassin-register-spam-routine): Fix function names.
14965
14966 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus.el (gnus-tmp-grouplens): Remove.
14969         (gnus-summary-line-format): Remove grouplens.
14970
14971         * gnus-group.el (gnus-group-line-format): Ditto.
14972
14973         * gnus-spec.el (gnus-format-specs): Ditto.
14974         (gnus-update-format-specifications): Flush the group format spec
14975         cache if there's the grouplens stuff.
14976         (gnus-parse-simple-format): Replace %l with the empty string.
14977
14978 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14979
14980         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14981         omission.
14982
14983 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14986         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14987
14988 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14989
14990         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14991         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14992         New macros and functions.
14993         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14994         Handle > NLINK_MAX messages.
14995         * nnmaildir.el (nnmaildir-request-set-mark): Use
14996         nnmaildir--emlink-p and nnmaildir--eexist-p.
14997
14998 2004-01-25  Alex Schroeder  <alex@gnu.org>
14999
15000         * spam-stat.el (spam-stat-process-directory-age): New option.
15001         (spam-stat-process-directory): Use it.
15002
15003 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15004
15005         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15006         (spam-stat-save): Accept prefix argument.
15007
15008 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15009
15010         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15011         links" error.
15012
15013 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15016         the rest of the and/or forms.
15017
15018 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15019
15020         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15021         compatibility with old .newsrc.eld files.
15022
15023         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15024
15025         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15026
15027         * gnus-start.el (gnus-1): do.
15028
15029         * gnus-group.el (gnus-group-line-format-alist): do.
15030
15031         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15032
15033         * gnus-gl.el: Remove.
15034
15035 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15036
15037         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15038         marks consisting of a single range {for example, (3 . 5)} rather
15039         than a list of a single range { ((3 . 5)) }.
15040
15041 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15042
15043         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15044         with-current-buffer.
15045         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15046         avoid consing a string.
15047
15048         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15049         Remove obsolete entries for big5 and gb2312.
15050
15051 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15052
15053         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15054         uncompressed list.
15055
15056 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15057
15058         * spam-stat.el (spam-stat-strip-xref): New function.
15059         (spam-stat-process-directory): Use it.
15060
15061         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15062         here -- it's done in message-fetch-field.
15063
15064 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15065
15066         * gnus-agent.el (gnus-agent-queue-mail)
15067         (gnus-agent-prompt-send-queue): New variables.
15068         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15069         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15070         "nndraft:queue" along to gnus-draft-send.  Use
15071         gnus-agent-prompt-send-queue.
15072         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15073         is "nndraft:queue".  Suggested by Gaute Strokkenes
15074         <gs234@srcf.ucam.org>
15075
15076         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15077         (agent-enable-undownloaded-faces): Added.
15078         (gnus-agent-cat-groups): Use eval-and-compile, not
15079         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15080         method of gnus-agent-cat-groups even when the buffer has been
15081         evaled.
15082         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15083         delete gnus-agent-save-active-1.
15084         (gnus-agent-save-groups): Deleted.  Identical to
15085         gnus-agent-save-active.
15086         (gnus-agent-write-active): No longer adjust agent's copy of active
15087         file as agent's adjustments are now stored in their own
15088         file.  Removed optional parameter.
15089         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15090         servers.  Add use of min/max range limits from server's local
15091         file.
15092         (gnus-agent-save-alist): Removed unused optional argument.
15093         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15094         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15095         (gnus-agent-set-local): A per-server file that keeps min/max range
15096         limits for articles known to the agent.  Provides a fast mechanism
15097         for altering many active ranges.
15098         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15099         active file (local makes it unnecessary).
15100         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15101
15102         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15103         (agent-enable-undownloaded-faces): Added.
15104
15105         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15106         disable it when sending to "nndraft:queue".
15107         (gnus-group-send-queue): Add safety check to avoid sending queue
15108         when unplugged.
15109
15110         * gnus-group.el (gnus-group-catchup): Use new
15111         gnus-sequence-of-unread-articles, not
15112         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15113         numbers of articles.  Use gnus-range-map to avoid having to
15114         uncompress the unread list.
15115         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15116         Fixed invalid ange-ftp reference.
15117
15118         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15119         (gnus-sorted-range-intersection): Intersection of two ranges
15120         without requiring that they first be uncompressed.
15121
15122         * gnus-start.el (gnus-activate-group): Unless blocked by the
15123         caller, possibly expand the active range to include both cached
15124         and agentized articles.
15125         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15126         multiple version-dependent converters.
15127         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15128         gnus-agent-save-active.
15129         (gnus-save-newsrc-file): Save dirty agent range limits.
15130
15131         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15132         gnus-agent-possibly-alter-active.
15133         (gnus-adjust-marked-articles): Faster handling of simple lists.
15134
15135 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15136
15137         * spam-stat.el (spam-stat-test-directory): New optional argument
15138         displays a list of files detected.  Suggested by Andrew Cohen
15139         <cohen@andy.bu.edu>.
15140         (spam-stat-buffer-words-with-scores): Don't narrow and change
15141         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15142
15143 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15144
15145         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15146         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15147         (spam-spamassassin-arguments)
15148         (spam-spamassassin-spam-flag-header)
15149         (spam-spamassassin-positive-spam-flag-header)
15150         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15151         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15152         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15153         (spam-list-of-processors, spam-list-of-checks)
15154         (spam-list-of-statistical-checks, spam-registration-functions)
15155         (spam-check-spamassassin-headers, spam-check-spamassassin)
15156         (spam-spamassassin-score)
15157         (spam-spamassassin-register-with-sa-learn)
15158         (spam-spamassassin-register-spam-routine)
15159         (spam-spamassassin-register-ham-routine)
15160         (spam-assassin-register-spam-routine)
15161         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15162         (spam-bogofilter-score): Fix to show article before scoring.
15163
15164 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15167         default scoring function.
15168         (spam-generic-score): Call spam-spamassassin-score if
15169         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15170         spam-bogofilter-score otherwise.
15171
15172         * gnus.el (spam-process, spam-autodetect-methods): Add
15173         spamassassin and spamassassin-headers.
15174
15175 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15176
15177         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15178         Suppress unnecessary messages.
15179
15180 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15181
15182         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15183         make-hash-table.
15184
15185 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * canlock.el (base64-encode-string): Don't autoload it.
15188
15189 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * run-at-time.el: Remove useless (require 'itimer),
15192         eval-and-compile and (featurep 'xemacs).
15193
15194 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15195
15196         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15197         GROUP is a virtual group.
15198
15199 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15200
15201         * gnus.el: Autoload `message-y-or-n-p'.
15202
15203 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15204
15205         * pgg-parse.el: Remove unnecessary (require 'custom).
15206
15207         * pgg-def.el: do.
15208
15209         * nnmail.el: do.
15210
15211         * gnus-undo.el: do.
15212
15213         * gnus-picon.el: do.
15214
15215         * gnus-util.el: do.
15216
15217 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15220
15221 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15224         handle, as well as a list.
15225
15226         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15227         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15228         (mm-w3m-cid-retrieve): Simplify.
15229
15230 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15231
15232         * message.el (message-kill-to-signature): Allow prefix arg to
15233         specify number of lines to keep before signature.
15234
15235 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15236
15237         * message.el (message-kill-to-signature): Change docstring.
15238
15239 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * canlock.el: Always require sha1-el.
15242         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15243
15244         * message.el: Autoload sha1 only when compiling.
15245
15246         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15247         eudc-expand-inline for XEmacs.
15248
15249 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * message.el (message-canlock-generate): Require sha1-el.
15252
15253 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15254
15255         * message.el (message-expand-name): Silence the byte compiler.
15256
15257         * lpath.el: Add detect-coding-system.
15258
15259         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15260         cus-edit.
15261
15262 2004-01-13  Simon Josefsson  <jas@extundo.com>
15263
15264         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15265         Invoke gnus-score-mode.  Reported by
15266         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15267
15268         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15269         Jim Blandy <jimb@redhat.com> (tiny change).
15270
15271 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15272
15273         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15274
15275 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * spam.el (spam-get-article-as-string): Update to use
15278         gnus-request-article-this-buffer, much simpler.
15279         (spam-get-article-as-buffer): Remove.
15280
15281 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15282
15283         * message.el (message-expand-name): Use EUDC if the user uses that.
15284
15285 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15286
15287         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15288         character for the encoding to avoid consing a string.
15289
15290         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15291         unnecessarily.
15292
15293         * mm-util.el (mm-replace-chars-in-string): Remove.
15294
15295         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15296         of mm-replace-chars-in-string.
15297
15298 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15299
15300         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15301
15302         * mm-util.el (mm-subst-char-in-string): Support inplace.
15303
15304         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15305         a new string in every iteration.  Use shy groups.
15306
15307 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15308
15309         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15310         * gnus-soup.el (gnus-soup-group-brew):
15311         * gnus-msg.el (gnus-put-message):
15312         * gnus-move.el (gnus-group-move-group-to-server):
15313         * gnus-kill.el (gnus-batch-score):
15314         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15315         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15316         (gnus-group-update-group, gnus-group-read-group)
15317         (gnus-group-make-group, gnus-group-make-help-group)
15318         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15319         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15320         (gnus-group-sort-by-unread, gnus-group-catchup)
15321         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15322         (gnus-group-yank-group, gnus-group-set-info)
15323         (gnus-group-list-groups):
15324         * gnus.el (gnus-generate-new-group-name):
15325         * gnus-delay.el (gnus-delay-send-queue):
15326         * nnvirtual.el (nnvirtual-catchup-group):
15327         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15328         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15329         (gnus-group-prepare-topics, gnus-topic-check-topology):
15330         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15331         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15332         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15333         (gnus-group-make-articles-read):
15334         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15335         (gnus-group-change-level, gnus-kill-newsgroup)
15336         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15337         (gnus-get-unread-articles, gnus-make-articles-unread)
15338         (gnus-make-ascending-articles-unread): Use accessor
15339         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15340         to get group information for improved readability.
15341
15342
15343 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15344
15345         * gnus-art.el (article-decode-mime-words, article-babel)
15346         (gnus-article-highlight-signature, gnus-article-add-buttons)
15347         (gnus-signature-toggle): Use gnus-with-article-buffer.
15348
15349         * gnus-art.el (gnus-article-highlight-headers)
15350         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15351
15352         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15353         (gnus-article-set-globals, gnus-request-article-this-buffer)
15354         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15355         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15356         (gnus-mime-display-alternative): Use with-current-buffer.
15357
15358 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15359
15360         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15361         also under 80 char limit, and call gnus-error if needed.
15362         (spam-fetch-article-header): Fix - it was a
15363         buffer-local variable (gnus-newsgroup-data).
15364         (spam-find-spam): Use spam-generate-fake-headers, forget about
15365         spam-insert-fake-headers.
15366         (spam-insert-fake-headers): Remove.
15367
15368 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * deuglify.el (gnus-article-outlook-unwrap-lines)
15371         (gnus-outlook-rearrange-article)
15372         (gnus-outlook-repair-attribution-outlook)
15373         (gnus-outlook-repair-attribution-block)
15374         (gnus-outlook-repair-attribution-other): Remove redundant
15375         save-excursion.
15376
15377 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15380         (spam-fetch-field-subject-fast)
15381         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15382         (spam-fetch-article-header): Add functions to deal with Gnus
15383         internals for fast retrieval of article header data.
15384         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15385
15386 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * pop3.el (pop3-md5): Remove.
15389         (pop3-apop): Replace pop3-md5 with md5.
15390
15391         * mm-bodies.el: base64 is always built-in.
15392
15393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15394         with-current-buffer.
15395
15396 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * canlock.el (canlock-insert-header): Remove excessive grouping in
15399         regexp.
15400
15401         * gnus-sum.el (gnus-summary-read-document): Ditto.
15402
15403         * gnus-uu.el (gnus-uu-part-number): Ditto.
15404
15405         * html2text.el (html2text-remove-tags): Ditto.
15406         (html2text-format-tags): Ditto.
15407         (html2text-format-single-elements): Ditto.
15408
15409         * mml.el (mml-parse-1): Ditto.
15410
15411 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15412
15413         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15414
15415         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15416
15417         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15418
15419         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15420
15421 2003-11-15  Simon Josefsson  <jas@extundo.com>
15422
15423         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15424         (pgg-gpg-lookup-key): Use regexp match instead of
15425         split-string (split-string is different between emacs 21.2 and
15426         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15427
15428 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15429
15430         * gnus-art.el (gnus-mime-view-all-parts)
15431         (gnus-article-part-wrapper, gnus-article-view-part): Use
15432         with-current-buffer.
15433
15434 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15435
15436         * spam.el (spam-disable-spam-split-during-ham-respool)
15437         (spam-spamoracle-database, spam-cache-lookups)
15438         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15439         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15440         (spam-group-ham-marks, spam-group-spam-marks)
15441         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15442         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15443         also add spam-use-blackholes to the statistical checks.
15444         (spam-fetch-field-fast): Add interface to fetching fields, may
15445         become a macro.
15446         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15447         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15448         (spam-insert-fake-headers): Fake an article when needed.
15449         (spam-find-spam): Fake article when possible.
15450         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15451         (spam-check-bogofilter-headers): Use message-fetch-field instead
15452         of nnmail-fetch-field.
15453
15454 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15455
15456         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15457
15458 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * spam.el (spam-split): Do not require spam-use-CHECK to be
15461         enabled if that check is passed to spam-split explicitly; also
15462         fix so 'spam doesn't get converted to spam-split-group when
15463         spam-split-symbolic-return is t.
15464         (spam-find-spam): Find registrations of the article and use those
15465         instead of re-running spam-split to find the spam/ham
15466         classification of the article.
15467         (spam-log-processing-to-registry, spam-log-registered-p)
15468         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15469         Use gnus-error instead of gnus-message.
15470         (spam-log-registration-type): Add function to determine the
15471         classification of a message based on registry entries; will
15472         return nil if both 'spam and 'ham are found.
15473         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15474         a reasonably fast local cache without the loading errors.
15475         (spam-cache-lookups): Set to t by default.
15476         (spam-find-spam): Don't try to guess spam-cache-lookups.
15477         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15478         spam-caches entry.
15479         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15480         caching of whitelist/blacklist entries.
15481         (spam-check-whitelist, spam-check-blacklist): Invoke
15482         spam-from-listed-p with a type, not a cache variable.
15483         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15484
15485 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15486
15487         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15488
15489         * nnmail.el (nnmail-split-fancy): do.
15490
15491         * mml.el (mml-parse): do.
15492
15493         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15494         (gnus-score-adaptive): do.
15495
15496 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15499         (gnus-mime-button-map): Don't set keymap parent.
15500         (gnus-button-ctan-directory-regexp): Use shy grouping.
15501         (gnus-prev-page-map): Don't set keymap parent.
15502         (gnus-prev-page-map): Remove duplicated one.
15503         (gnus-next-page-map): Don't set keymap parent.
15504         (gnus-mime-security-button-map): Ditto.
15505
15506         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15507         version number.
15508
15509         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15510
15511 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * canlock.el (canlock-sha1-function): Remove.
15514         (canlock-sha1-function-for-verify): Remove.
15515         (canlock-openssl-program): Remove.
15516         (canlock-openssl-args): Remove.
15517         (canlock-ignore-errors): Remove.
15518         (canlock-sha1-with-openssl): Remove.
15519         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15520         (canlock-verify): Don't use canlock-ignore-errors.
15521
15522         * sha1-el.el (sha1-string-external): Make it can return a string
15523         in binary form.
15524         (sha1-region-external): Ditto.
15525         (sha1-string-internal): Ditto.
15526         (sha1-region-internal): Ditto.
15527         (sha1-region): Ditto.
15528         (sha1-string): Ditto.
15529         (sha1): Ditto.
15530
15531 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15532
15533         * spam.el (spam-report-articles-gmane): New command.
15534
15535 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15538
15539         * run-at-time.el (run-at-time-saved): Remove.
15540         (run-at-time): Doc fix.
15541
15542 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15543
15544         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15545         (gnus-summary-limit-map): Add it.
15546         (gnus-summary-make-menu-bar): do.
15547
15548 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15549
15550         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15551         Make attempt at some caching support (done for BBDB only now).
15552         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15553         addresses to be checked.
15554         (spam-clear-cache-BBDB): Add function, to be invoked by
15555         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15556         (spam-check-BBDB): Check and use the caches, if
15557         spam-cache-lookups is on, remove superfluous (provide).
15558
15559 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15562
15563 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15564
15565         * run-at-time.el (run-at-time-saved): Move to after the definition
15566         of `run-at-time'.
15567
15568         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15569
15570 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15573         mm-w3m-local-map-property.
15574
15575         * mm-view.el (mm-w3m-mode-map): Remove.
15576         (mm-w3m-local-map-property): Remove.
15577         (mm-inline-text-html-render-with-w3m): Don't use
15578         mm-w3m-local-map-property.
15579
15580 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15581
15582         * run-at-time.el: New file.
15583
15584         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15585         under Emacs.
15586
15587         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15588         of gnus-set-text-properties.
15589
15590         * gnus-uu.el (gnus-uu-save-article): Ditto.
15591
15592         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15593
15594         * gnus-cite.el (gnus-cite-parse): Ditto.
15595
15596         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15597         of gnus-.
15598
15599         * gnus-xmas.el (run-at-time): Require run-at-time.
15600
15601         * gnus.el: Changed calls to nnheader-run-at-time and
15602         password-run-at-time throughout to use run-at-time directly.
15603
15604         * password.el: Removed definition of run-at-time.
15605
15606         * nnheaderxm.el: Remove definition of run-at-time.
15607
15608 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15609
15610         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15611         in prompt.
15612
15613 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15614
15615         * messagexmas.el (message-xmas-redefine): Alias
15616         `message-make-caesar-translation-table' to
15617         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15618         version.
15619
15620         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15621         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15622         `gnus-xmas-set-text-properties'.
15623         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15624         `gnus-xmas-completing-read'.
15625         (gnus-xmas-completing-read): Removed.
15626         (gnus-xmas-open-network-stream): Removed.
15627
15628         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15629         XEmacs version.
15630
15631         * dns.el (dns-make-network-process): Use `open-network-stream'
15632         instead of `gnus-xmas-open-network-stream'.
15633
15634         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15635
15636         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15637
15638 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * gnus-art.el (gnus-mime-display-alternative)
15641         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15642         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15643         Don't use gnus-local-map-property.
15644
15645         * gnus-util.el (gnus-local-map-property): Remove.
15646
15647         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15648         gnus-completing-read-maybe-default with completing-read.
15649
15650         * gnus-util.el (gnus-completing-read): do.
15651         (gnus-completing-read-maybe-default): Remove.
15652
15653 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15654
15655         * password.el: Only autoload `run-at-time' if not XEmacs.
15656         Only autoload the itimer functions if XEmacs.
15657
15658 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15661         XEmacsen.
15662
15663         * dgnushack.el: Autoload executable-find for XEmacs.
15664
15665 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15666
15667         * gnus-art.el (gnus-read-string): Remove.
15668         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15669         read-string.
15670
15671 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15672
15673         * netrc.el: Autoload password-read.
15674         (netrc): Add configuration group.
15675         (netrc-encoding-method, netrc-openssl-path): Add
15676         variables for encoding and decoding of files with symmetric
15677         ciphers.
15678         (netrc-encode): Add assistant function to encode a file with
15679         netrc-encoding-method.
15680         (netrc-parse): Add interactive parameter, added optional
15681         decoding if netrc-encoding-method is non-nil but otherwise
15682         behavior is standard.
15683         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15684         Do s/encode/encrypt/ everywhere.
15685
15686         * spam.el: Remove executable-find autoload.
15687
15688 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15689
15690         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15691
15692         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15693
15694 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gnus-art.el (gnus-treat-ansi-sequences)
15697         (article-treat-ansi-sequences): New variable and function.
15698         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15699
15700         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15701         Use it.
15702
15703 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15704
15705         * mm-util.el (mm-quote-arg): Remove.
15706
15707         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15708         shell-quote-argument.
15709
15710         * gnus-uu.el (gnus-uu-command): do.
15711
15712         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15713
15714         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15715         with make-char.
15716
15717         * mm-util.el (mm-make-char): Remove.
15718
15719         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15720         add-minor-mode.
15721
15722         * gnus-undo.el (gnus-undo-mode): do.
15723
15724         * gnus-topic.el (gnus-topic-mode): do.
15725
15726         * gnus-sum.el (gnus-dead-summary-mode): do.
15727
15728         * gnus-start.el (gnus-slave-mode): do.
15729
15730         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15731
15732         * gnus-ml.el (gnus-mailing-list-mode): do.
15733
15734         * gnus-gl.el (gnus-grouplens-mode): do.
15735
15736         * gnus-draft.el (gnus-draft-mode): do.
15737
15738         * gnus-dired.el (gnus-dired-mode): do.
15739
15740         * gnus-ems.el (gnus-add-minor-mode): Remove.
15741
15742         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15743         Replace gnus-char-width with char-width.
15744
15745         * gnus-ems.el (gnus-char-width): Remove.
15746
15747         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15748         Replace gnus-char-width with char-width.
15749
15750         * gnus-ems.el (gnus-char-width): Remove.
15751
15752         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15753         definition.
15754         Remove Emacs 20 hash table compatibility code.
15755
15756         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15757         20 compatibility code.
15758
15759         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15760
15761         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15762
15763         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15764         with point-at-{eol,bol}.
15765
15766         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15767
15768         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15769
15770         * flow-fill.el (fill-flowed-point-at-bol)
15771         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15772
15773         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15774         Replace with point-at-{eol,bol} throughout all files.
15775
15776 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * ntlm.el (ntlm-string-as-unibyte): New macro.
15779         (ntlm-build-auth-response): Use it.
15780
15781         Remove Emacs 20 stuff:
15782         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15783         (butlast, mapc, remove): Remove the compiler macros.
15784         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15785         of delq and copy-sequence.
15786         * gnus-art.el (popup-menu): Remove the compiler macro.
15787         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15788         Emacs 20.
15789
15790 2004-01-05  Simon Josefsson  <jas@extundo.com>
15791
15792         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15793         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15794         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15795         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15796         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15797         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15798         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15799         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15800         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15801         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15802         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15803         string-xor into ntlm-string-xor.  Suggested by
15804         Jesper Harder <harder@myrealbox.com>.
15805
15806         * ntlm.el: Don't include poem.
15807
15808         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15809         Jesper Harder <harder@myrealbox.com>.
15810
15811         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15812
15813         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15814         probably breaks emacs with DL patch, but do we care? Is anyone
15815         still using the DL stuff?)
15816
15817         * sieve-manage.el: Use the password package.
15818         (sieve-manage-read-passwd): Remove.
15819         (sieve-manage-interactive-login): Use password.  Re-add
15820         condition-case around loop.
15821
15822         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15823         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15824         the password package.
15825
15826 2003-02-19  Simon Josefsson  <jas@extundo.com>
15827
15828         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15829         token.
15830
15831 2002-08-07  Simon Josefsson  <jas@extundo.com>
15832
15833         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15834         (sieve-manage-authenticators):
15835         (sieve-manage-authenticator-alist): Add some SASL mechs.
15836         (sieve-sasl-auth): New function.
15837         (sieve-manage-cram-md5-auth):
15838         (sieve-manage-plain-auth): Rewrite using SASL library.
15839         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15840         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15841         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15842         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15843
15844 2004-01-05  Simon Josefsson  <jas@extundo.com>
15845
15846         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15847         New files.
15848
15849 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850
15851         * gnus-group.el (gnus-no-groups-message): Update.
15852
15853         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15854
15855 2003-11-09  Simon Josefsson  <jas@extundo.com>
15856
15857         * imap.el: Support for ID IMAP extension (RFC 2971).
15858         (imap-local-variables): Add imap-id.
15859         (imap-id): New variable.
15860         (imap-id): New function.
15861         (imap-parse-response): Parse untagged ID response.
15862         * nnimap.el (nnimap-id): New variable.
15863         (nnimap-open-connection): Use it.
15864
15865 2003-12-28  Simon Josefsson  <jas@extundo.com>
15866
15867         * gnus-score.el (gnus-score-edit-all-score): New.
15868         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15869
15870 2004-01-04  Simon Josefsson  <jas@extundo.com>
15871
15872         * password.el: Add.
15873
15874 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15875
15876         * dns.el (dns-query-types): Fix typo.
15877         (dns-query-types): New function.
15878         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15879         PTR and SOA replies, see RFC 1035.
15880
15881 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15882
15883         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15884
15885         * Moved to Changelog.2.
15886
15887 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * gnus.el (gnus-version-number): Bump version.
15890
15891 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15892
15893         * gnus.el: No Gnus v0.1 is released.
15894
15895 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15896
15897         * gnus.el: No Gnus v0.0 is released.
15898
15899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15900
15901         * gnus.el (gnus-version-number): Bump.
15902         (gnus-version): No.
15903
15904 See ChangeLog.2 for earlier changes.
15905
15906     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15907       Free Software Foundation, Inc.
15908
15909   This file is part of GNU Emacs.
15910
15911   GNU Emacs is free software: you can redistribute it and/or modify
15912   it under the terms of the GNU General Public License as published by
15913   the Free Software Foundation, either version 3 of the License, or
15914   (at your option) any later version.
15915
15916   GNU Emacs is distributed in the hope that it will be useful,
15917   but WITHOUT ANY WARRANTY; without even the implied warranty of
15918   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15919   GNU General Public License for more details.
15920
15921   You should have received a copy of the GNU General Public License
15922   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15923
15924 ;; Local Variables:
15925 ;; coding: utf-8
15926 ;; fill-column: 79
15927 ;; add-log-time-zone-rule: t
15928 ;; End: