Use erase-buffer instead of looping and deleting regions, which seems rather odd.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
4         message sizes.
5         (pop3-movemail): Use erase-buffer instead of looping and deleting
6         regions, which seems rather odd.
7
8         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9         file once per `g' run.
10
11         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12         directories.  This makes the draft queue directory work.
13
14         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
15         data from the backends, so that we only request the list of groups from
16         each method once.  This should speed things up considerably.
17
18         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
19         detect that it's not implemented.
20
21         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
22         we actually do recurse down into the tree, but don't stat all leaf
23         nodes.
24
25         * gnus-html.el (gnus-html-show-images): If there are no images to show,
26         then say so instead of bugging out.
27
28         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
29         files exist before trying to read them.
30
31         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
32         around <pre_int>.
33
34         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
35
36         * nnmh.el (nnmh-request-list-1): Optimize for speed.
37
38 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * mm-util.el (mm-image-load-path): Just return the image directories,
41         not all directories in the path in addition to the image directories.
42         (mm-image-load-path): Maintain a cache of the image directories so that
43         the `g' command in Gnus doesn't have to stat dozens of directories each
44         time.
45
46         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
47         (gnus-html-wash-tags): Add a new `i' command to insert images.
48         (gnus-html-insert-image): New command and keystroke.
49         (gnus-html-redisplay-with-images): New command and keystroke.
50         (gnus-html-show-images): Renamed command.
51         (gnus-html-wash-tags): Remove more white space before <pre_int> image
52         spacers.
53         (gnus-html-wash-tags): Decode entities at the end, so that entities
54         inside the tags don't mess up the rest of the "parsing".
55
56         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
57         so that nnimap methods aren't agentized by default.  There's apparently
58         many problems related to agent/imap behaviour.
59
60         * gnus-art.el (gnus-article-copy-string): New command and key binding.
61
62         * gnus-html.el: Doc fix.
63
64 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
67         specifier-spec-list for Emacs 21.
68
69         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
70         glyph-width and glyph-height instead of display-graphic-p and
71         image-size; make avoidance of displaying small images work for XEmacs.
72
73         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
74         for XEmacs.
75
76         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
77         of symbol that holds plist data.
78         (gnus-process-plist): Remove plist of process after getting it.
79
80 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * message.el (message-generate-hashcash): Change default to
83         'opportunistic if hashcash is installed.
84
85         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
86         (gnus-html-put-image): Only call image-size once, since it's somewhat
87         time-consuming on remote X servers.
88
89 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
92         type on data, not a file name.
93
94         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
95         window-pixel-edges for Emacs 21.
96
97         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
98         decoded contents.
99         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
100
101 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
104         group line format, since it isn't very interesting.
105
106         * gnus-agent.el (gnus-agent-short-article),
107         (gnus-agent-long-article): Increase values for these two variables,
108         since most people are likely to have more network connection and
109         storage than before.
110
111         * gnus.el (gnus-refer-article-method): Change default to 'current.
112         When referring an article, the common behaviour is to refer it from the
113         current select method, not the native select method.  The chances of
114         the native select method having the message in question is rather slim
115         these days.
116
117         * gnus-sum.el (gnus-auto-select-subject): Change default to
118         `unseen-or-unread'.  I think it's likely that most people want to
119         select an unseen article over a previously seen, but unread one.
120
121         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
122         means that in the article buffer none of the minor mode elements will
123         be shown, usually, and this is not desirable in most cases.
124
125         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
126         that commands like `d' (and the like) go to the next line in the
127         buffer, instead of the next unread article.  I think this is the
128         behaviour that is most natural for most users.
129         (gnus-single-article-buffer): Change default to nil, so that people can
130         have as many article buffers open as they have summary buffer.  I think
131         this is the most natural way for the groups to behave.
132
133         * message.el (message-generate-new-buffers): Change default to
134         `unsent', so that all new message buffers start their names with the
135         string "*unsent", and it's easier to find the buffers if you move from
136         them.
137
138 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
141         small. They're probably tracking images.
142         (gnus-html-wash-tags): Remove all <pre_int> place holders.
143         (gnus-html-rescale-image): Yet another try at getting the image sizing
144         right.
145
146         * nntp.el (nntp-request-set-mark): Refuse to do marks if
147         nntp-marks-file-name is nil.
148
149 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         * gnus-html.el (gnus-html-wash-tags)
152         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
153         Better logging.
154
155 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
158
159         * gnus-html.el (gnus-html-wash-tags): Check the value of
160         gnus-blocked-images in the summary buffer.
161
162 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
163
164         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
165
166 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
169         like "a", it seems like.
170         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
171         since it needs to be picked from the correct buffer.
172
173         * nnwfm.el: Removed.
174
175         * nnlistserv.el: Removed.
176
177 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
180         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
181
182 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nnkiboze.el: Removed.
185
186         * nndb.el: Removed.
187
188         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
189         alt text.
190         (gnus-html-rescale-image): Try to get the rescaling logic right for
191         images that are just wide and not tall.
192
193         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
194         overshadow variable bindings.
195
196 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * gnus-html.el (gnus-html-wash-tags)
199         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
200         extra logging.
201
202 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
205         (gnus-max-image-proportion): New variable.
206         (gnus-html-rescale-image): New function.
207         (gnus-html-put-image): Rescale images.
208
209 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
210
211         Fix up some byte-compiler warnings.
212         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
213         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
214         (gnus-article-fill-cited-article, gnus-article-hide-citation)
215         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
216         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
217         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
218         (gnus-group-update-group): Use save-excursion and with-current-buffer.
219
220 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-html.el (gnus-article-html): Decode contents by charset.
223
224 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
227         (gnus-html-frame-width, gnus-blocked-images)
228         * message.el (message-prune-recipient-rules): Add custom version.
229         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
230
231         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
232         functions.
233
234         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
235         gnus-process-get.
236
237 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
238
239         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
240         instead of lsub directly.
241
242 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * nnwarchive.el: Removed.
245
246         * gnus-soup.el: Removed.
247
248         * nnsoup.el: Removed.
249
250         * nnultimate.el: Removed.
251
252         * gnus-html.el (gnus-blocked-images): New variable.
253
254         * message.el (message-prune-recipients): New function.
255         (message-prune-recipient-rules): New variable.
256
257         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
258         guess whether a long line is natural text or not.
259
260         * gnus-html.el (gnus-html-schedule-image-fetching): Use
261         gnus-process-plist and friends for compatibility.
262
263 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
264
265         * gnus-html.el: Require packages that define macros used in this file.
266         (gnus-article-mouse-face): Declare to silence byte-compiler.
267         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
268         process-get.
269         (gnus-html-put-image): Use plist-get to avoid getf.
270         (gnus-html-prefetch-images): Use with-current-buffer.
271
272 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-ems.el: Provide compatibility functions for
275         gnus-set-process-plist.
276
277         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
278         header-line-format for XEmacs 21.4.
279
280         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
281         * gnus.el (gnus-valid-select-methods)
282         * message.el (message-send-mail-partially-limit)
283         * mm-decode.el (mm-text-html-renderer)
284         * mml.el (mml-insert-mime-headers-always)
285         * smiley.el (smiley-regexp-alist): Bump custom version.
286
287 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * gnus-html.el: require mm-url.
290         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
291         with the url to `url'.
292         (gnus-html-wash-tags): Support cid: URLs/images.
293
294 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
297         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
298         bindings, as they aren't useful at all. `w' is moved to `W w'.
299
300         * gnus-move.el: Removed file, since it doesn't really work.
301
302         * gnus-html.el (gnus-article-html): Tell w3m that the input is
303         UTF-8. This seems to fix problems with some German web feeds.
304
305         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
306         at the top so that the proper colours are applied.
307
308         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
309         don't have dots in their names.
310
311         * gnus-art.el (gnus-article-view-part): Doc fix.
312
313         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
314         XEmacs-compatible.
315         (gnus-html-put-image): Don't do images on non-graphic displays.
316
317         * nnslashdot.el: Removed this unused backend.
318
319         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
320         actions.
321         (gnus-undo-register-1): Revert last change.
322
323         * gnus-group.el (gnus-group-completing-read): Protect against not
324         having completion-styles bound.
325
326         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
327         make broken recipients happier.
328
329         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
330
331         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
332         point parameter.
333
334         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
335
336         * gnus-group.el (gnus-group-completing-read): Add 'substring to
337         completion-styles for group selection.
338
339 2009-02-04  Andreas Schwab  <schwab@suse.de>
340
341         * gnus-score.el (gnus-score-string): Fix regex for matching extra
342         headers and regexp-quote the match if necessary.
343
344 2009-03-24  Miles Bader  <miles@gnu.org>
345
346         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
347         the blinking smiley.
348
349 2009-03-24  Simon Josefsson  <simon@josefsson.org>
350
351         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
352         blink smiley.
353
354 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
357         where the dribbel file lives exists.
358
359         * message.el (message-send-mail-partially-limit): Change the default to
360         nil, since most people don't want this.
361
362         * mm-url.el (mm-url-decode-entities): Also decode entities like
363         &#x3212.
364
365 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
366
367         * gnus-sum.el (gnus-summary-idna-message):
368         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
369         Hyperlink urls in docstrings with URL `...'.
370
371 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
372
373         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
374         functions.
375
376 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
379         say what the mouseover text should be.
380
381         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
382         version of the mm-w3m-safe-url-regexp variable to only download images
383         in the groups where we want that to happen.
384
385         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
386
387         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
388         easier debugging.
389         (gnus-article-beginning-of-window): Add kludge to allow spacing past
390         big pictures in the article buffer.
391
392         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
393         gnus-article-html.
394         (mm-text-html-renderer): gnus-article-html needs curl in addition to
395         w3m.
396
397         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
398
399 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
402         which doesn't exist.
403
404         * message.el (message-inhibit-ecomplete): New variable to allow some
405         function to inhibit ecomplete address storage.
406         (message-resend): Disable ecomplete message storage when resending
407         messages.
408
409         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
410
411 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
414         Save excursion while copying, moving, and deleting articles in order to
415         prevent the cursor from jumping to unforeseen place.
416
417 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * lpath.el: No need to bind bookmark-current-buffer,
420         bookmark-yank-point and bookmark-make-record-function.
421
422 2010-08-17  Glenn Morris  <rgm@gnu.org>
423
424         * gnus-sync.el: Require gnus components whose functions are used.
425
426         * gnus-art.el (bookmark-make-record-function):
427         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
428         Declare for compiler.
429
430         * mm-url.el (mml-compute-boundary): Autoload.
431
432 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
435
436 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         Typo fix "hoo4a" -> "hook".
439
440         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
441
442 2010-08-14  Glenn Morris  <rgm@gnu.org>
443
444         * gnus-sync.el (gnus-sync): Fix defgroup version.
445
446 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
447
448         Doc fixes and keep unknown groups (ammended for nunion bug fix).
449
450         * gnus-sync.el: Fix docs.
451         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
452         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
453
454 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         Optimizations for gnus-sync.el.
457
458         * gnus-sync.el: Add docs about gnus-sync-backend
459         possibilities.
460         (gnus-sync-save): Remove unnecessary message.
461         (gnus-sync-read): Optimize and show what groups were skipped.
462
463 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
464
465         Minor bug fixes for gnus-sync.el.
466
467         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
468         read the sync on get-new-news.
469
470         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
471         quiet.
472
473         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
474
475 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
476
477         Make saving and restoring of hidden threads work with overlays.
478         Patch applied by Ted Zlatanov.
479
480         * gnus-sum.el (gnus-hidden-threads-configuration)
481         (gnus-restore-hidden-threads-configuration): Update to deal with text
482         properties, rather than searching for a magic character.
483
484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         New gnus-sync.el library for synchronization of marks.
487
488         * gnus-sync.el: New library for synchronization of marks.
489
490         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
491         renamed from `gnus-registry-grep-in-list'.
492
493         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
494
495         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
496
497 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
500         determining charset of text fails.
501
502 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * nnmail.el (nnmail-get-new-mail-1): Revert.
505
506         * nnml.el (nnml-active-number): Make sure names of newly created groups
507         in nnml-group-alist are encoded.
508
509 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
512         containing non-ASCII characters in active file for nnml back end.
513
514 2010-07-24  David Engster  <dengste@eml.cc>
515
516         * mml-smime.el (mml-smime-epg-verify): Also accept the older
517         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
518
519 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
520
521         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
522         tag (Bug#6654).
523
524 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
527         the article buffer, not the summary buffer.
528
529 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
532         Emacs 23 as well.
533
534 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
537         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
538
539 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
540
541         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
542         Patch applied by Karl Fogel.
543
544         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
545         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
546
547 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
548
549         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
550         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
551         C-w still not working correctly from Article buffers; Thierry's
552         patch to fix that will be applied after this.
553
554         * gnus-art.el (bookmark-make-record-function): New local variable.
555
556         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
557         article buffer.
558         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
559
560 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
561
562         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
563         on changes in bookmark.el.
564
565 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
568         `no-log' instead of message not to log prompt string.
569
570 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
571
572         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
573         the *other* type of HTML form submission.
574
575 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
576
577         * auth-source.el (auth-source-pick): If choice does not contain a
578         questioned keyword, set the check to t.
579
580 2010-06-12  Romain Francoise  <romain@orebokech.com>
581
582         * gnus-util.el (gnus-date-get-time): Move up before first use.
583
584 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
587         (gnus-article-edit-part): Bind it to make last part that is substituted
588         or deleted visible.
589         (gnus-mime-display-single): Buttonize part of which id equals to
590         gnus-mime-buttonized-part-id.
591
592 2010-06-10  Dan Christensen  <jdc@uwo.ca>
593
594         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
595         (gnus-dd-mmm): Use gnus-date-get-time.
596         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
597         simplify logic.
598         (gnus-summary-limit-to-age): Use gnus-date-get-time.
599         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
600
601 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
602
603         * auth-source.el (top): Autoload `secrets-list-collections',
604         `secrets-create-item', `secrets-delete-item'.
605         (auth-sources): Fix tag string.
606         (auth-get-source, auth-source-retrieve, auth-source-create)
607         (auth-source-delete): New defuns.
608         (auth-source-pick): Rewrite in order to avoid 2 passes.
609         (auth-source-forget-user-or-password): New parameter USERNAME.
610         (auth-source-user-or-password): New parameters CREATE-MISSING and
611         DELETE-EXISTING.  Retrieve password interactively, if needed.
612
613 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
614
615         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
616         deleting unused directories when gnus-expert-user is t.
617
618 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
621         for each temp file when gnus-article-browse-delete-temp is ask.
622
623 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
624
625         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
626         Lisp calls to delete-backward-char by calls to delete-char.
627
628 2010-05-20  Kevin Ryde  <user42@zip.com.au>
629
630         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
631
632 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
633
634         * password-cache.el (password-cache-remove): Fix docstring.
635
636 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
639         article unless decoding article to be saved.
640
641 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
644         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
645         generated within the mm-with-unibyte-current-buffer macro.
646
647 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
650         to nil when we're in a mml-preview buffer and no group is selected.
651
652 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
653
654         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
655         when catching the `C-g'.  Reported by "Leo".
656
657 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * message.el (message-forward-make-body-plain)
660         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
661         multibyte-string-p.
662
663         * lpath.el: Revert.
664
665 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * message.el (message-forward-make-body-mml): Assume original message
668         is multibyte string; error on unibyte.
669         (message-forward-make-body-plain): Ditto; don't add excessive newline
670         in body end.
671
672         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
673
674 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
675
676         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
677         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
678
679 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * mm-extern.el (mm-extern-url): Don't use
682         mm-with-unibyte-current-buffer.
683         (mm-extern-cache-contents): Use with-current-buffer instead of
684         save-excursion + set-buffer.
685
686 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * mm-util.el (mm-emacs-mule): Remove.
689
690 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
691
692         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
693         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
694         change.
695
696 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
699         bind the default value of enable-multibyte-characters to nil.
700
701 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * message.el (message-forward-make-body-plain)
704         (message-forward-make-body-mml):
705         Don't use mm-with-unibyte-current-buffer.
706
707 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
708
709         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
710
711 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
712
713         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
714         (Bug#5592).
715
716 2010-05-07  Julien Danjou  <julien@danjou.info>
717
718         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
719         it to mm-pipe-part.
720
721         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
722         it is given.
723
724 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * binhex.el (binhex-decode-region-internal)
727         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
728         (dns-query)
729         * nnweb.el (nnweb-gmane-search)
730         * pgg-parse.el (pgg-parse-armor)
731         * pgg.el (pgg-verify-region)
732         * sha1.el (sha1-string-external)
733         * uudecode.el (uudecode-decode-region-internal)
734         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
735         XEmacs.
736
737         * gnus-art.el (gnus-article-browse-html-parts)
738         * gnus-group.el (gnus-read-ephemeral-gmane-group)
739         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
740         make-temp-file.
741
742         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
743         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
744         compiling.
745
746         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
747         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
748         XEmacs when compiling.
749
750         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
751         gnus-pick-mode-off-hook for XEmacs when compiling.
752         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
753         gnus-binary-mode-off-hook for XEmacs when compiling.
754
755         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
756         nil if char-charset is not available.
757
758         * imap.el (imap-disable-multibyte)
759         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
760         macros.
761
762         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
763         instead of encode-coding-string.
764
765         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
766         'xemacs) instead of mm-emacs-mule to switch function definitions.
767         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
768
769         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
770         bind temporary-file-directory for XEmacs;
771         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
772         timer-set-function for XEmacs 21.4 and SXEmacs;
773         bind timer-list for XEmacs 21.4 and SXEmacs;
774         fbind char-charset and find-charset-region for non-Mule XEmacs;
775         fbind decode-coding-region, decode-coding-string, detect-coding-region,
776         encode-coding-region and encode-coding-string for XEmacs having no
777         file-coding feature.
778
779 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
780
781         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
782
783 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
786         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
787
788 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
789
790         * mm-util.el (mm-decompress-buffer): Use `delete-file';
791         alias `jka-compr-delete-temp-file' no longer exists.
792
793 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
794
795         Use define-minor-mode in Gnus where applicable.
796         * mml.el (mml-mode): Use define-minor-mode.
797         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
798         (gnus-undo-mode): Use define-minor-mode.
799         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
800         (gnus-dead-summary-mode): Use define-minor-mode.
801         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
802         Initialize in declaration.
803         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
804         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
805         (gnus-mailing-list-mode): Use define-minor-mode.
806         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
807         (gnus-draft-mode): Use define-minor-mode.
808         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
809         (gnus-dired-mode): Use define-minor-mode.
810
811 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
812
813         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
814         handles on recursive mml-to-mime translation and check them for
815         boundary delimiter collisions.  Reported by Greg Troxel.
816
817 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
820
821 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
822
823         * mm-util.el (mm-find-buffer-file-coding-system):
824         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
825
826 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
827
828         * message.el (message-generate-headers): Record insertion of optional
829         headers as well.  Otherwise the check to prevent repeated insertion of
830         optional headers is a no-op.
831
832 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
833
834         * smime.el: Don't mention CVS.
835
836         * nnrss.el (nnrss-fetch): Don't mention CVS.
837
838         * nnir.el: Don't mention CVS.
839
840 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
841
842         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
843
844 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * lpath.el: Fbind bookmark-default-handler,
847         bookmark-get-bookmark-record, bookmark-make-record-default,
848         bookmark-prop-get for Emacs <23 and XEmacs.
849
850 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
851
852         * gnus-sum.el: Add bookmark declarations to silence the compiler.
853         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
854         Use with-current-buffer to silence the byte-compiler.
855         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
856         bother to require `gnus'.
857         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
858
859 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
860
861         * gnus-sum.el (gnus-summary-bookmark-make-record)
862         (gnus-summary-bookmark-jump): New functions.
863         (gnus-summary-mode): Setup bookmark support.
864
865 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
866
867         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
868         if set.
869
870 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
873         gnus-article-browse-html-save-cid-image; make it work recursively for
874         forwarded messages as well.
875         (gnus-article-browse-html-parts): Work when prefix arg is given.
876         (gnus-article-browse-html-article): Doc fix.
877
878 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
879
880         * message.el (message-default-mail-headers):
881         (message-default-headers): Carry the value mail-default-headers over
882         into message-default-mail-headers, rather than message-default-headers.
883
884 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
885
886         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
887         charset.
888
889         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
890         charset into the <meta> tag when the article is encoded to utf-8.
891
892 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
895         directories as well.
896         (gnus-article-browse-html-parts): Work for images that do not specify
897         file names; delete temp directory when quitting; insert header at the
898         right place; use file: scheme for image files.
899
900 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
901
902         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
903         (gnus-article-browse-html-parts): Use it to make temporary cid image
904         files in addition to html file so that browser may display them.
905
906 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
909
910 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
913
914 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * auth-source.el (auth-sources): Change default to be simpler.  Explain
917         about Secret Service API sources.  Improve Customize options.
918         (auth-source-pick): Change to accept any number of search parameters.
919         Implement fallbacks iteratively, not recursively.  Add scoring on the
920         second pass and sort by score.  Call Secret Service API when needed.
921         (auth-source-user-or-password): Use it.  Call Secret Service API
922         directly when needed to get the user name and the password.
923
924 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
925
926         * message.el (message-interactive): Doc fix.
927         (message-qmail-inject-args): Reflow.
928         (message-kill-to-signature): Fix typo in docstring.
929
930         * smiley.el (smiley-buffer): Fix typo in docstring.
931
932 2010-03-24  Glenn Morris  <rgm@gnu.org>
933
934         * mail-source.el (gnus-message): Declare.
935         (mail-source-delete-old-incoming): Require gnus-util.
936
937 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
940
941         * message.el (ecomplete-setup): Autoload it for Emacs <23.
942
943         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
944         password-cache's default if it is not bound.
945         (mml-secure-passphrase-cache-expiry): Default to 16 that is
946         password-cache-expiry's default if it is not bound.
947
948         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
949         available in Emacs 21.
950
951         * lpath.el: Suppress compiler warnings for:
952         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
953         XEmacs;
954         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
955         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
956         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
957
958 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
959
960         * auth-source.el (auth-sources): Fix up definition so extra parameters
961         are always inline.
962
963 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
964
965         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
966         wasn't updated after mismatch.  Clear cached mailbox info correctly
967         when uidvalidity changes.
968         (nnimap-group-prefixed-name): New function to avoid some code
969         duplication.
970         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
971         (nnimap-request-group): Use it.
972         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
973         (nnimap-update-unseen): Significantly improved speed of Gnus startup
974         with many imap folders.  This is done by caching the group status from
975         the imap server persistently in a group parameter `imap-status'.  (This
976         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
977         but not persistently, so every Gnus startup was still very slow.)
978
979 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * assistant.el (assistant-render-text): Run `widget-setup' and don't
982         delete the extra newline.  Otherwise editing of :string and :number
983         types don't work.
984
985 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
988         secrets.el dependency.
989         (auth-sources): Add optional user name.  Add secrets.el configuration
990         choice (unused right now).
991
992 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * gnus-sum.el (gnus-summary-make-menu-bar): Let
995         `gnus-registry-install-shortcuts' fill in the functions.
996
997         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
998         warnings.
999         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1000         (gnus-registry-install-shortcuts): Populate and use it in a
1001         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1002
1003 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1004
1005         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1006         In-place substitutions for the group name encoding/decoding.
1007         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1008         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1009         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1010         (nnimap-update-unseen, nnimap-request-list)
1011         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1012         (nnimap-request-set-mark, nnimap-split-to-groups)
1013         (nnimap-split-articles, nnimap-request-newgroups)
1014         (nnimap-request-create-group, nnimap-request-accept-article)
1015         (nnimap-request-delete-group, nnimap-request-rename-group)
1016         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1017         `encoded-mbx' for consistency.
1018         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1019         variable `imap-current-mailbox'.
1020
1021         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1022         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1023
1024 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1025
1026         * pop3.el (pop3-display-message-size-flag): Display message size byte
1027         counts during POP3 download.
1028         (pop3-movemail): Use it.
1029         (pop3-list): Implement listing of available messages.
1030
1031 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1032
1033         * nnir.el (nnir-get-article-nov-override-function): New function to
1034         override the normal NOV retrieval.
1035         (nnir-retrieve-headers): Use it.
1036
1037 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1038
1039         * auth-source.el (netrc-machine-user-or-password): Autoload.
1040
1041 2010-03-19  Glenn Morris  <rgm@gnu.org>
1042
1043         Stop message.el from loading about 40 libraries it doesn't always need.
1044         The general approach is to autoload rather than require, and to
1045         require in the specific functions rather than the file.  (Bug#5642)
1046
1047         * gmm-utils.el: Don't require wid-edit.
1048         (widget-create-child-value, widget-convert, widget-default-get):
1049         Autoload.
1050
1051         * gnus-util.el: Don't require time-date, netrc.
1052         (message-fetch-field, gnus-group-name-decode): Declare rather than
1053         autoloading.
1054         (gnus-fetch-field): Require message.
1055         (gnus-decode-newsgroups): Require gnus-group.
1056
1057         * ietf-drums.el: Don't require time-date.
1058
1059         * message.el: Don't require hashcash, canlock, ecomplete.
1060         Do require mail-utils.  Require nnheader only when compiling.
1061         (smtpmail-default-smtp-server): Remove declaration.
1062         (message-send-mail-function): Check smtpmail-default-smtp-server
1063         is bound rather than requiring smtpmail.
1064         (message-auto-save-directory, message-insert-signature): Use
1065         expand-file-name rather than nnheader-concat.
1066         (nnheader-insert-file-contents): Autoload.
1067         (hashcash-wait-async): Declare.
1068         (message-send-mail): Only call gnus-setup-posting-charset if
1069         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1070         (message-send-mail-with-sendmail): Require sendmail.
1071         (canlock-password, canlock-password-for-verify): Declare.
1072         (message-canlock-password): Require canlock.
1073         (nnheader-get-report): Autoload.
1074         (gnus-setup-posting-charset): Declare.
1075         (message-send-news): Require gnus-msg.
1076         (message-make-references, message-make-in-reply-to): Use mail-header-id
1077         rather than the alias mail-header-message-id.
1078         (ecomplete-add-item, ecomplete-save): Declare.
1079         (message-put-addresses-in-ecomplete): Require ecomplete.
1080         (ecomplete-display-matches): Autoload.
1081
1082         * mm-decode.el: Don't require mailcap, gnus-util.
1083         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1084         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1085         Autoload.
1086         (mailcap-mime-extensions): Declare.
1087
1088         * mm-encode.el: Don't require mailcap.
1089         (mailcap-extension-to-mime): Autoload.
1090
1091         * mml-sec.el: Don't require password-cache.
1092
1093         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1094         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1095         (mml-minibuffer-read-type): Require mailcap.
1096         (mml-preview): Require gnus-msg.
1097
1098         * mml1991.el: Require password-cache.
1099         (password-cache-expiry): Remove declaration.
1100
1101         * mml2015.el: Require password-cache.
1102         (password-cache-expiry): Remove declaration.
1103
1104         * nneething.el (mailcap): Require mailcap.
1105
1106         * nnheader.el (declare-function): Add compatibility stub.
1107         (message-remove-header): Declare rather than autoload.
1108         (nnheader-replace-header): Require message.
1109
1110         * nnimap.el (declare-function): Add compatibility stub.
1111         (netrc-parse, netrc-machine-user-or-password): Declare.
1112         (nnimap-open-connection): Require netrc.
1113
1114         * nntp.el (declare-function): Add compatibility stub.
1115         (netrc-parse, netrc-machine, netrc-get): Declare.
1116         (nntp-send-authinfo): Require netrc.
1117
1118         * rfc2047.el: Don't require qp.
1119         (quoted-printable-encode-region, quoted-printable-decode-string):
1120         Autoload.
1121
1122         * sieve-mode.el: Don't require easymenu.
1123         (easy-menu-add-item): Autoload it.
1124
1125         * spam-stat.el (time-to-number-of-days): Autoload it.
1126
1127 2010-03-19  Glenn Morris  <rgm@gnu.org>
1128
1129         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1130
1131 2010-03-18  Glenn Morris  <rgm@gnu.org>
1132
1133         * hashcash.el (declare-function): Remove duplicate definition.
1134
1135 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1136
1137         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1138         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1139         value if any backslash escapes).
1140
1141 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1144         if it is available.  (bug#5647)
1145
1146         * lpath.el: Suppress compiler warning for coding-system-from-name for
1147         Emacs 21 and XEmacs.
1148
1149 2010-03-14  Juri Linkov  <juri@jurta.org>
1150
1151         * hmac-def.el:
1152         * hmac-md5.el:
1153         * netrc.el: Fix keywords.
1154
1155 2010-02-26  Glenn Morris  <rgm@gnu.org>
1156
1157         * message.el (message-send-mail-function): Change the default, so that
1158         it inherits from a customized send-mail-function.  (Bug#5643)
1159
1160 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1161
1162         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1163         shell-command-to-string signals an error (bug#5299).
1164
1165 2010-02-24  Glenn Morris  <rgm@gnu.org>
1166
1167         * message.el (message-smtpmail-send-it)
1168         (message-send-mail-with-mailclient): Doc fixes.
1169
1170 2010-02-16  Glenn Morris  <rgm@gnu.org>
1171
1172         * message.el (message-default-mail-headers): Change the default value
1173         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1174
1175 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1178         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1179
1180 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1181
1182         * time-date.el (date-to-time): Doc fix (Bug#5408).
1183
1184 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1185
1186         * message.el (message-mail): Just pass yank-action on to message-setup.
1187         (message-setup): Handle (FUN . ARGS) form of yank-action.
1188         (message-with-reply-buffer, message-widen-reply)
1189         (message-yank-original): Handle non-buffer values of
1190         message-reply-buffer (Bug#4080).
1191         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1192
1193 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1194
1195         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1196         Fix typo in docstring.
1197
1198 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1199
1200         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1201         response.
1202
1203 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1206
1207         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1208
1209         * message.el (message-check-news-header-syntax): Protect against a
1210         string that `rfc822-addresses' returns when parsing fails.
1211
1212 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1215         (gnus-previous-char-property-change): New functions.
1216
1217         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1218
1219 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1220
1221         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1222         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1223
1224 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1225
1226         * message.el (message-exchange-point-and-mark): Rework last change to
1227         avoid using optional arg of exchange-point-and-mark, for backward
1228         compatibility.
1229
1230 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1231
1232         * message.el (message-exchange-point-and-mark): Call
1233         exchange-point-and-mark with an argument rather than setting
1234         mark-active by hand (Bug#5175).
1235
1236 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * nntp.el (nntp-service-to-port): Work for service expressed with
1239         numeric string; replace [:digit:] with [0-9] for XEmacs.
1240
1241 2009-12-17  Glenn Morris  <rgm@gnu.org>
1242
1243         * gnus-group.el (gnus-bug-group-download-format-alist):
1244         Change emacs entry to debbugs.gnu.org.  Bump :version.
1245
1246 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1247
1248         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1249
1250 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1251
1252         * message.el (message-info): Explain why we use `Info-goto-node'.
1253
1254 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1257
1258 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1259
1260         * message.el (message-completion-in-region): New compatibility function.
1261         (message-expand-group): Use it.
1262
1263 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1266         with no unread article should be listed if the 2nd arg `predicate' is
1267         given.
1268
1269 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1272
1273 2009-11-29  Juri Linkov  <juri@jurta.org>
1274
1275         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1276         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1277         on `gnus-recenter'. (Bug#4698, Bug#4981)
1278
1279 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1280
1281         * sha1.el (sha1-string-external): default-directory "/" in case
1282         otherwise non-existent.  process-connection-type pipe for touch of
1283         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1284
1285 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1286
1287         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1288         it's comms related and sgml-mode.el has "comm" on that basis too.
1289
1290 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1293         containing tspecial characters if they have been already quoted.
1294
1295 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1296
1297         * dns-mode.el (auto-mode-alist): Purecopy string.
1298
1299 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1300
1301         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1302
1303 2009-10-24  Glenn Morris  <rgm@gnu.org>
1304
1305         * gnus-art.el (help-xref-stack-item): Define for compiler.
1306
1307 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1308
1309         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1310
1311 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1314
1315 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1318         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1319
1320 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1323         (gnus-overlays-in): New alias to overlays-in.
1324
1325         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1326         gnus-overlay-get, and gnus-delete-overlay.
1327         (gnus-summary-show-thread): Make it work as well for systems in which
1328         next-single-char-property-change is not available.
1329         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1330
1331         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1332         (gnus-overlay-get): New alias to extent-property.
1333         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1334
1335         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1336         SXEmacs.
1337
1338         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1339         SXEmacs.
1340
1341 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1342
1343         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1344
1345 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1346
1347         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1348         and XEmacs that don't have `remove-overlays'.
1349
1350 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1351
1352         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1353         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1354         selective display.  Use overlays instead.
1355
1356 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1357
1358         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1359
1360 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1361
1362         * spam-stat.el (spam-stat-load): Fix typo in message.
1363
1364 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1365
1366         * dig.el (dig-invoke): Fix typo in docstring.
1367         (query-dig): Reflow docstring.
1368
1369 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1370
1371         * gnus-art.el (gnus-article-encrypt-body):
1372         * message.el (message-check-recipients):
1373         * mm-util.el (mm-codepage-setup):
1374         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1375         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1376
1377 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1378
1379         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1380         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1381         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1382         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1383         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1384
1385 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1386
1387         * dig.el: Add "Keywords: comm", as per net-utils.el.
1388
1389 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1390
1391         * dig.el (dig-mode): Use define-derived-mode.
1392
1393 2009-09-19  Glenn Morris  <rgm@gnu.org>
1394
1395         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1396
1397 2009-09-18  Glenn Morris  <rgm@gnu.org>
1398
1399         * gnus-diary.el (gnus-diary-check-message):
1400         * message.el (message-insert-formatted-citation-line):
1401         * nnbabyl.el (top-level):
1402         * nndiary.el (nndiary-schedule):
1403         Fix typos in condition-case handlers.
1404
1405 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1408         configuration that provides the sole article window in a frame;
1409         position point correctly after deleting a part.
1410
1411 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1412
1413         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1414         (spam-resolve-registrations-routine): Use it to unregister articles
1415         that change status.
1416
1417 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1420         with XEmacs.
1421         (parse-time-string-chars): Use it.
1422
1423 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * imap.el (imap-interactive-login): Better messages.
1426         (imap-open): Fix bug with renamed buffer on reconnect.
1427         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1428         for easier debugging and cleaner code.  On successful (guessed based on
1429         server capabilities) secondary authentication, set imap-state
1430         correctly.
1431         (imap-last-authenticator): Define imap-last-authenticator as a variable
1432         to avoid warnings.
1433
1434 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * nnrss.el (nnrss-request-article): Remove binding of
1437         default-enable-multibyte-characters that has gotten needless by
1438         the 2007-07-13 change in rfc2047-encode-message-header.
1439
1440         * mml.el (mml-insert-multipart): Error on the message header.
1441         (mml-insert-part): Error on the message header; position point at
1442         the end of a MIME tag.
1443
1444 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * time-date.el (autoload): Expand define-obsolete-function-alias into
1447         defalias and make-obsolete for old Emacsen that Gnus supports.
1448         (with-no-warnings): Define it for old Emacsen.
1449         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1450         is available.
1451         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1452         float-time is available; suppress compile warning for time-to-seconds.
1453
1454         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1455         (gnus-float-time): Alias to float-time if it exists.
1456
1457         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1458         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1459         float-time is available; suppress compile warning for time-to-seconds.
1460
1461         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1462         XEmacs.
1463
1464 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * imap.el (imap-message-map): Docstring fix.
1467
1468 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1471         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1472         Add the optional argument `encoding' that overrides the default.
1473
1474         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1475         mm-encode-buffer.
1476
1477 2009-09-04  Glenn Morris  <rgm@gnu.org>
1478
1479         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1480         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1481         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1482         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1483         * mm-util.el (mm-with-unibyte-current-buffer)
1484         (mm-find-buffer-file-coding-system):
1485         * yenc.el (yenc-decode-region): Use default-value rather than
1486         default-enable-multibyte-characters.
1487
1488 2009-09-03  Glenn Morris  <rgm@gnu.org>
1489
1490         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1491         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1492         than default-enable-multibyte-characters.
1493
1494 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1495
1496         * gnus-art.el (gnus-article-read-summary-keys):
1497         Fix gnus-buffer-configuration's value temporarily used.
1498
1499 2009-09-02  Glenn Morris  <rgm@gnu.org>
1500
1501         * gnus-util.el (gnus-float-time): New function.
1502         * gnus-delay.el (gnus-delay-article):
1503         * gnus-sum.el (gnus-thread-latest-date):
1504         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1505         * nnspool.el (nnspool-request-newgroups):
1506         Use gnus-float-time rather than time-to-seconds.
1507         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1508
1509         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1510         (gnus-header-subject-face, gnus-header-newsgroups-face)
1511         (gnus-header-name-face, gnus-header-content-face):
1512         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1513         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1514         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1515         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1516         (gnus-cite-face-11):
1517         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1518         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1519         (gnus-server-closed-face, gnus-server-denied-face)
1520         (gnus-server-offline-face):
1521         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1522         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1523         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1524         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1525         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1526         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1527         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1528         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1529         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1530         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1531         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1532         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1533         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1534         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1535         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1536         (gnus-summary-high-undownloaded-face)
1537         (gnus-summary-low-undownloaded-face)
1538         (gnus-summary-normal-undownloaded-face)
1539         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1540         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1541         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1542         (gnus-splash-face):
1543         * message.el (message-header-to-face, message-header-cc-face)
1544         (message-header-subject-face, message-header-newsgroups-face)
1545         (message-header-other-face, message-header-name-face)
1546         (message-header-xheader-face, message-separator-face)
1547         (message-cited-text-face, message-mml-face):
1548         * sieve-mode.el (sieve-control-commands-face)
1549         (sieve-action-commands-face, sieve-test-commands-face)
1550         (sieve-tagged-arguments-face):
1551         * spam.el (spam-face):
1552         Mark face aliases with "-face" in the name as obsolete.
1553
1554 2009-09-01  Glenn Morris  <rgm@gnu.org>
1555
1556         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1557         than goto-line.
1558
1559 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1562         Don't move point if the command is invoked inside the message header.
1563
1564 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1565
1566         * imap.el (imap-send-command): Simplify.
1567         (imap-wait-for-tag): point-max -> buffer-size.
1568
1569 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1572         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1573         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1574         * nnir.el (nnir-swish-e-index-file):
1575         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1576         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1577         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1578         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1579         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1580         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1581
1582 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1585         Don't save excursion.
1586
1587 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1588
1589         * nnheader.el (nnheader-find-file-noselect):
1590         * mm-util.el (mm-insert-file-contents):
1591         Use (default-value 'major-mode) instead of default-major-mode.
1592
1593 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1594
1595         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1596
1597 2009-08-26  Glenn Morris  <rgm@gnu.org>
1598
1599         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1600         than placing in files.el.
1601
1602 2009-08-25  Glenn Morris  <rgm@gnu.org>
1603
1604         * nnir.el (top-level): Don't require cl at run-time.
1605         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1606         Replace cl-function substitute with gnus-replace-in-string.
1607         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1608         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1609         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1610         simplified expansions.
1611
1612 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1613
1614         * dig.el (dig): Add autoload cookie.
1615
1616 2009-08-22  Glenn Morris  <rgm@gnu.org>
1617
1618         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1619         goto-line.
1620
1621 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1622
1623         * parse-time.el (parse-time-string-chars): Save match data.
1624
1625 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1626
1627         * parse-time.el (parse-time-string-chars): Compute using character
1628         classes, to handle non-ascii characters (Bug#3190).
1629
1630 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1633
1634         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1635         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1636         (gnus-mm-display-part, gnus-mime-display-single)
1637         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1638         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1639
1640         * gnus-sum.el
1641         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1642         (gnus-summary-move-article): Add expirable mark to articles copied or
1643         moved to group that has auto-expire turned on if the option is non-nil.
1644
1645 2009-07-24  Glenn Morris  <rgm@gnu.org>
1646
1647         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1648         Fix typo.  (Bug#3903)
1649
1650 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1653         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1654         that should not be used for draft articles.
1655         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1656         that has no concern in minor mode keys.
1657         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1658         Abolish.
1659
1660 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1663         article without making inquiry to a user for unknown encoding.
1664
1665         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1666         (nnmaildir--scan): Assume i-node and device number that file-attributes
1667         returns might be cons-cell.
1668
1669         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1670
1671         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1672
1673 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * auth-source.el: Remove docs now in auth.texi.  Don't use
1676         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1677         `auth-source-hide-passwords' and use them.
1678
1679 2009-07-15  Glenn Morris  <rgm@gnu.org>
1680
1681         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1682
1683 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1686         excessive whitespace from the default values of title and description.
1687
1688 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1691         mail-fetch-field to fetch Content-Description header in order to
1692         exclude newlines.
1693
1694 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1695
1696         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1697         format used by GnuPG 2.0.11.
1698
1699 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1702         to deleted part.
1703
1704 2009-05-30  David Engster  <dengste@eml.cc>
1705
1706         * nnmairix.el: Remove old documentation in the commentary block.
1707         (nnmairix-request-group): Do not update active file for nnml back ends.
1708         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1709         end so that overview files are ignored.
1710         (nnmairix-update-groups): Make updating the groups more robust by using
1711         marks.
1712         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1713         with dollar characters in message-id.
1714
1715 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1716
1717         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1718         2008-12-25 in dns.el.
1719
1720 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1721
1722         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1723         could happen if the text is only composed of spaces and/or tabs.
1724
1725 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1726
1727         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1728         when sending a queued message to avoid extra mml tags.
1729
1730 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1733
1734 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1737         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1738         rmail-toggle-header for XEmacs;
1739         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1740
1741 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * gnus-dired.el: Remove autoload for gnus-setup-message.
1744         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1745         displaying Gnus logo; always use compose-mail.
1746
1747 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1750
1751 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1754         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1755         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1756         available.
1757         (gnus-nocem-epg-verify): New function.
1758
1759 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1760
1761         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1762
1763 2009-02-15  Glenn Morris  <rgm@gnu.org>
1764
1765         * gnus-util.el (rmail-insert-rmail-file-header)
1766         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1767         autoloads.
1768         (rmail-default-rmail-file): Remove unnecessary declaration.
1769         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1770
1771 2009-02-14  Glenn Morris  <rgm@gnu.org>
1772
1773         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1774         variable (only used in gnus-util, which declares it anyway).
1775         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1776         which was only needed by gnus-art (changed to not use it any more).
1777         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1778         only used in gnus-util, which autoloads it itself.
1779         (rmail-update-summary): Fix autoload.
1780
1781         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1782         rather than rmail-output-to-rmail-file.
1783
1784 2009-02-07  Glenn Morris  <rgm@gnu.org>
1785
1786         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1787         autoload of function that no longer exists.
1788         (rmail-toggle-header): Declare.
1789         (message-forward-rmail-make-body): Handle mbox Rmail.
1790
1791 2009-01-31  Glenn Morris  <rgm@gnu.org>
1792
1793         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1794         2009-01-09 change.
1795
1796 2009-01-31  Dave Love  <fx@gnu.org>
1797
1798         * imap.el (imap-fetch-safe): Bind debug-on-error.
1799         (imap-debug): Add imap-fetch-safe.
1800
1801 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1804         (auth-source-forget-all-cached): New convenience function.
1805         (auth-source-user-or-password): Accept list of modes or a single mode.
1806
1807         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1808         auth-source modes.
1809
1810         * netrc.el (netrc-machine-user-or-password): Use list of
1811         auth-source modes.
1812
1813         * nnimap.el (nnimap-open-connection): Use list of
1814         auth-source modes.
1815
1816         * nntp.el (nntp-send-authinfo): Use list of
1817         auth-source modes.
1818
1819 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1822         now.
1823
1824 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1827         coding system in XEmacs; add a workaround for XEmacs.
1828
1829         * lpath.el: Fbind coding-system-aliasee.
1830
1831 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1834         of current-language-environment.
1835
1836 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1839         available at runtime.
1840
1841 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1844
1845 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1846
1847         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1848         the greatest positive fixnum value doesn't work under an XEmacs with
1849         bignum support; use the most-positive-fixnum constant instead,
1850         available since Emacs 21.1 with cl and XEmacs 21.1.
1851
1852 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1855         XEmacs gets not to work.
1856
1857 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * mm-util.el (mm-coding-system-priorities): Allow the value like
1860         "Japanese (UTF-8)" of current-language-environment.
1861
1862 2009-01-09  Glenn Morris  <rgm@gnu.org>
1863
1864         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1865         with last-command-event.
1866
1867 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1868
1869         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1870         in the doc string.
1871
1872         * message.el (message-fix-before-sending): Amend comment.
1873
1874 2009-01-08  Dave Love  <fx@gnu.org>
1875
1876         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1877
1878 2009-01-07  David Engster  <dengste@eml.cc>
1879
1880         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1881         simplified server definitions by converting it via
1882         gnus-server-to-method.
1883
1884 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1887         parameter's operands.
1888
1889 2009-01-06  David Engster  <dengste@eml.cc>
1890
1891         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1892         primary select method (for gnus-group-mark-article-as-read).
1893
1894 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1895
1896         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1897         `(gnus)Face', not `(gnus)X-Face'.
1898
1899 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-util.el (mm-ucs-to-char): New function.
1902
1903         * mm-url.el (mm-url-decode-entities): Use it.
1904
1905         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1906         unicode-to-char.
1907
1908 2009-01-05  Dave Love  <fx@gnu.org>
1909
1910         * time-date.el: Require cl for `declare'.
1911
1912 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1913
1914         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1915         Dave Love.
1916
1917 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1918
1919         * message.el (message-fix-before-sending): Add `eight-bit' to
1920         illegible-text check.
1921
1922 2009-01-03  Michael Olson  <mwolson@gnu.org>
1923
1924         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1925         `headers' is nil.  This can occur if the IMAP server does not have
1926         permissions to read messages from a folder, but can write new messages
1927         to the folder.
1928         (nnimap-request-article-part): Do not insert `data' if it is nil.
1929
1930         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1931         characters which will confuse `read', so skip past them.
1932
1933 2009-01-01  Dave Love  <fx@gnu.org>
1934
1935         * imap.el (imap-string-to-integer): Fix typo.
1936         (imap-fetch-safe): New function.
1937         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1938
1939         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1940
1941         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1942         (imap-parse-greeting): Fix doc strings.
1943         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1944         (imap-parse-flag-list): Make messages unique.
1945         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1946
1947         * nnimap.el: Fix author email.
1948         (nnimap-split-rule): Add FIXME comment.
1949         (nnimap-debug): Fix doc string.
1950
1951 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1952
1953         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1954
1955 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1956
1957         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1958         nslookup if resolv.conf isn't available.
1959         (dns-query): Rename from query-dns.
1960         (dns-query-cached): Rename from query-dns-cached.
1961
1962 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1965         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1966         to check if those variables exist (first appeared in Emacs 18.50).
1967
1968 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * mm-util.el (mm-line-number-at-pos): New function.
1971
1972         * spam-report.el (spam-report-process-queue): Use it.
1973
1974 2008-12-24  David Engster  <dengste@eml.cc>
1975
1976         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1977         parameters that haven't existed as variables as buffer-local variables.
1978
1979 2008-12-23  Dave Love  <fx@gnu.org>
1980
1981         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1982         cadar.
1983
1984         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1985         imap-starttls-p.
1986         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1987
1988 2008-12-22  Dave Love  <fx@gnu.org>
1989
1990         * imap.el: Fix author email.  Doc fixes.
1991         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1992         reply.
1993
1994 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1995
1996         * spam-report.el (spam-report-gmane-max-requests): New constant.
1997         (spam-report-gmane-wait): New variable.
1998         (spam-report-gmane-ham, spam-report-gmane-spam)
1999         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2000         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2001         the server.
2002
2003         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2004         Add explanations.
2005
2006         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2007         nnheader-accept-process-output and nnheader-read-timeout if available.
2008         (pop3-movemail): Use it.
2009
2010         * message.el (message-check-news-body-syntax): Fix signature check if
2011         there's an attachment.
2012
2013 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * mm-util.el: Add comments to the mm- emulating functions.
2016
2017 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2018
2019         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2020         by Stephen Berman <stephen.berman@gmx.net>.
2021
2022 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * mm-util.el (mm-substring-no-properties): New function.
2025         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2026         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2027         (mm-string-to-multibyte): Doc fix.
2028
2029         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2030
2031 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2032
2033         * mml.el (mml-attach-file): Strip text properties from file name.
2034         (Bug#1574)
2035
2036 2008-12-16  Glenn Morris  <rgm@gnu.org>
2037
2038         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2039
2040 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2043         knows since the charset specified might be a bogus alias that
2044         mm-charset-synonym-alist provides.
2045
2046 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2047
2048         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2049         "ISO_8859-1".
2050
2051         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2052
2053 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * mm-util.el (mm-charset-eval-alist):
2056         Define it before mm-charset-to-coding-system.
2057         (mm-charset-to-coding-system): Add optional argument `silent';
2058         define it before mm-charset-override-alist.
2059         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2060         default value if it can be used in Emacs currently running;
2061         silence mm-charset-to-coding-system.
2062
2063 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2066         `allow-override' which says whether to use `mm-charset-override-alist'.
2067         (rfc2047-decode-encoded-words): Use it.
2068
2069         * mm-util.el (mm-charset-override-alist): Fix custom type;
2070         add `(gb2312 . gbk)' to choices.
2071
2072 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2075         fast.
2076
2077         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2078
2079         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2080
2081 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2082
2083         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2084         on links.
2085
2086         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2087
2088 2008-12-03  Lute Kamstra  <lute@gnu.org>
2089
2090         * sha1.el: Remove leading * from docstrings of defcustoms,
2091         deffaces, defconsts and defuns.
2092
2093 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2096         users' addresses that don't have domain parts.
2097         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2098         rather than message-narrow-to-head since there will be the message
2099         header separator.
2100
2101 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2104         since the result is inserted in a unibyte buffer anyway.
2105         (nnimap-demule-use-string-to-multibyte): Remove.
2106         (nnimap-demule): Alias it to mm-string-to-multibyte.
2107
2108 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2109
2110         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2111         variable for debugging bug#464 and bug#1174.
2112         (nnimap-demule): Use it.
2113
2114 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2115
2116         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2117         score calculation correctly.
2118
2119 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2120
2121         * message.el (message-send-mail): Just set the buffer to unibyte
2122         rather than use mm-with-unibyte-current-buffer which does a lot more.
2123         (message-send-mail-partially): Don't bother with
2124         mm-with-unibyte-current-buffer since it's already been made unibyte by
2125         message-send-mail.
2126
2127 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2128
2129         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2130
2131 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2132
2133         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2134
2135 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2138         require itself and to remove `with-no-warnings'.
2139
2140 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2141
2142         * starttls.el (starttls-any-program-available): Get the name of the
2143         available TLS layer program.
2144         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2145         well as the host name in the "opening" message.
2146
2147         * auth-source.el (auth-source-cache, auth-source-do-cache)
2148         (auth-source-user-or-password): Cache passwords and logins by default,
2149         allow override with `auth-source-do-cache'.
2150         (auth-source-forget-user-or-password): Allow users to remove cache
2151         entries if needed.
2152
2153 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2154
2155         * md4.el (md4-buffer): Fix typo in docstring.
2156         (md4, md4-64): Doc fixes.
2157         (md4-pack-int32): Reflow docstring.
2158
2159 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2160
2161         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2162         condition-case to only the forward-sexp call.
2163
2164 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2165
2166         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2167         quotes contained.  Make it more robust regardless by an extra
2168         condition-case wrapper.
2169
2170 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2173
2174 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * nnml.el (nnml-request-expire-articles): Check if the function set to
2177         `nnmail-expiry-target' returns the symbol `delete'.
2178
2179         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2180
2181         * nnmail.el (nnmail-expiry-target): Fix custom type.
2182
2183 2008-10-02  Glenn Morris  <rgm@gnu.org>
2184
2185         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2186         Silence compiler warning.
2187
2188 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2189
2190         * tls.el (open-tls-stream): Show the actual command being
2191         executed, instead of the format string.
2192
2193 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * lpath.el: Fbind codepage-setup for Emacs 23.
2196
2197 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2198
2199         * mml.el (mml-menu): Don't assume mml2015 is bound.
2200
2201 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2204         exists.
2205
2206 2008-09-27  Glenn Morris  <rgm@gnu.org>
2207
2208         * gnus-util.el (mail-header-remove-comments): Autoload it.
2209
2210 2008-09-27  Andreas Schwab  <schwab@suse.de>
2211
2212         * gnus-util.el (gnus-split-references): Strip comments.
2213         (gnus-parent-id): Likewise.
2214
2215 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2216
2217         * message.el (message-confirm-send): Fix version.
2218
2219 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * message.el (message-idna-to-ascii-rhs-1): Use
2222         mail-extract-address-components rather than mail-header-parse-addresses
2223         that is an alias by default to ietf-drums-parse-addresses that does not
2224         support non-ASCII names in headers' contents.
2225
2226 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * message.el (message-confirm-send): Fixed variable documentation to
2229         avoid the "y/n" wording.
2230
2231 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2232
2233         * message.el (message-set-auto-save-file-name): Save to a different
2234         filename so multiple messages (especially drafts) can be recovered.
2235
2236 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2237
2238         * message.el (message-confirm-send): Add appropriate version.
2239
2240 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2243         defvar.
2244
2245 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2246
2247         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2248         (mm-pkcs7-enveloped-magic): Ditto.
2249
2250 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2251
2252         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2253         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2254
2255 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2256
2257         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2258         default, it's better.
2259
2260 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2263         summary line gnus-number property and ignore them (with a warning
2264         message).
2265
2266 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2269         macro caddr in the interactive form since it won't be expanded.
2270
2271 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2274         `charset'; fix name of function called recursively.
2275         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2276
2277 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2280         (gnus-mime-set-charset-parameters): New function.
2281         (gnus-mime-view-part-as-charset): Use it to correctly display part
2282         specifying wrong charset.
2283
2284 2008-09-08  David Engster  <dengste@eml.cc>
2285
2286         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2287         in completing-read for back end server.
2288
2289 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2290
2291         * message.el (message-confirm-send): New variable to confirm sending a
2292         message.
2293         (message-send): Use it.
2294
2295 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2296
2297         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2298
2299 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2302
2303 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2304
2305         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2306         prevent tracking too many groups.
2307         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2308         Use it.
2309
2310 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2311
2312         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2313         moving point to the bottom of the window in order to avoid recentering.
2314
2315 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2318
2319         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2320         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2321         (gnus-article-beginning-of-window): Fix calculation.
2322
2323 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-msg.el (gnus-summary-supersede-article)
2326         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2327         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2328         message header.
2329
2330 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2331
2332         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2333         pending output coming after the status change.
2334
2335 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2336
2337         * message.el:
2338         * gnus-start.el:
2339         * gnus-registry.el: Remove VMS support.
2340
2341 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2344         macro.
2345         (rfc2104-hash): Use it.
2346
2347 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2348
2349         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2350         (gnus-summary-sort-by-most-recent-date): New commands.
2351         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2352         and menu entries.
2353
2354 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2357         don't redisplay article for raw contents; remove plural articles stuff.
2358
2359         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2360         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2361         on gnus-summary-save-article; display results properly.
2362
2363 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * lpath.el: No need to fbind ns-focus-frame.
2366
2367 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2370
2371 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2374         gnus-save-all-headers.
2375
2376 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2377
2378         * gnus-util.el (ns-focus-frame): Remove declaration.
2379         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2380         like x.
2381
2382 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2383
2384         * rfc2104.el (rfc2104-zero): Delete defconst.
2385         (rfc2104-hex-alist): Likewise.
2386         (rfc2104-hex-to-int): Delete func.
2387         (rfc2104-hexstring-to-bitstring): Likewise.
2388         (rfc2104-nybbles): New defconst.
2389         (rfc2104-hash): Rewrite for speed.
2390
2391 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * tls.el (open-tls-stream): Make it work with the 2nd argument
2394         BUFFER that is a string but does not exist as a buffer object, as
2395         mentioned in the doc-string.
2396
2397 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2400         SXEmacs.
2401
2402 2008-07-16  Glenn Morris  <rgm@gnu.org>
2403
2404         * gnus-util.el (ns-focus-frame): Declare for compiler.
2405
2406 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2409         set as a group parameter.
2410         (gnus-summary-save-in-pipe): Work when it is called independently.
2411         (gnus-summary-pipe-to-muttprint): Don't modify
2412         gnus-summary-pipe-output-default-command.
2413
2414 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2415
2416         * message.el (message-send-mail-with-sendmail):
2417         Display the error message.
2418
2419 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus-art.el (gnus-default-article-saver):
2422         Add gnus-summary-save-in-pipe to choices.
2423         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2424         gnus-summary-pipe-output-default-command as the default command.
2425         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2426         instead of gnus-last-shell-command.
2427
2428         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2429         New user option.
2430         (gnus-summary-muttprint-program): Mention the value will be changed.
2431         (gnus-summary-save-article): Force showing of all headers.
2432         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2433
2434 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2435
2436         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2437
2438 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2439
2440         * nnimap.el (nnimap-id):
2441         * sieve-manage.el (sieve-manage-open): Doc fixes.
2442
2443 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2444
2445         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2446         if available.
2447
2448 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2449
2450         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2451
2452         * nnkiboze.el (nnkiboze-generate-group):
2453         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2454
2455         * nnmairix.el: Require CL.
2456
2457 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * dgnushack.el: Autoload get-display-table and put-display-table for
2460         XEmacs 21.5.
2461
2462         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2463         21.4 and SXEmacs.
2464
2465 2008-06-15  David Engster  <dengste@eml.cc>
2466
2467         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2468
2469 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2470
2471         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2472         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2473         runtime choice under XEmacs.
2474
2475         * gnus-sum.el (gnus-summary-set-display-table):
2476         Use `gnus-put-display-table', `gnus-get-display-table',
2477         `gnus-set-display-table' for the display table, instead of `aset'.
2478
2479         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2480         Use `gnus-put-display-table', `gnus-get-display-table',
2481         `gnus-set-display-table' for the display table.
2482
2483 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * nnmairix.el: Add autoloads.
2486
2487 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * nnmairix.el (nnmairix-delete-recreate-group)
2490         (nnmairix-update-and-clear-marks): Fix error messages.
2491
2492 2008-06-14  David Engster  <dengste@eml.cc>
2493
2494         * nnmairix.el: Upgrade to version 0.6.
2495         (nnmairix-group-toggle-propmarks-this-group)
2496         (nnmairix-group-toggle-readmarks-this-group)
2497         (nnmairix-group-delete-recreate-this-group)
2498         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2499         (nnmairix-remove-tick-mark-original-article): New commands.
2500         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2501         (nnmairix-propagate-marks-to-nnmairix-groups)
2502         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2503         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2504         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2505         functions needed for marks propagation and manipulation of read marks.
2506         (nnmairix-update-groups): New function.
2507         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2508         (nnmairix-determine-original-group-from-registry)
2509         (nnmairix-determine-original-group-from-path)
2510         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2511         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2512         New helper functions.
2513         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2514         keystrokes for new commands.
2515         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2516         (nnmairix-request-group): Check allow-fast group parameter.
2517         (nnmairix-request-create-group): Set allow-fast group parameter if
2518         nnmairix-allowfast-default is set.
2519         (nnmairix-close-group): Propagate marks upon closing if needed.
2520         (nnmairix-group-toggle-threads-this-group): Use new.
2521         nnmairix-group-toggle-parameter helper function.
2522         (nnmairix-search): Better check for empty search result.
2523         (nnmairix-goto-original-article): Use new helper functions for
2524         determining original article.
2525         (nnmairix-show-original-article): Make sure message-id is in brackets.
2526         (nnmairix-call-mairix-binary): Change variable name.
2527         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2528         helper function.
2529         (nnmairix-widget-toggle-activate): Fix doc string.
2530
2531 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * nnir.el: Require edmacro when compiling with XEmacs.
2534         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2535         available in Emacs 21.
2536
2537 2008-06-11  Glenn Morris  <rgm@gnu.org>
2538
2539         * gnus-util.el (x-focus-frame):
2540         * gnus.el (image-size):
2541         * mm-decode.el (image-size): Declare.
2542
2543         * gnus-picon.el (declare-function): Add compat definition.
2544         (image-size): Declare.
2545
2546         * gnus-group.el (tool-bar-map):
2547         * gnus-sum.el (tool-bar-map): Define for compiler.
2548
2549         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2550
2551         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2552
2553         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2554         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2555         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2556         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2557         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2558         * sieve-manage.el, spam-report.el, spam.el:
2559         Remove unnecessary eval-and-compile of autoloads.
2560
2561 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2562
2563         * auth-source.el: Precise Tramp doc.
2564
2565 2008-06-07  Glenn Morris  <rgm@gnu.org>
2566
2567         * nnmairix.el: Remove unnecessary eval-when-compile.
2568
2569 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * lpath.el: Fbind propertize for XEmacs 21.4.
2572
2573 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * nnir.el: Move here from ../contrib.
2576
2577 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2578
2579         * gnus-util.el (gnus-read-shell-command): New function.
2580         * mm-decode.el (mm-pipe-part):
2581         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2582
2583 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2586
2587 2008-06-03  Glenn Morris  <rgm@gnu.org>
2588
2589         * pop3.el (nnheader-accept-process-output): Autoload it.
2590
2591 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2594         are not 2-digit hexadecimal characters that follow `%'s.
2595
2596 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2597
2598         * message.el (message-bogus-recipient-p): Fix type in doc string.
2599         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2600         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2601         Improve custom options.
2602         (message-bogus-recipient-p): Adjust accordingly.
2603
2604 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2605
2606         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2607         long-form month and day names.
2608
2609 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * dgnushack.el: Autoload debug, eudc-expand-inline and
2612         pgg-snarf-keys-region for XEmacs.
2613
2614         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2615
2616         * nnmairix.el: Require edmacro when compiling with XEmacs.
2617
2618 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2619
2620         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2621         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2622
2623 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * auth-source.el: Add more docs.
2626
2627         * netrc.el (netrc-machine): Always match if the port is not given.
2628
2629 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2632         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2633         retrieval faster in some cases, but might make CPU usage larger.  If
2634         this has any bad side effects, we might revert this change.
2635
2636         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2637         seems to make mail retrieval much, much faster.
2638         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2639         unconditionally.
2640
2641         * gnus-draft.el (gnus-group-send-queue): Bind
2642         message-send-mail-partially-limit to nil to avoid being prompted.
2643
2644 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2647
2648         * message.el (message-bogus-address-regexp): Fix and improve custom
2649         type.
2650         (message-setup-hook): Add message-check-recipients as custom option.
2651
2652 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2653
2654         * message.el (message-cite-function): Remove bogus autoload which crept
2655         in during merge from v5-10.
2656
2657 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2660
2661         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2662
2663         * auth-source.el: Preliminary Tramp docs.
2664         (auth-sources): Change the default auth-sources to use
2665         EPA .gpg files.
2666
2667 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * nntp.el: Autoload `auth-source-user-or-password'.
2670         (nntp-send-authinfo): Use it.
2671
2672         * nnimap.el: Autoload `auth-source-user-or-password'.
2673         (nnimap-open-connection): Use it.
2674
2675         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2676         for the gnus-message function.
2677         (auth-source-user-or-password): Use it.
2678
2679 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2680
2681         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2682         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2683         (rfc2104-hash): Use it.
2684
2685 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2686
2687         * gnus-art.el (gnus-article-toggle-truncate-lines):
2688         Don't use `iff' in docstring.
2689
2690 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2693
2694         * gnus-util.el (gnus-extract-address-component-name)
2695         (gnus-extract-address-component-email): Convenience functions around
2696         `gnus-extract-address-components'.
2697
2698         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2699         Use `gnus-extract-address-component-email' to fix bug of comparing full
2700         sender name to `user-mail-address'.
2701
2702 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2705         catch/throw to optimize.
2706         (gnus-registry-find-keywords): Just use member to find a keyword.
2707
2708 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2709
2710         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2711         is current before calling gnus-server-prepare.
2712         (gnus-server-setup-buffer, gnus-server-update-server)
2713         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2714
2715 2008-05-04  Juri Linkov  <juri@jurta.org>
2716
2717         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2718         (mailcap-file-default-commands): Use mailcap-replace-in-string
2719         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2720         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2721
2722 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2723
2724         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2725
2726 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2727
2728         * gnus.el: Bump version to 0.11.
2729
2730 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2731
2732         * gnus.el: No Gnus v0.10 is released.
2733
2734 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2737         hooks.
2738         (gnus-update-read-articles): Speed up non-marks-using users.
2739         (gnus-use-marks): Define gnus-use-marks.
2740         (gnus-propagate-marks): Rename variable to something more sensible.
2741
2742 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2743
2744         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2745         (gmm-image-load-path-for-library): Fix typos in docstrings.
2746         (gmm-message): Reflow docstring.
2747
2748 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2749
2750         * mail-source.el (mail-source-set-1, mail-source-bind):
2751         Move auth-source code out of the macro to clean it up and fix bugs.
2752
2753 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2754
2755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2756         by sender if it's equal to user-mail-address, it's likely to be
2757         useless.
2758
2759         * mail-source.el (mail-source-bind): Don't use user or password if they
2760         are not bound.  Unintern them if they are nil.  Don't use server unless
2761         it's bound, and default it to empty string otherwise.
2762
2763 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2764
2765         * mail-source.el: Load auth-source.el.
2766         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2767         get user name or password, if auth-sources is set up.
2768
2769         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2770         strategy of splitting with parent.
2771         (gnus-registry-split-fancy-with-parent)
2772         (gnus-registry-post-process-groups): Use it and fix prior
2773         bug (returning a list as the split result).
2774
2775         * auth-source.el (auth-sources): Remove server parameter.
2776         (auth-source-pick, auth-source-user-or-password)
2777         (auth-source-user-or-password-imap)
2778         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2779         (auth-source-user-or-password-sftp)
2780         (auth-source-user-or-password-smtp): Remove server parameter.
2781
2782 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2783
2784         * smime.el (smime-sign-region, smime-encrypt-region)
2785         (smime-decrypt-region):
2786         Remove redundant calls to `generate-new-buffer-name'.
2787
2788 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2789
2790         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2791         Don't use QP for message/rfc822.
2792         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2793
2794 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         * sieve-manage.el (sieve-string-bytes): Remove.
2797         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2798         correct byte-length only if the process's coding-system is the same as
2799         the one used internally by Emacs to represent strings.
2800
2801 2008-04-22  Juri Linkov  <juri@jurta.org>
2802
2803         * mailcap.el (mailcap-file-default-commands): New function.
2804
2805 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * message.el (message-signature-separator, message-cite-function):
2808         Change custom version.
2809
2810 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2811
2812         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2813         commands.
2814         (tls-checktrust): Ditto.
2815
2816 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * mm-decode.el (mm-display-external): Make temp file read-only.
2819
2820 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2821
2822         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2823         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2824         `C-c C-f d'.
2825
2826 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2827
2828         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2829
2830 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2831
2832         * gnus.el: Bump version to 0.9.
2833
2834 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2835
2836         * gnus.el: No Gnus v0.8 is released.
2837
2838 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2839
2840         * mail-source.el (mail-source-value):
2841         Prefer fboundp to functionp so it works with macros as well.
2842
2843 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2844
2845         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2846         Fix last change in case the element is not even a symbol.
2847
2848 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2849
2850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2851         Prefer fboundp to functionp so it works with macros as well.
2852
2853 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2854
2855         * auth-source.el: Added docs.
2856         (auth-sources): Modify format to support server.
2857         (auth-source-pick, auth-source-user-or-password)
2858         (auth-source-user-or-password-imap)
2859         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2860         (auth-source-user-or-password-sftp)
2861         (auth-source-user-or-password-smtp): Add server parameter.
2862
2863 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * gnus-registry.el: Initialize the registry when gnus-registry-install
2866         is t.
2867
2868 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * compface.el (uncompface): Make buffer unibyte.
2871
2872 2008-04-05  Glenn Morris  <rgm@gnu.org>
2873
2874         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2875
2876 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2877
2878         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2879         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2880
2881         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2882         multibyteness after rather than before erasing it.
2883
2884         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2885         mm-with-multibyte.
2886         (gnus-request-article-this-buffer): Make sure the proper decoding is
2887         used if gnus-original-article-buffer happens to be unibyte.
2888
2889         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2890         default-enable-multibyte-characters.
2891
2892         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2893         default-enable-multibyte-characters.
2894
2895         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2896
2897         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2898
2899 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2900
2901         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2902         (imap-message-copyuid-1): Use it.
2903         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2904         J. Williams in
2905         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2906
2907         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2908         imap-enable-exchange-bug-workaround.
2909         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2910
2911 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2912
2913         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2914         a 100 byte status-checks into a 2-3MB transfer for each group.
2915         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2916         to enable bug workaround or not.
2917         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2918
2919 2008-03-31  Glenn Morris  <rgm@gnu.org>
2920
2921         * message.el (mml2015-use): Declare for compiler.
2922         (message-info): Require mml2015 when appropriate.
2923
2924 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2927         whitespace.
2928
2929 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2932         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2933         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2934         (nntp-service-to-port): New function.
2935         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2936         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2937         (nntp-open-netcat-stream): New function.
2938         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2939
2940 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2941
2942         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2943
2944 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2945
2946         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2947
2948 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2949
2950         * dns.el (dns-write): Use set-buffer-multibyte.
2951
2952 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2953
2954         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2955
2956 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * message.el (message-signature-separator): Change default.
2959         Improve custom type.
2960         (message-cite-function): Change default to
2961         message-cite-original-without-signature.
2962
2963         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2964         toggle.
2965
2966         * message.el (message-check-news-body-syntax): Fix signature check.
2967         (message-setup-1): Mark buffer as unmodified _after_ running
2968         message-setup-hook and handling message-alternative-emails.
2969         (message-shorten-references): Be more strict when building list of
2970         valid references to comply with GNKSA.
2971
2972         * gnus-group.el (gnus-read-ephemeral-bug-group)
2973         (gnus-read-ephemeral-debian-bug-group)
2974         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2975
2976         * message.el (message-info): Don't use booleanp which isn't supported
2977         in Emacs 21 and XEmacs.
2978
2979 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2980
2981         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2982         gnus-group-gmane-group-download-format.
2983         (gnus-group-read-ephemeral-gmane-group): Rename from
2984         gnus-group-read-ephemeral-gmane-group.
2985         (gnus-read-ephemeral-gmane-group-url): Rename from
2986         gnus-group-read-ephemeral-gmane-group-url.
2987         (gnus-bug-group-download-format-alist): New variable.
2988         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2989         (gnus-read-ephemeral-emacs-bug-group): New commands.
2990
2991 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2992
2993         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2994         (gnus-visible-headers): Improve custom type.
2995
2996 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * mml.el (mml-menu): Add workarounds for XEmacs.
2999
3000         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3001         X-Boundary header.
3002
3003         * message.el (message-simplify-recipients): Fix previous commit.
3004
3005 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3006
3007         * mm-util.el (mm-set-buffer-multibyte): New function.
3008         * mm-decode.el (mm-copy-to-buffer): Use it.
3009
3010 2008-03-19  Glenn Morris  <rgm@gnu.org>
3011
3012         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3013         Accidentally removed in the sync process with Emacs.
3014
3015 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * message.el (message-alter-recipients-discard-bogus-full-name):
3018         New function.
3019         (message-alter-recipients-function): New variable.
3020         (message-get-reply-headers): Use it.
3021         (message-replace-header): New helper function.
3022         (message-recipients-without-full-name): New variable.
3023         (message-simplify-recipients): New command.
3024
3025         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3026
3027         * message.el (message-info): Handle EasyPG manual.
3028
3029         * mml.el (mml-menu): Add entry for EasyPG.
3030
3031 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3032
3033         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3034         parameter.
3035
3036         * message.el (message-disassociate-draft): Specify drafts group name
3037         fully.
3038
3039 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3042         unnecessary duplicates from the match list.
3043
3044 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3047
3048         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3049
3050         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3051         args of `how-many' of which the XEmacs version doesn't take; declare
3052         Info-index-next as function.
3053
3054 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         * gnus-score.el (gnus-score-headers): Fix handling of
3057         gnus-inhibit-slow-scoring.
3058
3059         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3060         string.
3061         (gnus-button-url-regexp): Improve handling of parenthesis.
3062         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3063         (gnus-button-handle-info-keystrokes): Handle index entries.
3064
3065 2008-03-15  Glenn Morris  <rgm@gnu.org>
3066
3067         * parse-time.el (parse-time-string): Simplify.
3068
3069 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3072         Incoming* files.
3073
3074 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3077         (auth-source-pick): Use it.
3078
3079 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3080
3081         * binhex.el (binhex-decode-region-internal):
3082         * uudecode.el (uudecode-decode-region-internal):
3083         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3084         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3085         setting default-enable-multibyte-characters.
3086
3087 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3088
3089         * auth-source.el (auth-source-protocols)
3090         (auth-source-protocols-customize, auth-source-choices): Added and
3091         modified variable customizations and defaults.
3092         (auth-source-pick, auth-source-user-or-password)
3093         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3094         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3095         (auth-source-user-or-password-sftp)
3096         (auth-source-user-or-password-smtp): Use new variables and provide an
3097         interface to netrc.el.
3098
3099 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3102         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3103         Make sure the nntp port to specify is a string.
3104
3105 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * nntp.el: Use with-current-buffer.
3108         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3109         dubious mm-with-unibyte-current-buffer.
3110         (nntp-with-open-group-function): New function extracted from
3111         nntp-with-open-group macro.
3112         (nntp-with-open-group): Use the function, so it's easier to debug.
3113         Add indentation and debugging info.
3114         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3115         the use of the netcat alternatives.
3116
3117         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3118         Avoid mm-string-as-multibyte as well.
3119
3120         * nnweb.el (nnweb-insert-html):
3121         Remove use of nnheader-string-as-multibyte.
3122
3123         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3124         (nnheader-string-as-multibyte): Remove.
3125
3126         * mm-view.el: Use inhibit-read-only.
3127         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3128         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3129         or unibyte-string.
3130
3131         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3132         (mm-uu-yenc-extract): Use with-current-buffer.
3133
3134         * gnus-soup.el (gnus-soup-send-packet): Don't use
3135         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3136
3137         * nnmh.el: Use with-current-buffer.
3138         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3139         mm-string-as-multibyte on the output of mm-encode-coding-string.
3140
3141         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3142         (nnimap-request-move-article): Use with-current-buffer.
3143
3144         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3145         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3146         conversion uses string-make-unibyte rather than string-as-unibyte.
3147
3148         * gnus-msg.el: Use with-current-buffer.
3149
3150         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3151
3152 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3153
3154         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3155         string for caching if it is 'PIN.
3156
3157 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * lpath.el: Consider the case without Emacs/W3.
3160
3161 2008-03-08  Glenn Morris  <rgm@gnu.org>
3162
3163         * time-date.el (date-to-time, time-subtract, time-add)
3164         (safe-date-to-time): Doc fixes.
3165
3166 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * mail-source.el (mail-source-delete-old-incoming-confirm):
3169         Change default to nil.
3170         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3171
3172 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * lpath.el: Rearrange.
3175
3176         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3177         (gnus-article-goto-prev-page): Work for articles having ^L's.
3178
3179         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3180
3181         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3182
3183 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3184
3185         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3186         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3187         (gnus-bookmark-jump): Adjust some variable names.
3188
3189 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3190
3191         * auth-source.el: New package.
3192         (auth-source-choices): Add customization entry point variable.
3193
3194         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3195         bug.
3196
3197 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3200         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3201         (gnus-registry-install-shortcuts): Rename from
3202         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3203         the `gnus-registry-mark-map' keymap dynamically from
3204         `gnus-registry-marks'.  The generated functions update the summary line
3205         when a registry mark is added or deleted, and will call
3206         `gnus-registry-install-p' (see the comments in the code).
3207         (gnus-registry-user-format-function-M): Use concat intelligently.
3208
3209         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3210         the registry mark functions.
3211
3212 2008-03-05  Glenn Morris  <rgm@gnu.org>
3213
3214         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3215         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3216         gnus-art.
3217         (top-level): No need to load own source when compiling.
3218
3219 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3222         Suggested by <chris.anderton@zetnet.co.uk>.
3223
3224 2008-03-04  Glenn Morris  <rgm@gnu.org>
3225
3226         * gnus-sum.el (top-level): No need to require gnus when compiling,
3227         since unconditionally required near start of file.
3228         (gnus-summary-display-while-building): Move definition before use.
3229
3230 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3233         formatting function.
3234
3235 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3238         with plists.
3239         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3240         Use new format.
3241
3242 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3245         `where-is-internal' that returns a range of key sequences.
3246
3247 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3248
3249         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3250
3251         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3252         (gnus-summary-jump-to-group): Consider windows on other displayed
3253         frames as well.  Similar changes might be needed elsewhere, but that's
3254         the one I've bumped into during my use.
3255
3256         * nndoc.el (nndoc-oe-dbx-type-p):
3257         * gnus-msg.el (gnus-debug):
3258         * gnus-group.el (gnus-update-group-mark-positions):
3259         Use mm-string-to-multibyte.
3260
3261 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3262
3263         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3264         doesn't handle NotDashEscaped.
3265
3266         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3267         (mml-dnd-attach-options): Fix typo in custom choice.
3268
3269         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3270         nndoc-article-type to mbox.
3271         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3272
3273         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3274         to nil, instead of html2text.
3275
3276         * imap.el (imap-debug): Add `imap-ping-server'.
3277
3278         * gnus-bookmark.el: Add FIXMEs.
3279
3280         * message.el (message-form-letter-separator)
3281         (message-send-form-letter-delay): New variables.
3282         (message-send-form-letter): Use them.  New command to send form
3283         letters.  Requested by Uwe Siart.
3284         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3285
3286 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3287
3288         * Update copyright years.
3289
3290 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         Sync from EMACS_22_BASE.
3293
3294         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3295
3296 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3297
3298         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3299         empty author.
3300
3301 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3302
3303         * gnus-registry.el (gnus-registry-marks): Add variable for
3304         customization of marks and their appearance.
3305         (gnus-registry-read-mark): Use it.
3306         (gnus-registry-do-marks): Add utility function to loop through
3307         `gnus-registry-marks'.
3308         (gnus-registry-install-shortcuts-and-menus): Add function to install
3309         shortcuts and menus.
3310         (gnus-registry-initialize): Use it.
3311         (gnus-registry-default-mark): Clarify documentation.
3312
3313 2008-02-29  Glenn Morris  <rgm@gnu.org>
3314
3315         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3316         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3317         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3318         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3319         Change defcustom :version from 23.0 to 23.1.
3320
3321 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * gnus-registry.el (gnus-registry-follow-group-p)
3324         (gnus-registry-post-process-groups): Add functions to aid registry
3325         splitting and improve logging.  Clarify behavior in function
3326         documentation.
3327         (gnus-registry-split-fancy-with-parent): Use them.
3328
3329 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * gnus-art.el: Use with-current-buffer.
3332
3333 2008-02-27  David Engster  <dengste@eml.cc>
3334
3335         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3336         Express real group name in the response.
3337
3338 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3341         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3342         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3343         autoload gnus-registry-fetch-group when compiling.
3344         (nnmairix-request-group-with-article-number-correction): Remove
3345         unreferenced argument passed to nnmairix-call-backend.
3346
3347 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3350         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3351         Wilde.
3352
3353 2008-02-27  Glenn Morris  <rgm@gnu.org>
3354
3355         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3356         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3357         variables to defconsts.  Convert comments to doc-strings.
3358         (nnmairix-last-server, nnmairix-current-server): Convert from free
3359         variables to defvars.  Convert comments to doc-strings.
3360         (gnus-registry-fetch-group): Autoload.
3361         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3362         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3363         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3364         caddr.
3365         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3366         nnmairix-request-group-with-article-number-correction call.
3367         (nnmairix-fast, nnmairix-group): New, less general names, for free
3368         variables passed from nnmairix-request-group to
3369         nnmairix-request-group-with-article-number-correction.  Declare.
3370         (nnmairix-request-group-with-article-number-correction):
3371         Use nnmairix-fast, nnmairix-group rather than fast, group.
3372
3373 2008-02-26  David Engster  <dengste@eml.cc>
3374
3375         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3376         version 0.5.
3377
3378 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3381         instead of making an extra function call.  Don't add the current group
3382         to articles only when they have the group.  Use
3383         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3384         Reported by David <de_bb@arcor.de>.
3385
3386 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3389         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3390
3391 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         * mail-source.el (mail-source-delete-incoming): Change default.
3394         Supplement doc string.
3395
3396         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3397
3398 2008-02-14  Glenn Morris  <rgm@gnu.org>
3399
3400         * time-date.el (format-seconds): New function.
3401
3402 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * nnmail.el (nnmail-message-id-cache-file): Derive from
3405         `gnus-home-directory'.
3406
3407 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3410         Document negative prefix.
3411
3412         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3413
3414 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * message.el (message-unsent-separator): Add the Exim bounce
3417         separator.
3418
3419 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3420
3421         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3422         list.
3423         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3424         recipient/signer list.
3425
3426 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * Makefile.in (datarootdir): Define.
3429         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3430         name that might contain whitespace.
3431
3432 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3435         fbound (Emacs 23 unicode), signal an error.
3436
3437 2008-02-08  Glenn Morris  <rgm@gnu.org>
3438
3439         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3440
3441 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3442
3443         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3444         ports to the calls to `netrc-machine-user-or-password' in addition to
3445         "imap" and "imaps".
3446
3447 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3448
3449         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3450
3451         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3452
3453 2008-02-01  Kenichi Handa  <handa@m17n.org>
3454
3455         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3456         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3457         (rfc2104-hash): Convert the result of concat to unibyte string.
3458
3459 2008-02-01  Dave Love  <fx@gnu.org>
3460
3461         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3462         coding-system-for-read.
3463         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3464
3465 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3466
3467         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3468         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3469         <hanche@math.ntnu.no>.
3470
3471 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3474
3475         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3476
3477 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3478
3479         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3480         * message.el (message-beginning-of-line): Use featurep instead of bound
3481         tests in order to resolve conditionals at compile time.
3482
3483 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3484
3485         * mail-source.el (mail-sources): Add `group' choice.
3486
3487         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3488         parameter `in-group' to control into which group the articles go.
3489         Add treatment of `group' mail-source.
3490
3491 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3494
3495         * mm-decode.el (mm-dissect-buffer): Decode description.
3496
3497         * mml.el (mml-to-mime): Encode message header first.
3498
3499 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3502         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3503
3504         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3505         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3506
3507 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3508
3509         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3510
3511 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3514         prefix keys.
3515         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3516         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3517         gnus-xmas.el.
3518
3519         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3520         (gnus-xmas-article-describe-bindings): New function.
3521         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3522         gnus-xmas-article-describe-bindings.
3523
3524         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3525
3526 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3529         Add new variables for article mark management.
3530         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3531         list of extra data entries which, when present, will indicate that the
3532         article ID should not be trimmed from the registry.
3533         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3534         functions.
3535         (gnus-registry-read-mark): New function to read a mark name from the
3536         user.
3537         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3538         (gnus-registry-set-article-mark-internal): New functions to add and
3539         remove marks.
3540         (gnus-registry-get-article-marks): New function to show the marks for
3541         an article, or retrieve them for further use.
3542
3543 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3546         keys when no argument is given.
3547
3548 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * imap.el (imap-ping-server): New variable.
3551         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3552         (imap-ping-server): Minor doc string fixes.
3553
3554 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3555
3556         * imap.el (imap-ping-server): New function.
3557         (imap-opened): Call imap-ping-server.
3558
3559 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * gnus-sum.el (gnus-article-sort-by-random)
3562         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3563         jidanni@jidanni.org.
3564
3565 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-article-describe-bindings): New function.
3568         (gnus-article-read-summary-keys): Use it.
3569         (gnus-article-mode-map): Bind `C-h b' to it.
3570
3571 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3574         XEmacs.
3575         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3576         against non-character events.
3577
3578         * lpath.el: Fbind map-keymap for Emacs 21.
3579
3580 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3583         command.
3584         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3585         instead of END.  Change name of the temp file.
3586         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3587         customizable.
3588
3589 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3592         bind `S W' to gnus-article-wide-reply-with-original; set default
3593         binding to gnus-article-read-summary-send-keys.
3594         (gnus-article-read-summary-keys): Fix the order of keys; display
3595         continuation keys correctly in the echo area; describe bindings
3596         correctly when keys end with `C-h'.
3597         (gnus-article-read-summary-send-keys): New function.
3598         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3599         for gnus-article-read-summary-send-keys; display continuation keys
3600         correctly in the echo area.
3601         (gnus-article-reply-with-original): Ignore prefix argument.
3602         (gnus-article-wide-reply-with-original): New function.
3603
3604         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3605         Emacs 21.
3606
3607 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3610         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3611
3612 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3615         (gnus-group-read-ephemeral-gmane-group): New command.
3616
3617 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3618
3619         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3620
3621 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * message.el (message-send-mail-function): Increase custom version.
3624
3625         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3626         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3627
3628 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3629
3630         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3631         for the cases where imap-authenticate is called with a nil buffer
3632         parameter.
3633
3634 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3637         html parts correctly; support forwarded messages.
3638         (gnus-article-browse-html-article): Remove work buffers.
3639
3640         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3641         compiling.
3642         (netrc-bound-and-true-p): New macro.
3643         (netrc-parse): Use it instead of bound-and-true-p that is not available
3644         in XEmacs 21.4.
3645
3646 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * gnus-registry.el (gnus-registry-mark-article)
3649         (gnus-registry-article-marks): Add functionality to mark articles
3650         through the Gnus registry.
3651
3652         * encrypt.el: Clarify documentation for the new pgg method.
3653         (encrypt-file-alist): Add PGG option.
3654         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3655         functionality.  Abstract password key and messaging to external
3656         functions.
3657         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3658         (encrypt-message-method-and-cipher): Add new convenience external
3659         functions.
3660         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3661         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3662
3663         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3664         (netrc-parse): Use encrypt-file-alist to determine if
3665         encrypt-find-model or encrypt-insert-file-contents should be used.
3666
3667         * encrypt.el: Clarify documentation.  Load password-cache or
3668         password, whichever one is found first, instead of autoloading.
3669
3670 2007-12-19  Glenn Morris  <rgm@gnu.org>
3671
3672         * mml.el (message-options-set, message-narrow-to-head)
3673         (message-in-body-p, message-mail-p, message-encode-message-body):
3674         Autoload.
3675         (message-remove-header, message-narrow-to-headers-or-head)
3676         (message-subscribed-p, message-make-mail-followup-to)
3677         (message-position-on-field, message-news-p)
3678         (message-options-set-recipient, message-generate-headers)
3679         (message-sort-headers): Declare as functions.
3680
3681 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3684         convention in doc string.
3685
3686 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3689         title to html parts.
3690         (gnus-article-browse-html-article): Pass message header to it.
3691
3692         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3693
3694 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3697         or password compatible with XEmacs.
3698
3699 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3700
3701         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3702         format document.
3703         (gnus-mime-delete-part): Don't write description line if empty.
3704         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3705
3706 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3707
3708         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3709         (gnus-summary-mark-read-and-unread-as-read)
3710         (gnus-summary-mark-current-read-and-unread-as-read)
3711         (gnus-summary-mark-unread-as-ticked): Doc fix.
3712         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3713
3714 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3715
3716         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3717         Christoph Conrad <christoph.conrad@gmx.de>.
3718
3719 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3720
3721         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3722         yes-or-no-p.
3723
3724 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * mm-decode.el (mm-add-meta-html-tag): New function.
3727         (mm-save-part-to-file, mm-pipe-part): Use it.
3728
3729         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3730         gnus-y-or-n-p instead of y-or-n-p.
3731         (gnus-article-browse-html-parts): Work with message/external-body; use
3732         mm-add-meta-html-tag.
3733
3734 2007-12-11  Glenn Morris  <rgm@gnu.org>
3735
3736         * gnus-cache.el: Require gnus-sum not just when compiling.
3737
3738         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3739
3740         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3741         definitions before use.
3742
3743         * mm-decode.el: Require gnus-util.
3744         (mm-remove-part): Only call delete-annotation on XEmacs.
3745
3746         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3747
3748         * nnmail.el: Require gnus-int.
3749
3750         * spam.el: Move `require's before `eval-when-compile's.
3751
3752         * gnus-ems.el (gnus-alive-p):
3753         * gnus-fun.el (message-goto-eoh):
3754         * gnus-util.el (gnus-group-name-decode):
3755         * mail-source.el (gnus-compress-sequence):
3756         * message.el (Info-goto-node, format-spec):
3757         * mm-bodies.el (message-options-get):
3758         * mm-decode.el (mm-view-pkcs7):
3759         * mm-util.el (gmm-write-region):
3760         * mml-smime.el (mml-compute-boundary)
3761         (gnus-completing-read-with-default):
3762         * mml.el (widget-button-press, gnus-make-hashtable):
3763         * mml1991.el (mm-decode-content-transfer-encoding)
3764         (mm-encode-content-transfer-encoding)
3765         (message-options-get, message-options-set):
3766         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3767         * nnfolder.el (gnus-request-group):
3768         * nnheader.el (ietf-drums-unfold-fws):
3769         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3770         * smime.el (gnus-run-mode-hooks):
3771         * spam-stat.el (gnus-message): Autoload.
3772
3773         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3774         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3775         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3776         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3777         Add declare-function compatibility definition.
3778
3779         * gnus-cache.el (nnvirtual-find-group-art):
3780         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3781         (gnus-add-image, gnus-add-wash-type):
3782         * gnus-group.el (nnkiboze-score-file):
3783         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3784         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3785         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3786         (message-tokenize-header, gnus-get-buffer-create)
3787         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3788         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3789         * gnus.el (gnus-group-decoded-name):
3790         * mail-source.el (imap-capability):
3791         * mm-bodies.el (message-options-set):
3792         * mm-decode.el (gnus-configure-windows):
3793         * mm-extern.el (message-goto-body):
3794         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3795         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3796         (epg-sub-key-validity, message-options-set):
3797         * mml.el (widget-event-point, gnus-configure-windows):
3798         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3799         * mml2015.el (epg-check-configuration, epg-configuration)
3800         (message-options-set):
3801         * nndb.el (nndb-request-article):
3802         * nnfolder.el (gnus-request-create-group):
3803         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3804         * nnmaildir.el (gnus-group-mark-article-read):
3805         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3806         * rfc1843.el (message-fetch-field):
3807         * spam.el (gnus-extract-address-components):
3808         Declare as functions.
3809
3810 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3813
3814         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3815
3816         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3817         bind show-trailing-whitespace for XEmacs.
3818
3819 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3822         new no-op macro for backward compatibility.
3823
3824         * imap.el (imap-string-to-integer): New function.
3825
3826 2007-12-09  Glenn Morris  <rgm@gnu.org>
3827
3828         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3829
3830         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3831         * message.el, mm-view.el, sieve-manage.el, smime.el:
3832         Add declare-function compatibility definition.
3833
3834         * gnus-art.el (w3-region, w3m-region, Info-menu):
3835         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3836         * gnus-sum.el (gnus-get-predicate):
3837         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3838         * message.el (mail-abbrev-in-expansion-header-p):
3839         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3840         (w3m-detect-meta-charset, w3m-region):
3841         * sieve-manage.el (password-read, password-cache-add)
3842         (password-cache-remove):
3843         * smime.el (password-read-and-add): Declare as functions.
3844
3845 2007-12-08  David Kastrup  <dak@gnu.org>
3846
3847         * gnus-sum.el (gnus-summary-simplify-subject-query):
3848         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3849         `message'.
3850
3851 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3854         it to bind idna-program, installation-directory, defined-colors, and
3855         face-attribute for XEmacs of the version that compiles defcustom forms.
3856
3857 2007-12-07  Glenn Morris  <rgm@gnu.org>
3858
3859         * gnus-art.el (article-make-date-line): Revert previous change.
3860
3861 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3862
3863         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3864
3865 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3866
3867         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3868         Call gnus-add-to-range ranges only once with a prepared article-list.
3869
3870 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3871
3872         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3873         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3874         group names with backslashes.  Reported by Tassilo Horn
3875         <tassilo@member.fsf.org>.
3876
3877 2007-12-06  Deepak Goel  <deego3@gmail.com>
3878
3879         * gnus-art.el (article-make-date-line):
3880         * gnus-start.el (gnus-load):
3881         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3882
3883 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (gnus-use-idna)
3886         * gnus-start.el (gnus-site-init-file)
3887         * message.el (message-use-idna)
3888         * mm-uu.el (mm-uu-hide-markers)
3889         * smiley.el (smiley-style): Revert changes that suppress warnings.
3890
3891 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3894         specify charset to html source.  Reported by Christoph Conrad
3895         <christoph.conrad@gmx.de>.
3896
3897 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3900         idna-program in order to suppress byte compile warning issued by XEmacs
3901         that came to byte compile the default value section of defcustom forms
3902         recently.
3903
3904         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3905         value of installation-directory.
3906
3907         * message.el (message-use-idna): Don't directly refer to the value of
3908         idna-program.
3909
3910         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3911
3912         * smiley.el (smiley-style): Don't directly call face-attribute.
3913
3914 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3917
3918         * gnus-dired.el: Reduce Gnus dependencies.
3919         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3920         require.  Use autoloads instead.
3921         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3922         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3923         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3924         (gnus-dired-mode): Adjust doc string.
3925         (gnus-dired-mail-mode): New variable.
3926         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3927         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3928         (gnus-dired-mail-buffers): New function.  Return mail or message
3929         composition buffers.
3930         (gnus-dired-attach): Use it.
3931         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3932         NO-DECODE.
3933         (gnus-dired-print): Use `gnus-print-buffer' depending on
3934         `gnus-dired-mail-mode'.
3935
3936 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * rfc2047.el (rfc2047-encoded-word-regexp)
3939         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3940         explaining what regexp patterns are for.
3941
3942 2007-12-04  Glenn Morris  <rgm@gnu.org>
3943
3944         * password.el: Move to password-cache.el.
3945
3946         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3947         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3948         * mml-smime.el (password-read, password-cache-add)
3949         (password-cache-remove):
3950         No need to autoload, since mml-sec requires password.
3951
3952         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3953         * message.el (gnus-extract-address-components):
3954         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3955
3956         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3957         password.
3958
3959 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * mailcap.el: Reduce dependencies.
3962         (mail-header-parse-content-type): Autoload.
3963         (mailcap-delete-duplicates): New alias.
3964         (mailcap-mime-info): Add optional argument NO-DECODE.
3965         (mailcap-mime-types): Use mailcap-delete-duplicates.
3966
3967         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3968
3969 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3970
3971         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3972         (imap-parse-status): Upcase status-att for servers that sends them
3973         lower-case (e.g., MS Exchange 2007).
3974
3975 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3978         function.
3979
3980         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3981         (gnus-uu-yenc-article): New function.
3982
3983         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3984
3985         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3986         buffer.
3987
3988 2007-12-02  Glenn Morris  <rgm@gnu.org>
3989
3990         * binhex.el (binhex): New custom group.
3991         (binhex-decoder-program, binhex-decoder-switches)
3992         (binhex-use-external): Move to the binhex custom group.
3993
3994         * uudecode.el (uudecode): New custom group.
3995         (uudecode-decoder-program, uudecode-decoder-switches)
3996         (uudecode-use-external): Move to the uudecode custom group.
3997
3998         * netrc.el (top-level): Don't load `encrypt' features.
3999         (netrc-parse): Don't use encrypt.
4000         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4001
4002         * encrypt.el: Remove file.
4003
4004 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4007         matches on patches.
4008
4009         * gnus-art.el (gnus-article-browse-html-article): Mention
4010         `mm-text-html-renderer' in the doc string.
4011
4012         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4013         string.  Add comments.
4014
4015         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4016         if rhs is ASCII.
4017
4018 2007-12-01  Glenn Morris  <rgm@gnu.org>
4019
4020         * mail-source.el (top-level): Require format-spec before
4021         eval-when-compile.
4022
4023 2007-11-30  Glenn Morris  <rgm@gnu.org>
4024
4025         * encrypt.el: Require password, rather than autoloading password-read.
4026
4027 2007-11-29  Glenn Morris  <rgm@gnu.org>
4028
4029         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4030         (sasl-make-client, sasl-next-step, sasl-step-data)
4031         (sasl-step-set-data): Declare as functions.
4032
4033 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4036
4037 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4038
4039         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4040         certs should be verified and what is to be done in the event of a
4041         verification failure.
4042
4043         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4044         caller can indicate whether the cache should be disregarded for this
4045         call.  This way the result of the call is reproducible at all times and
4046         can be considered a canonical server name for the supplied method.
4047         (gnus-agent-method-p): Canonicalize server names by pushing their
4048         method through `gnus-method-to-server' using the no-cache argument.
4049
4050         * gnus-srvr.el (gnus-server-insert-server-line): Call
4051         `gnus-method-to-server' with `no-cache' argument.
4052
4053         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4054         gnus-agent-possibly-synchronize-flags as this should be called when the
4055         server is actually being opened.
4056         (gnus-agent-possibly-synchronize-flags)
4057         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4058         flags file of an agentized server to the latter function.
4059
4060         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4061         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4062         after a connection has been established successfully.
4063
4064 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-art.el (article-display-face): Force to display face if called
4067         interactively; check if gnus-article-x-face-too-ugly matches author.
4068         (article-display-x-face): Display face even if From header is missing
4069         as article-display-face does.
4070
4071 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4072
4073         * hashcash.el (message-narrow-to-headers-or-head)
4074         (message-fetch-field, message-goto-eoh)
4075         (message-narrow-to-headers): Declare as functions.
4076
4077 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * mail-source.el (mail-sources): Default to fetch from file for
4080         compatibility with default of nnmail-spool-file.
4081
4082 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4085         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4086         to look for encoded word that should be encoded again.
4087         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4088         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4089         encoding pattern.
4090         (rfc2047-decode-region): Switch strict regexp and loose one according
4091         to rfc2047-allow-irregular-q-encoded-words.
4092
4093 2007-11-25  Romain Francoise  <romain@orebokech.com>
4094
4095         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4096
4097 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * tls.el (tls-program): Provide more custom choices from
4100         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4101         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4102
4103 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4106         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4107
4108         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4109         `nnmail-spool-file'.
4110
4111         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4112         `nnmail-spool-file'.
4113
4114         * gnus-move.el (gnus-change-server): Ditto.
4115
4116         * gnus-kill.el (gnus-batch-score): Ditto.
4117
4118         * gnus-cache.el (gnus-jog-cache): Ditto.
4119
4120         * gnus-msg.el (gnus-summary-reply):
4121         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4122
4123 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4126         version.  Minor improvement to doc strings.
4127         (tls-program): Add comment.
4128
4129 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4130
4131         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4132         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4133         mismatch between the hostname provided in the certificate and the name
4134         of the host connnecting to.
4135         (open-tls-stream): Use them.  Check certificates against trusted root
4136         certificates.
4137
4138 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * gnus-cache.el (gnus-cache-generate-nov-databases):
4141         Use nnml-generate-nov-databases-directory instead of
4142         nnml-generate-nov-databases-1.
4143
4144 2007-11-24  Glenn Morris  <rgm@gnu.org>
4145
4146         * message.el (message-tool-bar-retro): Update for rename
4147         mail_send.xpm->mail-send.xpm.
4148
4149 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4152         `smime-ldap-search' for Emacs 22 and up.
4153
4154 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4155
4156         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4157
4158         * message.el (message-send-mail-function): Fix error convention.
4159         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4160         (message-widen-reply, message-send-mail, message-talkative-question)
4161         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4162         (message-clone-locals, message-send-news): Use with-current-buffer.
4163         (message-insert-or-toggle-importance): Remove unused var `valid'.
4164         (message-make-references): Remove unused var `new-references'.
4165         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4166
4167 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4168
4169         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4170         (spam-split-symbolic-return-positive): Reflow docstring.
4171         (spam-backends, spam-summary-exit-behavior)
4172         (spam-mark-ham-unread-before-move-from-spam-group)
4173         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4174         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4175         (spam-clear-cache, spam-backend-check, spam-install-backend)
4176         (spam-install-statistical-backend, spam-list-of-processors)
4177         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4178         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4179         (spam-check-crm114, spam-initialize, spam-unload-hook):
4180         Fix typos in docstrings.
4181
4182 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4185         been checked if they have never been read and those group levels are
4186         higher than the one that a user specified.
4187
4188 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4191         foreign groups unless a group level is specified by a user.
4192         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4193
4194 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4195
4196         * message.el (message-send-mail-function): Require sendmail.
4197
4198 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * message.el (message-send-mail-function): Check for smtpmail too.
4201
4202         * utf7.el (utf7-encode, utf7-decode): Use coding system
4203         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4204
4205         * message.el (message-send-mail-function): New function.
4206         (message-send-mail-function): Set default using
4207         message-send-mail-function.  Adjust doc string.
4208         (message-send-mail-with-mailclient): New function.
4209
4210 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4211
4212         * smime.el (from):
4213         * rfc2047.el (message-posting-charset):
4214         * qp.el (mm-use-ultra-safe-encoding):
4215         * pop3.el (parse-time-months):
4216         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4217         * nnml.el (files):
4218         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4219         (jka-compr-compression-info-list, ange-ftp-path-format)
4220         (efs-path-regexp):
4221         * nndiary.el (files):
4222         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4223         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4224         (epg-digest-algorithm-alist, inhibit-redisplay)
4225         (password-cache-expiry):
4226         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4227         (pgg-output-buffer, password-cache-expiry):
4228         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4229         (efs-path-regexp):
4230         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4231         (inhibit-redisplay):
4232         * mm-uu.el (file-name, start-point, end-point, entry)
4233         (gnus-newsgroup-name, gnus-newsgroup-charset):
4234         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4235         (latin-unity-ucs-list):
4236         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4237         (mm-uu-binhex-decode-function):
4238         * message.el (gnus-message-group-art, gnus-list-identifiers)
4239         (rmail-enable-mime-composing, gnus-local-organization)
4240         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4241         (gnus-read-active-file, facemenu-add-face-function)
4242         (facemenu-remove-face-function, gnus-article-decoded-p)
4243         (tool-bar-mode):
4244         * mail-source.el (display-time-mail-function):
4245         * gnus-util.el (nnmail-pathname-coding-system)
4246         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4247         (gnus-original-article-buffer, gnus-user-agent)
4248         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4249         (xemacs-codename, sxemacs-codename, emacs-program-version):
4250         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4251         * gnus-start.el (gnus-agent-covered-methods)
4252         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4253         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4254         (gnus-newsgroup-headers, gnus-group-list-mode)
4255         (gnus-group-mark-positions, gnus-newsgroup-data)
4256         (gnus-newsgroup-unreads, nnoo-state-alist)
4257         (gnus-current-select-method, mail-sources)
4258         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4259         (nnmail-spool-file, gnus-cache-active-hashtb):
4260         * gnus-mh.el (mh-lib-progs):
4261         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4262         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4263         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4264         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4265         (gnus-group-buffer):
4266         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4267         (font-lock-set-defaults):
4268         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4269         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4270         (gnus-summary-post-menu, total-parts, type, condition, length):
4271         * gnus-agent.el (gnus-agent-read-agentview):
4272         * flow-fill.el (show-trailing-whitespace):
4273         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4274         eval-and-compile wrappers for byte compiler pacifiers.
4275
4276         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4277         (mm-display-inline-fontify): Check for featurep 'xemacs not
4278         extent-list.
4279
4280         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4281         itimer-list.
4282         (mm-create-image-xemacs): Only do something for XEmacs.
4283         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4284
4285         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4286
4287         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4288         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4289
4290 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4291
4292         * nnimap.el (nnimap-split-download-body):
4293         * gnus-demon.el (gnus-demon):
4294         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4295
4296 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4299         macros.
4300         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4301         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4302         copy data from unibyte buffer to multibyte current buffer.
4303         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4304         to copy data from unibyte current buffer to multibyte buffer.
4305         (nntp-make-process-buffer): Make process buffer unibyte.
4306
4307         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4308
4309 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4310
4311         * pop3.el (pop3-open-server): Accept and process data more robustly at
4312         connexion start to avoid spurious "POP SSL connexion failed" errors.
4313
4314 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4317         read group names.
4318
4319 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4322
4323 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4326         (nnmail-save-active): Use a unibyte buffer when saving active file,
4327         which may contain non-ASCII group names.
4328
4329         * nnml.el (nnml-request-group): Decode group names in messages.
4330
4331 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * message.el (message-citation-line-function)
4334         (message-insert-formatted-citation-line): Fix spelling of
4335         `message-insert-formated-citation-line'.
4336
4337 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4340
4341 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4344         nnmail-pathname-coding-system.
4345
4346         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4347         that a user enters; decode group names in messages.
4348
4349         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4350
4351 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4354
4355         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4356
4357         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4358         risky local variable.
4359
4360         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4361
4362 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * encrypt.el: Improve documentation to fix function name typo.
4365         Reported by Daiki Ueno <ueno@unixuser.org>.
4366
4367 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4370         even if the point is not in the last page of an article.
4371         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4372         back to the previous page.
4373
4374 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4377
4378 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4381
4382 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4383
4384         * message.el (message-check-news-body-syntax): Avoid
4385         mm-string-as-multibyte.
4386         (message-hide-headers): Don't assume (point-min)==1.
4387
4388 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * message.el (message-remove-blank-cited-lines): Fix if remove is
4391         given.
4392         (message-bogus-address-regexp): New variable.
4393         (message-bogus-recipient-p): New function.
4394         (message-check-recipients): New command.
4395         (message-syntax-checks): Add `bogus-recipient'.
4396         (message-fix-before-sending): Add `bogus-recipient'.
4397
4398         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4399         (gnus-treat-body-boundary): Don't test window-system.
4400
4401 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4402
4403         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4404
4405 2007-10-28  Miles Bader  <miles@gnu.org>
4406
4407         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4408         at compile-time too.
4409
4410 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * gnus-msg.el (gnus-message-setup-hook): Add
4413         `message-remove-blank-cited-lines' to options.
4414
4415 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * message.el (message-remove-blank-cited-lines): New function.
4418         Suggested by Karl Plästerer.
4419
4420 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4423         mapc.
4424
4425         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4426         (top-level): Use mapc to set functions to be traced for debugging.
4427
4428         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4429         called for effect with while loop.
4430
4431         * message.el (message-talkative-question): Replace mapcar called for
4432         effect with mapc.
4433
4434         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4435         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4436         called for effect with dolist.
4437
4438         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4439
4440         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4441         gnus-extra-headers and nnmail-extra-headers.
4442
4443         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4444         called for effect with dolist.
4445         (top-level): Use mapc to set functions to be traced for debugging.
4446
4447         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4448         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4449         dolist.
4450
4451         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4452         Replace mapcar called for effect with mapc.
4453         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4454         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4455         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4456         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4457
4458         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4459         remove-if that's a cl function.
4460
4461         * webmail.el (webmail-debug): Replace mapcar called for effect with
4462         dolist.
4463
4464         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4465         with mapc.
4466
4467 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4470         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4471         with while loop.
4472
4473         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4474         functions from article-* functions.
4475         (gnus-multi-decode-header): Replace mapcar called for effect with
4476         dolist.
4477
4478         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4479         (gnus-bookmark-show-details): Replace mapcar called for effect with
4480         while loop.
4481
4482         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4483         called for effect with while loop.
4484
4485         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4486         with dolist.
4487
4488         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4489         mapcar called for effect with dolist.
4490
4491         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4492
4493         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4494         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4495         Replace mapcar called for effect with dolist.
4496         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4497         mapc.
4498
4499         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4500         Replace mapcar called for effect with dolist.
4501         (gnus-topic-list): Replace mapcar called for effect with mapc.
4502
4503         * gnus.el: Use mapc instead of mapcar to add autoloads.
4504
4505 2007-10-23  Richard Stallman  <rms@gnu.org>
4506
4507         * gnus-group.el (gnus-group-highlight): Mark as risky.
4508
4509 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus.el (gnus-server-to-method): Return method found first in
4512         gnus-newsrc-alist.
4513
4514         * gnus-art.el (gnus-article-highlight-signature)
4515         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4516         button overlay without the front stickiness.
4517
4518 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4519
4520         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4521         overview buffer needed a catch to receive its throw.
4522         (gnus-agent-flush-cache): Declared as interactive to make this function
4523         easier to use.
4524
4525 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4528         `next-line'.
4529
4530 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4533         exclude address matching message-dont-reply-to-names.
4534
4535 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-util.el (gnus-string<): New function.
4538
4539         * gnus-sum.el (gnus-article-sort-by-author)
4540         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4541
4542 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4545         the frame-focus tag is set in gnus-buffer-configuration.
4546
4547 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4550         the front stickiness.
4551
4552 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4555         url pattern; remove duplicate one.
4556         (gnus-article-extend-url-button): New function.
4557         (gnus-article-add-buttons): Use it.
4558         (gnus-button-push): Use concatenated url that it makes.
4559
4560 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4561
4562         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4563
4564 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4565
4566         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4567         Don't hardcode point-min==1.
4568
4569 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4572         Fix comment about "iso8859-1".
4573
4574 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4575
4576         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4577         ones returned from the verify-function.
4578
4579         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4580         mml2015-extract-cleartext-signature if extraction failed.
4581
4582 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4583
4584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4585         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4586         failed.
4587
4588 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4589
4590         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4591
4592 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4595         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4596         recommends to use EasyPG instead of PGG.
4597
4598         * pgg.el: Revert to revision 6.23.2.16.
4599
4600         * pgg-def.el: Revert to revision 6.6.2.14.
4601
4602         * pgg-gpg.el: Revert to revision 6.23.2.34.
4603
4604 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4605
4606         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4607         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4608         thread for both the null and zero (kill/expire thread) universal prefix
4609         cases.
4610         (gnus-summary-expire-thread): Add new function to expire a thread,
4611         using gnus-summary-kill-thread.
4612         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4613         shortcuts for gnus-summary-expire-thread.
4614         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4615         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4616
4617 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4618
4619         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4620         extras value, so an extras entry can be deleted.
4621         (gnus-registry-delete-extra-entry): Use it.
4622         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4623         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4624         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4625         storage through the gnus-registry, and provide an appropriate API for
4626         it.
4627
4628 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4631         Suggested by Leo <sdl.web@gmail.com>.
4632
4633         * gnus.el: Do.
4634
4635 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4638         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4639
4640         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4641
4642         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4643         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4644
4645 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4648         newline.
4649         (nnmbox-request-accept-article): Don't change article in source buffer;
4650         narrow to header to use message-fetch-field rather than
4651         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4652         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4653         as delimiters; make sure article ends with newline.
4654         (nnmbox-delete-mail): Correct last position of article to be deleted;
4655         ignore X-Gnus-Newsgroup header in article body.
4656         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4657         positions; make sure article ends with newline.
4658
4659         * message.el (message-display-abbrev): Don't infloop when a user
4660         inserts SPC in the beginning of header.
4661
4662         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4663         coding-system-for-read and coding-system-for-write for XEmacs having no
4664         file-coding feature.
4665
4666         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4667
4668 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4669
4670         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4671         list of groups not followed by default.  Fix type to be regexp.
4672         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4673
4674 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4675
4676         * hmac-def.el (define-hmac-function): Switch from old-style to
4677         new-style backquotes.
4678
4679         * md4.el (md4-make-step): Likewise.
4680
4681 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4684         raw-text coding system when saving .newsrc file, which may contain
4685         non-ASCII group names.
4686
4687 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * gnus-cus.el (gnus-score-extra): New widget.
4690         (gnus-score-extra-convert): New function.
4691         (gnus-score-customize): Use it for Extra.
4692
4693 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4694
4695         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4696         (mml2015-mailcrypt-clear-verify): Use it.
4697         (mml2015-gpg-clear-verify): Use it.
4698         (mml2015-pgg-clear-verify): Use it.
4699         (mml2015-epg-clear-verify): Replace the current part with the output
4700         from GnuPG; don't extract the plaintext by itself.
4701
4702         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4703         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4704         mml2015-clear-verify-function; don't touch the armor headers or
4705         dash-escaped text here.
4706
4707 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4710         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4711         parts, or application/octet-stream as a last resort.
4712         (gnus-mime-view-part-as-type): Don't toggle display.
4713         (gnus-mime-view-part-as-charset): Don't turn off display before
4714         querying charset.
4715
4716         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4717         stuff to undisplayer function in Emacs.
4718         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4719
4720         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4721         text/calendar parts.
4722
4723 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4726         decoding text/calendar parts.
4727
4728         * message.el (message-forward-make-body-mime): Always mark body as
4729         having no illegible text; remove signed-or-encrypted argument.
4730         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4731
4732         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4733         (mml-generate-mime-1): Don't encode body if it is specified to be in
4734         raw form; don't make buffer be unibyte when inserting multibyte string.
4735
4736 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4737
4738         * sha1.el: Fix up comment style.
4739         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4740         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4741
4742         * hex-util.el: Fix up comment style.
4743         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4744
4745         * gnus-salt.el: Use with-current-buffer.
4746         (gnus-pick-setup-message): Fix long-standing typo.
4747
4748 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * imap.el (imap-logout-timeout): New variable.
4751         (imap-logout, imap-logout-wait): New functions.
4752         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4753
4754         * nnimap.el (nnimap-logout-timeout): New server variable.
4755         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4756         nnimap-logout-timeout.
4757
4758         * gnus-art.el (gnus-article-summary-command-nosave)
4759         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4760
4761 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus.el (gnus-maximum-newsgroup): New variable.
4764
4765         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4766         according to gnus-maximum-newsgroup.
4767
4768         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4769         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4770         Limit the range of articles according to gnus-maximum-newsgroup.
4771
4772 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4773
4774         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4775         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4776         Don't perform gnus-configure-windows here; reuse existing sticky
4777         article buffer.
4778
4779         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4780         it doesn't exist in gnus-article-mode.
4781
4782 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4785         (gnus-agent-decoded-group-name): New function.
4786         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4787         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4788
4789 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4790
4791         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4792         Add binding for gnus-sticky-article.
4793         (gnus-summary-exit): Don't kill sticky article buffers.
4794
4795         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4796         article buffer.
4797         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4798         (gnus-kill-sticky-article-buffers): New commands.
4799
4800 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * nntp.el (nntp-xref-number-is-evil): New server variable.
4803         (nntp-find-group-and-number): If it is non-nil, don't trust article
4804         numbers in the Xref header.
4805
4806 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-agent.el (gnus-agent-read-group): New function.
4809         (gnus-agent-flush-group, gnus-agent-expire-group)
4810         (gnus-agent-regenerate-group): Use it.
4811         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4812         nnmail-pathname-coding-system.
4813
4814 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4817
4818         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4819         that are unread as unread, and also as selected so that information of
4820         marks having been changed by a user may be updated when exiting group.
4821
4822 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4825         calculated ignoring signature parts to gnus-treat-article.
4826
4827 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4830         a point here in order to keep the window start.
4831         (gnus-insert-mime-security-button): Make a button overlay without the
4832         front stickiness.
4833         (gnus-mime-display-security): Goto the end of a button.
4834
4835         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4836
4837 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4840         group-name-at-point.
4841         (gnus-group-completing-read): New function that offers decoded
4842         non-ASCII group names for completion.
4843         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4844         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4845         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4846         (gnus-group-fetch-control): Use it.
4847         (gnus-fetch-group): Use group-name-at-point for the initial value
4848         rather than the default value; use gnus-alive-p.
4849
4850         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4851         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4852         (gnus-summary-post-news): Use gnus-group-completing-read.
4853
4854         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4855         (gnus-read-move-group-name): Decode group name for completion.
4856
4857 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4860         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4861         Yamaoka slightly modified the code).
4862
4863 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4866         (nnmail-split-incoming): Bind it.
4867
4868         * nnml.el (nnml-group-name-charset): New function.
4869         (nnml-decoded-group-name): Use it; don't decode group name if
4870         nnmail-group-names-not-encoded-p is non-nil.
4871         (nnml-encoded-group-name): New function.
4872         (nnml-group-pathname): Inline nnml-decoded-group-name.
4873         (nnml-request-expire-articles): Decode group name in message.
4874         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4875         nnmail-pathname-coding-system.
4876         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4877         not decoded ones according to nnmail-group-names-not-encoded-p.
4878         (nnml-generate-active-info): Use nnml-encoded-group-name.
4879
4880 2007-08-08  Glenn Morris  <rgm@gnu.org>
4881
4882         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4883         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4884         doc-strings and comments.
4885
4886 2007-07-25  Glenn Morris  <rgm@gnu.org>
4887
4888         * Relicense all FSF files to GPLv3 or later.
4889
4890 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-sum.el (gnus-summary-move-article): Make
4893         gnus-summary-respool-article work.
4894
4895 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4898         string.
4899
4900 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4901
4902         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4903         that should be ignored when comparing distant RSS articles with local
4904         ones.
4905         (nnrss-make-hash-index): New function.  Create a hash index according
4906         to the ignored fields.
4907         (nnrss-check-group): Use it.
4908
4909 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4912
4913         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4914
4915         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4916         the new optional argument ENCODED is non-nil.
4917         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4918         coding system for encoding group name.
4919         (gnus-group-make-rss-group): Pass un-encoded group name to
4920         gnus-group-make-group.
4921         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4922         encoded.
4923
4924         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4925         Encode group name to which articles are moved or copied.
4926         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4927         coding system for encoding Newsgroup, Followup-To and Xref headers.
4928
4929         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4930         marks; use nnheader-file-coding-system to write a file.
4931         (nnagent-retrieve-headers): Bind file-name-coding-system to
4932         nnmail-pathname-coding-system.
4933
4934         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4935
4936         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4937         (nnml-request-article, nnml-request-create-group)
4938         (nnml-request-rename-group, nnml-find-id)
4939         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4940         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4941         (nnml-save-marks): Use nnml-group-pathname instead of
4942         nnmail-group-pathname.
4943
4944         (nnml-request-create-group, nnml-request-expire-articles)
4945         (nnml-request-move-article, nnml-request-delete-group)
4946         (nnml-deletable-article-p, nnml-possibly-create-directory)
4947         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4948         (nnml-open-marks): Bind file-name-coding-system to
4949         nnmail-pathname-coding-system.
4950
4951         (nnml-request-article): Pass server argument to nnml-find-group-number.
4952         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4953         server argument to nnml-possibly-create-directory.
4954         (nnml-request-accept-article): Pass server argument to
4955         nnml-active-number and nnml-save-mail.
4956         (nnml-find-group-number): Pass server argument to nnml-find-id.
4957         (nnml-request-update-info): Pass server argument to
4958         nnml-marks-changed-p.
4959
4960         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4961         (nnml-save-mail, nnml-active-number): Add server argument.
4962
4963         (nnml-request-delete-group): Warn if group is missing.
4964         (nnml-get-nov-buffer): Decode group name.
4965         (nnml-generate-active-info): Encode group name.
4966         (nnml-open-marks): Decode group name in messages.
4967
4968 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4971         if it is not specified.
4972         (gnus-article-pipe-part, gnus-article-save-part)
4973         (gnus-article-interactively-view-part, gnus-article-copy-part)
4974         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4975         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4976         (gnus-article-replace-part, gnus-article-delete-part)
4977         (gnus-article-view-part-as-type): Pass raw prefix argument to
4978         gnus-article-part-wrapper.
4979
4980 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-agent.el (gnus-agent-save-active): Bind
4983         nnheader-file-coding-system to gnus-agent-file-coding-system.
4984
4985         * gnus-cache.el (gnus-cache-save-buffers)
4986         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4987         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4988         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4989         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4990         (gnus-cache-generate-active, gnus-cache-rename-group)
4991         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4992         (gnus-cache-update-overview-total-fetched-for): Bind
4993         file-name-coding-system to nnmail-pathname-coding-system.
4994         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4995         variables.
4996         (gnus-cache-decoded-group-name): New function.
4997         (gnus-cache-file-name): Use it.
4998         (gnus-cache-generate-active): Use non-decoded group name for active.
4999
5000         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5001         right place.
5002         (gnus-write-active-file): Don't break non-ASCII group names.
5003
5004         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5005         nnmail-pathname-coding-system.
5006
5007         * lpath.el: Bind default-file-name-coding-system,
5008         file-name-coding-system and language-info-alist for XEmacs.
5009
5010         * gnus-uu.el (gnus-uu-decode-save): Typo.
5011
5012 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5015
5016 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5019         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5020         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5021         (gnus-agent-flush-group, gnus-agent-flush-cache)
5022         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5023         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5024         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5025         (gnus-agent-regenerate-group)
5026         (gnus-agent-update-files-total-fetched-for)
5027         (gnus-agent-update-view-total-fetched-for): Bind
5028         file-name-coding-system to nnmail-pathname-coding-system.
5029         (gnus-agent-group-pathname): Don't encode file names by
5030         nnmail-pathname-coding-system.
5031         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5032         coding-system-for-write instead of buffer-file-coding-system to
5033         gnus-agent-file-coding-system.
5034
5035         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5036         Decode group name.
5037
5038         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5039
5040         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5041         (gnus-read-newsrc-el-file): Make group names unibyte.
5042
5043         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5044         nnmail-pathname-coding-system.
5045
5046         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5047         (nnrss-request-delete-group): Bind file-name-coding-system to
5048         nnmail-pathname-coding-system.
5049         (nnrss-read-server-data, nnrss-read-group-data): Bind
5050         file-name-coding-system correctly.
5051         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5052
5053         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5054         (nntp-server-to-method-cache): New variable.
5055         (nntp-group-pathname): New function that decodes non-ASCII group names.
5056         (nntp-possibly-create-directory, nntp-marks-changed-p)
5057         (nntp-save-marks, nntp-open-marks): Use it.
5058         (nntp-possibly-create-directory, nntp-open-marks):
5059         Bind file-name-coding-system to nnmail-pathname-coding-system.
5060         (nntp-open-marks): Decode group names when bootstrapping marks.
5061
5062         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5063         Newsgroups and Folowup-To headers.
5064
5065 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5068         (gnus-server-closed-face, gnus-server-denied-face)
5069         (gnus-server-offline-face): Remove variable.
5070         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5071
5072         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5073         of modifying message-stack directly for XEmacs.
5074
5075         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5076         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5077         if the coding-system argument is nil for XEmacs.
5078
5079         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5080         mm-charset-override-alist.
5081
5082         * rfc2047.el: Don't require base64; require rfc2045 for the function
5083         rfc2045-encode-string.
5084         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5085         to quote the parameter value.
5086
5087 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5090         form in gnus-group-name-charset-method-alist.
5091
5092         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5093         overrides the default layout edit-form.
5094
5095         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5096
5097         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5098
5099 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5102         as unfetched articles.
5103
5104 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5107
5108 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5111         original back end that keeps marks in the local system.
5112
5113 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5116         arg of pop-to-buffer for XEmacs.
5117         (gnus-article-read-summary-keys): Ditto; don't restore window
5118         configuration if summary command ends up with neither article buffer
5119         nor summary buffer; describe bindings if summary keys end with C-h.
5120
5121 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * message.el (message-fix-before-sending): Skip raw message part to be
5124         forwarded while checking illegible text.
5125         (message-forward-make-body-mime, message-forward-make-body): Mark
5126         signed or encrypted raw message as having no illegible text.
5127
5128 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5131         (gnus-message-with-timestamp-1): New macro.
5132         (gnus-message-with-timestamp): New function.
5133         (gnus-message): Use them.
5134
5135         * nnheader.el (nnheader-message): Use them.
5136
5137 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5138
5139         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5140         .newsrc.eld file.
5141
5142 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-agent.el (gnus-agent-fetch-headers)
5145         (gnus-agent-retrieve-headers): Bind
5146         gnus-decode-encoded-address-function to identity.
5147
5148         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5149         available also when the server returns simply a dot.
5150
5151         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5152
5153 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5156
5157 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-ems.el (gnus-x-splash): Make it work.
5160
5161         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5162         from being used.
5163
5164         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5165
5166 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5169         4th and the 5th arguments.
5170
5171         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5172         the front stickiness.
5173         (gnus-article-summary-command-nosave): Correct the order of the
5174         arguments passed to pop-to-buffer.
5175         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5176         summary command ends up with the article buffer.
5177
5178         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5179         the same faces.
5180
5181 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5182
5183         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5184
5185 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5186
5187         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5188         * gnus-sum.el (gnus-summary-highlight):
5189         * pgg.el (pgg-sign-region, pgg-sign):
5190         * mail-source.el (mail-source-delete-old-incoming-confirm):
5191         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5192
5193 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-art.el (gnus-mime-view-part-externally)
5196         (gnus-mime-view-part-internally): Fix predicate function passed to
5197         completing-read.
5198
5199         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5200
5201         * gnus.el (gnus-update-message-archive-method): Add :version.
5202
5203 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus.el (gnus-update-message-archive-method): New variable.
5206
5207         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5208         according to gnus-message-archive-method if
5209         gnus-update-message-archive-method is non-nil.
5210
5211 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5214         by Loic Dachary <loic@dachary.org>.
5215         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5216
5217 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * message.el (message-pop-to-buffer): Add switch-function argument.
5220         (message-mail): Pass switch-function argument to it.
5221
5222 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5225         Improve doc string.
5226
5227 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5230         (gnus-header-content)
5231         * gnus-cite.el (gnus-cite-10)
5232         * gnus-srvr.el (gnus-server-closed)
5233         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5234         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5235         (gnus-group-mail-3-empty, gnus-group-mail-low)
5236         (gnus-group-mail-low-empty, gnus-splash)
5237         * message.el (message-header-to, message-header-cc)
5238         (message-header-subject, message-header-other, message-header-name)
5239         (message-header-xheader, message-separator, message-cited-text)
5240         (message-mml): Lighten colors of faces used for dark background.
5241
5242 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5243
5244         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5245         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5246
5247 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * message.el (message-narrow-to-headers-or-head):
5250         Ignore mail-header-separator in the body.
5251
5252 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5255         same as window size.
5256
5257 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5258
5259         * message.el (message-font-lock-keywords): Use message-header-xheader
5260         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5261         ahead of the anything pattern, to get it recognised.
5262
5263 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5266         spam.el loads uses it in the compiled defadvice form.
5267
5268 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5269
5270         * gnus-sum.el (gnus-articles-to-read)
5271         (gnus-summary-insert-old-articles): Don't truncate group name for
5272         `read-string'.
5273
5274         * gnus-util.el (gnus-limit-string): Delete this function.
5275
5276         * gnus-sum.el (gnus-simplify-subject-fully): Use
5277         `truncate-string-to-width' instead.
5278
5279 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5280
5281         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5282         if, on summary exit, the next group has to be selected.
5283         (gnus-summary-exit): Use it.
5284
5285 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5288         non-break space.
5289
5290 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5293         Check if group is not a directory.
5294         (nnfolder-request-expire-articles): Don't delete articles if the target
5295         group is not available.
5296
5297         * nnml.el (nnml-request-create-group): Properly check if group is not a
5298         file.
5299         (nnml-request-expire-articles): Don't delete articles if the target
5300         group is not available.
5301
5302         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5303         Don't quote characters that are within parentheses.
5304
5305 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5308         (gnus-handle-ephemeral-exit): Select article according to it.
5309
5310 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * message.el (message-insert-formated-citation-line): Remove newline.
5313         (message-citation-line-format): Add final \n here so that the user can
5314         avoid a blank line.
5315
5316 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5317
5318         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5319         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5320         Update lanl/arXiv support.
5321
5322 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * gnus.el: Bump version number.
5325
5326 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus.el (gnus-version-number): Bump version.
5329
5330 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5331
5332         * gnus.el: No Gnus v0.6 is released.
5333
5334 2007-04-27  Didier Verna  <didier@xemacs.org>
5335
5336         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5337         * gmm-utils.el (gmm-regexp-concat): here.
5338         * message.el: Don't require 'gnus-util.
5339         (message-dont-reply-to-names): Handle name change above.
5340         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5341
5342 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5345         since the initial value varies according to the system.
5346
5347 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5350
5351 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5352
5353         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5354
5355 2007-04-24  Didier Verna  <didier@xemacs.org>
5356
5357         Improve the type of gnus-ignored-from-addresses.
5358         * gnus-util.el (gnus-orify-regexp): New function.
5359         * message.el (gnus-util): Require it.
5360         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5361         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5362         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5363
5364 2007-04-24  Didier Verna  <didier@xemacs.org>
5365
5366         * gnus-sum.el:
5367         * gnus-utils.el: Fix some trailing whitespaces.
5368
5369 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5372         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5373         article's Message-ID; refer parent article in summary buffer.
5374
5375         * message.el (message-bounce): Call mime-to-mml.
5376
5377         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5378         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5379         optimize and/or forms properly.
5380
5381 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5384         URL.
5385
5386 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5389
5390 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5393         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5394         displayed of multipart/alternative part if it is invoked from summary
5395         buffer.
5396
5397         * mm-view.el (mm-inline-text-html-render-with-w3m)
5398         (mm-inline-text-html-render-with-w3m-standalone)
5399         (mm-inline-render-with-function): Use mail-parse-charset by default.
5400
5401 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5402
5403         * parse-time.el (parse-time-string-chars): Check if CHAR
5404         is less than the length of parse-time-syntax.
5405
5406 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5409         from gnus-newsgroup-processable.
5410
5411 2007-04-16  Didier Verna  <didier@xemacs.org>
5412
5413         * gnus-msg.el (gnus-configure-posting-styles): Handle
5414         message-signature-directory properly with :file syntax.  Reported by
5415         "Leo".
5416
5417 2007-04-11  Didier Verna  <didier@xemacs.org>
5418
5419         New user option: message-signature-directory.
5420         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5421         * message.el (message-insert-signature): Ditto.
5422         * message.el (message-signature-file): Doc update.
5423         * message.el (message-signature-directory): New.
5424
5425 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-msg.el (gnus-inews-yank-articles): Use
5428         message-exchange-point-and-mark instead of exchange-point-and-mark.
5429
5430 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * message.el (message-yank-original): Make sure cited text ends with
5433         newline; don't exchange point and mark.
5434
5435 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5436
5437         * tls.el (open-tls-stream): Properly handle case where there
5438         is no associated buffer.
5439
5440 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5441
5442         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5443         message-yank-original, make sure (< mark TEXT point).
5444
5445 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * message.el (message-fill-column): New variable.
5448         (message-mode): Use it.  Add comment on a possible new hook.
5449
5450         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5451         (nnmail-get-new-mail): Reformat.
5452
5453         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5454
5455         * gmm-utils.el: Fix Commentary.
5456         (gmm-tool-bar-from-list): Fix typo in doc string.
5457
5458 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5459
5460         * message.el (message-yank-original): Don't switch point and mark
5461         unnecessarily to put point and mark as documented.
5462
5463 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5466         from the message heads.
5467
5468 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5469
5470         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5471         article buffer does not have a window.  This may not be the best
5472         solution but is certainly better than setting the start of the null,
5473         that is the current, window.
5474
5475 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5478         (gnus-draft-setup): Run it.
5479
5480         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5481         gnus-score-fast-scoring.  Allow regexp.
5482         (gnus-score-headers): Use it.
5483
5484         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5485         XEmacs.
5486
5487         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5488         string.
5489         (gnus-button-alist): Also catch `<f1> k ...'.
5490         (gnus-treat-display-x-face): Fix doc string.
5491
5492 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5493
5494         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5495         evaluation of gnus-extended-version to ensure correct generation of the
5496         User-Agent header when message-generate-headers-first is used.
5497
5498 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5499
5500         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5501         hashcash-path is nil.  Don't call callback with incorrect number of
5502         parameters if val is 0.
5503
5504 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5505
5506         * message.el (message-required-news-headers):
5507         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5508
5509 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5510
5511         * tls.el (open-tls-stream): In handshake-waiting loop,
5512         don't wait more if there is output available to process.
5513
5514 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5515
5516         * tls.el (tls-program): Doc fix.
5517
5518 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * message.el (message-generate-new-buffers): Change the meaning of the
5521         nil value; add `standard' to the choices; treat t as `unique'; improve
5522         doc string.
5523         (gnus-select-frame-set-input-focus): Autoload.
5524         (message-buffer-name): Search for the existing message buffer if
5525         message-generate-new-buffers is nil or `standard'; treat the value t of
5526         message-generate-new-buffers as `unique'.
5527         (message-pop-to-buffer): Raise the frame already displaying the message
5528         buffer; clear the echo area after querying.
5529         (message-setup): Pass the `continue' argument to compose-mail.
5530         (message-mail): Prefer `switch-function' if it is given; search for the
5531         existing message buffer if the `continue' argument is non-nil; pass
5532         continue and switch-function arguments to compose-mail by way of
5533         message-setup.
5534         (message-mail-other-window): Adjust argument of message-setup.
5535         (message-mail-other-frame): Ditto.
5536
5537 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5540         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5541         to turn font-lock on when turning gnus-message-citation-mode on.
5542
5543 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5544
5545         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5546         (mml-smime-function-alist): New variable; add epg as the backend.
5547         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5548         mml-smime- functions instead.
5549         * mm-view.el: Require smime.
5550
5551 2007-03-05  Didier Verna  <didier@xemacs.org>
5552
5553         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5554         instead of just inheritance for posting styles.
5555         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5556
5557 2007-02-24  Chris Moore  <dooglus@gmail.com>
5558
5559         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5560         * pgg-pgp.el (pgg-pgp-encrypt-region):
5561         * pgg-gpg.el (pgg-gpg-encrypt-region):
5562         Check pgg-encrypt-for-me if no other recipients.
5563
5564 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5565
5566         * tls.el (tls-certtool-program): Fix custom type.
5567
5568 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5571         and point-at-eol instead of line-(beginning|end)-position.
5572
5573         * assistant.el (assistant-parse-buffer): Ditto.
5574
5575         * netrc.el (netrc-parse-services): Ditto.
5576
5577 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5578
5579         * mml2015.el (mml2015-epg-find-usable-key): New function.
5580         (mml2015-epg-sign): Use it.
5581         (mml2015-epg-encrypt): Use it.
5582
5583 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * message.el (message-make-in-reply-to): Quote name containing
5586         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5587         if there are special characters.  Reported by NAKAJI Hiroyuki
5588         <nakaji@jp.freebsd.org>.
5589
5590 2007-02-27  Didier Verna  <didier@xemacs.org>
5591
5592         Include the group parameters as well as the topic ones in the
5593         inheritance filter process.
5594         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5595         argument GROUP-PARAMS-LIST.
5596         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5597
5598 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * nntp.el (nntp-never-echoes-commands)
5601         (nntp-open-connection-functions-never-echo-commands): New variables.
5602         (nntp-send-command): Use them.
5603
5604 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5605
5606         * mml2015.el (mml2015-epg-verify): Simplified.
5607
5608 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * mml.el (mml-content-disposition-alist): New user option.
5611         (mml-content-disposition): New function.
5612         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5613         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5614
5615 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5616
5617         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5618         verification.
5619
5620 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5621
5622         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5623         articles posted in the last 24 hours.
5624
5625 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5626
5627         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5628
5629 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5630
5631         * nntp.el (nntp-send-command): Don't wait for echoes when
5632         nntp-open-ssl-stream is used.
5633
5634 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5637         (gnus-message-add-citation-keywords)
5638         (gnus-message-remove-citation-keywords): Remove.
5639         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5640         directly, make the variables in font-lock-defaults buffer-local, add
5641         gnus-message-citation-keywords to them and then update the value of
5642         font-lock-keywords.
5643
5644 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * message.el (message-cite-original-1): Don't call
5647         gnus-article-highlight-citation.
5648
5649         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5650         citations; fix line count.
5651
5652 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5655         (gnus-message-add-citation-keywords)
5656         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5657         versions of font-lock-add-keywords and font-lock-remove-keywords to
5658         work with XEmacs correctly.
5659
5660 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-cite.el (gnus-cite-face-list): Set the values of
5663         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5664         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5665         (gnus-message-cite-prefix-regexp): New variable.
5666         (gnus-message-search-citation-line): Use it; protect against long
5667         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5668         the 0th match data for Emacs.
5669         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5670         (gnus-message-add-citation-keywords): Append keywords rather than
5671         prepending; emulate font-lock-add-keywords if it is not available.
5672         (gnus-message-remove-citation-keywords): Emulate
5673         font-lock-remove-keywords if it is not available.
5674
5675         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5676
5677         * message.el (message-cite-prefix-regexp): Set the value of
5678         gnus-message-cite-prefix-regexp.
5679
5680 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5681
5682         * nnweb.el (nnweb-google-parse-1): Update parser.
5683
5684 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5685
5686         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5687
5688 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5689
5690         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5691         regexp.
5692
5693 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5696         string-to-multibyte.
5697         (uudecode-decode-region-internal): Use it.
5698
5699         * lpath.el: Fbind string-as-multibyte for XEmacs.
5700
5701 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5704         custom choice.
5705
5706         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5707
5708 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5709
5710         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5711
5712         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5713         `write-region' to respect `mm-inhibit-file-name-handlers'.
5714
5715 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5718         Use gnus-home-directory instead of "~/" or "$HOME".
5719
5720 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5723         to mention filename.
5724         Add comments at beginning regarding usage.
5725         (encrypt-write-file-contents): Change interactive so a string is
5726         acceptable.  If the file has no associated model, show an error instead
5727         of a nonsense prompt.
5728
5729 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5730
5731         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5732         Thanks to Yoshihiko Yamada for kind notification of this typo.
5733
5734 2007-01-12  Kenichi Handa  <handa@m17n.org>
5735
5736         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5737         multibyte buffer.
5738
5739 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * gnus-score.el (gnus-score-fast-scoring): New variable.
5742         (gnus-score-headers): Use it.
5743
5744         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5745
5746         * message.el (message-cite-original-1): Call
5747         gnus-article-highlight-citation if requested.
5748         (message-make-from): Allow name and address as optional arguments.
5749
5750         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5751
5752         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5753         bugs to doc string.
5754         (gnus-button-alist): Add mid\\|message-id.
5755         (gnus-button-fetch-group): Extend for use in
5756         `browse-url-browser-function'.
5757         (gnus-button-url-regexp): Try to catch paired parentheses like in
5758         Wikipedia URLs.
5759
5760         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5761         Suggested by Simon Krahnke <overlord@gmx.li>.
5762
5763 2007-01-13  Romain Francoise  <romain@orebokech.com>
5764
5765         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5766         Update copyright.
5767
5768 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5769
5770         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5771
5772 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * gnus-registry.el (gnus-registry-unfollowed-groups)
5775         (gnus-registry-split-fancy-with-parent): Fix documentation.
5776
5777 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5780         from nnweb groups.
5781
5782 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5785         Xref urls.  Erase buffer before requesting head.
5786
5787 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5790         customizable.
5791
5792 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5793
5794         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5795         no signing key is found.
5796         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5797         no encrypting and/or signing key is found.
5798
5799 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5802
5803 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5804
5805         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5806         headers read from disk with the ones newly found in the current search.
5807         This should no longer cause problems, because the article numbers in
5808         Gmane's `nov.php' output are ignored since the previous change.
5809
5810 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5811
5812         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5813
5814 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5817         replace-regexp-in-string; bind url-version; fbind display-images-p and
5818         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5819         find-face and set-itimer-function for Emacs; bind itimer-list for
5820         Emacs.
5821
5822         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5823
5824 2007-01-01  Romain Francoise  <romain@orebokech.com>
5825
5826         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5827
5828 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5829
5830         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5831         `define-minor-mode' macro definition expanded properly.
5832         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5833         exclude it there.
5834
5835         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5836         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5837         `fboundp' test.
5838         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5839         This is OK to autoload in (S)XEmacs now.
5840
5841 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5844         keystroke.
5845         (gnus-summary-limit-to-singletons): Fix typo.
5846
5847         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5848         else fails.
5849
5850 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5851
5852         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5853         docstring.
5854
5855         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5856         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5857         (gnus-summary-insert-dormant-articles): Fix typo in message.
5858
5859 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5862         nil for XEmacs.
5863         (gnus-message-citation-mode): Don't autoload in XEmacs.
5864
5865         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5866
5867 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5868
5869         * nnimap.el (nnimap-expunge-search-string): Mention
5870         nnimap-search-uids-not-since-is-evil in docstring.
5871
5872 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * spam.el: Revert to make-obsolete-variable because
5875         define-obsolete-variable-alias is not supported in Emacs 21.
5876
5877         * spam.el (spam-ifile-path, spam-ifile-database-path)
5878         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5879         make-obsolete-variable.
5880         (spam-bsfilter-path, spam-bsfilter-program)
5881         (spam-spamassassin-path, spam-spamassassin-program)
5882         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5883         use "path" inappropriately.
5884         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5885         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5886         variable names.
5887
5888 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5889
5890         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5891         summary buffer.
5892
5893         * password.el (password-cache-remove): Use clear-string to burn
5894         password, if available.
5895
5896 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5899
5900         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5901
5902         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5903         (gnus-message-highlight-citation): Move defcustom here from
5904         gnus-cite.el.
5905         (gnus-message-citation-mode): Autoload.
5906
5907         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5908         checks to make it compile with XEmacs.
5909         (gnus-message-citation-mode): New minor mode.
5910         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5911         (gnus-message-highlight-citation): New variables.
5912         (gnus-message-search-citation-line)
5913         (gnus-message-add-citation-keywords)
5914         (gnus-message-remove-citation-keywords)
5915         (turn-on-gnus-message-citation-mode)
5916         (turn-off-gnus-message-citation-mode): New functions.
5917
5918 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5919
5920         * gnus-cite.el: Enable highlighting of different citation levels in
5921         message-mode.
5922
5923 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * message.el (message-make-fqdn): Fix comment.
5926         (message-bogus-system-names): Add ".local".
5927
5928         * spam.el (spam-ifile-path, spam-ifile-program)
5929         (spam-ifile-database-path, spam-ifile-database)
5930         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5931         Don't use "path" inappropriately.
5932         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5933         strings.
5934         (spam-check-ifile, spam-ifile-register-with-ifile)
5935         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5936         new variable names.
5937
5938         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5939         (gnus-treat-display-smileys): Simplify using
5940         gnus-image-type-available-p.
5941
5942         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5943         available.
5944
5945         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5946         `display-images-p' if available.
5947
5948 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5951         one after turning on the buffer's multibyteness instead of decoding
5952         them directly in the unibyte buffer that causes unexpected conversion
5953         in Emacs 23 (unicode).
5954
5955 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5956
5957         * message.el (message-generate-hashcash): Fix custom type.
5958
5959 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5962
5963 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5966         disconnect icons.  Add help text.
5967
5968 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5971         negated to be consistent with the others we handle.
5972
5973 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5976         version of gnus-summary-buffer to something, so that we can use two
5977         article buffers at the same time.
5978
5979 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5982         trigger all the extra headers.
5983         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5984         sorting.
5985
5986 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5987
5988         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5989         solid groups.
5990
5991 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5992
5993         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5994
5995 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * legacy-gnus-agent.el: Add Copyright notice.
5998
5999 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6000
6001         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6002
6003 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6006
6007         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6008         to make it work reliably in CVS Emacs.
6009         (gnus-summary-limit-strange-charsets-predicate)
6010         (gnus-summary-limit-to-predicate): New functions.
6011
6012 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6013
6014         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6015         specifying array size.
6016         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6017         array if it is too small.
6018         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6019         (gnus-sort-threads-loop): New function.
6020
6021 2006-12-06  Chris Moore  <dooglus@gmail.com>
6022
6023         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6024         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6025
6026 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6027
6028         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6029         options.
6030
6031 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6034         DOS-ing the recipient.
6035
6036         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6037         the headers when creating the mapping to avoid mismappings.
6038         (nnweb-gmane-create-mapping): Always nix out old mapping.
6039
6040 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6043         and mm-verify-option to never.
6044
6045 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * message.el (message-signed-or-encrypted-p): New function.
6048         (message-forward-make-body): Use it.
6049
6050         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6051         Replace encode-coding-string with mm-encode-coding-string.
6052
6053 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * nneething.el (nneething-decode-file-name): Replace
6056         decode-coding-string with mm-decode-coding-string.
6057
6058         * gnus-int.el (gnus-open-server): Say failed server's name.
6059
6060 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6061
6062         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6063         strings to a single string.  Quote `errors-file-name'.
6064         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6065         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6066         Adjust calls.  Use `shell-quote-argument'.
6067
6068 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6069
6070         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6071         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6072
6073         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6074         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6075         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6076         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6077         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6078         (gnus-subscribe-newsgroup, gnus-1):
6079         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6080         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6081         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6082         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6083
6084 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6087         keystroke.
6088         (gnus-summary-limit-to-bodies): Implement headersp.
6089
6090 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6091
6092         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6093
6094 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6097
6098 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * message.el (message-generate-hashcash): Expand range of values to
6101         include `opportunistic'.
6102         (message-send-mail): Use it.
6103
6104 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6105
6106         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6107         and comment it.
6108
6109         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6110
6111 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-util.el (gnus-extract-address-components): Improve comment.
6114
6115 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-util.el (gnus-extract-address-components): Work with address in
6118         which the name portion contains @.
6119
6120         * lpath.el: Fbind custom-autoload.
6121
6122 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus.el (gnus-start): Move custom group up.
6125         (gnus-select-method): Don't autoload, but make it available for
6126         `customize-variable'.
6127         (gnus-getenv-nntpserver): Don't autoload.
6128
6129 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6132
6133 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * message.el (message-sendmail-extra-arguments): New variable.
6136         (message-send-mail-with-sendmail): Use it.
6137
6138 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6141         mm-with-unibyte-current-buffer to make string unibyte.
6142
6143         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6144         mm-string-as-multibyte.
6145
6146 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6147
6148         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6149         Reported by Werner Koch <wk@gnupg.org>.
6150
6151 2006-11-14  Daiki Ueno  <ueno@p360>
6152
6153         * mml2015.el: Autoload epa-select-keys when compiling.
6154
6155 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6156
6157         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6158         message-options.
6159         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6160
6161 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6162
6163         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6164         EasyPG (< 0.0.6).
6165         (mml2015-always-trust): New user option.
6166         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6167         prompt.
6168
6169 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * nntp.el (nntp-authinfo-force): New variable.
6172         (nntp-send-authinfo): Use it.
6173
6174 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6177         decode encoded words.  Improve prompt.  Add comment about forwarding.
6178         (message-replacement-char): Move up.
6179
6180 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6181
6182         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6183         instead of gnus-intersection because arguments of gnus-sorted-nunion
6184         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6185
6186 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6189         (message-simplify-subject-functions): Enable
6190         message-strip-subject-encoded-words by default.
6191
6192 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * message.el (message-strip-subject-encoded-words): New function.
6195         (message-simplify-subject-functions): New variable.
6196         (message-simplify-subject): Use it.  Fix typo in doc string.
6197         Support message-strip-subject-encoded-words.
6198
6199 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6200
6201         * gnus-diary.el (gnus-diary-delay-format-function):
6202         * nndiary.el (nndiary-reminders):
6203         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6204
6205 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * gnus-art.el (article-hide-boring-headers): Fetch date from
6208         gnus-original-article-buffer to avoid problems with localized date
6209         strings.
6210
6211 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6214
6215 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6218         New variables.
6219         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6220         (mm-charset-synonym-alist): Move some entries to
6221         mm-codepage-iso-8859-list.
6222         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6223         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6224
6225 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6228
6229 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6232         with Emacs 21 and XEmacs.
6233
6234 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * spam.el (spam-parse-address): New function for better parsing,
6237         catching errors, etc.
6238         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6239
6240 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * mm-view.el: Add interactive arg to html2text autoload.
6243
6244 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6247
6248 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6249
6250         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6251         variables.
6252         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6253         (mm-charset-synonym-alist): Move some entries to
6254         mm-codepage-iso-8859-list.
6255
6256         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6257
6258 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * message.el (message-citation-line-format)
6261         (message-insert-formated-citation-line): Fix implementation of %E, %N
6262         and %n according to the doc string.
6263
6264 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6267         car-safe to avoid bad parses.
6268
6269 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6272         names.
6273
6274         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6275
6276 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6279         header.
6280
6281         * message.el (message-draft-headers): Add Date.
6282         (message-headers-to-generate): Fix typo in docstring.
6283
6284         * nndraft.el (nndraft-required-headers): New variable.
6285         (nndraft-generate-headers): Use it.
6286
6287         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6288
6289 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6290
6291         * gnus-registry.el (gnus-registry-wash-for-keywords)
6292         (gnus-registry-find-keywords): New functions to allow easy searching of
6293         articles that are in the registry.
6294
6295 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6298         ietf-drums-parse-address instead of gnus-extract-address-components.
6299         Reported by Damien Elmes <damien@repose.cx>.
6300
6301 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * gnus.el (gnus-mime): Remove unused custom group.
6304
6305 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6306
6307         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6308         "blank line" when searching for end of armor headers.
6309
6310 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gmm-utils.el (gmm-write-region): Fix variable name.
6313
6314 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * gmm-utils.el (gmm-write-region): New function based on compatibility
6317         code from `mm-make-temp-file'.
6318
6319         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6320
6321         * nnmaildir.el (nnmaildir--update-nov)
6322         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6323         Use `gmm-write-region'.
6324
6325 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6328         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6329
6330         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6331
6332         * message.el (message-replacement-char): New variable.
6333         (message-fix-before-sending): Use it.
6334         (message-simplify-subject): New function to remove duplicate code.
6335         (message-reply, message-followup): Use it.
6336
6337         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6338         gnus-summary-limit-to-articles.
6339
6340 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-util.el (gnus-with-local-quit): New macro.
6343
6344         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6345
6346 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6347
6348         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6349         ignore non-string data.
6350
6351 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6354         non-string data (needs to be done in the registry too).
6355
6356 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6359         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6360         (gnus-registry-split-fancy-with-parent)
6361         (gnus-registry-fetch-simplified-message-subject-fast)
6362         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6363         Remove text properties on ingress into the registry and when it's saved.
6364         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6365         registry from entries with no groups.
6366
6367 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6370         function to remove string properties.
6371
6372 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6373
6374         * gmm-utils.el (gmm): Adjust custom version.
6375
6376         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6377         custom version.
6378
6379         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6380
6381 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * gnus-art.el (gnus-insert-prev-page-button)
6384         (gnus-insert-next-page-button): Simplify.  Reformat.
6385
6386 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6387
6388         * gnus-art.el (gnus-insert-prev-page-button)
6389         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6390
6391 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6392
6393         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6394
6395 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6396
6397         * gnus-art.el (gnus-insert-mime-button)
6398         (gnus-insert-mime-security-button):
6399         Apply gnus-article-button-face to MIME and security buttons.
6400
6401 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6404         readable.
6405
6406 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6409
6410 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6411
6412         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6413         `browse-url-of-file' instead of `browse-url'.
6414
6415 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6416
6417         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6418         regexp.  Articles containing quotation were cut prematurely.
6419
6420 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * message.el (message-cite-original-1): Use nobody by default for the
6423         value of From header.
6424         (message-reply): Ditto.
6425
6426 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6427
6428         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6429         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6430         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6431
6432 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6435         mails in the doc string.  Add some URLs in comment.
6436         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6437
6438 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6441         backslashes handling and the way to find boundaries of quoted strings.
6442
6443 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6444
6445         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6446         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6447         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6448         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6449
6450 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6451
6452         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6453         doc string.
6454         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6455
6456 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * lpath.el: Fbind epg-check-configuration.
6459
6460 2006-09-06  Simon Josefsson  <jas@extundo.com>
6461
6462         * mml2015.el (mml2015-use): Doc fix, mention epg.
6463
6464 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6465
6466         * mml2015.el (mml2015-use): Default to epg, if available.
6467
6468 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6469
6470         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6471         message-sender.
6472         (mml1991-epg-encrypt): Ditto.
6473         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6474         message-sender.
6475         (mml2015-epg-encrypt): Ditto.
6476
6477 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6478
6479         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6480         several common directories.
6481
6482 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6483
6484         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6485         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6486
6487 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-art.el (article-decode-encoded-words): Make it fast.
6490
6491 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6494
6495         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6496         in quoted string into `\'.
6497
6498 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6501         Use standard-syntax-table.
6502
6503 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-art.el (gnus-decode-address-function): New variable.
6506         (article-decode-encoded-words): Use it to decode headers which are
6507         assumed to contain addresses.
6508         (gnus-mime-delete-part): Remove useless `or'.
6509
6510         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6511         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6512         (gnus-nov-parse-line): Use it to decode From header.
6513         (gnus-get-newsgroup-headers): Ditto.
6514         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6515
6516         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6517         (mail-decode-encoded-address-string): New alias.
6518
6519         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6520         New function.
6521         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6522         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6523         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6524         (rfc2047-decode-string): Ditto.
6525         (rfc2047-decode-address-region): New function.
6526         (rfc2047-decode-address-string): New function.
6527
6528 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * message.el (message-caesar-buffer-body): Allow rotating headers.
6531
6532         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6533
6534         * message.el (message-insert-formated-citation-line): Fix %f.
6535         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6536
6537 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6540         (gnus-bookmark-mouse-available-p): New macro.
6541         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6542         (gnus-bookmark-bmenu-show-infos): Use it.
6543         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6544         (gnus-bookmark-bmenu-hide-infos): Ditto.
6545         (gnus-bookmark-remove-properties): New function.
6546         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6547         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6548         (gnus-bookmark-write-file): Bind coding-system-for-write.
6549         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6550         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6551         group before selecting it.
6552         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6553         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6554         quit-window if it is not available; use gnus-mouse-2 and bind it to
6555         gnus-bookmark-bmenu-select-by-mouse.
6556         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6557         (gnus-bookmark-bmenu-select-by-mouse): New function.
6558
6559 2006-08-13  Romain Francoise  <romain@orebokech.com>
6560
6561         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6562         space.
6563
6564 2006-08-10  Romain Francoise  <romain@orebokech.com>
6565
6566         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6567         (dns-mode-soa-auto-increment-serial): New user option.
6568         (dns-mode-soa-maybe-increment-serial): New function.
6569         (dns-mode): Add the latter to `write-contents-functions'.
6570
6571 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * compface.el (uncompface): Use binary rather than raw-text-unix.
6574
6575 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * compface.el (uncompface): Make sure the eol conversion doesn't take
6578         place when communicating with the external programs.  Reported by
6579         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6580
6581 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6584
6585 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6586
6587         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6588         Make it more robust by parsing author and date independently.
6589
6590 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6593
6594 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6595
6596         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6597         first matching secret key.
6598         (mml2015-epg-encrypt): Ditto.
6599
6600         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6601         first matching secret key.
6602         (mml1991-epg-encrypt): Ditto.
6603
6604         * mml2015.el (mml2015-encrypt-to-self): New user option.
6605         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6606         mml2015-epg-encrypt-to-self is set.
6607
6608         * mml1991.el (mml1991-encrypt-to-self): New variable.
6609         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6610         mml1991-epg-encrypt-to-self is set.
6611
6612         * mml2015.el (mml2015-signers): New user option.
6613         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6614         (mml2015-epg-encrypt): Allow to select signing keys.
6615
6616         * mml1991.el (mml1991-signers): New variable.
6617         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6618         (mml1991-epg-encrypt): Allow to select signing keys.
6619
6620 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * nnheader.el (nnheader-insert-head): Make it work even if the file
6623         uses CRLF for the line-break code.
6624
6625 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6626
6627         * mml2015.el: Require mml-sec instead of password.
6628         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6629         (mml2015-cache-passphrase): Inherit the default value from
6630         mml-secure-cache-passphrase.
6631         (mml2015-passphrase-cache-expiry): Inherit the default value from
6632         mml-secure-passphrase-cache-expiry.
6633
6634         * mml1991.el: Require mml-sec instead of password.
6635         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6636         (mml1991-cache-passphrase): Inherit the default value from
6637         mml-secure-cache-passphrase.
6638         (mml1991-passphrase-cache-expiry): Inherit the default value from
6639         mml-secure-passphrase-cache-expiry.
6640
6641         * mml-sec.el: Require password.
6642         (mml-secure-verbose): New user option.
6643         (mml-secure-cache-passphrase): New user option.
6644         (mml-secure-passphrase-cache-expiry): New user option.
6645
6646 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6647
6648         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6649         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6650         andreas@altroot.de (Andreas Vögele).
6651
6652         FIXME: Use `tiny change'?
6653
6654 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6655
6656         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6657         workaround for the url package included with Emacs.
6658
6659         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6660
6661 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6664         correctly.  This fixes a bug caused by the 2006-05-12 change.
6665
6666 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6667
6668         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6669         some information about the error when saying that the `bogus' mail
6670         group will be used.
6671
6672 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6675         string.
6676
6677 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6678
6679         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6680
6681 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6682
6683         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6684
6685 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6686
6687         * mml1991.el (mml1991-function-alist): Add epg.
6688         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6689         (mml1991-epg-encrypt): New functions.
6690
6691 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6692
6693         * mml2015.el (mml2015-verbose): New variable.
6694         (mml2015-cache-passphrase): Ditto.
6695         (mml2015-passphrase-cache-expiry): Ditto.
6696         (mml2015-function-alist): Add epg.
6697         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6698         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6699         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6700         functions.
6701
6702 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6703
6704         * message.el (message-cite-original-1): Preserve region when removing
6705         quoted text due to X-No-Archive in order to avoid bogus attribution
6706         when citing multiple messages.
6707
6708 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6709
6710         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6711         Kenneth Jacker <khj@be.cs.appstate.edu>.
6712
6713 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus-diary.el (gnus-user-format-function-d)
6716         (gnus-user-format-function-D): Autoload.
6717
6718         * imap.el (Commentary): Fix typo.
6719
6720         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6721         2006-04-22 contribution.
6722
6723 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6724
6725         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6726         It didn't really fix the bogosity I'm seeing with solid web groups.
6727
6728 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6729
6730         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6731         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6732         created using server names.  If we use the feature without declaring
6733         it, Gnus does not properly manage server and group state.
6734
6735         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6736         bound.
6737
6738 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6739
6740         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6741         looking up the method using GROUP's prefix before inventing a new one.
6742         It is used on killed/unknown groups in various places where returning
6743         an all-new method isn't expected by the caller.
6744
6745         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6746         and match semantics of gnus-group-real-prefix.
6747
6748 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * nnmail.el (nnmail-broken-references-mailers): New variable.
6751         (nnmail-ignore-broken-references): New function generalizing
6752         nnmail-fix-eudora-headers.
6753         (nnmail-fix-eudora-headers): Now obsolete.
6754
6755         * gnus-art.el (gnus-button-handle-custom): Support
6756         `customize-apropos*'.
6757
6758 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6761
6762         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6763         articles.
6764
6765 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * message.el (message-cite-reply-above): New variable.
6768         (message-yank-original): Use it.
6769
6770 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6773
6774 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6777         as read.
6778
6779         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6780
6781 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6784         (gnus-bookmark-default-file): Use gnus-directory.
6785         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6786         Remove "*" in doc string.
6787         (gnus-bookmark-write-file): Simplify.
6788         (gnus-bookmark-maybe-sort-alist): Use `when'.
6789         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6790         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6791         FIXME about Emacs 21 and XEmacs compatibility.
6792         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6793         compatibility.
6794         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6795         compatibility.
6796         (gnus-bookmark-menu-heading): Fix version.
6797
6798 2006-06-19  Bastien Guerry  <bzg@altern.org>
6799
6800         * gnus-bookmark.el: New file.
6801
6802 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * message.el (message-syntax-checks): Doc fix.
6805
6806 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6807
6808         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6809         unsubscribed groups as if they were killed ones.  It causes duplicate
6810         entries in gnus-newsrc-alist.
6811
6812 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * message.el (message-syntax-checks): Doc fix.
6815         (message-send-mail): Add check for continuation headers.
6816         (message-check-news-header-syntax): Fix regexp used to check for
6817         continuation headers.
6818
6819 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6822
6823 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6826
6827 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6830         default-truncate-lines.
6831
6832 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6835         to fill the utf-8 entry.
6836
6837         * lpath.el: Fbind unicode-precedence-list.
6838
6839 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6840
6841         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6842
6843 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6844
6845         * gnus-agent.el (directory-files-and-attributes): Move all the way
6846         forward (the third and final move).
6847         (gnus-agent-read-agentview): Trap reconstruction errors due to
6848         nonexistant directory.  Handle by returning nil.
6849
6850 2006-05-30  Didier Verna  <didier@xemacs.org>
6851
6852         * message.el (message-dont-reply-to-names): Update the custom type.
6853         * message.el (message-dont-reply-to-names): New defsubst: potentially
6854         convert a list of regexps into a single one.
6855         * message.el (message-get-reply-headers): Use it.
6856         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6857
6858 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-agent.el (directory-files-and-attributes): Move forward.
6861
6862 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * gnus-ml.el (gnus-mailing-list-subscribe)
6865         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6866         (gnus-mailing-list-message): Fix doc strings.
6867
6868 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6869
6870         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6871         of doing it manually.
6872
6873 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6876         comment.
6877
6878 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6879
6880         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6881         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6882         (gnus-agent-read-local): All symbols allocated in my-obarray.
6883         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6884         (gnus-agent-regenerate-group): Check numeric names to see if they are
6885         messages or groups.
6886         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6887         better way of do this...)
6888
6889         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6890         'dummy.group' (there should be a better way of do this...)
6891
6892 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6895         (gnus-saved-headers): Ditto.
6896         (gnus-default-article-saver): Mention functions may have properties.
6897         (gnus-article-save): Override gnus-save-all-headers and
6898         gnus-saved-headers by :headers property which saver function may have.
6899         (gnus-summary-save-in-file): Add :headers property.
6900         (gnus-summary-write-to-file): Ditto.
6901
6902         * gnus-sum.el (gnus-summary-save-article): Bind
6903         gnus-prompt-before-saving to t when saving many articles in a file;
6904         always show all headers.
6905
6906         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6907
6908 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6911         marks.
6912
6913         * message.el (message-indent-citation): Add optional arguments to allow
6914         using it outside of message buffers.
6915
6916         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6917         (gnus-article-treat-unfold-headers): Use it.
6918         (gnus-article-truncate-lines): New variable.
6919         (gnus-article-mode): Use it.
6920         (gnus-article-toggle-truncate-lines): New function.
6921
6922         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6923         gnus-article-toggle-truncate-lines.
6924
6925         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6926         coding system in XEmacs, use binary.
6927
6928 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6931         after-load-alist.
6932
6933         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6934         this function should save decoded articles.
6935         (gnus-summary-write-to-file): Use property to specify this function
6936         should save decoded articles and specify gnus-summary-save-in-file
6937         should be used to save articles other than the first one when saving
6938         many articles.
6939         (gnus-summary-save-body-in-file): Use property to specify this
6940         function should save decoded articles.
6941         (gnus-summary-write-body-to-file): Use property to specify this
6942         function should save decoded articles and specify
6943         gnus-summary-save-body-in-file should be used to save articles other
6944         than the first one when saving many articles.
6945
6946         * gnus-sum.el (gnus-summary-save-article): Simplify.
6947
6948 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-art.el (gnus-default-article-saver): Add
6951         gnus-summary-write-body-to-file.
6952         (gnus-article-save-coding-system): Don't use coding system object
6953         in XEmacs.
6954         (gnus-read-save-file-name): Add optional `dir-var' argument which
6955         specifies directory in which files are saved; work even if optional
6956         `variable' argument is not specified.
6957         (gnus-summary-write-to-file): Read file name.
6958         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6959         (gnus-summary-write-body-to-file): New function.
6960
6961         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6962         (gnus-summary-local-variables): Add it.
6963         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6964         (gnus-summary-save-article): Remove optional `decode' argument;
6965         determine whether to decode articles by the value of
6966         gnus-default-article-saver; when saving many files using
6967         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6968         it first and use gnus-summary-save-in-file or
6969         gnus-summary-save-body-in-file thereafter unless
6970         gnus-prompt-before-saving is always; move point to article which
6971         will be saved.
6972         (gnus-summary-save-article-file): Revert.
6973         (gnus-summary-write-article-file): Revert.
6974         (gnus-summary-save-article-body-file): Revert.
6975         (gnus-summary-write-article-body-file): New function.
6976
6977 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-default-article-saver): Doc fix.
6980         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6981         from gnus-summary-save-article-coding-system, and default to a
6982         certain coding system.
6983         (gnus-output-to-file): Add coding cookie and encode text according
6984         to gnus-article-save-coding-system; don't use mm-append-to-file.
6985
6986         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6987         gnus-art.el and rename to gnus-article-save-coding-system.
6988         (gnus-summary-save-article): Require gnus-art; don't show all
6989         headers if it decodes articles; don't add coding cookie here;
6990         don't bind mm-text-coding-system-for-write.
6991         (gnus-summary-save-article-file): Save decoded articles.
6992         (gnus-summary-write-article-file): When saving many files, use
6993         gnus-summary-write-to-file first and gnus-summary-save-in-file
6994         thereafter unless gnus-prompt-before-saving is always.
6995         (gnus-summary-save-article-body-file): Save decoded articles.
6996
6997         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6998
6999 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * nnrss.el (nnrss-check-group): Bind hash-index.
7002
7003 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7004
7005         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7006         its hash index.  Store this hash in `nnrss-group-data'.
7007         (nnrss-read-group-data): Update accordingly.
7008
7009 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7012         entry.
7013
7014         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7015         gnus-article-browse-html-article.
7016
7017 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7018
7019         * gnus-sum.el (gnus-summary-mime-map): Add
7020         gnus-article-browse-html-article.
7021
7022         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7023
7024 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7027         suitable coding systems in customize.
7028
7029 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * mail-source.el (mail-sources): Fix custom type.
7032
7033 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7036         (gnus-summary-expire-articles-now): Shorten prompt.
7037
7038         * gmm-utils.el (wid-edit): Require.
7039         (defun-gmm): Renamed from `gmm-defun-compat'.
7040         (gmm-image-search-load-path): Use it.
7041         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7042
7043 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7046         variable.
7047         (gnus-summary-save-article): Add optional `decode' argument.  If
7048         it is set and gnus-summary-save-article-coding-system is non-nil,
7049         save decoded article.
7050         (gnus-summary-write-article-file): Save decoded article if
7051         gnus-summary-save-article-coding-system is non-nil.
7052
7053         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7054         type.
7055
7056 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7059
7060 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7063         first to test gnus-single-article-buffer which may be buffer-local.
7064
7065         * gnus-sum.el (gnus-summary-setup-buffer): Make
7066         gnus-single-article-buffer buffer-local and nil in ephemeral
7067         group; make gnus-article-buffer, gnus-article-current, and
7068         gnus-original-article-buffer always buffer-local.
7069         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7070         group.
7071         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7072
7073 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7074
7075         * nnml.el (nnml-request-compact-group): Compressed files might not
7076         have .gz extension.
7077
7078 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7081         (mm-copy-to-buffer): Use with-current-buffer.
7082         (mm-display-part): Simplify.
7083         (mm-inlinable-p): Add optional arg `type'.
7084
7085 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7086
7087         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7088         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7089         Try harder to show the attachment internally or externally using
7090         gnus-mime-view-part-as-type.
7091
7092 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * message.el (message-from-style, message-signature-separator)
7095         (message-user-organization-file, message-send-mail-function)
7096         (message-citation-line-function, message-yank-prefix)
7097         (message-indent-citation-function, message-signature)
7098         (message-signature-file, message-signature-insert-empty-line):
7099         Remove autoloads.
7100
7101         * gnus-art.el (gnus-buttonized-mime-types): Remove
7102         "multipart/signed".  Revert 2006-04-26 change.
7103
7104 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105
7106         * gnus.el (gnus-version-number): Bump version.
7107
7108 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7109
7110         * gnus.el: No Gnus v0.5 is released.
7111
7112 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7113
7114         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7115         fetching articles by message-id.
7116
7117 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * message.el (hashcash): Require hashcash as normal.
7120
7121         * ecomplete.el (ecomplete-highlight-match-line): Use
7122         point-at-eol.
7123         (ecomplete-highlight-match-line): Use `highlight', because that
7124         face exists in both Emacs and XEmacs.
7125
7126         * message.el (message-display-abbrev): Use point-at-bol.
7127
7128         * mail-source.el: Don't require timer/timer-funcs.
7129
7130         * gnus-async.el: Ditto.
7131
7132         * password.el: Ditto.
7133
7134         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7135
7136         * mm-url.el: Ditto.
7137
7138         * gnus-xmas.el: Don't require timer-funcs.
7139
7140         * mm-util.el: Require timer/timer-funcs.
7141
7142 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7143
7144         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7145         Close.
7146
7147 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7150         unibyte after clear-decrypt function runs.
7151
7152         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7153         returns as a unibyte string.
7154
7155 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * lpath.el: Revert.
7158
7159         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7160         (pgg-gpg-process-sentinel): Revert.
7161
7162         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7163         (pgg-pgp-lookup-key): Revert.
7164
7165         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7166         (pgg-pgp5-lookup-key): Revert.
7167
7168         * pgg.el (pgg-fetch-key): Revert.
7169
7170 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * lpath.el: Fbind string-as-multibyte for XEmacs.
7173
7174         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7175         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7176         (mml1991-pgg-encrypt): Ditto.
7177
7178         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7179         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7180         a multibyte buffer.
7181
7182         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7183         (pgg-pgp-lookup-key): Ditto.
7184
7185         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7186         (pgg-pgp5-lookup-key): Ditto.
7187
7188         * pgg.el (pgg-fetch-key): Ditto.
7189
7190 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * message.el (message-user-organization-file): Check several
7193         locations of the organization file.
7194
7195         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7196         Add gnus-article-view-part-as-type.
7197
7198         * gnus-art.el (gnus-article-view-part-as-type): New function.
7199
7200         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7201         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7202
7203         * mml.el: Simplify autoload.
7204         (mml-mode): defvar dnd-protocol-alist instead of using
7205         symbol-value.
7206         (mml-default-directory): New variable.
7207         (mml-minibuffer-read-file): Use it.
7208         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7209
7210         * message.el (message-citation-line-format): New variable.
7211         (message-insert-formated-citation-line): New function.
7212         (message-citation-line-function): Add
7213         `message-insert-formated-citation-line' to custom type.
7214
7215         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7216         to doc string.
7217
7218         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7219         depending on mm-verify-option.
7220
7221 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7224         binding pgg-* variables; reimplement the section which prevents
7225         MIME header from being signed.
7226         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7227         pgg-text-mode; remove a blank line at the top of body.
7228
7229         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7230         lines at the top of body; use gnus-newsgroup-charset if there's no
7231         Charset header.
7232
7233 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * message.el (message-self-insert-commands): Doc fix.
7236
7237         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7238         (mm-uu-pgp-encrypted-test): Ditto.
7239         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7240         between header and body; return application/pgp-encrypted handle
7241         if decryption failed; decode decrypted body by charset.
7242
7243         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7244         element match to application/pgp-*.
7245
7246 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7247
7248         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7249         HTML.
7250
7251 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * mail-source.el (mail-source-call-script): Message the error
7254         string.
7255
7256 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * gnus-util.el (gnus-byte-compile): Use it.
7259
7260 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7261
7262         * gnus-util.el (kill-empty-logs): New function.
7263
7264 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * message.el (message-mail-alias-type): Doc fix.
7267         (message-mail-alias-type-p): New function.
7268         (message-send): Use it.
7269         (message-mode): Ditto.
7270         (message-strip-forbidden-properties): Ditto.
7271
7272         * ecomplete.el (ecomplete-database-file-coding-system): New
7273         variable.
7274         (ecomplete-save): Use it.
7275         (ecomplete-setup): Use it.
7276
7277 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * message.el (message-self-insert-commands): New variable.
7280         (message-strip-forbidden-properties): Use it.
7281
7282 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7285         that doesn't make XEmacs choke.
7286
7287 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * gnus-util.el (gnus-replace-in-string):
7290         Prefer replace-regexp-in-string over of replace-in-string.
7291
7292 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-util.el (gnus-select-frame-set-input-focus):
7295         Use select-frame-set-input-focus if it is available in XEmacs; use
7296         definition defined in Emacs 22 for old Emacsen.
7297
7298         * dgnushack.el: Autoload unmorse-region for XEmacs.
7299
7300         * lpath.el: Bind cursor-in-non-selected-windows and
7301         select-frame-set-input-focus for XEmacs.
7302
7303 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7306
7307 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * gnus-registry.el (gnus-registry-cache-save): Remove text
7310         properties when saving via the temp buffer.
7311
7312 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7313
7314         * message.el (message-generate-hashcash): Honor custom type.
7315
7316 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * message.el (message-generate-hashcash): Default to non-nil when
7319         hashcash is found.
7320
7321         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7322         (gnus-refer-thread-limit): Increase default to 500.
7323
7324         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7325
7326         * flow-fill.el (fill-flowed): Allow delete-space.
7327
7328 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7331         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7332         Remove autoloads.
7333
7334 2006-04-18  Simon Josefsson  <jas@extundo.com>
7335
7336         * message.el (message-generate-hashcash): Default to.
7337
7338 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7341         concatenating segments rather than before concatenating them.
7342
7343 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7346
7347 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7350
7351         * message.el (message-forward-make-body-plain): Allow
7352         message-forward-ignored-headers to be a list.
7353         (message-remove-ignored-headers): Factor out into function.
7354         (message-forward-make-body-mml): Use it.
7355
7356         * imap.el (imap-quote-specials): New function.
7357         (imap-login-auth): Quote specials.
7358
7359         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7360         (rfc2231-parse-string): Allow concatanation of parameters that
7361         aren't contiguous.  The test case is
7362           (mail-header-parse-content-type "message/external-body;
7363             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7364             access-type=LOCAL-FILE;
7365             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7366
7367 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7368
7369         * nntp.el (nntp-accept-process-output): Return the value of
7370         `nnheader-accept-process-output'.
7371
7372 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7375         (gnus-button-alist): Recognize more diff formats.
7376         (gnus-button-patch): Strip directory.
7377
7378 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7381         Emacs 22 when setting focus.
7382
7383 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-art.el (gnus-article-treat-types): Do treatment of
7386         text/x-verbatim parts.
7387         (gnus-button-patch): New command.
7388
7389         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7390         addresses that contain invalid characters.
7391
7392 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7393
7394         * message.el (message-put-addresses-in-ecomplete): Use
7395         gnus-replace-in-string.
7396         (message-is-yours-p): Use the more correct
7397         mail-header-parse-address instead of
7398         mail-extract-address-components.
7399         (message-put-addresses-in-ecomplete): Fix typo.
7400
7401         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7402         keystroke.
7403
7404         * gnus-art.el (gnus-treatment-function-alist): Change order of
7405         newsgroups/generic header folding to avoid double-folding.
7406
7407         * message.el (message-hidden-headers): Add X-Draft-From.
7408
7409         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7410         command.
7411         (gnus-summary-repeat-search-article-backward): New command.
7412
7413         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7414         groups in the parent topic.
7415
7416 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7417
7418         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7419         (spam-extra-header-to-number): Return the CRM114 number as a
7420         number instead of a string.
7421
7422 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-art.el (gnus-face-properties-alist): Moved here from
7425         gnus-fun.
7426
7427         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7428
7429 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * message.el (message-strip-forbidden-properties): Only display on
7432         self-insert-command.
7433
7434         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7435         reindent.
7436         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7437
7438 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7439
7440         * smiley.el (smiley-style): Fix typo.
7441
7442 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * hashcash.el (hashcash-insert-payment-async-2): Use
7445         message-goto-eoh instead of doing it manually.
7446         (mail-add-payment): Use message-narrow-to-header instead of trying
7447         to do the same itself.
7448
7449         * message.el (message-hidden-headers): Add Face.
7450
7451         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7452         reparenting code.
7453         (gnus-summary-reparent-children): Refactored out code.
7454         (gnus-summary-thread-map): New keystroke.
7455         (gnus-summary-reparent-children): Make into command.
7456
7457         * smiley.el (smiley-style): Default to `medium' if using a large
7458         font.
7459
7460         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7461         does it itself.
7462
7463         * message.el (message-point-in-header-p): Simplify definition.
7464
7465 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * nnagent.el (nnagent-request-set-mark): Silence log file
7468         writing.
7469         (nnagent-request-set-mark): Use write-region instead of
7470         append-to-file.
7471
7472         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7473         strange select method.
7474
7475         * ecomplete.el (ecomplete-display-matches): Get highlightling
7476         right.
7477         (ecomplete-display-matches): Use literals.
7478         (ecomplete-display-matches): Disable message logging.
7479
7480         * message.el (message-display-abbrev): Small optimization.
7481
7482         * ecomplete.el (ecomplete-display-matches): Allow automatic
7483         display.
7484
7485         * message.el (message-strip-forbidden-properties): Display
7486         abbrevs.
7487         (message-display-abbrev): Get automatic display right.
7488
7489         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7490         keystrokes.
7491
7492 2006-04-13  Romain Francoise  <romain@orebokech.com>
7493
7494         TODO: Backport to v5-10!
7495
7496         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7497         Moved here (and renamed) from gnus-registry.el.
7498
7499         * gnus-registry.el: Require gnus-util.
7500         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7501
7502 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus-group.el (gnus-group-catchup-current): Change
7505         if-then-else-if-then-else into cond.
7506         (gnus-group-catchup): Indent.
7507         (group-name-at-point): New function.
7508         (gnus-fetch-group): Provide default from thing at point.
7509
7510 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * message.el (message-display-abbrev): Fix regexp.
7513
7514         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7515         choosing.
7516         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7517         dead variables.
7518
7519         * message.el (message-newline-and-indent): Remove debugging.
7520         (message-display-abbrev): Use new implementation.
7521
7522 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-art.el (gnus-article-mode): Set
7525         cursor-in-non-selected-windows to nil.
7526
7527         * smiley.el: Revert previous change.
7528         (smiley-data-directory): defvar it before using it in the
7529         defcustom of `smiley-style'.
7530
7531 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * message.el (message-newline-and-indent): New function.
7534
7535         * ecomplete.el: Implement more bits.
7536
7537         * message.el (message-put-addresses-in-ecomplete): Clean up the
7538         string.
7539
7540         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7541
7542         * gnus-sum.el (gnus-summary-save-parts): Bind
7543         gnus-summary-save-parts-counter and use it to make unique file
7544         names.
7545
7546         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7547
7548         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7549         parameter to say whether to actually parse the individual
7550         addresses.
7551
7552         * message.el (message-put-addresses-in-ecomplete): New function.
7553         (ecomplete): Require.
7554         (message-mail-alias-type): Add ecomplete as an option.
7555
7556 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7557
7558         * flow-fill.el (fill-flowed): Remove trailing space from blank
7559         quoted lines.
7560
7561 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * smiley.el (smiley-style): Move definition later to avoid a
7564         compilation warning.
7565
7566 2006-04-12  Kenichi Handa  <handa@m17n.org>
7567
7568         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7569         buffer and then decode the buffer text if necessary.
7570         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7571         first, and after mm-encode-body, change the buffer to unibyte.
7572         Use mm-disable-multibyte instead of set-buffer-multibyte.
7573
7574 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7577         Content-Type header instead of Content-Disposition header.
7578         (gnus-mime-inline-part): Ditto.
7579         (gnus-mime-view-part-as-charset): Ignore charset that the part
7580         specifies.
7581
7582         * mm-decode.el (mm-display-part): Work with external parts and
7583         usual parts similarly.
7584
7585         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7586         instead of gnus-display-mime.
7587
7588         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7589         instead of with-temp-buffer.
7590
7591         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7592         tag to summarized topics part in order to encode non-ASCII text.
7593
7594 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * smiley.el (smiley-style): New variable.
7597         (smiley-directory): New function.
7598         (smiley-data-directory): Derive from `smiley-style' using
7599         `smiley-directory'.
7600         (smiley-regexp-alist): Add new entries.
7601
7602         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7603         (gnus-article-browse-delete-temp): Add :version.
7604
7605 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7606
7607         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7608         the sieve region.
7609
7610 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * gnus.el (gnus-version-number): Bump version.
7613
7614 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus.el: No Gnus v0.4 is released.
7617
7618 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7621         layout.
7622
7623         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7624         unknown charset.
7625
7626         * message.el (message-header-synonyms): Add Original-To to the
7627         default.
7628
7629         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7630         optional parameter.
7631
7632 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-fun.el (gnus): Require it for gnus-directory.
7635
7636 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7639
7640 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7643
7644 2006-04-05  Simon Josefsson  <jas@extundo.com>
7645
7646         * password.el (password-reset): New function.
7647
7648 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7649
7650         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7651         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7652
7653 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7654
7655         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7656         Some whitespace was matched into the url, which broke browsing hits
7657         > 100 when mm-url-use-external was nil.
7658
7659 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7662         gnus-extra-headers for 'Newsgroups.
7663
7664         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7665         bound.
7666
7667 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7668
7669         * pgg-gpg.el: Clean up process buffers every time gpg processes
7670         complete.
7671
7672 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7675         doc string.
7676
7677 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7678
7679         * pgg-gpg.el (pgg-gpg-process-filter)
7680         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7681
7682         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7683         lines, temporary fix.
7684
7685 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7688
7689 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7690
7691         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7692         default-enable-multibyte-characters.  This reverts the change from
7693         revision 6.17 which is no longer necessary because the passphrase
7694         is sent separately now.  GnuPG messages are unreadable under
7695         multibyte locales with default-enable-multibyte-characters set to
7696         nil.
7697
7698 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * message.el (message-tool-bar-gnome): Move "spell".
7701
7702 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7705         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7706         instead.
7707
7708 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7709
7710         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7711         newsgroups handling for NNTP overviews which don't include
7712         Newsgroups.
7713
7714 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7715
7716         * message.el (message-resend): Bind message-generate-hashcash to nil.
7717
7718 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7719
7720         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7721         when searching for already-paid recipients.
7722
7723 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7724
7725         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7726         passphrases when it is not needed.
7727         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7728         passphrase stuff from gpg, should only be necessary when you use
7729         gpg with a smartcard.
7730
7731 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * mml.el (mml-insert-mime): Ignore cached contents of
7734         message/external-body part.
7735
7736         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7737         (mm-insert-part): Ditto.
7738
7739 2006-03-23  Simon Josefsson  <jas@extundo.com>
7740
7741         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7742         Reiner.
7743         (pgg-gpg-use-agent-p): Use it again.
7744
7745 2006-03-23  Simon Josefsson  <jas@extundo.com>
7746
7747         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7748         older emacsen.
7749         (pgg-gpg-use-agent-p): Don't use it.
7750
7751 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7754         if we can.
7755
7756 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7757
7758         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7759         (pgg-gpg-update-agent): New function.
7760         (pgg-gpg-use-agent-p): New function.
7761         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7762         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7763         (pgg-gpg-sign-region): Use it.
7764
7765 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7768         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7769
7770 2006-03-21  Simon Josefsson  <jas@extundo.com>
7771
7772         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7773         <wilde@sha-bang.de>.
7774         (pgg-gpg-use-agent): New variable.
7775         (pgg-gpg-process-region): Use it.
7776         (pgg-gpg-encrypt-region): Likewise.
7777         (pgg-gpg-encrypt-symmetric-region): Likewise.
7778         (pgg-gpg-decrypt-region): Likewise.
7779         (pgg-gpg-sign-region): Likewise.
7780         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7781
7782 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7785
7786         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7787         Add comment on version.
7788
7789 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * smiley.el: Add missing test smiley.
7792
7793 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * mm-decode.el (mm-with-part): New macro.
7796         (mm-get-part): Use it; work with message/external-body as well.
7797         (mm-save-part): Treat name and filename equally.
7798
7799         * mm-extern.el (mm-extern-cache-contents): New function.
7800         (mm-inline-external-body): Use it; force the part to be displayed;
7801         move undisplayer added to the cached handle to the parent.
7802
7803         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7804         (gnus-mime-view-part-as-type): Work with message/external-body.
7805
7806         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7807
7808 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7811         images in image-load-path.  [Sync with image.el, revision 1.60, in
7812         Emacs.]
7813
7814 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7817         path rather than symbol.  Always return list of directories.
7818         Guarantee that image directory comes first.  [Sync with image.el,
7819         revision 1.59, in Emacs.]
7820
7821         * message.el (message-make-tool-bar): Adjust to new API of
7822         `gmm-image-load-path-for-library'.
7823
7824         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7825
7826         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7827
7828 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7829
7830         * gnus-art.el (gnus-article-only-boring-p):
7831         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7832         intangible text.
7833         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7834
7835 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7838         `defun' instead of `gmm-defun-compat'.
7839
7840 2006-03-14  Simon Josefsson  <jas@extundo.com>
7841
7842         * message.el (message-unique-id): Don't use message-number-base36
7843         if (user-uid) is a float.
7844         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7845
7846 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7849
7850         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7851         empty line between a part and a message part.
7852
7853 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * smiley.el: Add more test smileys.
7856         (smiley-data-directory, smiley-regexp-alist)
7857         (gnus-smiley-file-types): Fix doc strings.
7858         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7859         adding new elements.
7860         (smiley-mouse-map): Unused code.  Make it a comment.
7861
7862 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7865         scan latest NoCeM messages instead of old ones.
7866         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7867         delimiters that are recently used.
7868         (gnus-nocem-load-cache): Add autoload cookie.
7869
7870         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7871
7872         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7873         level which is larger than gnus-use-nocem is specified.
7874
7875         * gnus-group.el (gnus-group-get-new-news): Ditto.
7876
7877 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * gnus-util.el (gnus-tool-bar-update): New function.
7880
7881         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7882         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7883
7884         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7885
7886         * gnus-group.el (gnus-group-redraw-when-idle)
7887         (gnus-group-redraw-check): Remove.
7888         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7889
7890 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7893         if optional last element is specified in splits (FIELD VALUE...).
7894
7895 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7898         to gmm-image-load-path-for-library.  Call with no-error argument.
7899         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7900
7901         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7902
7903         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7904
7905         * gmm-utils.el (gmm-image-load-path): Remove alias.
7906
7907 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * gmm-utils.el (gmm-image-load-path): Add alias.
7910
7911         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7912         nnml-generate-nov-databases-1.
7913         (nnml-generate-nov-databases): Use it.
7914         (nnml-generate-nov-databases-directory): Document no-active
7915         argument.
7916
7917         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7918         directory if path is t.  Add no-error.
7919
7920         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7921         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7922
7923         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7924         resetting gnus-article-browse-html-temp-list.
7925
7926         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7927         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7928         Add example to docstring.  Rename local variables.  Move error
7929         checks to default case in cond and simplify.
7930
7931 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7934         handle is multipart when calling it recursively.
7935         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7936
7937 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7938
7939         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7940         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7941
7942 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7945         is loaded.
7946
7947         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7948         loaded.
7949
7950 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7953         to "Emacs 23 (unicode)" in doc string.
7954
7955         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7956         "Emacs 23 (unicode)" in comment.
7957
7958 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7961
7962         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7963         characters 160 through 255 in Emacs 23.
7964
7965 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7968         gnus-article-browse-html-temp.
7969         (gnus-article-browse-delete-temp): Make it customizable.  Add
7970         `file'.  Adjust doc string.
7971         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7972         query for each file.  Adjust doc string.
7973         (gnus-article-browse-html-parts): Add
7974         `gnus-article-browse-delete-temp-files' to
7975         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7976
7977 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7978
7979         * gnus-art.el (gnus-article-browse-html-temp)
7980         (gnus-article-browse-delete-temp): New variables.
7981         (gnus-article-browse-delete-temp-files): New function.
7982         (gnus-article-browse-html-parts): Use it.
7983
7984 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7987
7988         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7989         string.
7990
7991         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7992         gnus-summary-insert-new-articles when unplugged.  Remove
7993         gnus-summary-search-article-forward.
7994
7995         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7996         display-visual-class instead of display-color-cells.
7997
7998 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * dgnushack.el: Autoload customize-group for XEmacs.
8001
8002         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8003         message/* containing non-ASCII text properly.
8004
8005 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * message.el: Require gmm-utils, remove autoloads.
8008         (message-tool-bar): Set default based on
8009         gmm-tool-bar-style.
8010         (message-tool-bar-gnome): Add gmm-customize-mode.
8011
8012         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8013         gmm-tool-bar-style.
8014         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8015
8016         * gnus-group.el (gnus-group-tool-bar): Set default based on
8017         gmm-tool-bar-style.
8018         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8019
8020         * gmm-utils.el (gmm-image-directory): Rename variable from
8021         gmm-image-load-path.
8022         (gmm-image-load-path): Use gmm-image-directory.
8023         (gmm-customize-mode): New function.
8024         (gmm-tool-bar-style): New variable.
8025
8026         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8027         gnus-group-redraw-line-number.
8028         (gnus-group-redraw-check): Simplify.
8029         (gnus-group-tool-bar-update): Remove redraw check.
8030         (gnus-group-make-tool-bar): Add redraw check.
8031
8032 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8033
8034         * gnus-art.el (gnus-button): Add missing parentheses.
8035
8036 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * lpath.el: Fbind line-number-at-pos.
8039
8040 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8043
8044 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-art.el (gnus-button): New face.
8047         (gnus-article-button-face): Use it.
8048
8049         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8050         gnus-summary-next-page.  Re-order.
8051
8052         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8053         next-node are now included.
8054         (gnus-group-redraw-line-number): New internal variable.
8055         (gnus-group-redraw-check): Helper function for updating the tool
8056         bar.
8057         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8058
8059         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8060
8061         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8062         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8063         Use it to match format of Spamassassin 3.0 and later.  Reported by
8064         IRIE Tetsuya <irie@t.email.ne.jp>.
8065         (spam-check-bogofilter)
8066         (spam-bogofilter-register-with-bogofilter): Fix args of
8067         `gnus-error' calls.
8068
8069 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8072         unnecessary interaction when sending queued mails.  Reported by
8073         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8074
8075 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8078         first or last are nil.
8079
8080 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8081
8082         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8083
8084 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8087
8088 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * dns.el (query-dns): Protect more against buggy tcp output.
8091
8092 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8095         nov.php.
8096
8097 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8098
8099         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8100         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8101         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8102         output on the server side.
8103         (nnweb-google-create-mapping): Update regexps and add some
8104         progress indication.
8105
8106 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8109         gnus-agent-toggle-plugged.  Re-order icons.
8110         (gnus-group-tool-bar-gnome): Add
8111         gnus-group-{prev,next}-unread-group.
8112         (gnus-group-tool-bar-gnome): Re-order icons.
8113
8114         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8115         gnus-summary-insert-new-articles.
8116
8117         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8118         comments.
8119
8120         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8121         also available in Emacs 21.3.
8122
8123         * message.el (message-fix-before-sending): Change "Emacs 22" to
8124         "Emacs 23 (unicode)" in comment.
8125
8126         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8127         "Emacs 23 (unicode)" in comment.
8128
8129         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8130         comment.
8131         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8132
8133         * mm-view.el (mm-fill-flowed): Add :version.
8134
8135 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8138         and load-path.
8139
8140 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * message.el: Autoload gmm-image-load-path.
8143         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8144         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8145         consitency.
8146
8147         * gmm-utils.el (gmm-image-load-path): Also search in
8148         "../etc/images".  Don't set gmm-image-load-path if we don't find
8149         the image.
8150
8151 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gmm-utils.el (gmm-image-load-path): Don't make
8154         `gmm-image-load-path' include subdirectories which the second arg
8155         `image' might specify.
8156
8157         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8158         subdirectory to icon file names.
8159
8160         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8161
8162 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8165         gmm-image-load-path calls.
8166
8167         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8168
8169         * message.el (message-make-tool-bar): Ditto.
8170
8171         * mml.el (mml-preview): Added comment concerning tool bar icons.
8172
8173         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8174         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8175
8176         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8177         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8178
8179         * message.el (message-tool-bar-gnome): Use new icon names.
8180         (message-make-tool-bar): Use `gmm-image-load-path'.
8181
8182         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8183         functions from MH-E.
8184         (gmm-image-load-path): New variable from MH-E.
8185         (gmm-image-load-path): New function from MH-E.  Added arguments
8186         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8187         *-image-load-path-called-flag.
8188
8189 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8190
8191         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8192
8193 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8194
8195         * nnimap.el (nnimap-request-move-article): Change folder back to
8196         source group before deleting.
8197
8198 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8201
8202         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8203         mm-url.
8204
8205         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8206
8207 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8210         coding system which mm-charset-to-coding-system returns for a
8211         given charset is valid.
8212
8213 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8214
8215         * html2text.el (html2text-remove-tag-list):
8216         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8217
8218 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8219
8220         * gnus-cus.el: Revert 2005-10-17 change.
8221
8222 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-art.el (article-strip-banner): Call
8225         article-really-strip-banner only when the regexp match is made.
8226
8227 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (article-strip-banner): Use
8230         gnus-extract-address-components instead of
8231         mail-header-parse-addresses to make it work with non-ASCII text;
8232         remove mail-encode-encoded-word-string.
8233
8234         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8235         values which are surrounded with \"...\"; make it never cause a
8236         Lisp error; give up parsing of parameters if it failed in
8237         extracting type.
8238
8239 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8240
8241         * smime.el (smime-cert-by-ldap-1): Fix bug where
8242         `smime-ldap-search' returns results without userCertificates.
8243
8244 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8247
8248 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * spam.el (spam-check-spamassassin-headers): Adapt format for
8251         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8252         <ari@mbf.ocn.ne.jp>.
8253         (spam-list-of-processors): Add spam-use-gmane.
8254
8255 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8258         make-temp-file; make it work with XEmacs as well.
8259
8260         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8261         mm-make-temp-file.
8262
8263         * mm-decode.el (mm-display-external): Use the 3rd arg of
8264         mm-make-temp-file.
8265         (mm-create-image-xemacs): Ditto.
8266
8267 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8270         with message-narrow-to-headers.
8271         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8272         (gnus-draft-check-draft-articles): New function.
8273         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8274
8275 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * gnus-art.el (gnus-article-browse-html-parts):
8278         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8279         Don't use suffix argument for mm-make-temp-file for Emacs 21
8280         compatibility.  Remove useless `format'.
8281
8282 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8283
8284         * nnweb.el (nnweb-google-wash-article): Update regexps.
8285         (nnweb-group-alist): Use defvoo instead of defvar.
8286
8287 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8290         re-loading nn* modules.
8291
8292 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8295         for `tool-bar-mode' and don't check it's default-value.
8296
8297         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8298
8299         * message.el (message-make-tool-bar): Ditto.
8300
8301         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8302         `substring'.  Shorten tmp-file name.
8303
8304         * gnus.el: Remove bogus comment.
8305
8306 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8307
8308         * gnus-art.el (gnus-article-browse-html-parts): New function.
8309         (gnus-article-browse-html-article): New function for viewing html
8310         articles with a browser.
8311
8312 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8313
8314         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8315         in elisp.
8316         (pgg-gpg-encrypt-symmetric-region): Ditto.
8317         (pgg-gpg-sign-region): Ditto.
8318
8319         * pgg-def.el (pgg-text-mode): New variable.
8320
8321         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8322         (mml2015-pgg-encrypt): Ditto.
8323
8324         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8325         (mml1991-pgg-encrypt): Ditto.
8326
8327 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8330         message-make-date instead of current-time-string.
8331
8332         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8333         to gnus-decoded which mm-uu might set.
8334
8335 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8338         don't decode quoted parameters; remove misimported Emacs code.
8339         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8340         (rfc2231-decode-encoded-string): Don't use split-string which
8341         behaves differently according to Emacs version; use
8342         mm-decode-coding-region to convert charset to coding-system.
8343         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8344         (rfc2231-encode-string): Remove misimported Emacs code.
8345
8346 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8349         when calling mail-header-parse-content-type.
8350         (article-de-quoted-unreadable): Ditto.
8351         (article-de-base64-unreadable): Ditto.
8352         (article-wash-html): Ditto.
8353
8354         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8355         calling mail-header-parse-content-type and
8356         mail-header-parse-content-disposition.
8357         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8358         mail-header-parse-content-type.
8359
8360         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8361         insert charset and format parameters; encode description after
8362         inserting it to buffer.
8363         (mml-insert-parameter): Fold lines properly even if a parameter is
8364         segmented into two or more lines; change the max column to 76.
8365
8366         * rfc1843.el (rfc1843-decode-article-body): Don't use
8367         ignore-errors when calling mail-header-parse-content-type.
8368
8369         * rfc2231.el (rfc2231-parse-string): Return at least type if
8370         possible; don't cause an error even if it fails in parsing of
8371         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8372         (rfc2231-encode-string): Don't break lines at the beginning, leave
8373         it to mml-insert-parameter.
8374
8375         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8376         calling mail-header-parse-content-type.
8377
8378 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * spam-report.el (spam-report-gmane-use-article-number):
8381         Improve doc string.
8382         (spam-report-gmane-internal): Check if a suitable header was found
8383         in the article.
8384
8385 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8388         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8389
8390 2006-02-05  Romain Francoise  <romain@orebokech.com>
8391
8392         Update copyright notices of all files in the gnus directory.
8393
8394 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8395
8396         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8397
8398 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8401         segmented lines of parameter value to cope with Thunderbird 1.5
8402         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8403         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8404         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8405
8406 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8407
8408         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8409         parts.
8410
8411 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8412
8413         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8414         there's only one active file for all servers.
8415         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8416         solid groups.  Gnus might have used a FAST request to select the group.
8417         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8418         and nnweb-search redundantly in the active file.
8419         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8420         (nnweb-request-create-group): Don't use ARGS.
8421         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8422         initialisations.  Let nnoo do the work.
8423
8424 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8427         Say the part has been decoded.
8428
8429         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8430
8431 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8432
8433         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8434         mailcap-viewer-test-cache when there's no 'test clause, since that
8435         will invert the meaning of a "nil" test previously determined by
8436         mailcap-mailcap-entry-passes-test.
8437
8438 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8441         compiling.
8442
8443         * gnus-sum.el: Ditto.
8444
8445         * message.el: Don't bind tool-bar-map when compiling.
8446
8447 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8450
8451 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8452
8453         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8454         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8455         current Google Groups.
8456
8457 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8460         and tool-bar-mode.
8461
8462         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8463         and tool-bar-mode.
8464
8465         * message.el (message-tool-bar-update): Simplify.
8466         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8467
8468         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8469         gnus-summary-buffer.
8470         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8471         gnus-summary-reply.
8472
8473         * gmm-utils.el (gmm): Add :version.
8474
8475 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * Makefile.in (clean): New rule.
8478         (distclean): Use it.
8479
8480 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8481
8482         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8483         autoload.
8484
8485 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gmm-utils.el (gmm-verbose): Add :group.
8488
8489 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * message.el: Change some comments WRT tool-bars.
8492
8493         * gnus-sum.el (gnus-summary-tool-bar)
8494         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8495         (gnus-summary-tool-bar-zap-list): New variables.
8496         (gnus-summary-make-tool-bar): Complete rewrite using
8497         `gmm-tool-bar-from-list'.
8498
8499         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8500         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8501         variables.
8502         (gnus-group-make-tool-bar): Complete rewrite using
8503         `gmm-tool-bar-from-list'.
8504         (gnus-group-tool-bar-update): New function.
8505
8506         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8507
8508 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8511         is dissected into a single part of which the type is the same as
8512         the given one; decode charset.
8513
8514 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8515
8516         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8517         into alists as symbol not string, since that's what
8518         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8519         look for.
8520
8521 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8524         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8525
8526         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8527
8528 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8531         (gnus-xmas-mime-security-button-menu): New function.
8532
8533         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8534         (gnus-mime-security-button-menu): New definition.
8535         (gnus-mime-security-button-map): Use them.
8536         (gnus-mime-security-button-menu): New function.
8537         (gnus-insert-mime-security-button): Addition to help echo.
8538         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8539         (gnus-mime-security-pipe-part): New functions.
8540
8541         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8542         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8543
8544         * mm-decode.el (mm-handle-set-disposition): Remove.
8545         (mm-handle-set-description): Remove.
8546
8547 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8550         (mm-w3m-standalone-supports-m17n-p): New function.
8551         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8552         w3m usage.
8553
8554         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8555         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8556
8557 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * message.el (message-tool-bar-zap-list): Use
8560         gmm-tool-bar-zap-list as custom type.
8561         (message-tool-bar-update): New function.
8562         (message-tool-bar, message-tool-bar-gnome)
8563         (message-tool-bar-retro): Add message-tool-bar-update.
8564         (message-tool-bar-gnome): Add flyspell-buffer.
8565
8566         * gnus-util.el (gnus-error): Describe `args'.
8567
8568         * gmm-utils.el (gmm-error): Describe `args'.
8569         (gmm-tool-bar-zap-list): New widget.
8570         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8571
8572 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8575         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8576         the number of recursive calls.
8577
8578         * mm-decode.el (mm-handle-set-disposition): New macro.
8579         (mm-handle-set-description): New macro.
8580
8581 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8584         encoding.
8585
8586 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * message.el (message-tool-bar-zap-list, message-tool-bar)
8589         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8590         (message-tool-bar-local-item-from-menu): Remove.
8591         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8592         (message-make-tool-bar): New function.
8593         (message-mode): Use `message-make-tool-bar'.
8594
8595         * gmm-utils.el: New file.
8596         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8597         (gmm-lazy): New widget copied from `nnmail.el'.
8598         (gmm-tool-bar-from-list): New function for creating customizable
8599         tool bars.
8600         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8601         output.
8602         (gmm): Add :prefix to defgroup.
8603
8604 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8605
8606         * gmm-utils.el (gmm-widget-p): New function.
8607
8608 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * mml.el (mml-attach-file): Describe `description' in doc string.
8611         (mml-menu): Add Emacs MIME manual and PGG manual.
8612
8613 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8614
8615         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8616
8617 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8618
8619         * nntp.el (nntp-end-of-line): Doc fix.
8620
8621 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8622
8623         * imap.el (imap-open): Handle case where buffer is a buffer
8624         object.
8625
8626 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8627
8628         * gnus-delay.el (gnus-delay): Don't autoload.
8629         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8630         to be re-loaded when customizing the `gnus-delay' group.
8631
8632 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8633
8634         * message.el (message-insert-citation-line): Use newlines.
8635
8636 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8637
8638         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8639         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8640         these routines, so the passphrase can be managed externally and
8641         passed in to the system.
8642         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8643         pgg-add-passphrase-to-cache function.
8644
8645         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8646         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8647         these routines, so the passphrase can be managed externally and
8648         passed in to the system.
8649         (pgg-pgp5-sign-region): Use new name of
8650         pgg-add-passphrase-to-cache function.
8651
8652 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8653
8654         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8655         part of the decoded armor to find the key-identifier.
8656         (pgg-gpg-lookup-key-owner): New function to return the
8657         human-readable identifier of a key owner.
8658         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8659         itself.
8660         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8661         the key value) if we have a key and can match it against a secret
8662         key.  Also, added a note pointing out fact that the prompt only
8663         indicates the first matching key.
8664
8665         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8666         pgg-decrypt-region.
8667         (pgg-add-passphrase-to-cache): Rename from
8668         `pgg-add-passphrase-cache' to reduce confusion (all callers
8669         changed).
8670         (pgg-remove-passphrase-from-cache): Rename from
8671         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8672         changed).
8673         (pgg-read-passphrase, pgg-add-passphrase-cache)
8674         (pgg-remove-passphrase-cache): Add informative docstrings.
8675         (pgg-decrypt): Convey provided passphrase in subordinate call to
8676         pgg-decrypt-region.
8677
8678 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8679
8680         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8681         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8682         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8683         'passphrase' argument, so the passphrase can be managed externally
8684         and then passed in to the system.
8685
8686         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8687         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8688         so the passphrase cache can be used reliably with identifiers
8689         besides a pgp packet's key id.
8690
8691         * pgg-gpg.el (pgg-gpg-encrypt-region)
8692         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8693         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8694         these routines, so the passphrase can be managed externally and
8695         passed in to the system.
8696
8697         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8698         'notruncate' argument, so the passphrase cache can be used
8699         reliably with identifiers besides a pgp packet's key id.
8700
8701 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8702
8703         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8704         symmetric encryption.
8705         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8706         encrypted session key.
8707         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8708         message ask for the passphrase in a proper way.
8709
8710         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8711         New user commands for symmetric encryption.
8712
8713 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8716
8717         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8718
8719 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8720
8721         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8722
8723 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * mm-decode.el (mm-inlined-types): Add application/pgp.
8726         (mm-automatic-display): Ditto.
8727
8728         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8729         part as text.
8730
8731 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * nnrss.el: Update copyright.
8734         (nnrss-opml-import): Query whether to subscribe to each entry.
8735
8736         * gnus-art.el:
8737         * gnus-sum.el:
8738         * gnus-xmas.el:
8739         * messagexmas.el:
8740         * mm-uu.el:
8741         * mm-view.el: Update copyright.
8742
8743 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * message.el (message-info): New function.
8746         (message-mode-menu): Add it.
8747         Update copyright.
8748
8749         * ChangeLog: Fix and update copyright.
8750
8751 2006-01-13  Romain Francoise  <romain@orebokech.com>
8752
8753         * message.el (message-forward-subject-name-subject): Prefer the
8754         address to 'nowhere' if the sender has no name.
8755         Fix typo.  Update copyright year.
8756
8757 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-art.el (article-wash-html): Use
8760         gnus-summary-show-article-charset-alist if a numeric arg is given.
8761         (gnus-article-wash-html-with-w3m-standalone): New function.
8762
8763         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8764         mm-inline-text-html-render-with-w3m-standalone.
8765         (mm-text-html-washer-alist): Map w3m-standalone to
8766         gnus-article-wash-html-with-w3m-standalone.
8767         (mm-inline-text-html-render-with-w3m-standalone): New function.
8768
8769 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8772         Improve LaTeX.
8773
8774 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8777         (nnrss-request-article): Render text/plain parts as HTML.
8778
8779         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8780         the buffer.
8781
8782 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8785         custom definition of `gnus-posting-styles'.
8786
8787         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8788         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8789
8790 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8793         Use nntp for bug archive.
8794
8795 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8798         parts.
8799         (nnrss-normalize-date): New function converts ISO 8601 date into
8800         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8801         (nnrss-check-group): Use it.
8802
8803 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8806
8807         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8808         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8809         (nnrss-insert-w3): Ditto.
8810
8811 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8814         the articles to be forwarded including the case where neither a
8815         number of articles nor a region is specified.
8816
8817 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * nnrss.el (nnrss-request-article): Fix last change; fill
8820         text/plain parts.
8821
8822 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8825         in text/plain part.
8826         (nnrss-check-group): Don't add excessive newline to dc:subject.
8827
8828 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8829
8830         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8831         article.
8832
8833 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8836         (nnml-use-compressed-files, nnml-save-mail): Support other
8837         comression programs such as bzip2.
8838
8839 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * dns.el (query-dns): Make sure we check the buffer size before
8842         removing tcp headers.
8843
8844 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8847         remove MIME buttons associated with multipart/alternative parts.
8848         (gnus-mime-display-alternative): Tag buttons using `article-type'
8849         text property.
8850
8851         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8852         associated with multipart/alternative parts.
8853
8854         * gnus-art.el (gnus-signature-separator): Fix custom type.
8855
8856         * mm-decode.el (mm-inlined-types): Fix custom type.
8857         (mm-keep-viewer-alive-types): Ditto.
8858         (mm-automatic-display): Ditto.
8859         (mm-attachment-override-types): Ditto.
8860         (mm-inline-override-types): Ditto.
8861         (mm-automatic-external-display): Ditto.
8862
8863 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * spam-report.el (spam-report-user-mail-address)
8866         (spam-report-user-agent): New variables.
8867         (spam-report-url-ping-plain): Use spam-report-user-agent.
8868
8869 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8870
8871         * gnus-art.el (gnus-button-handle-custom): Do not just use
8872         `customize-apropos' for any "M-x customize-*" button but the
8873         function called for.  Accept both the function name and its
8874         argument in order to achieve this.
8875         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8876         function name to `gnus-button-handle-custom' in case of "M-x
8877         customize-*" buttons.
8878
8879 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8882         multipart/alternative and add xref to mm-discouraged-alternatives
8883         in doc string.
8884
8885         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8886         gnus-buttonized-mime-types in doc string.
8887
8888 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8891         Suggest image/.* in the doc string.
8892
8893 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8896         message-marks (Debian bug #342521).
8897
8898 2005-12-12  Simon Josefsson  <jas@extundo.com>
8899
8900         * password.el (password-read-from-cache): Add.
8901         (password-read): Use it.
8902
8903 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8906         us-ascii as a MIME charset.
8907
8908         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8909         against the case where the 2nd arg TYPE is nil.
8910
8911 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * pop3.el (pop3-stream-type): Fix custom version.
8914
8915         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8916
8917 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8918
8919         * mm-decode.el (mm-display-external): Add missing cdr.
8920
8921 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8924         RFC1524) if it is in mailcap or add a suffix according to
8925         mailcap-mime-extensions when generating a temp filename; postpone
8926         deleting a temp file for 2 seconds for some wrappers, shell
8927         scripts, and so on, which might exit right after having started a
8928         viewer command as a background job.
8929
8930 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * nntp.el (nntp-marks-directory): Fix custom group.
8933
8934         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8935         steps when < 10.
8936
8937         * gnus-start.el (gnus-no-server-1): Mention
8938         `gnus-level-default-subscribed' in doc string.
8939
8940 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8941
8942         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8943         parens.
8944
8945 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-xmas.el (gnus-use-toolbar): Revert.
8948         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8949         gnus-use-toolbar is default.
8950
8951         * messagexmas.el (message-use-toolbar): Revert.
8952         (message-setup-toolbar): Use global default-toolbar if
8953         message-use-toolbar is default.
8954
8955 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8958         according to default-toolbar-visible-p.
8959
8960         * messagexmas.el (message-use-toolbar): Ditto.
8961
8962 2005-11-26  Dave Love  <fx@gnu.org>
8963
8964         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8965         (tls-program, tls-success): Provide openssl alternative.
8966
8967         * starttls.el: Doc fixes.
8968         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8969         SERVICE to PORT.
8970
8971         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8972         port null or service name.
8973         (starttls-negotiate): Autoload.
8974
8975 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * message.el (message-kill-to-signature): Fix interactive spec.
8978
8979 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * pop3.el (pop3-open-server): Recognize a string as a service name.
8982
8983 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8984
8985         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8986
8987 2005-11-23  Dave Love  <fx@gnu.org>
8988
8989         Add pop3s, pop3/starttls.
8990
8991         * pop3.el (pop3-authentication-scheme): Clarify doc.
8992         (open-tls-stream, starttls-open-stream): Autoload.
8993         (pop3-stream-type): New.
8994         (pop3-open-server): Use it.
8995
8996         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8997         for POP.
8998         (mail-source-keyword-map): Add :stream for POP.
8999         (mail-source-fetch-pop): Use pop3-stream-type.
9000
9001 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9004         of current-time-string.
9005
9006 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9007
9008         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9009         date header.
9010
9011 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9012
9013         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9014         it can seriously impact performance as it bypasses the agent's
9015         local caches.
9016
9017 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9018
9019         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9020         must be explicitly online rather than "not explicitly offline" for
9021         its flags to be synchronized.
9022
9023         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9024         that gnus-uu-unmark-thread will function correctly.
9025
9026         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9027         1024K is instead displayed as 1M.
9028
9029 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9032
9033 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9034
9035         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9036
9037 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9038
9039         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9040         error message to display actual error condition.
9041         (gnus-agent-save-local): Avoid saving symbols that are bound to
9042         nil as they simply result in a warning message in
9043         gnus-agent-read-local.
9044
9045 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9048         rather than make-variable-buffer-local for file-precious-flag.
9049
9050 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9051
9052         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9053         for duplicates which are removed.  The invalid sort check then
9054         triggers a rescan after the sort as sorting may have moved
9055         duplicate entries such that they can be cheaply detected.
9056
9057 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9060
9061 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9062
9063         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9064         internal variable to a custom variable.  Changed default value
9065         from compressed(2) to uncompressed(1).
9066         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9067         support for uncompressed agentview files.  Taken together, reading
9068         the agentview file should now be 6-7 times faster.
9069
9070 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9073         as a buffer-local variable.  This avoids creating truncated
9074         dribble files as a result of a hang up, eg.
9075
9076 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9077
9078         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9079         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9080         XEmacs.
9081
9082 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-start.el (gnus-start-draft-setup): Enforce
9085         `gnus-draft-mode' for nndraft:drafts at startup.
9086
9087         * gnus.el (gnus-splash): Change custom group.
9088         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9089         allow-list argument.
9090
9091         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9092         string.
9093
9094 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gnus-art.el (gnus-default-article-saver): Add user-defined
9097         `function' to custom type.
9098
9099 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9100
9101         * imap.el (imap-open): Handle case where buffer is a buffer
9102         object.
9103
9104 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9107         long lines.
9108         (gnus-cache-delete-group): Wrap doc strings.
9109
9110         * gnus-agent.el (gnus-agent-rename-group)
9111         (gnus-agent-delete-group): Wrap doc strings.
9112
9113 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * messagexmas.el (message-use-toolbar): Change the valid values
9116         into default, top, bottom, left, and right.
9117         (message-toolbar-thickness): New variable.
9118         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9119         well.
9120         (message-setup-toolbar): Make it work.
9121
9122         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9123         (gnus-use-toolbar): Change the valid values into default, top,
9124         bottom, left, and right.
9125         (gnus-toolbar-thickness): New variable.
9126         (gnus-xmas-setup-toolbar): New function.
9127         (gnus-xmas-setup-group-toolbar): Use it.
9128         (gnus-xmas-setup-summary-toolbar): Use it.
9129
9130 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * gnus-start.el (gnus-1): Add "native" to
9133         gnus-predefined-server-alist.
9134
9135         * gnus.el (gnus-method-to-server): Don't add "native" to the
9136         lists here, because that leads to problems when
9137         gnus-select-method is bound.
9138
9139 2005-11-09  Simon Josefsson  <jas@extundo.com>
9140
9141         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9142         use (not sort-by-date) instead.
9143
9144 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9145
9146         * gnus-delay.el (gnus-delay-group): Don't autoload.
9147         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9148         to be re-loaded when customizing the `gnus-delay' group.
9149
9150 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9151
9152         * message.el: Revert last changes.
9153         (message-insert-citation-line): Use newlines.
9154
9155 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9156
9157         * message.el (message-courtesy-message)
9158         (message-mark-insert-begin, message-mark-insert-end)
9159         (message-elide-ellipsis, message-cancel-message)
9160         (message-add-header, message-change-subject)
9161         (message-cross-post-followup-to-header)
9162         (message-cross-post-insert-note, message-reduce-to-to-cc)
9163         (message-widen-reply, message-delete-not-region)
9164         (message-kill-to-signature, message-insert-signature)
9165         (message-insert-importance-high, message-insert-importance-low)
9166         (message-insert-or-toggle-importance)
9167         (message-insert-disposition-notification-to)
9168         (message-indent-citation, message-yank-original)
9169         (message-cite-original-without-signature, message-cite-original)
9170         (message-insert-citation-line, message-position-on-field)
9171         (message-fix-before-sending, message-send-mail-partially)
9172         (message-send-mail, message-send-mail-with-sendmail)
9173         (message-send-mail-with-qmail, message-send-news)
9174         (message-check-news-header-syntax, message-generate-headers)
9175         (message-insert-courtesy-copy, message-fill-address)
9176         (message-fill-header, message-shorten-references)
9177         (message-setup-1, message-cancel-news)
9178         (message-forward-make-body-plain, message-forward-make-body-mime)
9179         (message-forward-make-body-mml, message-encode-message-body)
9180         (message-forward-make-body-digest-plain)
9181         (message-forward-make-body-digest-mime)
9182         (message-use-alternative-email-as-from): Insert `hard-newline'
9183         instead of ordinary newlines.
9184
9185 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * message.el (message-generate-headers): Downcase the argument
9188         given to message-check-element.
9189
9190 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9191
9192         * nntp.el (nntp-authinfo-rejected): New error condition.
9193         (nntp-wait-for): Use new error condition to signal authentication
9194         error.
9195         (nntp-retrieve-data): Rethrow new error condition to break out of
9196         recursive call to nntp-send-authinfo.
9197
9198 2005-11-08  Romain Francoise  <romain@orebokech.com>
9199
9200         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9201         (gnus-summary-exit-map): Bind to `Z p'.
9202         (gnus-summary-make-menu-bar): Add menu item.
9203
9204 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9207         (gnus-treat-*): Add `first' in all doc strings.
9208
9209         * gnus-group.el (gnus-group-compact-group): Fix typo.
9210
9211 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus.el (gnus-parameters-case-fold-search): New variable.
9214         (gnus-parameters-get-parameter): Use it.
9215
9216         * gnus-score.el (gnus-home-score-file): Doc fix.
9217
9218 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9219
9220         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9221
9222 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * mm-util.el (mm-special-display-p): New function.
9225
9226         * mml.el (mml-preview): Use it; doc fix.
9227
9228 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9229
9230         * imap.el (imap-open): Handle case where buffer is a buffer object.
9231
9232 2005-10-29  Romain Francoise  <romain@orebokech.com>
9233
9234         * message.el (message-fix-before-sending): Fix comment.
9235
9236 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9237
9238         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9239
9240 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9241
9242         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9243         Used in gnus-score.el.
9244
9245 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9248
9249 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9252         whitespace removed in revision 7.8.  Use concatenated string to
9253         protect trailing whitespace.
9254
9255 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9256
9257         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9258         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9259         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9260         Courier IMAP ("some version from 2004").  Mostly based on similar
9261         code in the same function.
9262
9263 2005-10-26  Didier Verna  <didier@xemacs.org>
9264
9265         * gnus-group.el (gnus-group-compact-group): Invalidate original
9266         article buffer.
9267         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9268         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9269         NOV database and in article itself.
9270         Invalidate article backlog.
9271
9272 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9275
9276 2005-10-26  Simon Josefsson  <jas@extundo.com>
9277
9278         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9279         part of 2004-07-25 change.
9280
9281 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * message.el (message-display-completion-list): New function.
9284         (message-expand-group): Use it; make sure the Completions buffer
9285         is modifiable.
9286 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9287
9288         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9289         user-mail-name is an empty string.
9290
9291 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9294         depending on gnus-score-decay-constant.
9295
9296         * encrypt.el (encrypt-insert-file-contents)
9297         (encrypt-write-file-contents): Don't use `gnus-message'.
9298
9299         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9300         arguments.
9301         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9302         arguments to mm-uu-verbatim-marks-extract.
9303         (mm-uu-hide-markers): New variable.
9304         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9305
9306         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9307         (gnus-convert-image-to-face-command): Use "convert" by default to
9308         allow other input image formats.
9309         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9310         accordingly.
9311
9312 2005-10-23  Simon Josefsson  <jas@extundo.com>
9313
9314         * imap.el (imap-gssapi-program): Align command line parameters
9315         with latest GNU SASL.
9316         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9317
9318 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9321         HTML.
9322         (nnslashdot-request-article): Ditto.
9323
9324         * lpath.el (featurep): Add nobreak-char-display.
9325
9326 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9327
9328         * mail-source.el (mail-source-fetch-pop): Require pop3.
9329         (mail-source-check-pop): Ditto.
9330
9331 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9334         errors.
9335
9336 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9339         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9340
9341         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9342
9343         * mm-bodies.el (mm-decode-string): Call
9344         `mm-charset-to-coding-system' with allow-override argument.
9345
9346 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9349         (rfc2047-charset-to-coding-system): New function.
9350         (rfc2047-decode-encoded-words): New function.
9351         (rfc2047-decode-region): Use them.
9352         (rfc2047-decode-cte): Remove.
9353         (rfc2047-parse-and-decode): Remove.
9354         (rfc2047-decode): Remove.
9355
9356 2005-10-15  Kenichi Handa  <handa@m17n.org>
9357
9358         * rfc2047.el (rfc2047-decode-cte): New function.
9359         (rfc2047-decode-region): Change the way to decode successive
9360         encoded-words: decode B- or Q-encoding in each encoded-word,
9361         concatenate them, and decode it as charset.
9362
9363 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * lpath.el: Fbind codepage-setup for XEmacs.
9366
9367 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9368
9369         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9370         widget-move-and-invoke.
9371         (gnus-custom-mode): Use gnus-custom-map.
9372
9373 2005-10-15  Bill Wohler  <wohler@newt.com>
9374
9375         * message.el (message-tool-bar-map): Renamed image file from
9376         mail_send to mail/send.
9377
9378 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9379
9380         * message.el (message-expand-group): Pass the common
9381         prefix substring of completion to `display-completion-list'.
9382
9383 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * mml-sec.el (mml-secure-method): New internal variable.
9386         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9387         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9388         functions using mml-secure-method.
9389
9390         * mml.el (mml-mode-map): Add key bindings for those functions.
9391         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9392         Harder <harder@myrealbox.com>.
9393         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9394         end of message if point is the headers of the message.
9395
9396         * message.el (message-in-body-p): New function.
9397
9398         * assistant.el: Autoload gnus-util and netrc.
9399
9400         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9401         Use `mm-charset-override-alist' only when decoding.
9402
9403         * mm-bodies.el (mm-decode-body): Call
9404         `mm-charset-to-coding-system' with allow-override argument.
9405
9406         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9407         `filename' from Content-Disposition if Content-Type doesn't
9408         provide `name'.
9409         (gnus-mime-view-part-as-type): Set default instead of
9410         initial-input.
9411
9412 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9413
9414         * format-spec.el (format-spec): Propagate text properties of % spec.
9415
9416 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * gnus-art.el (gnus-treat-predicate): Add `first'.
9419
9420 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9423         (mm-charset-override-alist): New variable.
9424         (mm-charset-to-coding-system): Use it.
9425         (mm-codepage-setup): New helper function.
9426         (mm-charset-eval-alist): New variable.
9427         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9428         about unknown charsets.
9429
9430         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9431
9432 2005-10-04  David Hansen  <david.hansen@gmx.net>
9433
9434         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9435         (nnrss-check-group): Ditto.
9436
9437 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9440         Rename x-gnus-verbatim to x-verbatim.
9441         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9442
9443         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9444         x-verbatim.
9445
9446         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9447
9448         * gnus-util.el (gnus-remove-duplicates): Remove.
9449
9450         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9451         instead of gnus-remove-duplicates.
9452
9453         * message.el (message-remove-duplicates): Remove.
9454         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9455         message-remove-duplicates.
9456
9457         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9458         available, else use implementation from `delete-dups'.
9459
9460         * message.el (message-insert-expires): New function.
9461         (message-mode-map): Add key binding.
9462         (message-mode-field-menu): Add menu entry.
9463         (message-mode): Document it.
9464         (message-make-expires-date): Use `message-make-date'.
9465
9466 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9467
9468         * message.el (message-make-expires-date): New function.
9469
9470 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * Makefile.in (list-installed-shadows): New entry.
9473         (install): Use it.
9474         (remove-installed-shadows): New entry.
9475
9476         * dgnushack.el (dgnushack-default-load-path): New variable.
9477         (dgnushack-find-lisp-shadows): New function.
9478         (dgnushack-remove-lisp-shadows): New function.
9479
9480 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * Makefile.in (install-el-elc): New entry.
9483         (install): Use it so that .el files are necessarily installed.
9484
9485 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9488
9489 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9490
9491         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9492         function rather than the diff-mode.el package.
9493         (mm-display-external): Use with-current-buffer.
9494         (mm-viewer-completion-map, mm-viewer-completion-map):
9495         Move initialization inside declaration.
9496
9497 2005-09-29  Simon Josefsson  <jas@extundo.com>
9498
9499         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9500         autoload mail-check-payment.
9501         (spam-check-hashcash): Define unconditionally, since hashcash.el
9502         is part of Gnus now.  Ignore errors from payment checking.
9503
9504 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * message.el (message-bold-region, message-unbold-region): Rename
9507         from `bold-region' and `unbold-region'.
9508
9509         * message.el: Remove useless autoloads.
9510
9511 2005-09-28  Simon Josefsson  <jas@extundo.com>
9512
9513         * message.el (message-use-idna): Default to t.
9514         (message-use-idna): Test whether encoding works too.  Doc fix.
9515
9516 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * nntp.el (nntp-warn-about-losing-connection): Remove.
9519
9520 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9523         customizable.  Change default value.
9524         (mm-uu-diff-groups-regexp): Change default value.
9525         (mm-uu-type-alist): Add doc string.
9526         (mm-uu-configure): Add doc string.  Make it interactive.
9527         (mm-uu-tex-groups-regexp): New variable.
9528         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9529         (mm-uu-type-alist): Add LaTeX documents.
9530         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9531         of "text/verbatim".
9532         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9533
9534         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9535         instead of "text/verbatim".
9536
9537         * message.el (message-mark-inserted-region)
9538         (message-mark-insert-file): Use slrn style marks when called with
9539         prefix argument.
9540
9541 2005-09-27  Simon Josefsson  <jas@extundo.com>
9542
9543         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9544
9545 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9546
9547         * message.el (message-remove-duplicates): New function.
9548         Implementation borrowed from `gnus-remove-duplicates'.
9549         (message-idna-to-ascii-rhs): Also encode idna addresses in
9550         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9551         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9552         only ask about the same idna domain once per header and also tell
9553         in what header to replace the idna domain.
9554
9555         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9556         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9557         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9558         a header is decoded and not just the last one.
9559
9560 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9563         has been decoded.
9564
9565         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9566         (mm-insert-part): Don't modify text if it has been decoded.
9567
9568         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9569         decoded.
9570
9571         * mm-view.el (mm-inline-text): Don't strip text props unless
9572         decoding enriched or richtext parts.
9573
9574 2005-09-25  Romain Francoise  <romain@orebokech.com>
9575
9576         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9577         * gnus-start.el (gnus-subscribe-interactively):
9578         * gnus-uu.el (gnus-uu-grab-articles):
9579         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9580         space.
9581
9582 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9583
9584         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9585         * mm-view.el (mm-view-pkcs7-decrypt):
9586         * gnus-sum.el (gnus-summary-limit-to-extra)
9587         (gnus-summary-respool-article, gnus-read-move-group-name):
9588         * gnus-score.el (gnus-summary-increase-score):
9589         * gnus-util.el (gnus-completing-read-with-default):
9590         * gnus-art.el (gnus-read-save-file-name)
9591         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9592         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9593         * message.el (message-check-news-header-syntax):
9594         Follow convention for reading with the minibuffer.
9595
9596 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * spam-report.el (spam-report-url-ping-plain):
9599         Use gnus-extended-version as User-Agent.
9600
9601         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9602         default value is nil.
9603
9604         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9605         (mm-uu-verbatim-marks-extract): New function.
9606         (mm-uu-extract): New face.
9607         (mm-uu-copy-to-buffer): Use it.
9608
9609         * spam-report.el (spam-report-gmane-ham): Renamed from
9610         `spam-report-gmane-unspam'.
9611         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9612         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9613
9614         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9615         Autoload.
9616         (spam-report-gmane-unregister-routine): Renamed
9617         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9618
9619 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9620
9621         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9622         (spam-report-gmane-unregister-routine): Add support for gmane
9623         unregistration.
9624
9625         * spam-report.el (spam-report-gmane-unspam)
9626         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9627         (spam-report-gmane): Change to take a single article and do unspam
9628         registration.
9629
9630 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * mm-url.el (mm-url-decode-entities): Fix regexp.
9633
9634 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9637         default to nil, to be able to use Gnus at all.  If the default
9638         switches to something else, then the function should be fixed not
9639         be exceedingly slow.
9640
9641 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9642
9643         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9644         fail hard.
9645
9646         * spam-report.el: Add better Keywords line.
9647
9648         * spam.el: Add Maintainer and better Keywords line.
9649
9650 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus-art.el (gnus-article-replace-part)
9653         (gnus-mime-replace-part): New functions.
9654         (gnus-mime-action-alist, gnus-mime-button-commands)
9655         (gnus-mime-save-part-and-strip): Added file argument.
9656         (gnus-article-part-wrapper): Added interactive argument.
9657
9658         * gnus-sum.el (gnus-summary-mime-map): Add
9659         `gnus-article-replace-part'.
9660
9661 2005-09-19  Didier Verna  <didier@xemacs.org>
9662
9663         The nnml compaction feature:
9664         * nnml.el (nnml-request-compact-group): New function.
9665         * nnml.el (nnml-request-compact): New function.
9666         * gnus-int.el (gnus-request-compact-group): New function.
9667         * gnus-int.el (gnus-request-compact): New function.
9668         * gnus-group.el (gnus-group-compact-group): New function.
9669         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9670         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9671         * gnus-srvr.el (gnus-server-compact-server): New function.
9672         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9673         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9674
9675 2005-09-18  Deepak Goel  <deego@gnufans.org>
9676
9677         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9678         format spec.
9679
9680 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9683
9684 2005-09-15  Romain Francoise  <romain@orebokech.com>
9685
9686         * message.el (message-fill-paragraph): Clarify docstring.
9687
9688 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-art.el (gnus-mime-display-part): Protect against broken
9691         MIME messages.
9692
9693 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9696         before parsing header.
9697
9698 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9699
9700         * html2text.el (html2text-replace-list): Add new entities.
9701
9702 2005-09-11  Romain Francoise  <romain@orebokech.com>
9703
9704         * message.el (message-alternative-emails): Improve docstring.
9705         (message-setup-1): Call `message-use-alternative-email-as-from'
9706         after `message-setup-hook' to give it precedence over posting
9707         styles, etc.
9708         (message-use-alternative-email-as-from): Add docstring.  Remove
9709         the original From header if present.
9710
9711         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9712         (nnml-save-mail): Use it.
9713
9714         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9715         articles.  Add new argument `silent'.
9716         (gnus-uu-mark-all): Report the total number of marked articles.
9717
9718 2005-09-10  Romain Francoise  <romain@orebokech.com>
9719
9720         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9721         (gnus-uu-mark-series): Likewise.
9722
9723 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * spam-report.el (spam-report-gmane): Fix generation of spam
9726         report URL.
9727
9728 2005-09-10  Simon Josefsson  <jas@extundo.com>
9729
9730         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9731         t, based on discussion on the ding list with Robert Epprecht
9732         <epprecht@solnet.ch>.
9733
9734 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * spam-report.el (spam-report-gmane): Make it work without
9737         X-Report-Spam header.  Gmane now only provides Archived-At.
9738         This is only used if `spam-report-gmane-use-article-number' is nil.
9739         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9740
9741         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9742         make `gnus-summary-sort-by-recipient' work with threading.
9743
9744         * nnweb.el (nnweb-google-wash-article): Print a message if article
9745         is not available.
9746
9747 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9748
9749         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9750         change.  Decode text/* parts content before displaying.
9751
9752 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9755
9756 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9759
9760         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9761         url-package-name, url-package-version,
9762         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9763         w3m-display-inline-images, and w3m-minor-mode-map.
9764
9765 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * message.el (message-tab-body-function): Fix mismatched custom type.
9768
9769         * gnus.el (gnus-group-change-level-function): Ditto.
9770
9771         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9772
9773         * gnus-art.el (gnus-signature-limit)
9774         (gnus-article-mime-part-function): Ditto.
9775
9776 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * mml.el (mml-mode): Silence the byte compiler.
9779
9780         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9781         using `(sit-for 0)' before moving the point to the specified part;
9782         skip unbuttonized parts.
9783         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9784         return to the summary window if gnus-auto-select-part is non-nil.
9785
9786 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9789         variables.
9790         (mml-dnd-attach-file, mml-mode): Use them.
9791
9792         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9793         Make fetching article by MID work again for Google Groups.  Added
9794         FIXME concerning gnus-group-make-web-group.
9795
9796         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9797         Don't depend on Gnus by using mail-extract-address-components if
9798         gnus-extract-address-components is not bound.
9799
9800 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * gnus-art.el (gnus-mime-display-security): Don't display the
9803         signature, but only the signed part.
9804
9805 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9808
9809         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9810         list, not listp.
9811
9812 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9813
9814         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9815         when encoding.
9816
9817         * mm-bodies.el (mm-decode-content-transfer-encoding):
9818         De-canonicalize CRLF for all text content types, not just
9819         text/plain.
9820
9821 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9824         valid article; point arrow and cursor at the MIME button.
9825
9826 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9829         Suggested by Dan Christensen <jdc@uwo.ca>.
9830
9831         * mm-decode.el (mm-save-part): Enable change of prompt.
9832
9833 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9834
9835         * gnus-msg.el (gnus-inews-add-send-actions): Made
9836         `message-post-method' lambda parameter ARG `&optional'.
9837
9838 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * gnus-sum.el (gnus-summary-mime-map): Added
9841         gnus-article-save-part-and-strip, gnus-article-delete-part and
9842         gnus-article-jump-to-part.
9843
9844         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9845         (gnus-article-edit-part): Use it.
9846         (gnus-article-part-wrapper): Added no-handle argument.
9847         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9848         functions.
9849
9850 2005-08-29  Romain Francoise  <romain@orebokech.com>
9851
9852         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9853         docstring.
9854         (gnus-face-from-file): Likewise.
9855
9856 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9859         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9860         non-nil.
9861         (gnus-auto-select-part): New variable.
9862         (gnus-article-jump-to-part): New function.
9863         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9864         (gnus-mime-delete-part): Allow selecting specified part after
9865         deleting or stripping parts.
9866         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9867         part if argument is bogus.
9868
9869 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9870
9871         * gnus-art.el (w3m-minor-mode-map):
9872         * gnus-spec.el (gnus-newsrc-file-version):
9873         * gnus-util.el (nnmail-active-file-coding-system)
9874         (gnus-original-article-buffer, gnus-user-agent):
9875         * gnus.el (gnus-ham-process-destinations)
9876         (gnus-parameter-ham-marks-alist)
9877         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9878         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9879         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9880         * mm-decode.el (gnus-current-window-configuration):
9881         * mm-extern.el (gnus-article-mime-handles):
9882         * mm-url.el (url-current-object, url-package-name)
9883         (url-package-version):
9884         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9885         (smime-keys, w3m-cid-retrieve-function-alist)
9886         (w3m-current-buffer, w3m-display-inline-images)
9887         (w3m-minor-mode-map):
9888         * mml-smime.el (gnus-extract-address-components):
9889         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9890         (gnus-newsrc-hashtb, message-default-charset)
9891         (message-deletable-headers, message-options)
9892         (message-posting-charset, message-required-mail-headers)
9893         (message-required-news-headers):
9894         * mml1991.el (mc-pgp-always-sign):
9895         * mml2015.el (mc-pgp-always-sign):
9896         * nnheader.el (nnmail-extra-headers):
9897         * rfc1843.el (gnus-decode-encoded-word-function)
9898         (gnus-decode-header-function, gnus-newsgroup-name):
9899         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9900
9901 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9902
9903         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9904         the end of the date treatments.
9905
9906 2005-08-15  Simon Josefsson  <jas@extundo.com>
9907
9908         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9909         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9910         Capello and Romain Francoise.
9911         (pgg-fetch-key-function): Removed, not used?
9912         (pgg-insert-url-with-w3): Require url, to get
9913         url-insert-file-contents regardless of where it is defined.
9914
9915 2005-08-13  Romain Francoise  <romain@orebokech.com>
9916
9917         * message.el (message-cite-original-1): New function.
9918         (message-cite-original): Use it.
9919         (message-cite-original-without-signature): Ditto.
9920
9921 2005-08-08  Romain Francoise  <romain@orebokech.com>
9922
9923         * message.el (message-yank-empty-prefix): New variable.
9924         (message-indent-citation): Use it.
9925         (message-cite-original-without-signature): Respect X-No-Archive.
9926
9927 2005-08-08  Simon Josefsson  <jas@extundo.com>
9928
9929         * pgg.el: Autoload url-insert-file-contents instead of loading
9930         w3/url.
9931         (pgg-insert-url-with-w3): Don't load url here.
9932
9933 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9934
9935         * message.el (message-kill-to-signature): Don't insert newline at
9936         bol.
9937         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9938
9939 2005-08-06  Romain Francoise  <romain@orebokech.com>
9940
9941         * message.el (message-user-fqdn): Fix typo in docstring.
9942
9943 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9944
9945         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9946
9947         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9948
9949 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * mm-bodies.el (mm-encode-body): Use coding system rather than
9952         charset to encode text.
9953
9954         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9955         number of charsets if utf-8 is available (XEmacs).
9956
9957 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9960         taken from `gnus-button-mid-or-mail-regexp'.
9961         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9962         (gnus-button-alist): Improve regexp for domain part of the MIDs
9963         for news:localpart@domain buttons.
9964         (gnus-button-ctan-directory-regexp): Update.
9965
9966 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * sieve-manage.el (sieve-manage-interactive-login): Use
9969         make-local-variable rather than make-variable-buffer-local.
9970         (sieve-manage-open): Ditto.
9971         (sieve-manage-authenticate): Ditto.
9972
9973         * mml.el (mml-generate-mime-1): Make the content type default to
9974         text/plain if the filename is not specified.
9975
9976 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9979         instead of insert-buffer.
9980
9981         * message.el (message-yank-original): Ditto; set the mark at the
9982         end of the yanked message.
9983
9984 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9987         lines to scroll rather than to stop it.
9988
9989         * mml.el (mml-generate-default-type): Add doc string.
9990         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9991         default to application/octet-stream when determining the content
9992         type if it is not specified for the part or the mml contents; add
9993         a comment about mml-generate-default-type.
9994
9995 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9998         make it default to application/octet-stream when determining the
9999         content type if it is not specified for the external contents.
10000
10001 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10004         segmented parameter but also other parameters might be there.
10005
10006 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * mm-decode.el (mm-display-external): Delete temp file, directory
10009         and buffer immediately if the external process is exited.
10010
10011 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10014         fewer lines than that of scroll-margin.
10015         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10016
10017 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-art.el (gnus-article-next-page): Revert.
10020         (gnus-article-beginning-of-window): New macro.
10021         (gnus-article-next-page-1): Use it.
10022         (gnus-article-prev-page): Ditto.
10023         (gnus-article-edit-part): Use insert-buffer-substring instead of
10024         insert-buffer.
10025         (gnus-article-edit-exit): Ditto.
10026
10027         * gnus-util.el (gnus-beginning-of-window): Remove.
10028         (gnus-end-of-window): Remove.
10029
10030         * lpath.el: Don't bind header-line-format and scroll-margin.
10031
10032 2005-07-25  Simon Josefsson  <jas@extundo.com>
10033
10034         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10035         to have the url package without w3.  Reported by Daiki Ueno
10036         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10037
10038 2005-07-20  Didier Verna  <didier@xemacs.org>
10039
10040         * gnus-diary.el: Remove the description comment (nndiary is now
10041         properly documented in the Gnus manual).
10042         Fix the spelling of "Back End".
10043         * nndiary.el: Ditto.
10044         Fix the copyright notice.
10045
10046 2005-07-18  Romain Francoise  <romain@orebokech.com>
10047
10048         * gnus-sum.el (gnus-summary-to-prefix)
10049         (gnus-summary-newsgroup-prefix): New variables.
10050         (gnus-summary-from-or-to-or-newsgroups): Use them.
10051
10052 2005-07-17  Romain Francoise  <romain@orebokech.com>
10053
10054         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10055         space as it's generally not especially interesting to the user.
10056
10057 2005-07-16  Romain Francoise  <romain@orebokech.com>
10058
10059         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10060         nil to avoid prompting and file modification if one of the
10061         messages at the top of the nnfolder file contains a copyright
10062         notice.
10063         Update copyright notice.
10064
10065         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10066         instead of `current-time-string' as the latter creates a time
10067         string that is not RFC 2822 compliant (it lacks the zone).
10068         Update copyright notice.
10069
10070 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10071
10072         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10073         for text/rtf.  Display default in prompt.  Pass default for M-n.
10074
10075         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10076
10077 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * gnus-msg.el (gnus-button-mailto): Remove
10080         save-selected-window-window hackery because it relies on
10081         save-selected-window internals.
10082
10083 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10086         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10087         (gnus-article-prev-page): Ditto.
10088
10089         * gnus-util.el (gnus-beginning-of-window): New function.
10090         (gnus-end-of-window): New function.
10091
10092         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10093
10094 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10095
10096         * gnus-score.el (gnus-score-edit-all-score): Set
10097         gnus-score-edit-exit-function to gnus-score-edit-done and call
10098         gnus-message.
10099
10100 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10101
10102         * gnus-msg.el (gnus-button-mailto): Remove
10103         save-selected-window-window hackery because it relies on
10104         save-selected-window internals.
10105
10106 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10109         add-minor-mode.
10110         (gnus-binary-mode): Ditto.
10111
10112         * gnus-topic.el (gnus-topic-mode): Ditto.
10113
10114 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10115
10116         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10117         (gnus-article-prev-page): Take scroll-margin into consideration.
10118
10119 2005-07-04  Lute Kamstra  <lute@gnu.org>
10120
10121         Update FSF's address in GPL notices.
10122
10123 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10124
10125         * gnus.el (gnus-exit):
10126         * gnus-group.el (gnus-group-icons):
10127         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10128
10129         * gnus-nocem.el (gnus-nocem):
10130         * message.el (message-various, message-buffers, message-sending)
10131         (message-interface, message-forwarding, message-insertion)
10132         (message-headers, message-news, message-mail):
10133         * pgg-gpg.el (pgg-gpg):
10134         * pgg-parse.el (pgg-parse):
10135         * pgg-pgp.el (pgg-pgp):
10136         * pgg-pgp5.el (pgg-pgp5):
10137         * pop3.el (pop3): Finish `defgroup' description with period.
10138
10139 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-art.el (article-display-face): Improve the efficiency.
10142         (article-display-x-face): Ditto; remove grey x-face stuff.
10143
10144 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (article-display-face): Correct the position in
10147         which Faces are inserted.
10148
10149 2005-06-29  Didier Verna  <didier@xemacs.org>
10150
10151         * gnus-art.el (article-display-face): Display faces in correct
10152         order.
10153
10154 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10157         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10158         (gnus-nocem-check-article): Fetch the Type header.
10159         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10160         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10161         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10162         make sure gnus-nocem-hashtb is initialized.
10163         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10164         (gnus-nocem-unwanted-article-p): Ditto.
10165
10166         * pgg.el (pgg-verify): Return the verification result.
10167
10168 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10169
10170         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10171         is ascii.
10172
10173 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10174
10175         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10176         `show-nonbreak-escape'.
10177
10178 2005-06-23  Lute Kamstra  <lute@gnu.org>
10179
10180         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10181
10182         * dig.el (dig-mode):
10183         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10184
10185 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10186
10187         * nnimap.el (nnimap-split-download-body): Fix spellings.
10188
10189 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10190
10191         * gnus-art.el (gnus-article-encrypt-body):
10192         * gnus-cus.el (gnus-score-customize):
10193         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10194         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10195
10196 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10197
10198         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10199         header by looking for magic "MII" at the beginnig.
10200
10201 2005-06-16  Miles Bader  <miles@gnu.org>
10202
10203         * gnus-xmas.el (gnus-xmas-group-startup-message):
10204         Use renamed gnus-splash face.
10205
10206         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10207         (assistant-field-face): New backward-compatibility alias for renamed
10208         face.
10209         (assistant-render-text): Use renamed assistant-field face.
10210
10211         * spam.el (spam): Remove "-face" suffix from face name.
10212         (spam-face): New backward-compatibility alias for renamed face.
10213         (spam-face, spam-initialize): Use renamed spam face.
10214
10215         * message.el (message-header-to, message-header-cc)
10216         (message-header-subject, message-header-newsgroups)
10217         (message-header-other, message-header-name)
10218         (message-header-xheader, message-separator, message-cited-text)
10219         (message-mml): Remove "-face" suffix from face names.
10220         (message-header-to-face, message-header-cc-face)
10221         (message-header-subject-face, message-header-newsgroups-face)
10222         (message-header-other-face, message-header-name-face)
10223         (message-header-xheader-face, message-separator-face)
10224         (message-cited-text-face, message-mml-face):
10225         New backward-compatibility aliases for renamed faces.
10226         (message-font-lock-keywords): Use renamed message faces.
10227
10228         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10229         (sieve-test-commands, sieve-tagged-arguments):
10230         Remove "-face" suffix from face names.
10231         (sieve-control-commands-face, sieve-action-commands-face)
10232         (sieve-test-commands-face, sieve-tagged-arguments-face):
10233         New backward-compatibility aliases for renamed faces.
10234         (sieve-control-commands-face, sieve-action-commands-face)
10235         (sieve-test-commands-face, sieve-tagged-arguments-face):
10236         Use renamed sieve faces.
10237
10238         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10239         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10240         (gnus-group-news-3-empty, gnus-group-news-4)
10241         (gnus-group-news-4-empty, gnus-group-news-5)
10242         (gnus-group-news-5-empty, gnus-group-news-6)
10243         (gnus-group-news-6-empty, gnus-group-news-low)
10244         (gnus-group-news-low-empty, gnus-group-mail-1)
10245         (gnus-group-mail-1-empty, gnus-group-mail-2)
10246         (gnus-group-mail-2-empty, gnus-group-mail-3)
10247         (gnus-group-mail-3-empty, gnus-group-mail-low)
10248         (gnus-group-mail-low-empty, gnus-summary-selected)
10249         (gnus-summary-cancelled, gnus-summary-high-ticked)
10250         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10251         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10252         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10253         (gnus-summary-low-undownloaded)
10254         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10255         (gnus-summary-low-unread, gnus-summary-normal-unread)
10256         (gnus-summary-high-read, gnus-summary-low-read)
10257         (gnus-summary-normal-read, gnus-splash):
10258         Remove "-face" suffix from face names.
10259         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10260         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10261         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10262         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10263         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10264         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10265         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10266         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10267         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10268         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10269         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10270         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10271         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10272         (gnus-summary-normal-ticked-face)
10273         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10274         (gnus-summary-normal-ancient-face)
10275         (gnus-summary-high-undownloaded-face)
10276         (gnus-summary-low-undownloaded-face)
10277         (gnus-summary-normal-undownloaded-face)
10278         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10279         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10280         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10281         (gnus-splash-face):
10282         New backward-compatibility aliases for renamed faces.
10283         (gnus-group-startup-message): Use renamed gnus faces.
10284
10285         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10286         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10287         (gnus-server-agent): Remove "-face" suffix from face names.
10288         (gnus-server-agent-face, gnus-server-opened-face)
10289         (gnus-server-closed-face, gnus-server-denied-face)
10290         (gnus-server-offline-face):
10291         New backward-compatibility aliases for renamed faces.
10292         (gnus-server-agent-face, gnus-server-opened-face)
10293         (gnus-server-closed-face, gnus-server-denied-face)
10294         (gnus-server-offline-face): Use renamed gnus faces.
10295
10296         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10297         Remove "-face" suffix from face names.
10298         (gnus-picon-xbm-face, gnus-picon-face):
10299         New backward-compatibility aliases for renamed faces.
10300
10301         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10302         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10303         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10304         (gnus-cite-11): Remove "-face" suffix from face names.
10305         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10306         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10307         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10308         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10309         New backward-compatibility aliases for renamed faces.
10310         (gnus-cite-attribution-face, gnus-cite-face-list)
10311         (gnus-article-boring-faces): Use renamed gnus faces.
10312
10313         * gnus-art.el (gnus-signature, gnus-header-from)
10314         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10315         (gnus-header-content): Remove "-face" suffix from face names.
10316         (gnus-signature-face, gnus-header-from-face)
10317         (gnus-header-subject-face, gnus-header-newsgroups-face)
10318         (gnus-header-name-face, gnus-header-content-face):
10319         New backward-compatibility aliases for renamed faces.
10320         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10321
10322         * gnus-sum.el (gnus-summary-selected-face)
10323         (gnus-summary-highlight): Use renamed gnus faces.
10324         * gnus-group.el (gnus-group-highlight): Likewise.
10325
10326 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10327
10328         * gnus-sieve.el (gnus-sieve-article-add-rule):
10329         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10330         * spam-stat.el (spam-stat-buffer-change-to-spam)
10331         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10332
10333         * message.el (message-is-yours-p):
10334         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10335
10336 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * mm-view.el (mm-inline-text): Withdraw the last change.
10339
10340 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10343         executing enriched-decode.
10344
10345 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10348         charset of tar files.
10349
10350 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10351
10352         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10353
10354 2005-06-04  Lute Kamstra  <lute@gnu.org>
10355
10356         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10357         information is never recorded.
10358
10359 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10360
10361         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10362
10363 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * pop3.el (pop3-apop): Run md5 in the binary mode.
10366
10367         * starttls.el (starttls-set-process-query-on-exit-flag):
10368         Use eval-and-compile.
10369
10370 2005-05-31  Simon Josefsson  <jas@extundo.com>
10371
10372         * smime.el (smime-replace-in-string): Define.
10373         (smime-cert-by-ldap-1): Use it.
10374
10375 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * gnus-art.el (article-display-x-face): Replace
10378         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10379
10380         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10381         set-process-query-on-exit-flag or process-kill-without-query.
10382
10383         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10384         loop instead of replace-regexp.
10385
10386         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10387         instead of process-kill-without-query if it is available.
10388
10389         * lpath.el: Fbind ldap-search-entries.
10390
10391         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10392         instead of find-file-hooks if it is available.
10393
10394         * mml1991.el: Bind pgg-default-user-id when compiling.
10395
10396         * mml2015.el: Bind pgg-default-user-id when compiling.
10397
10398         * nndraft.el (nndraft-request-associate-buffer):
10399         Use write-contents-functions instead of write-contents-hooks if it is
10400         available.
10401
10402         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10403         instead of find-file-hooks if it is available.
10404
10405         * nntp.el (nntp-open-connection): Replace
10406         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10407         (nntp-open-ssl-stream): Ditto.
10408         (nntp-open-tls-stream): Ditto.
10409
10410         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10411         set-process-query-on-exit-flag or process-kill-without-query.
10412         (starttls-open-stream-gnutls): Use it instead of
10413         process-kill-without-query.
10414         (starttls-open-stream): Ditto.
10415
10416 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10417
10418         * smime.el (smime-cert-by-ldap-1): Don't use
10419         replace-regexp-in-string.
10420
10421 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10422
10423         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10424
10425         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10426         in PEM format.  Adjust to the XEmacs compability.
10427
10428 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10431         by `string-to-number'.
10432         * gnus-agent.el (gnus-agent-regenerate-group)
10433         (gnus-agent-fetch-articles): Ditto.
10434         * gnus-art.el (gnus-button-fetch-group): Ditto.
10435         * gnus-cache.el (gnus-cache-generate-active)
10436         (gnus-cache-articles-in-group): Ditto.
10437         * gnus-group.el (gnus-group-set-current-level)
10438         (gnus-group-insert-group-line): Ditto.
10439         * gnus-score.el (gnus-score-set-expunge-below)
10440         (gnus-score-set-mark-below, gnus-summary-score-effect)
10441         (gnus-summary-score-entry): Ditto.
10442         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10443         (gnus-soup-pack): Ditto.
10444         * gnus-spec.el (gnus-xmas-format): Ditto.
10445         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10446         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10447         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10448         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10449         * nndb.el (nndb-get-remote-expire-response): Ditto.
10450         * nndiary.el (nndiary-parse-schedule-value)
10451         (nndiary-string-to-number, nndiary-request-replace-article)
10452         (nndiary-request-article): Ditto.
10453         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10454         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10455         * nneething.el (nneething-make-head): Ditto.
10456         * nnfolder.el (nnfolder-request-article)
10457         (nnfolder-retrieve-headers): Ditto.
10458         * nnheader.el (nnheader-file-to-number): Ditto.
10459         * nnkiboze.el (nnkiboze-request-article): Ditto.
10460         * nnmail.el (nnmail-process-unix-mail-format)
10461         (nnmail-process-babyl-mail-format): Ditto.
10462         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10463         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10464         (nnmh-request-create-group, nnmh-request-list-1)
10465         (nnmh-request-group, nnmh-request-article): Ditto.
10466         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10467         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10468         * nnsoup.el (nnsoup-make-active): Ditto.
10469         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10470         * nntp.el (nntp-find-group-and-number)
10471         (nntp-retrieve-headers-with-xover): Ditto.
10472         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10473         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10474         (pgg-format-key-identifier): Ditto.
10475         * pop3.el (pop3-last, pop3-stat): Ditto.
10476         * qp.el (quoted-printable-decode-region): Ditto.
10477
10478         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10479         of concat.
10480
10481 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10484
10485         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10486
10487         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10488
10489         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10490
10491         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10492
10493         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10494
10495         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10496         (gnus-carpal-mode): Ditto.
10497
10498         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10499         (gnus-browse-mode): Ditto.
10500
10501         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10502
10503         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10504
10505 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10506
10507         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10508
10509 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * gnus-util.el (gnus-run-mode-hooks): New function.
10512
10513         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10514
10515         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10516         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10517
10518 2005-05-27  Lute Kamstra  <lute@gnu.org>
10519
10520         * dns-mode.el (dns-mode): Specify customization group.
10521
10522 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10523
10524         * gnus-agent.el (gnus-agent-make-mode-line-string):
10525         Use mode-line-highlight as mouse-face.
10526
10527 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * canlock.el (canlock): Change the parent group to news.
10530
10531         * deuglify.el (gnus-outlook-deuglify): Add :group.
10532
10533         * dig.el (dig): Add :group.
10534
10535         * dns-mode.el (dns-mode): Add :group.
10536
10537         * encrypt.el (encrypt): Add :group.
10538
10539         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10540         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10541         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10542         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10543         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10544
10545         * gnus-diary.el (gnus-diary): Add :group.
10546
10547         * gnus.el (gnus-group-news-1-face): Add :group.
10548         (gnus-group-news-1-empty-face): Ditto.
10549         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10550         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10551         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10552         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10553         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10554         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10555         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10556         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10557         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10558         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10559         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10560         (gnus-summary-high-ticked-face): Ditto.
10561         (gnus-summary-low-ticked-face): Ditto.
10562         (gnus-summary-normal-ticked-face): Ditto.
10563         (gnus-summary-high-ancient-face): Ditto.
10564         (gnus-summary-low-ancient-face): Ditto.
10565         (gnus-summary-normal-ancient-face): Ditto.
10566         (gnus-summary-high-undownloaded-face): Ditto.
10567         (gnus-summary-low-undownloaded-face): Ditto.
10568         (gnus-summary-normal-undownloaded-face): Ditto.
10569         (gnus-summary-high-unread-face): Ditto.
10570         (gnus-summary-low-unread-face): Ditto.
10571         (gnus-summary-normal-unread-face): Ditto.
10572         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10573         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10574
10575         * hashcash.el (hashcash): New custom group.
10576         (hashcash-default-payment): Add :group.
10577         (hashcash-payment-alist): Ditto.
10578         (hashcash-default-accept-payment): Ditto.
10579         (hashcash-accept-resources): Ditto.
10580         (hashcash-path): Ditto.
10581         (hashcash-extra-generate-parameters): Ditto.
10582         (hashcash-double-spend-database): Ditto.
10583         (hashcash-in-news): Ditto.
10584
10585         * message.el (message-minibuffer-local-map): Add :group.
10586
10587         * netrc.el (netrc): Add :group.
10588
10589         * sieve-manage.el (sieve-manage-log): Add :group.
10590         (sieve-manage-default-user): Diito.
10591         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10592         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10593         (sieve-manage-authenticators): Ditto.
10594         (sieve-manage-authenticator-alist): Ditto.
10595         (sieve-manage-default-port): Ditto.
10596
10597         * sieve-mode.el (sieve-control-commands-face): Add :group.
10598         (sieve-action-commands-face): Ditto.
10599         (sieve-test-commands-face): Ditto.
10600         (sieve-tagged-arguments-face): Ditto.
10601
10602         * smime.el (smime): Add :group.
10603
10604         * spam-report.el (spam-report): Add :group.
10605
10606         * spam.el (spam, spam-face): Add :group.
10607
10608 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10611         return \n.\n.\n at the end of articles.  Protect against that.
10612         (nntp-with-open-group): Allow debugging.
10613
10614         * nnheader.el (mail-header-set-extra): Make into a function
10615         because I just could't understand how to quote the list properly.
10616
10617         * dns.el (query-dns-cached): New function.
10618
10619 2005-05-26  Lute Kamstra  <lute@gnu.org>
10620
10621         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10622
10623 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10626
10627         * gnus-art.el: Don't autoload mail-extract-address-components.
10628
10629         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10630         eval-and-compile to evaluate it.
10631
10632         * hashcash.el: Don't autoload executable-find.
10633
10634         * nndb.el: Don't declare the nndb back end two or more times; don't
10635         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10636
10637         * nntp.el: Autoload format-spec instead of format; use
10638         eval-and-compile to evaluate autoload forms.
10639
10640 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10641
10642         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10643
10644 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * gnus.el (gnus-version-number): Bump version.
10647
10648 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10649
10650         * gnus.el: No Gnus v0.3 is released.
10651
10652 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * lpath.el (featurep): Bind show-nonbreak-escape.
10655
10656 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * gnus-art.el (gnus-article-edit-part): Disable undo.
10659
10660 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10663         gnus-article-date-lapsed-new-header is t if date timer is active;
10664         skip headers in which the original date value is empty.
10665         (gnus-article-save-original-date): Redefine it as a macro.
10666         (gnus-display-mime): Use it.
10667
10668 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-art.el (article-date-ut): Support converting date in
10671         forwarded parts as well.
10672         (gnus-article-save-original-date): New function.
10673         (gnus-display-mime): Use it.
10674
10675 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10676
10677         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10678         enclosure element of <item>.
10679
10680 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * message.el (message-kill-buffer-query): Renamed from
10683         `message-kill-buffer-query-if-modified'.  Added :version.
10684
10685 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10688         window layout.
10689
10690 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mml.el: Autoload dnd when compiling.
10693
10694 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10697         x-dnd-*.
10698
10699 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * qp.el (quoted-printable-encode-region): Save excursion.
10702
10703 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10704
10705         * message.el (message-kill-buffer-query-if-modified): Add new variable
10706         so the user can kill a modified message buffer quickly.
10707         (message-kill-buffer): Use it.
10708
10709 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * lpath.el: Fbind display-time-event-handler; don't fbind
10712         string-to-multibyte.
10713
10714         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10715
10716 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10719         contained in text because xml.el decodes entities) with LFs.
10720
10721 2005-04-11  Lute Kamstra  <lute@gnu.org>
10722
10723         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10724         differently.
10725
10726 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10727
10728         * mm-util.el (mm-detect-coding-region): Typo.
10729
10730 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10733
10734 2005-04-06  Deepak Goel  <deego@gnufans.org>
10735
10736         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10737         user-function allow user modifications of the scores.
10738         (spam-stat-score-buffer-user): New function, to allow
10739         user-computed modifications to the score.
10740         (spam-stat-score-buffer-user-functions): List of additional
10741         scoring functions.
10742         (spam-stat-error-holder): Global temporary error holder.
10743         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10744         variable.
10745
10746 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10747
10748         * gnus-registry.el (gnus-registry-clean-empty-function)
10749         (gnus-registry-trim, gnus-registry-fetch-groups)
10750         (gnus-registry-delete-group): Groups that match
10751         `gnus-registry-ignored-groups' are removed from the registry
10752         entries, not just ignored for splitting.  This helps clean up the
10753         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10754         to get all the groups a message ID is in.
10755
10756         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10757         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10758         (spam-stat-score-buffer-user-functions): Add :number custom type.
10759
10760 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10763         argument in XEmacs.
10764
10765         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10766         (nnrss-request-group): Decode group name first.
10767         (nnrss-request-article): Make a text/plain article if mml-to-mime
10768         failed.
10769         (nnrss-get-encoding): Return a compatible encoding according to
10770         nnrss-compatible-encoding-alist.
10771         (nnrss-find-el): Use consp instead of listp.
10772         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10773
10774 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10777         which Emacs 20 doesn't support.
10778         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10779
10780 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10783         silence the byte compiler inside the defun.
10784
10785         * gnus-demon.el (parse-time-string): Add autoload.
10786
10787         * gnus-delay.el (parse-time-string): Add autoload.
10788
10789         * gnus-art.el (parse-time-string): Add autoload.
10790
10791         * nnultimate.el (parse-time): Require for `parse-time-string'.
10792
10793 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10796
10797         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10798
10799         * smime.el (smime-ldap-host-list): Add :version.
10800
10801 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10804         pass it to `gnus-browse-read-group'.
10805         (gnus-browse-read-group): Add NUMBER argument and pass it to
10806         `gnus-group-read-ephemeral-group'.
10807
10808         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10809         argument and pass it to `gnus-group-read-group'.
10810
10811 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10812
10813         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10814         mm-xemacs-find-mime-charset-1 if we have the mule feature
10815         available at runtime.
10816
10817 2005-03-25  Werner Lemberg  <wl@gnu.org>
10818
10819         * nnmaildir.el: Replace `illegal' with `invalid'.
10820
10821 2005-03-23  Lute Kamstra  <lute@gnu.org>
10822
10823         * time-date.el: Add comment on time value formats.
10824         Don't require parse-time.
10825         (with-decoded-time-value): New macro.
10826         (encode-time-value): New function.
10827         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10828         (days-to-time): Return a valid time value when arg is huge.
10829         (time-since): Use time-subtract.
10830         (time-to-number-of-days): Use time-to-seconds.
10831
10832 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * gnus-start.el (gnus-display-time-event-handler):
10835         Check display-time-timer at runtime rather than only at load time
10836         in case display-time-mode is turned off in the mean time.
10837
10838 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10841         used.
10842
10843         * nneething.el (nneething-map-file-directory): Derive from
10844         `gnus-directory'.
10845
10846         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10847         the To/Cc button.
10848
10849 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * nnmaildir.el (nnmaildir-request-accept-article):
10852         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10853
10854 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10855
10856         * gnus-async.el: Require timer-funcs at compile time when in
10857         XEmacs for `run-with-idle-timer'.
10858
10859 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10860
10861         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10862         autoloaded function.
10863
10864 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10865
10866         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10867
10868 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10869
10870         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10871
10872 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10873
10874         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10875         gnus-expert-user to default.
10876
10877 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10878
10879         * nnimap.el (nnimap-open-server): Ditto.
10880
10881         * imap.el (imap-authenticate): Fix typo.
10882
10883 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10884
10885         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10886         buffer (since IMAP server might return FETCH response out of
10887         order, and the nntp buffer must be sorted).
10888
10889 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10890
10891         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10892         comparison on string.
10893
10894         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10895         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10896         (gnus-agent-summary-fetch-series): Modified to protect against
10897         gnus-agent-summary-fetch-group clearing processable flags.
10898         (gnus-agent-synchronize-group-flags): Update live group buffer as
10899         synchronization may occur due to the user toggle the plugged
10900         status.
10901         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10902         successfully downloaded.
10903         (gnus-agent-expire-group-1): Avoid using markers when the overview
10904         is in ascending order; greatly improves performance.
10905         (gnus-agent-regenerate-group): Use
10906         gnus-agent-synchronize-group-flags to reset read status in both
10907         gnus and server.
10908         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10909
10910 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * message.el: Don't autoload former message-utils variables.
10913         (message-strip-subject-trailing-was): Change doc string.
10914
10915         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10916         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10917         (nnweb-google-search): Add "hl=en" here.
10918         (nnweb-google-parse-1, nnweb-google-create-mapping):
10919         Don't hardcode URL.
10920
10921 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * message.el (message-get-reply-headers, message-followup):
10924         Mention related variables `message-use-followup-to' and
10925         `message-use-mail-followup-to', in the information buffer.
10926
10927         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10928         of broken groups(-beta).google.com.
10929
10930 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10931
10932         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10933         parameter to invoked gnus-request-move-article; remove the
10934         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10935         all at once instead of once per article.
10936         (gnus-summary-remove-process-mark): Accept a list of articles as
10937         well as a single article for processing.
10938
10939         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10940         parameter.
10941
10942         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10943
10944         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10945
10946         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10947         parameter.
10948
10949         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10950         parameter.
10951
10952         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10953         parameter and remove the gnus-sum-hint-move-is-internal variable.
10954
10955         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10956         parameter.
10957
10958         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10959         parameter.
10960
10961         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10962         parameter.
10963
10964         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10965
10966         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10967         parameter.
10968
10969         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10970         parameter.
10971
10972 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10973
10974         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10975         a more conservative way.
10976
10977 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10978
10979         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10980         buffer, so it moves the window's cursor.
10981
10982 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10983
10984         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10985         `mm-dissect-multipart' and receive the from field as an (optional)
10986         argument from `mm-dissect-multipart'.
10987         (mm-dissect-multipart): Receive the from field as an argument and
10988         pass it on when we call `mm-dissect-buffer' on MIME parts.
10989         Fixes verification/decryption of signed/encrypted MIME parts.
10990
10991 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10992
10993         * gnus-sum.el (gnus-summary-move-article): Set
10994         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10995         whatever it calls (right now, only nnimap-request-move article
10996         respects it).
10997
10998         * nnimap.el (nnimap-request-move-article): When
10999         gnus-sum-hint-move-is-internal is set, don't do the extra
11000         nnimap-request-article.
11001
11002 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11005
11006         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11007         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11008
11009         * gnus-sum.el (gnus-summary-caesar-message):
11010         Apply `gnus-treat-article' after rotation.
11011
11012         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11013         doc string.
11014
11015 2005-02-22  Simon Josefsson  <jas@extundo.com>
11016
11017         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11018         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11019         <arne@arnested.dk>.
11020         (encrypt): Add password-cache and password-cache-expiry as group
11021         members.
11022
11023 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11024
11025         * smime.el (smime-ldap-host-list): Doc fix.
11026         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11027         cache) password.
11028         (smime-sign-region): Use it.
11029         (smime-decrypt-region): Use it.
11030         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11031         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11032         fails.
11033         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11034         certificate from DER to PEM format rather than calling openssl.
11035
11036         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11037
11038         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11039         for signing/encryption.
11040
11041         * mml.el (mml-parse-1): Use them.
11042
11043 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11044
11045         * nnrss.el (nnrss-verbose): Removed.
11046         (nnrss-request-group): Use `nnheader-message' instead.
11047
11048 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11049
11050         * nnrss.el (nnrss-verbose): New variable.
11051         (nnrss-request-group): Make it say nnrss is requesting a group.
11052
11053 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11056         Handle news URL with given port correctly.
11057
11058 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11061         containing special characters.
11062
11063         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11064
11065         * mml.el (mime-to-mml): Ditto.
11066
11067         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11068         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11069         (rfc2047-decode-region): Quote decoded words containing special
11070         characters when rfc2047-quote-decoded-words-containing-tspecials
11071         is non-nil.
11072
11073 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11076
11077         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11078
11079 2005-02-15  Simon Josefsson  <jas@extundo.com>
11080
11081         * nnimap.el (nnimap-debug): Doc fix.
11082
11083         * imap.el (imap-debug): Doc fix.
11084
11085 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11088
11089 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11090
11091         * gnus.el (spam-contents): Improve docs for spam-contents
11092         parameter in its variable incarnation.
11093
11094 2005-02-14  Simon Josefsson  <jas@extundo.com>
11095
11096         * smime-ldap.el: Use require instead of load-library for ldap.
11097         (smime-ldap-search): Indent.
11098         (smime-ldap-search-internal): Shorten line.
11099
11100         * smime.el (smime-cert-by-dns): Add doc-string.
11101         (smime-cert-by-ldap-1): Indent.
11102
11103         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11104         mml-smime-get-dns-ldap.
11105         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11106
11107 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11108
11109         * smime.el: Require smime-ldap.
11110         (smime-ldap-host-list): New variable.
11111         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11112
11113         * mml-smime.el (mml-smime-encrypt-query): New function.
11114         (mml-smime-encrypt-query): Use it.
11115
11116         * smime-ldap.el: New file.
11117
11118 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11121
11122 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11125         argument in doc string.  Make query for type more clear.
11126
11127 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus.el (gnus-group-startup-message): Search for gnus images in
11130         etc/images/gnus.
11131         * mm-util.el (mm-image-load-path): Likewise.
11132         * smiley.el (smiley-data-directory): Search for smilies in
11133         etc/images/smilies.
11134
11135 2005-02-09  Kim F. Storm  <storm@cua.dk>
11136
11137         Change Emacs release version from 21.4 to 22.1 throughout.
11138         Change Emacs development version from 21.3.50 to 22.0.50.
11139
11140 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11143
11144         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11145         non-Mule XEmacs as well.
11146         (mm-decompress-buffer): Signal an error intentionally if it does
11147         not decompress compressed data because auto-compression-mode is
11148         disabled.
11149
11150 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11151
11152         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11153         an ID in the registry even if it has no groups.
11154
11155 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11158         merge it into mm-decompress-buffer.
11159         (gnus-mime-copy-part): Use the MIME part charset, the value which
11160         a user specified or gnus-newsgroup-charset for decoding, like
11161         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11162         save-buffer what was used.  Suggested by Kevin Ryde
11163         <user42@zip.com.au>.
11164         (gnus-mime-inline-part): Allow the name parameter as well as the
11165         filename parameter; force decompressing of compressed data; always
11166         display contents being not decoded as unibyte.
11167
11168         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11169         as well as the filename parameter.
11170
11171         * mm-util.el (mm-decompress-buffer): Merge
11172         gnus-mime-jka-compr-maybe-uncompress.
11173         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11174         of compressed data.
11175
11176 2005-02-08  Simon Josefsson  <jas@extundo.com>
11177
11178         * imap.el (imap-log): Doc fix.
11179
11180 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11183         the coding cookies; decompress compressed parts.
11184
11185         * mml.el (mml-generate-mime-1): Add the charset parameter according
11186         to the value which a user specified manually or the coding cookie.
11187
11188         * mm-util.el (mm-string-to-multibyte): New function.
11189         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11190         (mm-coding-system-to-mime-charset): New function.
11191         (mm-decompress-buffer): New function.
11192         (mm-find-buffer-file-coding-system): New function.
11193
11194         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11195         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11196         parts.
11197
11198 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11199
11200         * mm-view.el (mm-display-inline-fontify): Decode a part according
11201         to the charset parameter.
11202
11203 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11206         prefix arg is neither nil nor a number, as info specifies.
11207
11208 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11211         timestamps.
11212
11213 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11214
11215         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11216         groups error checking and notify user.
11217
11218 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11219
11220         * message.el (message-send-mail-function): Check existence of
11221         sendmail-program first before using default value
11222         `message-send-mail-with-sendmail'.  Otherwise use more generic
11223         `smtpmail-send-it'.
11224
11225 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nntp.el (nntp-request-update-info): Always return nil.
11228
11229 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11230
11231         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11232
11233 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11234
11235         * message.el (message-beginning-of-line): Change the behavior when
11236         invoked between BOL and : so that it first moves backward.
11237
11238 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11241         article buffer when editing of the article is discarded.
11242         (gnus-article-prepare): Revert.
11243
11244 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gnus-art.el (gnus-article-prepare):
11247         Remove message-strip-forbidden-properties from the local hook.
11248
11249 2005-01-27  Simon Josefsson  <jas@extundo.com>
11250
11251         * password.el (password-cache-add): Only start one timer per key.
11252         Reported by Derek Atkins <warlord@MIT.EDU>.
11253
11254 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11255
11256         * run-at-time.el: Removed.  It is no longer needed as
11257         timer-funcs.el in the xemacs-base package has a working version of
11258         `run-at-time'.
11259
11260         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11261
11262         * password.el: Require timer-funcs instead of run-at-time in
11263         XEmacs.
11264         Remove `password-run-at-time' macro.
11265         (password-cache-add): Use `run-at-time' instead of
11266         `password-run-at-time'.
11267
11268         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11269         Remove `nnheader-cancel-function-timers' alias,
11270         `cancel-function-timers' exists in XEmacs in timer-funcs.
11271
11272         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11273         for `run-with-idle-timer'.
11274
11275         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11276         for `run-at-time'.
11277
11278         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11279         for `with-timeout'.
11280
11281         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11282         the same as for XEmacs 21.4.
11283         No need to ignore `run-with-idle-timer', this function exists in
11284         XEmacs now in timer-funcs.el in the xemacs-base package.
11285         (dgnushack-compile): No need to delete
11286         run-at-time.el from the list of files to compile because it
11287         doesn't exist anymore.
11288
11289 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11292         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11293
11294 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11295
11296         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11297         sensitively.
11298
11299 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11300
11301         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11302
11303 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11306         which will be inserted according to the multibyteness of a buffer
11307         rather than the type of contents.  Suggested by ARISAWA Akihiro
11308         <ari@mbf.ocn.ne.jp>.
11309
11310         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11311         of string which old xml.el may return rather than a string.
11312
11313 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11316
11317 2005-01-16  Simon Josefsson  <jas@extundo.com>
11318
11319         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11320         idn/idna.el isn't available.
11321         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11322         <michael@waxrat.com>.
11323
11324         * hashcash.el: Remove non-FSF copyright header.
11325
11326         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11327         (hashcash-generate-payment): Use it.
11328         (hashcash-generate-payment-async): Use it.
11329
11330 2005-01-15  Simon Josefsson  <jas@extundo.com>
11331
11332         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11333         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11334
11335         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11336         gnus-summary-idna-message.
11337         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11338         (gnus-summary-idna-message): New function.
11339
11340 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11343         gnus-novice-user.
11344
11345 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * nnrss.el (nnrss-request-delete-group): Delete entries in
11348         nnrss-group-alist as well.
11349         (nnrss-save-server-data): Insert newline.
11350
11351 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * gnus.el (gnus-user-agent): Use list of symbols instead of
11354         symbols.  Display full version number for (S)XEmacs.  Optionally
11355         display (S)XEmacs codename.
11356
11357         * gnus-util.el (gnus-emacs-version): Update for new
11358         `gnus-user-agent'.
11359
11360         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11361         Gnus version.
11362
11363 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11366         which is unreadable in some setups.
11367
11368 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-spec.el (gnus-update-format-specifications): Flush the
11371         group format spec cache if it doesn't support decoded group names.
11372
11373 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11376         Allow to apply decay on score files matching a regexp.
11377
11378 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11381         compatibility in %g and %c.
11382
11383 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11386         name for only %g and %c.
11387         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11388         of gnus-tmp-group to decoded group name.
11389         (gnus-group-make-rss-group): Exclude `/'s from group names.
11390
11391 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * nnrss.el (nnrss-get-encoding): Fix regexp.
11394
11395 2004-12-27  Simon Josefsson  <jas@extundo.com>
11396
11397         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11398         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11399         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11400
11401 2004-12-17  Kim F. Storm  <storm@cua.dk>
11402
11403         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11404
11405         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11406
11407 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11408
11409         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11410
11411 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * nnrss.el: Require rfc2047 and mml.
11414         (nnrss-file-coding-system): New variable.
11415         (nnrss-format-string): Redefine it as an inline function.
11416         (nnrss-decode-group-name): New function.
11417         (nnrss-string-as-multibyte): Remove.
11418         (nnrss-retrieve-headers): Decode group name; don't use
11419         nnrss-format-string.
11420         (nnrss-request-group): Decode group name.
11421         (nnrss-request-article): Decode group name; allow a Message-ID as
11422         well as an article number; don't use nnrss-format-string; encode a
11423         Message-ID string which may contain non-ASCII characters; use
11424         mml-to-mime to compose a MIME article.
11425         (nnrss-request-expire-articles): Decode group name.
11426         (nnrss-request-delete-group): Decode group name.
11427         (nnrss-fetch): Clarify error message.
11428         (nnrss-read-server-data): Use insert-file-contents instead of load;
11429         bind file-name-coding-system; use multibyte buffer.
11430         (nnrss-save-server-data): Bind coding-system-for-write to the
11431         value of nnrss-file-coding-system; bind file-name-coding-system;
11432         add coding cookie.
11433         (nnrss-read-group-data): Use insert-file-contents instead of load;
11434         bind file-name-coding-system; use multibyte buffer.
11435         (nnrss-save-group-data): Bind coding-system-for-write to the
11436         value of nnrss-file-coding-system; bind file-name-coding-system.
11437         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11438         make it work with non-ASCII text.
11439         (nnrss-find-el): Make it work with old xml.el as well.
11440
11441 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11442
11443         * nnrss.el (nnrss-get-encoding): New function.
11444         (nnrss-fetch): Use unibyte buffer initially; bind
11445         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11446         decode contents according to the encoding attribute.
11447         (nnrss-save-group-data): Add coding cookie.
11448         (nnrss-mime-encode-string): New function.
11449         (nnrss-check-group): Use it to encode subject and author.
11450
11451 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11452
11453         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11454         imaginary variable.
11455
11456 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11459         correctly even if there are wide characters.
11460
11461 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11462
11463         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11464         downcased symbol names; make a new cache instead of reusing
11465         bbdb-hashtable.
11466
11467 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11470         concatenating segments rather than before concatenating them.
11471         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11472
11473         * message.el (message-get-reply-headers): Bind `extra'.
11474
11475 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * message.el (message-extra-wide-headers): New variable.
11478         (message-get-reply-headers): Use it.
11479
11480 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11483         (gnus-agent-group-pathname): Ditto.
11484
11485         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11486
11487         * gnus-group.el (gnus-group-make-group): Decode group name.
11488         (gnus-group-make-rss-group): Register the group data after opening
11489         the nnrss group.
11490
11491 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11492
11493         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11494         by expiry now get marked as read.
11495
11496 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11499
11500 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11501
11502         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11503         unify Latin characters in XEmacs.
11504         (mm-find-mime-charset-region): Use it.
11505
11506 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-util.el (gnus-delete-directory): New function.
11509
11510         * gnus-agent.el (gnus-agent-delete-group): Use it.
11511
11512         * gnus-cache.el (gnus-cache-delete-group): Use it.
11513
11514 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11517         names.
11518
11519 2004-12-16  Simon Josefsson  <jas@extundo.com>
11520
11521         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11522
11523 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11526
11527         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11528         (gnus-group-set-current-level): Decode group name.
11529
11530 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11531
11532         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11533         failed.
11534
11535 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-group.el (gnus-group-delete-group): Decode group name.
11538         (gnus-group-make-rss-group): Encode group name.
11539         (gnus-group-catchup-current): Decode group name.
11540         (gnus-group-kill-group): Decode group name.
11541
11542 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11543
11544         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11545
11546 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-group.el (gnus-group-make-rss-group):
11549         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11550
11551         * gnus-start.el (gnus-setup-news): Honor user's setting to
11552         gnus-message-archive-method.  Suggested by Lute Kamstra
11553         <lute@gnu.org>.
11554
11555 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11556
11557         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11558         global counterparts of the buffer-local variables.
11559
11560 2004-11-16  Romain Francoise  <romain@orebokech.com>
11561
11562         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11563         counterparts of the buffer-local variables.
11564
11565 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * message.el (message-forbidden-properties): Fixed typo in doc
11568         string.
11569
11570 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-util.el (gnus-replace-in-string): Added doc string.
11573
11574         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11575         to avoid problems when splitting mails with many recipients.
11576
11577 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11578
11579         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11580         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11581
11582 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11583
11584         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11585         if there is no hashtable in memory or file modification time is
11586         newer than cached timestamp.
11587
11588 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11591         not-matching option.
11592
11593 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11596         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11597         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11598         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11599         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11600         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11601
11602 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * message.el (message-forward-make-body-mml): Remove headers
11605         according to message-forward-ignored-headers if a message is decoded.
11606
11607 2004-12-02  Romain Francoise  <romain@orebokech.com>
11608
11609         * message.el (message-forward-make-body-plain): Always remove
11610         headers according to message-forward-ignored-headers.
11611
11612 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11613
11614         * spam.el (spam-summary-prepare-exit): Remove the
11615         gnus-summary-limit pop for now, it has problems with ham marks for
11616         me.
11617
11618 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11619
11620         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11621         correctly.
11622
11623 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11624
11625         * format-spec.el (format-spec): Message the char.
11626
11627 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11628
11629         * gnus-art.el (gnus-split-methods): Reformat comments.
11630
11631         * spam.el (spam-summary-prepare-exit): Remove article limits
11632         before exiting the summary buffer.
11633
11634 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11637         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11638
11639         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11640         order to silence the byte compiler.
11641
11642         * spam.el: Fix the way to silence the byte compiler, which
11643         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11644         bbdb-search-simple, spam-BBDB-register-routine,
11645         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11646         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11647         spam-stat-buffer-is-spam, spam-stat-load,
11648         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11649         spam-stat-save and spam-stat-split-fancy.
11650
11651 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11654         which may confuse users.
11655         (canlock-password-for-verify): Ditto.
11656
11657         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11658
11659         * gnus-art.el (gnus-emphasis-alist): Ditto.
11660
11661         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11662
11663         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11664
11665         * gnus-start.el (gnus-save-killed-list): Ditto.
11666
11667         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11668         (gnus-sum-thread-tree-root): Ditto.
11669         (gnus-sum-thread-tree-false-root): Ditto.
11670         (gnus-sum-thread-tree-single-indent): Ditto.
11671
11672         * message.el (message-courtesy-message): Ditto.
11673         (message-archive-note): Ditto.
11674         (message-subscribed-address-file): Ditto.
11675         (message-user-fqdn): Ditto.
11676
11677         * spam-report.el (spam-report-gmane-regex): Ditto.
11678
11679         * spam.el (spam-blackhole-good-server-regex): Ditto.
11680
11681 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * mml.el (mml-preview): Widen the message buffer before copying
11684         the contents to the preview buffer; sort headers before previewing.
11685
11686         * message.el (message-hidden-headers): Fix the way to avoid a bug
11687         in the `repeat' widget in Emacs 21.3 or earlier.
11688
11689 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * message.el (message-hidden-headers): Default to "^References:".
11692         Improve customization type.  Suggested by Reiner Steib
11693         <Reiner.Steib@gmx.de>.
11694
11695 2004-11-25  Romain Francoise  <romain@orebokech.com>
11696
11697         * message.el (message-strip-forbidden-properties): Remove check for
11698         obsolete `message-hidden' text property, hidden headers are not
11699         accessible in the buffer anymore.
11700
11701 2004-11-22  Romain Francoise  <romain@orebokech.com>
11702
11703         * message.el (message-header-format-alist): Add `From' in list
11704         so that it can be sorted.
11705         (message-fix-before-sending): Widen and sort headers before
11706         sending.
11707         (message-hide-headers): Use narrowing to hide headers by moving
11708         them to the top of the buffer and narrowing to the region
11709         underneath.
11710
11711 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * message.el (message-strip-forbidden-properties): Bind
11714         buffer-read-only (etc) to nil.
11715
11716 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11719         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11720
11721 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11722
11723         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11724
11725 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726
11727         * dns.el (query-dns): Use sit-for to time instead of
11728         accept-process-output, since that doesn't seem to work on udp
11729         sockets.
11730
11731 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11734
11735 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11736
11737         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11738         doc string.  Improve doc string.
11739
11740 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * nntp.el (nntp-request-update-info): Return nil if
11743         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11744         may not call gnus-activate-group which uselessly issues the GROUP
11745         commands for all nntp groups and wastes time.  Reported by Romain
11746         Francoise <romain@orebokech.com>.
11747
11748         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11749
11750 2004-11-15  Simon Josefsson  <jas@extundo.com>
11751
11752         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11753         headers separately.
11754         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11755         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11756
11757 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gnus-start.el (gnus-convert-old-newsrc):
11760         Assign legacy-gnus-agent to 5.10.7.
11761
11762 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11765         start of the lines.
11766
11767 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11768
11769         * hashcash.el (hashcash-default-payment): Change default to 20.
11770         (hashcash-default-accept-payment): Change default to 20.
11771         (hashcash-process-alist): New variable.
11772         (hashcash-generate-payment-async): Add.
11773         (hashcash-already-paid-p): Add.
11774         (hashcash-insert-payment): Don't generate payments twice.
11775         (hashcash-insert-payment-async): Add.
11776         (hashcash-insert-payment-async-2): Add.
11777         (hashcash-cancel-async): Add.
11778         (hashcash-wait-async): Add.
11779         (hashcash-processes-running-p): Add.
11780         (hashcash-wait-or-cancel): Add.
11781         (mail-add-payment): New optional argument.  Conditionally start
11782         asynchronous calculation.
11783         (mail-add-payment-async): Add.
11784
11785         * message.el (message-send-mail): Wait for asynchronous hashcash
11786         results.  Don't clobber existing X-Hashcash headers.
11787         (message-setup-1): Call mail-add-payment-async when
11788         message-generate-hashcash is non-nil.
11789
11790 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11791
11792         * message.el (message-use-alternative-email-as-from): Examine the
11793         From header as well; use message-make-from in order to include a
11794         user's full name.
11795
11796 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11799         default; improve customization type.
11800         (gnus-emphasis-custom-with-format): New macro.
11801         (gnus-emphasis-custom-value-to-external): New function.
11802         (gnus-emphasis-custom-value-to-internal): New function.
11803
11804 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * dns.el (query-dns): Resolve reverse addresses.
11807
11808 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11809
11810         * gnus-group.el (gnus-group-get-new-news): Use it.
11811
11812         * gnus-start.el (gnus-check-reasonable-setup): New function.
11813
11814 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11817         "Args out of range" error.  Reported by Arnaud Giersch
11818         <arnaud.giersch@free.fr>.
11819
11820 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11821
11822         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11823
11824 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11825
11826         * spam.el (spam group): Add :version.
11827
11828         * pgg-def.el (pgg group): Add :version.
11829
11830 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-art.el (gnus-article-edit-article): Don't associate the
11833         article buffer with a draft file.  This is a temporary measure
11834         against the 2004-08-22 change to gnus-article-edit-mode.
11835
11836 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11839         (html2text-format-tags): Remove unused variable `attr'.
11840
11841 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11844
11845         * tls.el (tls-process-connection-type, tls-success)
11846         (tls-certtool-program): Add :version.
11847
11848         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11849         (starttls-extra-arguments, starttls-process-connection-type)
11850         (starttls-connect, starttls-failure, starttls-success): Add :version.
11851
11852         * spam-stat.el (spam-stat): Add :version.
11853
11854         * sieve.el (sieve): Add :version.
11855
11856         * sha1.el (sha1): Add :version.
11857         (sha1-use-external): Remove redundant version.
11858
11859         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11860         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11861         (nnmail-split-fancy-match-partial-words)
11862         (nnmail-split-lowercase-expanded): Add :version.
11863
11864         * nndiary.el (nndiary): Add :version.
11865
11866         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11867
11868         * mml-sec.el (mml-default-sign-method)
11869         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11870         Add :version.
11871
11872         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11873
11874         * mm-url.el (mm-url-use-external, mm-url-program)
11875         (mm-url-arguments): Add :version.
11876
11877         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11878         (mm-attachment-file-modes, mm-decrypt-option)
11879         (mm-w3m-safe-url-regexp): Add :version.
11880
11881         * message.el (message-cite-prefix-regexp)
11882         (message-sendmail-envelope-from, message-minibuffer-local-map)
11883         (message-user-fqdn, message-completion-alist): Add :version.
11884
11885         * gnus-win.el (gnus-configure-windows-hook)
11886         (gnus-use-frames-on-any-display): Add :version.
11887
11888         * gnus-art.el (gnus-article-address-banner-alist)
11889         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11890         (gnus-treat-from-picon, gnus-treat-mail-picon)
11891         (gnus-treat-x-pgp-sig): Add :version.
11892
11893         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11894         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11895         (gnus-summary-article-delete-hook)
11896         (gnus-summary-display-while-building): Add :version.
11897
11898         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11899         (gnus-get-top-new-news-hook): Add :version.
11900
11901         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11902         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11903
11904         * gnus-registry.el (gnus-registry): Add :version.
11905
11906         * gnus-spec.el (gnus-use-correct-string-widths)
11907         (gnus-make-format-preserve-properties): Add :version.
11908
11909         * gnus.el (gnus-group-charter-alist)
11910         (gnus-group-fetch-control-use-browse-url)
11911         (gnus-install-group-spam-parameters): Add :version.
11912
11913         * gnus-diary.el (gnus-diary): Add :version.
11914
11915         * gnus-delay.el (gnus-delay): Add :version.
11916
11917         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11918         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11919         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11920         Add :version.
11921
11922         * gnus-agent.el (gnus-agent-max-fetch-size)
11923         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11924         (gnus-agent-prompt-send-queue): Add :version.
11925
11926         * deuglify.el (gnus-outlook-deuglify): Add :version.
11927
11928         * html2text.el: Beautify code.  Improve doc strings.  Some
11929         checkdoc cleanup.
11930         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11931
11932 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11933
11934         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11935
11936 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11937
11938         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11939         when package is loaded.
11940
11941         * spam.el (spam-summary-score-preferred-header): Add global preference
11942         for people who want to override the default SpamAssassin over
11943         Bogofilter preference (when both are set).
11944         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11945         (spam-user-format-function-S): Check
11946         spam-summary-score-preferred-header.
11947         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11948         (spam-user-format-function-S): Format the score correctly.
11949
11950 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11953         signature file.  Suggested by Manoj Srivastava
11954         <srivasta@golden-gryphon.com>.
11955
11956         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11957         iso-2022-jp even in the Japanese language environment.
11958         Suggested by Jason Rumney <jasonr@gnu.org>.
11959
11960 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11963         use the same characters as the dummy marks; make it free from
11964         getting affected by the language environment.
11965         (gnus-summary-read-group-1): Update mark positions only when the
11966         format spec is updated.
11967
11968         * gnus-spec.el (gnus-update-format-specifications): Return a list
11969         of updated types.
11970
11971 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11974         of boundp to check if display-warning is available.
11975
11976 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11977
11978         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11979
11980 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * nnspool.el (nnspool-spool-directory): Use news-path if the
11983         news-directory variable is not bound.
11984
11985         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11986         function instead of display-warning if it is not available.
11987
11988 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11991         v5-10: Use `point-at-bol'.
11992
11993 2004-10-26  Simon Josefsson  <jas@extundo.com>
11994
11995         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11996         <chenggao@gmail.com>.
11997
11998 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12001         instead.
12002
12003 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12004
12005         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12006         to remove a server from the nnimap-server-buffer-alist.
12007         (nnimap-open-connection, nnimap-close-server): Use it.
12008
12009         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12010
12011 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12014         running the major-mode function.
12015
12016 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12019         dummy marks in the right way.
12020
12021 2004-10-18  David Edmondson  <dme@dme.org>
12022
12023         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12024         excessively.
12025
12026 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12027
12028         * gnus-util.el (gnus-split-references): Accept a nil references
12029         string and go on blissfully.
12030
12031         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12032         cases where the references string is non-nil but has no references.
12033
12034         * encrypt.el: Add autoload tags.
12035
12036         * spam.el (spam-resolve-registrations-routine): Remove article
12037         from unregistration list too.  Reported by David Hanak
12038         <dhanak@isis.vanderbilt.edu>
12039
12040 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12043         nil.  Changed custom type.
12044
12045 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12048
12049         * gnus-sum.el (gnus-summary-move-article): Use it.
12050
12051 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12052
12053         * encrypt.el: Add autoload cookies.
12054
12055         * spam.el (spam-backend-article-list-property)
12056         (spam-backend-get-article-todo-list)
12057         (spam-backend-put-article-todo-list)
12058         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12059         Resolve registrations separately.
12060         (spam-register-routine): Format comments.
12061         (spam-unregister-routine, spam-register-routine): Always call with
12062         specific-articles, no default list.
12063         (spam-summary-prepare-exit): Use the spam-classifications function.
12064
12065         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12066         gnus-encrypt.el.
12067
12068         * encrypt.el: Copied from gnus-encrypt.el.
12069
12070         * gnus-encrypt.el: Commented that it's obsolete.
12071
12072 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12075         (gnus-score-save): Use it.
12076
12077         * message.el (message-bury): Use `window-dedicated-p'.
12078
12079 2004-10-15  Simon Josefsson  <jas@extundo.com>
12080
12081         * pop3.el (top-level): Don't require nnheader.
12082         (pop3-read-timeout): Add.
12083         (pop3-accept-process-output): Add.
12084         (pop3-read-response, pop3-retr): Use it.
12085
12086 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12087
12088         * spam.el (spam-register-routine): Move comment.
12089         (spam-verify-bogofilter): Use 'unknown for the initial
12090         spam-bogofilter-valid state, not 'never.
12091
12092         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12093         for netrc-machine.
12094
12095         * nnimap.el (nnimap-open-connection): Use
12096         netrc-machine-user-or-password.
12097
12098 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12099
12100         * gnus-registry.el (gnus-registry-unload-hook):
12101         Set as a variable with add-hook.
12102
12103         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12104         of news-path.
12105
12106         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12107
12108         * spam.el: Delete duplicate `provide'.
12109         (spam-unload-hook): Set as a variable with add-hook.
12110
12111 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12114         in the doc string.
12115
12116         * message.el (message-ignored-news-headers)
12117         (message-ignored-supersedes-headers)
12118         (message-ignored-resent-headers)
12119         (message-forward-ignored-headers): Improve custom type.
12120
12121 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * message.el (message-tokenize-header): Fix 2004-09-06 change
12124         which used point-min in the wrong place.
12125
12126 2004-10-12  Simon Josefsson  <jas@extundo.com>
12127
12128         * tls.el (tls-certtool-program): New variable.
12129         (tls-certificate-information): New function, based on
12130         ssl-certificate-information.
12131
12132 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * compface.el: Move the version of ELisp-based uncompface program
12135         to the contrib directory because of the copyright problem.
12136
12137 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * message.el (message-kill-buffer): Raise the current frame.
12140
12141 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12144
12145         * gnus.el (message-y-or-n-p): Autoload.
12146
12147         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12148         (pop3-password-required, pop3-authentication-scheme)
12149         (pop3-leave-mail-on-server): Made customizable.
12150         (pop3): New custom group.
12151         (pop3-retr): Remove `sleep-for' statements.
12152         Suggested by Dave Love <fx@gnu.org>.
12153
12154         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12155         Windows/DOS.
12156
12157         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12158         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12159         Dave Love <fx@gnu.org>.
12160
12161         * mml.el (mml-minibuffer-read-disposition): Require match.
12162         Suggested by Dave Love <fx@gnu.org>.
12163
12164 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12167         doc string.
12168
12169 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12172
12173 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12174
12175         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12176         instead of calling `mm-insert-inline', to decode text/* parts
12177         before displaying them.
12178
12179 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * mm-uu.el (mm-uu-text-plain-type): New variable.
12182         (mm-uu-pgp-signed-extract-1): Use it.
12183         (mm-uu-pgp-encrypted-extract-1): Use it.
12184         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12185         bind mm-uu-text-plain-type with that value.
12186         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12187         mm-uu-dissect.
12188
12189 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-group.el (gnus-update-group-mark-positions):
12192         * gnus-sum.el (gnus-update-summary-mark-positions):
12193         * message.el (message-check-news-body-syntax):
12194         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12195         of string-as-multibyte.
12196
12197 2004-10-05  Juri Linkov  <juri@jurta.org>
12198
12199         * gnus-group.el (gnus-update-group-mark-positions):
12200         * gnus-sum.el (gnus-update-summary-mark-positions):
12201         * message.el (message-check-news-body-syntax):
12202         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12203         8-bit unibyte values to a multibyte string for search functions.
12204
12205 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12208         (mm-uu-dissect-text-parts): New function.
12209
12210         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12211         dissect text parts.
12212
12213         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12214         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12215
12216         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12217
12218         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12219         gnus-current-topics instead of gnus-current-topic.
12220
12221 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12222
12223         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12224
12225 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12226
12227         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12228         where approriate.
12229
12230         * nnml.el (nnml-generate-active-info): do.
12231
12232         * nndiary.el (nndiary-generate-active-info): do.
12233
12234         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12235         (gnus-topic-move): do.
12236
12237         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12238         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12239
12240         * gnus-srvr.el (gnus-server-prepare)
12241         (gnus-server-open-all-servers): do.
12242
12243         * gnus-msg.el (gnus-summary-cancel-article)
12244         (gnus-summary-resend-message)
12245         (gnus-summary-mail-crosspost-complaint): do.
12246
12247         * gnus-move.el (gnus-change-server): do.
12248
12249         * gnus-group.el (gnus-group-unmark-all-groups)
12250         (gnus-group-set-current-level): do.
12251
12252 2004-10-04  Simon Josefsson  <jas@extundo.com>
12253
12254         * message.el (message-generate-hashcash): Doc fix.
12255
12256 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12257
12258         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12259         avoid infinite recursion via gnus-get-function.
12260
12261 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12262
12263         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12264
12265         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12266
12267         * nnmail.el (nnmail-split-history): do.
12268
12269         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12270         (nnml-request-delete-group): do.
12271
12272         * nnslashdot.el (nnslashdot-read-groups): do.
12273
12274         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12275         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12276
12277         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12278         (nnspool-sift-nov-with-sed): Use last.
12279         (nnspool-retrieve-headers-with-nov): Use mapc.
12280         (nnspool-request-newgroups): Use dolist.
12281         (nnspool-request-group): Use last.
12282
12283         * nntp.el (nntp-read-server-type): Use dolist.
12284
12285         * nnvirtual.el (nnvirtual-create-mapping)
12286         (nnvirtual-update-read-and-marked): Use dolist.
12287         (nnvirtual-convert-headers): Simplify.
12288
12289 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12290
12291         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12292         support for sync'ing tick marks.
12293
12294 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12297         there's no visible header.
12298
12299 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12300
12301         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12302         necessary, pass full group name to gnus-request-set-marks.
12303
12304 2004-10-01  Simon Josefsson  <jas@extundo.com>
12305
12306         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12307         acroread.
12308
12309 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * spam-report.el (spam-report-gmane): Fix interactive.
12312
12313         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12314
12315         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12316         when writing file.
12317         (gnus-agent-synchronize-flags): Don't default to being
12318         interactive.
12319
12320 2004-09-30  Simon Josefsson  <jas@extundo.com>
12321
12322         * message.el (message-generate-hashcash): Add.
12323         (message-send-mail): Use it, call mail-add-payment.
12324
12325 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12326
12327         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12328
12329 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12330
12331         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12332         gnus-requst-update-info with explicit code to sync the in-memory
12333         info read flags with the marks being sync'd to the backend.
12334
12335         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12336
12337 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12338
12339         * spam.el (spam-verify-bogofilter): Add new function.
12340         (spam-check-bogofilter)
12341         (spam-bogofilter-register-with-bogofilter): Use it.
12342         (spam-verify-bogofilter): Add small fixes.
12343
12344 2004-09-28  Simon Josefsson  <jas@extundo.com>
12345
12346         * hashcash.el (hashcash-generate-payment): Revert.
12347
12348 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12349
12350         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12351         gnus-extract-references instead of gnus-split-references.
12352
12353         * gnus-util.el (gnus-extract-references): Add new function, analogous
12354         to gnus-split-references but extracts only the message-ID without
12355         anything extra.
12356
12357         * hashcash.el (hashcash-generate-payment)
12358         (hashcash-check-payment): Do the right thing if hashcash-path is
12359         nil (because the hashcash program could not be found).
12360
12361         * spam.el (spam-use-hashcash): Remove comment.
12362
12363 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12364
12365         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12366         (gnus-cache-enter-article, gnus-cache-remove-article)
12367         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12368
12369         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12370
12371         * gnus-art.el (article-hide-boring-headers)
12372         (article-translate-strings, article-display-face)
12373         (gnus-article-mime-match-handle-first)
12374         (gnus-article-highlight-headers)
12375         (gnus-article-add-buttons-to-head): do.
12376
12377 2004-09-27  Simon Josefsson  <jas@extundo.com>
12378
12379         * hashcash.el: New version, from
12380         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12381         ../contrib/.
12382
12383 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12386
12387 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12388
12389         * gnus-dup.el (gnus-dup-open): Use mapc.
12390         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12391
12392         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12393         Reported by Stefan Wiens <s.wi@gmx.net>.
12394
12395         * gnus.el (gnus-shutdown): Use dolist.
12396
12397         * gnus-undo.el (gnus-undo): Use mapc.
12398
12399         * nnrss.el (nnrss-generate-active): do.
12400
12401         * message.el (message-cite-original-without-signature)
12402         (message-cite-original): Use mapc.
12403         (message-do-actions, message-make-forward-subject): Use dolist.
12404
12405 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12406
12407         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12408         deletion to remove entire duplicate line.  Fixes merged article
12409         number bug.
12410
12411 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12412
12413         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12414         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12415         first ask if you want to open a server and then, even when you
12416         responded with no, asking if you want to synchronize the server's
12417         flags.
12418         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12419         multi-line expressions.
12420         (gnus-agent-synchronize-group-flags): New internal function.
12421         Updates marks in memory (in the info structure) AND in the
12422         backend.
12423
12424         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12425
12426         * nnagent.el (nnagent-request-set-mark): Use
12427         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12428         method, to ensure that synchronization updates marks in the
12429         backend and in the info (in memory) structure.
12430
12431 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12434         convention fully; don't miss the root article of a thread; make
12435         the X-Draft-From header with correct article numbers.
12436
12437 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12438
12439         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12440         unless plugged.  Disable the agent so that an open failure causes
12441         an error.
12442
12443         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12444         Reverted 2004-09-21 change.  The backend must be opened while
12445         synchronizing flags even when the backend stores the flags
12446         locally.
12447
12448 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12451         in `header' match.  Reported by Svend Tollak Munkejord.
12452
12453         * message.el (message-cite-original): Fix use of
12454         `message-cite-articles-with-x-no-archive'.
12455
12456 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12459         (gnus-window-to-buffer): Ditto.
12460
12461         * mml.el (mml-preview-buffer): New variable.
12462         (mml-preview): Manage window layout with gnus-buffer-configuration.
12463
12464         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12465         X-Draft-From header even if those articles aren't quoted.
12466
12467 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12468
12469         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12470         (gnus-request-set-mark, gnus-request-update-mark): Use new
12471         g-s-t-u-l-m to decide to use backend even when unplugged.
12472
12473 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12476         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12477
12478 2004-09-20  Simon Josefsson  <jas@extundo.com>
12479
12480         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12481         "utf-16-le".
12482
12483 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12484
12485         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12486
12487 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * uudecode.el (uudecode-use-external): Add :version.
12490
12491         * smime.el (smime-CA-file, smime-encrypt-cipher)
12492         (smime-dns-server): Add :version.
12493
12494         * smiley.el (gnus-smiley-file-types): Add :version.
12495
12496         * sha1.el (sha1-use-external): Add :version.
12497
12498         * pgg-def.el (pgg-query-keyserver): Add :version.
12499
12500         * nnmail.el (nnmail-fancy-expiry-targets)
12501         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12502         Add :version.
12503
12504         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12505         (nnimap-retrieve-groups-asynchronous): Add :version.
12506         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12507
12508         * mml.el (mml-content-disposition-parameters)
12509         (mml-insert-mime-headers-always): Add :version.
12510
12511         * mm-util.el (mm-coding-system-priorities): Add :version.
12512
12513         * mm-decode.el (mm-inline-text-html-with-images)
12514         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12515         (mm-verify-option): Add :version.
12516         (mm-text-html-renderer): Change :version.
12517
12518         * message.el (message-fcc-externalize-attachments)
12519         (message-required-headers, message-draft-headers)
12520         (message-subject-trailing-was-query)
12521         (message-subject-trailing-was-ask-regexp)
12522         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12523         (message-mark-insert-end, message-archive-header)
12524         (message-archive-note, message-cross-post-default)
12525         (message-cross-post-note, message-followup-to-note)
12526         (message-cross-post-note-function, message-use-mail-followup-to)
12527         (message-subscribed-address-functions)
12528         (message-subscribed-address-file, message-subscribed-addresses)
12529         (message-subscribed-regexps, message-allow-no-recipients)
12530         (message-yank-cited-prefix, message-signature-insert-empty-line)
12531         (message-hidden-headers, message-hierarchical-addresses)
12532         (message-mail-user-agent, message-use-idna)
12533         (message-valid-fqdn-regexp)
12534         (message-strip-special-text-properties, message-header-synonyms)
12535         (message-beginning-of-line, message-tab-body-function): Add :version.
12536         (message-insert-canlock, message-wide-reply-confirm-recipients):
12537         Change :version.
12538
12539         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12540         and :version.
12541         (mail-source-delete-old-incoming-confirm)
12542         (mail-source-movemail-program): Add :version.
12543
12544         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12545         (gnus-agent-cache, gnus-agent): Change :version.
12546
12547         * gnus-util.el (gnus-use-byte-compile): Change :version.
12548
12549         * gnus-sum.el (gnus-summary-make-false-root-always)
12550         (gnus-summary-default-high-score)
12551         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12552         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12553         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12554         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12555         (gnus-sum-thread-tree-single-indent)
12556         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12557         (gnus-sum-thread-tree-leaf-with-other)
12558         (gnus-sum-thread-tree-single-leaf): Add :version.
12559         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12560         (gnus-article-loose-mime): Change :version.
12561
12562         * gnus-start.el (gnus-backup-startup-file)
12563         (gnus-save-startup-file-via-temp-buffer): Add :version.
12564
12565         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12566         (gnus-server-offline-face): Add :version.
12567
12568         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12569
12570         * gnus-msg.el (gnus-gcc-externalize-attachments)
12571         (gnus-debug-files, gnus-debug-exclude-variables)
12572         (gnus-discouraged-post-methods): Change :version.
12573         (gnus-confirm-mail-reply-to-news)
12574         (gnus-confirm-treat-mail-like-news): Add :version.
12575
12576         * gnus-int.el (gnus-server-unopen-status): Add :version.
12577
12578         * gnus-group.el (gnus-group-jump-to-group-prompt)
12579         (gnus-large-ephemeral-newsgroup)
12580         (gnus-fetch-old-ephemeral-headers): Add :version.
12581
12582         * gnus-fun.el (gnus-x-face-directory)
12583         (gnus-convert-pbm-to-x-face-command)
12584         (gnus-convert-image-to-x-face-command)
12585         (gnus-convert-image-to-face-command): Add :version.
12586
12587         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12588
12589         * gnus-cite.el (gnus-cite-blank-line-after-header)
12590         (gnus-article-boring-faces): Add :version.
12591
12592         * gnus-art.el (gnus-buttonized-mime-types)
12593         (gnus-inhibit-mime-unbuttonizing)
12594         (gnus-treat-display-face)
12595         (gnus-treat-body-boundary): Change :version.
12596         (gnus-body-boundary-delimiter, gnus-picon-databases)
12597         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12598         (gnus-treat-date-english, gnus-treat-fold-headers)
12599         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12600         (gnus-treat-mail-picon, gnus-treat-wash-html)
12601         (gnus-article-encrypt-protocol)
12602         (gnus-use-idna, gnus-article-over-scroll)
12603         (gnus-mime-display-multipart-alternative-as-mixed)
12604         (gnus-mime-display-multipart-related-as-mixed)
12605         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12606         (gnus-ctan-url, gnus-button-ctan-handler)
12607         (gnus-button-handle-ctan-bogus-regexp)
12608         (gnus-button-ctan-directory-regexp)
12609         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12610         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12611         (gnus-button-man-level, gnus-button-emacs-level)
12612         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12613
12614         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12615         (gnus-agent-go-online): Change :version.
12616         (gnus-agent-expire-unagentized-dirs)
12617         (gnus-agent-auto-agentize-methods): Add :version.
12618
12619         * flow-fill.el (fill-flowed-display-column)
12620         (fill-flowed-encode-column): Add :version.
12621
12622         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12623         (gnus-outlook-deuglify-unwrap-max)
12624         (gnus-outlook-deuglify-cite-marks)
12625         (gnus-outlook-deuglify-unwrap-stop-chars)
12626         (gnus-outlook-deuglify-no-wrap-chars)
12627         (gnus-outlook-deuglify-attrib-cut-regexp)
12628         (gnus-outlook-deuglify-attrib-verb-regexp)
12629         (gnus-outlook-deuglify-attrib-end-regexp)
12630         (gnus-outlook-display-hook): Add :version.
12631
12632         * binhex.el (binhex-use-external): Add :version.
12633
12634 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12637         and `invisible'.
12638
12639 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12640
12641         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12642         in gnus-registry-trim.
12643
12644 2004-09-13  Simon Josefsson  <jas@extundo.com>
12645
12646         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12647
12648         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12649
12650         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12651         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12652         <yamaoka@jpl.org>.
12653         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12654         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12655         <yamaoka@jpl.org>.
12656
12657         * sieve.el (sieve-manage-mode): Ditto.
12658
12659 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12662
12663 2004-09-11  Simon Josefsson  <jas@extundo.com>
12664
12665         * dns-mode.el: Add.
12666
12667         * mm-view.el (mm-display-dns-inline): Add.
12668
12669         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12670         (mm-automatic-display): Ditto.
12671
12672         * mailcap.el (mailcap-mime-data): Add text/dns.
12673         (mailcap-mime-extensions): Map .soa to text/dns.
12674
12675 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12676
12677         * gnus-art.el (article-decode-mime-words, article-babel)
12678         (gnus-article-highlight-signature, gnus-article-add-buttons)
12679         (gnus-signature-toggle): Remove unnecessary bindings of
12680         `inhibit-read-only' inherited from v5.10 merge.
12681
12682 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * nntp.el (nntp): New customization group.
12685         (nntp-authinfo-file): Add customization group.
12686
12687         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12688
12689         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12690
12691         * gnus.el (to-address, to-list, subscribed)
12692         (large-newsgroup-initial): Ditto.
12693
12694         * flow-fill.el (fill-flowed-display-column)
12695         (fill-flowed-encode-column): Ditto.
12696
12697 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12698
12699         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12700         Use point-min rather than 1.
12701         (message-send-mail): Use buffer-size rather than point-max.
12702
12703         * gnus-sum.el (gnus-summary-search-article-forward):
12704         Signal a specific `search-failed' rather than a generic `error'.
12705
12706         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12707         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12708         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12709
12710 2004-09-10  Simon Josefsson  <jas@extundo.com>
12711
12712         * nndb.el (require): Remove tcp and duplicate cl.
12713
12714 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-agent.el (directory-files-and-attributes): Move forward.
12717
12718 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12719
12720         * gnus-agent.el (directory-files-and-attributes): Optionally
12721         defined to support XEmacs.
12722
12723 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12724
12725         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12726         to avoid run-time CL dependencies.
12727         (gnus-agent-unfetch-articles): New function.
12728         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12729         article numbers even when local .overview file is missing.
12730         (gnus-agent-read-article-number): New function.  Only accepts
12731         27-bit article numbers.
12732         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12733         gnus-agent-read-article-number.
12734         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12735         from backend while recognizing that article numbers in .overview
12736         must be valid.
12737         (gnus-agent-update-files-total-fetched-for): Use
12738         directory-files-and-attributes to improve performance.
12739         * gnus-int.el (gnus-request-move-article): Use
12740         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12741         improve performance.
12742
12743         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12744         some users confused by references to .newsrc when they only have a
12745         .newsrc.eld file.
12746         (gnus-convert-mark-converter-prompt)
12747         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12748         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12749         New function.  Used internally to only display 'gnus converting
12750         files' message when actually necessary.
12751
12752         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12753         methods now autoloaded.
12754
12755 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12758         identifiers.
12759
12760 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-picon.el: Fix indentation and closing parenthesis.
12763
12764 2004-09-01  Simon Josefsson  <jas@extundo.com>
12765
12766         * message.el (message-canlock-generate): Require sha1, not
12767         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12768         to require within a function.  Sadly, if sha1.el isn't loaded, the
12769         let binding in m-c-g will hide the defcustom definition, which is
12770         bad.)
12771
12772         * canlock.el: Require sha1, not sha1-el.
12773
12774         * message.el: Don't autoload sha1 (there is a autoload cookie in
12775         sha1.el).
12776
12777         * sha1-el.el: Renamed to sha1.el.
12778
12779 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12780
12781         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12782
12783 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12784
12785         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12786
12787 2004-08-30  Kim F. Storm  <storm@cua.dk>
12788
12789         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12790
12791         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12792         Add :group 'nnimap.
12793
12794 2004-08-30  Andreas Schwab  <schwab@suse.de>
12795
12796         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12797         ?* and ?\;.
12798
12799         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12800         and ?\' to symbol instead of whitespace.
12801
12802 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12805
12806         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12807         instead of re-search-forward.
12808
12809         * gnus-uu.el (gnus-uu-save-article): Ditto.
12810         (gnus-uu-post-encode-uuencode): Ditto.
12811
12812         * html2text.el (html2text-clean-list-items): Ditto.
12813         (html2text-clean-dtdd): Ditto.
12814         (html2text-format-tags): Ditto.
12815
12816         * message.el (message-send-mail-with-sendmail): Fix regexp.
12817         (message-fill-field-general): Use search-forward instead of
12818         re-search-forward.
12819         (unbold-region): Ditto.
12820
12821         * nnrss.el (nnrss-request-article): Ditto.
12822
12823         * nnslashdot.el (nnslashdot-request-article): Ditto.
12824
12825         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12826
12827         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12828         "Unrecognized menu descriptor" error in XEmacs.
12829
12830 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12831
12832         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12833         parent article of a sparse article in the thread hashtb.
12834
12835 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12836
12837         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12838         (nnmail-expand-newtext): Lowercase expanded entries if
12839         nnmail-split-lowercase-expanded is non-nil.
12840
12841 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12844
12845         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12846         of gnus-tmp-news-method into string under XEmacs.  It will be
12847         passed to gnus-correct-length which takes only a string argument.
12848
12849 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * gnus-util.el (gnus-bind-print-variables): New macro.
12852         (gnus-prin1): Use it.
12853         (gnus-prin1-to-string): Use it.
12854         (gnus-pp): New function.
12855         (gnus-pp-to-string): New function.
12856
12857         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12858         Replace pp-to-string with gnus-pp-to-string.
12859         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12860         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12861         * gnus-msg.el (gnus-debug): Ditto.
12862         * gnus-score.el (gnus-score-save): Ditto.
12863         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12864         gnus-pp-to-string.
12865         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12866         with gnus-pp.
12867         * score-mode.el (gnus-score-pretty-print): Ditto.
12868         * webmail.el (webmail-debug): Ditto.
12869
12870 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-art.el (article-display-face, article-display-x-face):
12873         Use buffer-read-only.
12874
12875 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-art.el (article-hide-list-identifiers):
12878         Bind inhibit-read-only as t.
12879
12880 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12883
12884 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12885
12886         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12887         (gnus-narrow-to-page): Don't assume point-min == 1.
12888         (gnus-article-edit-mode): Derive from message-mode.
12889
12890         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12891         point-min == 1.
12892
12893         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12894         Disable incorrect use of `assert'.
12895
12896         * message.el (message-mode): Set comment-start-skip.
12897
12898
12899 2004-08-22  Sam Steingold  <sds@gnu.org>
12900
12901         * pop3.el (pop3-leave-mail-on-server): New user variable.
12902         (pop3-movemail): Delete mail only when it is nil.
12903
12904 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12907
12908         * mml.el (mml-preview): Use `pop-to-buffer'.
12909
12910         * message.el (message-goto-mail-followup-to): Insert after "To".
12911         (message-carefully-insert-headers): Add comment.
12912
12913         * gnus.el: Remove unused variable `gnus-article-check-size'.
12914
12915         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12916
12917         * gnus-art.el (gnus-button-alist): Improve
12918         `gnus-button-handle-library' entry.
12919
12920 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12921
12922         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12923         downcase, since XEmacs capitalizes error messages differently.
12924
12925 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12926
12927         * nntp.el: Add (require 'gnus) due to reference to
12928         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12929
12930 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12931
12932         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12933         `mm-fill-flowed'.
12934
12935         * mm-decode.el (mm-dissect-singlepart): Check it.
12936
12937 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12938
12939         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12940         'imap' for netrc parsing.
12941
12942 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * mailcap.el (mailcap-mime-data): Mark as risky.
12945
12946 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12949         may be included in the encoded word.
12950         (rfc2047-encode): Don't append a space if the encoded word
12951         includes close parenthesis.
12952
12953 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12956         of text within parentheses.
12957
12958 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12961         (gnus-encrypt-write-file-contents): Make the password key the file
12962         name PLUS the cipher, not just the cipher.  Also remove failed
12963         passwords from the cache.
12964
12965 2004-08-06  Simon Josefsson  <jas@extundo.com>
12966
12967         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12968         fix.
12969
12970 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12973         LWSP.
12974
12975 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12978         to append in-reply-to: data to the references: header.
12979
12980         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12981         (netrc-parse): Use gnus-encrypt.el functions.
12982
12983         * gnus-encrypt.el: Add new file for encryption support; currently
12984         does only a few GPG ciphers and an internal XOR cipher.
12985
12986         * password.el: Add comments on using password-read-and-add.
12987         (password-read-and-add): Add function to read and add the
12988         password to the cache at once.
12989
12990 2004-07-28  Simon Josefsson  <jas@extundo.com>
12991
12992         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12993         parameter (but don't use it, for now).
12994
12995         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12996         instead of hard coding to nil.
12997
12998 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13001         as mm-inline-image-xemacs does.
13002
13003 2004-07-26  Simon Josefsson  <jas@extundo.com>
13004
13005         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13006         Revert part of 2004-07-17 change below.
13007
13008 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13011         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13012
13013 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014
13015         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13016         quotes that actually start with ">" at the beginning of the
13017         lines.
13018
13019 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * rfc2047.el (rfc2047-encode-region): Fix last change.
13022         (rfc2047-encode-parameter): Remove useless concat.
13023
13024 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13027         encode special characters; fix some kind of misconfigured headers;
13028         signal a real error if debug-on-quit or debug-on-error is non-nil.
13029         (rfc2047-encode-max-chars): New variable.
13030         (rfc2047-encode-1): Use it.
13031         (rfc2047-encode-parameter): New function.
13032
13033         * mml.el (mml-insert-parameter): Remove an excessive space.
13034
13035 2004-07-17  Simon Josefsson  <jas@extundo.com>
13036
13037         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13038         Kai Grossjohann <kai@emptydomain.de>.
13039         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13040         (gnus-group-make-menu-bar): Ditto.
13041
13042         * gnus-util.el (gnus-group-server): Add.
13043
13044 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13045
13046         * message.el (message-clone-locals): Clone sendmail and smtp
13047         variables.
13048
13049 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * rfc2047.el (rfc2047-encode-region): Fix last change.
13052
13053 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13056         characters as non-special.
13057
13058 2004-07-09  Simon Josefsson  <jas@extundo.com>
13059
13060         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13061         Users will lose all flag changes made while unplugged with
13062         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13063         good default.  See numerous reports on ding mailing list.
13064
13065 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13068         add generate-head-function and generate-article-function to the
13069         rfc822-forward entry.
13070         (nndoc-rfc822-forward-generate-article): New function.
13071         (nndoc-rfc822-forward-generate-head): New function.
13072
13073         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13074
13075 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13076
13077         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13078         respect display group parameter and gnus-summary-expunge-below.
13079         (gnus-articles-to-read): Remove unused reference to display group
13080         parameter.
13081
13082 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13083
13084         * nnheader.el (nnheader-uniquify-message-id): New experimental
13085         variable.
13086         (nnheader-nov-read-message-id): Use it.
13087
13088         * spam-report.el (spam-report-gmane): Add interactive.
13089
13090 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13093         qp-or-base64 for the application/* types.
13094
13095 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13096
13097         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13098
13099 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13102         trim value.
13103
13104 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13105
13106         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13107         New macro and function.
13108         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13109
13110 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13113         after-load-alist.
13114
13115 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13118         update info that isn't there.
13119
13120 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13121
13122         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13123         entry.
13124
13125 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mm-view.el (mm-inline-render-with-function): Use multibyte
13128         buffer; decode html source by charset.
13129
13130         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13131
13132         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13133         Mule-UCS is loaded under XEmacs.
13134         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13135
13136 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13137
13138         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13139
13140 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * mm-util.el (mm-coding-system-p): Return a coding-system.
13143         (mm-mime-mule-charset-alist): Use shift_jis instead of
13144         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13145         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13146         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13147         instead of japanese-shift-jis and iso-latin-1 respectively in
13148         order to share the default value with both Emacs and XEmacs-mule.
13149         (mm-mule-charset-to-mime-charset): Make
13150         mm-coding-system-priorities effective.
13151         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13152         while predicating of candidates upon the priorities.
13153
13154 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13155
13156         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13157         gnus-uu-invert-processable.
13158
13159         * gnus.el: Autoload gnus-uu-invert-processable.
13160
13161 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * mm-util.el (mm-with-multibyte-buffer): New macro.
13164
13165         * rfc2047.el (rfc2047-encode-string): Use it.
13166         (rfc2047-encode-region): Move point to the end of the region after
13167         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13168
13169 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13172         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13173
13174 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13177         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13178         Karl Chen <quarl@nospam.quarl.org>.
13179
13180 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13181
13182         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13183         invalid addresses.
13184
13185 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13186
13187         * spam.el: Change section markers, revise TODO list.
13188         (spam-backends): Make new master list of all installed backends.
13189         (spam-summary-exit-behavior): Add new variable to determine how
13190         messages moves are done at summary exit.
13191         (spam-move-spam-nonspam-groups-only)
13192         (spam-process-ham-in-nonham-groups)
13193         (spam-process-ham-in-spam-groups): Remove variables, the
13194         spam-summary-exit-behavior variable should be used to manage this
13195         behavior.
13196         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13197         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13198         and spam-old-spam-articles.
13199         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13200         Add empty variables, placeholders for the backends they represent.
13201         (spam-set-difference): Move, unchanged.
13202         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13203         unless the user has a processor variable.
13204         (spam-classifications, spam-classification-valid-p)
13205         (spam-backend-properties, spam-backend-property-valid-p)
13206         (spam-backend-function-type-valid-p)
13207         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13208         (spam-report-articles-gmane, spam-report-articles-resend):
13209         Remove functions, they are not needed.
13210         (spam-install-backend-super, spam-backend-list)
13211         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13212         (spam-backend-function, spam-backend-ham-registration-function)
13213         (spam-backend-spam-registration-function)
13214         (spam-backend-ham-unregistration-function)
13215         (spam-backend-spam-unregistration-function)
13216         (spam-backend-statistical-p, spam-backend-mover-p)
13217         (spam-install-backend-alias, spam-install-checkonly-backend)
13218         (spam-install-mover-backend, spam-install-nocheck-backend)
13219         (spam-install-backend, spam-install-statistical-backend)
13220         (spam-install-statistical-checkonly-backend): Add backend installation
13221         support.
13222         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13223         (spam-group-processor-p): Use the new backend code and respect the
13224         summary exit behavior.
13225         (spam-mark-spam-as-expired-and-move-routine): Remove.
13226         (spam-summary-prepare): Change to use the new spam-old-articles
13227         variable.
13228         (spam-copy-or-move-routine, spam-copy-spam-routine)
13229         (spam-move-spam-routine, spam-copy-ham-routine)
13230         (spam-move-ham-routine): Add code to copy/move ham or spam.
13231         (spam-fetch-field-fast): Improve doc and code, plus allow the
13232         'number request.
13233         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13234         variables.
13235         (spam-split, spam-find-spam): Use the new backend code.
13236         (spam-registration-functions): Remove variable.
13237         (spam-unregister-routine): Add convenience wrapper.
13238         (spam-log-undo-registration, spam-register-routine)
13239         (spam-log-processing-to-registry)
13240         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13241         where possible.
13242         (spam-check-gmane-xref, spam-check-regex-headers)
13243         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13244         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13245         (spam-check-bogofilter-headers, spam-check-spamoracle)
13246         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13247         (spam-check-crm114-headers): Use the spam-split-group that
13248         spam-split prepares, no need to determine it every time.
13249
13250         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13251         to the nnheader-parse-naked-head call.
13252
13253         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13254
13255         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13256         the nnheader-nov-read-message-id call.
13257
13258 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13261         gnus-activate-group twice.  Suggested by Markus Peter
13262         <warp@spin.de>.
13263
13264 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-art.el (gnus-article-time-format): Exchange the order of
13267         day and month in the default value; fix customization type.
13268         (article-date-ut): Use add-text-properties.
13269         (article-make-date-line): Use message-make-date instead of
13270         current-time-string.
13271
13272         * message.el (message-fetch-field): Don't use set-text-properties.
13273         (message-make-date): Simplify.
13274
13275         * messagexmas.el (message-xmas-make-date): New function.
13276         (message-xmas-redefine): Defalias message-make-date to it.
13277
13278 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13281         (rfc2047-encode-region): Treat text within parentheses as special;
13282         show the original text when error has occurred.
13283
13284         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13285         already-computed method to gnus-activate-group.
13286
13287         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13288         same select-methods identical Lisp objects.
13289
13290         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13291         object when modifying the info.
13292
13293 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13296         gnus-opened-servers since it has never been opened with the new
13297         configuration yet.
13298
13299 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13302         arg to nnheader-generate-fake-message-id.
13303
13304 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13305
13306         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13307         number and build a fake message ID localized to a group and
13308         article number (so it's repeatable from that point on).
13309         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13310         ID format.
13311
13312         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13313         nnheader-generate-fake-message-id with the article number.
13314
13315 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13316
13317         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13318         end-of-buffer.
13319
13320 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13321
13322         * message.el (message-ignored-supersedes-headers): Add Approved.
13323
13324 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13327         goto-char.
13328         (rfc2047-encode): Fold the line before encoding.
13329
13330 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13331
13332         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13333         folding -- not all headers can be folded, and this should be done
13334         by the message composition mode.  Probably.  I think.
13335
13336 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13339         fast.
13340
13341         * gnus-ems.el (gnus-remove-image): Don't use
13342         message-text-with-property; remove only the image found first.
13343
13344         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13345         found first.
13346
13347 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13348
13349         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13350
13351 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * message.el (message-text-with-property): Make it fast and accept
13354         optional arguments.
13355         (message-strip-forbidden-properties): Use it.
13356         (message-fix-before-sending): Follow the m-t-w-p change.
13357
13358         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13359
13360 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-art.el (article-hide-headers): Don't change the buffer
13363         mistakenly when performing mml-preview even if
13364         gnus-single-article-buffer is nil.
13365
13366 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13367
13368         * message.el (message-expand-name-databases): New user option.
13369         (message-expand-name): Use it.
13370
13371 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13372
13373         * spam.el (spam-report-articles-resend)
13374         (spam-report-resend-register-routine): Allow ham reporting.
13375         (spam-report-resend-register-ham-routine): Add wrapper.
13376         (spam-registration-functions): Add ham resending functions.
13377         (spam-list-of-processors): Add ham resend processor.
13378
13379         * gnus.el (ham-resend-to): Add new group parameter.
13380         (spam-process): Add ham resend option.
13381
13382         * spam-report.el (spam-report-resend): Allow reporting ham.
13383         (spam-report-resend-ham): Add wrapper.
13384
13385 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13386
13387         * message.el (message-cite-articles-with-x-no-archive): New
13388         variable.
13389         (message-cite-original): Use it.
13390
13391 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13392
13393         * message.el (message-cite-original): Respect X-No-Archive.
13394
13395 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-art.el (article-hide-headers): Refer to the values for
13398         gnus-ignored-headers and gnus-visible-headers in the summary
13399         buffer since a user may have set them as group parameters.
13400
13401 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13402
13403         * assistant.el (assistant-node-name): Add convenience function.
13404         (assistant-render-text, assistant-render-node): Add error handling,
13405         plus handle multiple next nodes.
13406         (assistant-find-next-node): Comment out for now.
13407         (assistant-find-next-nodes): Add function, returns list of next
13408         nodes.
13409
13410 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * mail-source.el (mail-source-directory): Fix doc-string.
13413
13414 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13415
13416         * assistant.el (assistant-render-text, assistant-eval): Add :set
13417         widget type, which is different because it takes and returns a
13418         list.  Much hilarity ensues.
13419
13420 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13423
13424         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13425         doc-string.
13426
13427         * gnus-start.el (gnus-activate-group): Added doc-string.
13428
13429 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13432
13433 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13434
13435         * assistant.el (assistant-render-text): Try to add a :set
13436         widget, more to come.
13437
13438         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13439         strings.
13440         (spam-report-articles-resend)
13441         (spam-register-routine): Do registration iff any articles warrant
13442         it.
13443         (spam-summary-prepare-exit): Change log message for nil group
13444         destinations.
13445
13446 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13447
13448         * spam.el (spam-report-resend-register-routine): Allow
13449         spam-report-resend-to to be a group parameter or a global value.
13450
13451 2004-05-26  Simon Josefsson  <jas@extundo.com>
13452
13453         * starttls.el: Merge with my GNUTLS based starttls.el.
13454         (starttls-gnutls-program, starttls-use-gnutls)
13455         (starttls-extra-arguments, starttls-process-connection-type)
13456         (starttls-connect, starttls-failure, starttls-success): New
13457         variables.
13458         (starttls-program, starttls-extra-args): Doc fix.
13459         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13460         functions.
13461         (starttls-negotiate, starttls-open-stream): Check
13462         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13463         function if it is set.
13464
13465 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13468         structured fields.
13469
13470 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13473
13474 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13477         variable.
13478         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13479         assigning the spam-mark to new messages.
13480
13481 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13482
13483         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13484
13485 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13488
13489         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13490         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13491         default.
13492
13493 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13494
13495         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13496         correct data.
13497
13498 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13501         (spam-group-processor-p): Fix function.
13502         (spam-group-processor-multiple-p)
13503         (spam-group-spam-processor-report-gmane-p)
13504         (spam-group-spam-processor-report-resend-p)
13505         (spam-group-spam-processor-bogofilter-p)
13506         (spam-group-spam-processor-blacklist-p)
13507         (spam-group-spam-processor-ifile-p)
13508         (spam-group-ham-processor-ifile-p)
13509         (spam-group-spam-processor-spamoracle-p)
13510         (spam-group-spam-processor-crm114-p)
13511         (spam-group-ham-processor-bogofilter-p)
13512         (spam-group-spam-processor-stat-p)
13513         (spam-group-ham-processor-stat-p)
13514         (spam-group-ham-processor-whitelist-p)
13515         (spam-group-ham-processor-BBDB-p)
13516         (spam-group-ham-processor-spamoracle-p)
13517         (spam-group-ham-processor-copy-p): Remove functions with some
13518         prejudice against unneeded code.
13519         (spam-report-articles-resend)
13520         (spam-report-resend-register-routine): Allow the group/topic
13521         spam-resend-to value to override spam-report-resend-to.
13522         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13523         properly now.
13524
13525         * gnus.el (spam-resend-to): Add group/topic parameter.
13526         (spam-process): Move the OBSOLETE processors to the end of the
13527         choices.
13528
13529 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13530
13531         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13532         with resend-to set to nil, and then ask the user if necessary.
13533         (spam-report-resend): spam-report-resend takes a list of articles, not
13534         separate article numbers.
13535
13536 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13539         addition to emacs-w3m.
13540
13541 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542
13543         * assistant.el (assistant-authinfo-data): New function.
13544         (assistant-eval): Eval for entire assistant.
13545
13546         * netrc.el (netrc-services-file): New variable.
13547         (netrc-parse-services): New function.
13548         (netrc-find-service-name): New function.
13549         (netrc-find-service-number): New function.
13550         (netrc-port-equal): New function.
13551         (netrc-machine): Use it.
13552
13553         * nnimap.el (nnimap-open-connection): Use netrc.
13554
13555         * gnus-util.el (gnus-netrc-get): Remove aliases.
13556
13557         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13558
13559         * assistant.el (wid-edit): Fix compilation.
13560
13561         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13562
13563 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13564
13565         * gnus-util.el (gnus-set-file-modes): New function.  (small
13566         patch).
13567
13568 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13569
13570         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13571
13572         * assistant.el (assistant-render-node): Fix up rendering and
13573         read-only text.
13574         (assistant-render-node): Reset.
13575         (assistant-make-read-only): Not sticky.
13576
13577 2004-05-20  Danny Siu  <dsiu@adobe.com>
13578
13579         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13580         centered even when gnus-auto-center-summary is t.
13581
13582 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583
13584         * dns.el (dns-get-txt-answer): New function.
13585         (dns-read-txt): Ditto.
13586         (query-dns): Use it.
13587
13588 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13591         active for foreign groups even if the group level is higher than
13592         the specified value.
13593
13594 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13595
13596         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13597         non-active groups.
13598
13599         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13600
13601 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13602
13603         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13604
13605 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13606
13607         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13608         (spam-crm114-header, spam-crm114-spam-switch)
13609         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13610         (spam-crm114-positive-spam-header)
13611         (spam-crm114-database-directory, spam-list-of-processors)
13612         (spam-group-spam-processor-crm114-p)
13613         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13614         (spam-generic-score, spam-list-of-checks)
13615         (spam-list-of-statistical-checks, spam-registration-functions)
13616         (spam-check-crm114-headers, spam-crm114-score)
13617         (spam-check-crm114, spam-crm114-register-with-crm114)
13618         (spam-crm114-register-spam-routine)
13619         (spam-crm114-unregister-spam-routine)
13620         (spam-crm114-register-ham-routine)
13621         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13622         asjo@koldfront.dk (Adam Sjøgren).
13623
13624         * gnus.el: Add spam-use-crm114.
13625
13626         * spam.el (spam-list-of-processors, spam-registration-functions):
13627         Add spam-use-resend.
13628         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13629         (spam-report-articles-gmane): Add doc fix.
13630         (spam-report-articles-resend, spam-report-resend-register-routine):
13631         Add wrappers around spam-report-resend-to.
13632
13633         * spam-report.el (spam-report-resend-to, spam-report-resend):
13634         Add support for resending spam.
13635         (spam-report-gmane): Fix line length >80.
13636
13637         * gnus.el (spam-process): Add spam-use-resend.
13638
13639 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13640
13641         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13642         number of processed spam messages.
13643         (spam-ham-copy-or-move-routine): Return the number of processed
13644         ham messages.
13645         (spam-summary-prepare-exit): Use the above values to decide
13646         whether status messages shouled be displayed.
13647
13648 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13651         `rfc2047-encoding-function-alist' in order to avoid conflicting
13652         with the old version.
13653         (rfc2047-encode-region): Concatenate words containing non-ASCII
13654         characters in structured fields; don't encode space-delimited
13655         ASCII words even in unstructured fields; don't break words at
13656         char-category boundaries.
13657         (rfc2047-encode-1): New function.
13658         (rfc2047-encode): Use it; encode text so that it occupies the
13659         maximum width within 76-column; work correctly on Q encoding for
13660         iso-2022-* charsets.
13661         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13662         sure not to break a line just after the header name.
13663         (rfc2047-b-encode-region): Removed.
13664         (rfc2047-b-encode-string): New function.
13665         (rfc2047-q-encode-region): Removed.
13666         (rfc2047-q-encode-string): New function.
13667
13668         * mm-util.el (mm-replace-in-string): New function.
13669
13670 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13671
13672         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13673         get it right.
13674         (gnus-inews-make-draft): Really.
13675
13676 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13677
13678         * nnmh.el (nnmh-request-list-1): Don't check the link count
13679         before descending.  (small patch)
13680
13681 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682
13683         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13684         stuff.
13685
13686         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13687         on real group name.
13688
13689         * gnus-art.el (gnus-signature-limit): Doc fix.
13690
13691         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13692
13693         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13694
13695 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13696
13697         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13698         isn't a string.
13699
13700 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13701
13702         * gnus-draft.el (gnus-draft-send): Bind
13703         rfc2047-encode-encoded-words.
13704
13705         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13706         (rfc2047-encodable-p): Say that =? needs encoding.
13707         (rfc2047-encode-encoded-words): New variable.
13708
13709         * gnus-group.el (gnus-group-select-group): Doc fix.
13710
13711         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13712
13713         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13714         to nil.
13715
13716         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13717
13718         * nnheader.el (nnheader-get-lines-and-char): New function.
13719
13720 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * gnus-msg.el (gnus-summary-followup-with-original): Document
13723         yanking of region when active.
13724
13725 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13728         groups if the group level is higher than the specified value.
13729
13730 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13733         (gnus-group-jump-to-group): Added prefix argument using
13734         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13735         non-active group.
13736
13737         * compface.el (uncompface): Be verbose when changing
13738         `uncompface-use-external'.
13739
13740         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13741         handle manual section.
13742
13743 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13744
13745         * gnus-art.el (gnus-button-alist): Revert previous change.
13746
13747 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13750
13751 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13754         whether backend can accept message.
13755
13756         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13757
13758 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13759
13760         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13761         Avoid creating directory when nntp-marks-is-evil is true.
13762         Reported by Reiner Steib.
13763
13764 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * gnus-picon.el (gnus-picon-style): New variable.
13767         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13768         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13769         Jesper Harder <harder@ifa.au.dk>.
13770
13771 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * message.el (message-fill-field): Return point.
13774         (message-generate-headers): Go to end of field.
13775
13776         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13777         stuff for non-living groups.
13778
13779 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13780
13781         * gnus-art.el (gnus-article-followup-with-original)
13782         (gnus-article-reply-with-original): gnus-mark-active-p ->
13783         gnus-region-active-p.
13784
13785 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13786
13787         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13788         only when there is spam or ham to be processed.
13789
13790 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * mail-source.el (mail-source-delete-crash-box): Refactor.
13793         (mail-source-fetch): Use it.
13794         (mail-source-fetch-file): Ditto.
13795         (mail-source-fetch-directory): Run postscript in loop.
13796         (mail-source-fetch-pop): Delete.
13797         (mail-source-fetch-maildir): Ditto.
13798         (mail-source-fetch-imap): Ditto.
13799
13800         * imap.el (imap-authenticators): Comment out sasl.
13801
13802         * message.el (message-skip-to-next-address): New function.
13803         (message-fill-header-address): Refactor.
13804         (message-fill-address): Use it.
13805         (message-delete-address): Use it.
13806         (message-fill-header-general): Refactor.
13807         (message-fill-field-address): Rename.
13808         (message-narrow-to-field): Find the start of the header.
13809         (message-header-format-alist): Don't pre-fill.
13810         (message-fill-header): Removed.
13811         (message-insert-header): New function.
13812         (message-shorten-references): Use it.
13813
13814         * rfc2047.el (rfc2047-field-value): Strip props.
13815
13816         * mail-parse.el (mail-header-make-address): New alias.
13817
13818         * ietf-drums.el (ietf-drums-make-address): New function.
13819
13820         * imap.el: Add compiler directives.
13821
13822         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13823
13824         * gnus-art.el (article-decode-idna-rhs): Don't use
13825         message-idna-inside-rhs-p.
13826
13827 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13828
13829         * message.el (message-idna-inside-rhs-p): Removed.
13830         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13831
13832         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13833         false positives.
13834
13835 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13836
13837         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13838
13839 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13840
13841         * nneething.el (nneething-file-name): Don't create spurious
13842         files.
13843
13844         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13845         (gnus-inews-do-gcc): Remove sleep.
13846
13847         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13848         part under point.
13849
13850         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13851         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13852
13853 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13854
13855         * spam.el (spam-summary-prepare-exit): Fixed (length).
13856
13857 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13860         as expired without moving it" message when there are spam
13861         messages left.
13862
13863 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13864
13865         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13866         header is not nil.
13867
13868 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13869
13870         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13871         nntp-possibly-create-directory, not nntp-possibly-change-group.
13872         (nntp-marks-changed-p): New arg SERVER.
13873         (nntp-request-update-info): Adjust caller.
13874
13875 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13876
13877         * nntp.el (nntp-save-marks): Pass missing arg.
13878
13879 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13880
13881         * nntp.el: Support marks.
13882         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13883         (nntp-marks-modtime, nntp-marks-directory): New variables.
13884         (nntp-request-set-mark, nntp-request-update-info)
13885         (nntp-possibly-create-directory, nntp-marks-changed-p)
13886         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13887         functions.
13888
13889 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13890
13891         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13892         (gnus-xmas-redefine): Rename.
13893
13894         * gnus-score.el (gnus-score-insert-help): Use
13895         gnus-select-lowest-window.
13896
13897         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13898         appt-select-lowest-window and rename to gnus-select-lowest-window.
13899
13900         * gnus.el: do.
13901
13902 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13903
13904         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13905         encodings of MIME-encoded words, in order to improve
13906         interoperability with several broken MUAs.
13907
13908 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13909
13910         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13911         tags, only when charsets are not specified in headers.
13912         (mm-inline-text-html-render-with-w3m): Ditto.
13913
13914         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13915         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13916
13917 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13918
13919         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13920         instead of MIME-decoded from fields when checking
13921         `gnus-article-address-banner-alist'.
13922
13923 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13924
13925         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13926         description rather than subject.
13927
13928 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13929
13930         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13931
13932 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13933
13934         * gnus.el (gnus-version-number): Bump.
13935
13936 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13937
13938         * gnus.el: No Gnus v0.2 is released.
13939
13940 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941
13942         * gnus-agent.el (gnus-agent-read-agentview): Inline
13943         gnus-uncompress-range.
13944
13945 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13946
13947         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13948         `exec-installed-p'.
13949
13950 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13951
13952         * gnus.el (spam-process, spam-autodetect-methods): Add
13953         bsfilter and bsfilter-headers.
13954
13955         * spam.el (spam-bsfilter): New customize group.
13956         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13957         (spam-bsfilter-header, spam-bsfilter-probability-header)
13958         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13959         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13960         (spam-bsfilter-database-directory): New options.
13961         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13962         (spam-list-of-statistical-checks, spam-registration-functions):
13963         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13964         (spam-bsfilter-score): New command.
13965         (spam-check-bsfilter-headers, spam-check-bsfilter)
13966         (spam-bsfilter-register-with-bsfilter)
13967         (spam-bsfilter-register-spam-routine)
13968         (spam-bsfilter-unregister-spam-routine)
13969         (spam-bsfilter-register-ham-routine)
13970         (spam-bsfilter-unregister-ham-routine): New functions.
13971         (spam-generic-score): Support bsfilter; Accept an optional argument
13972         to recalcurate spam score even if scoring header has already been
13973         added.
13974         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13975         optional argument to recalcurate spam score even if scoring header
13976         has already been added.
13977
13978 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13979
13980         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13981         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13982         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13983         link is missing.
13984
13985 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13986
13987         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13988         (html2text-get-attr): Rewrite.
13989
13990         * message.el (message-setup-1): Remove redundant put-text-property
13991         on mail-header-separator.
13992
13993 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13994
13995         * gnus-registry.el (gnus-registry-cache-whitespace)
13996         (gnus-registry-action, gnus-registry-spool-action)
13997         (gnus-registry-split-fancy-with-parent): Change message levels
13998         from 5 to 3 or 7, as needed.
13999
14000         * spam.el (spam-summary-prepare-exit)
14001         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14002         (spam-split, spam-find-spam, spam-log-undo-registration)
14003         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14004         level from 5 to 6.
14005
14006 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14009         2004-03-04 change).
14010
14011 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14012
14013         * sieve-manage.el (sieve-manage-open):
14014         * nnweb.el (nnweb-insert-html):
14015         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14016         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14017         * nnspool.el (nnspool-request-group):
14018         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14019         * nnml.el (nnml-request-update-info):
14020         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14021         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14022         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14023         (nnimap-request-set-mark):
14024         * nnfolder.el (nnfolder-request-update-info):
14025         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14026         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14027         * gnus-uu.el (gnus-uu-find-articles-matching):
14028         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14029         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14030         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14031         * gnus-nocem.el (gnus-nocem-scan-groups):
14032         * gnus-int.el (gnus-start-news-server):
14033         * gnus-group.el (gnus-group-make-kiboze-group)
14034         (gnus-group-browse-foreign-server):
14035         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14036         Use mapc when appropriate.
14037
14038 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14039
14040         FIXME: Make separate entries for each person.
14041
14042         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14043         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14044         <shields@msrl.com>:
14045
14046         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14047         may need for spam sorting and scoring.
14048         (spam-user-format-function-S): Add user format function suitable for
14049         general use.
14050         (spam-article-sort-by-spam-status): Add sorting function for summary
14051         sorting.
14052         (spam-extra-header-to-number): Add function to get a score from a
14053         header.
14054         (spam-summary-score): Add function to get a numeric score from the
14055         headers.
14056         (spam-generic-score): Fix function doc, was in wrong place.
14057         (spam-initialize): Take symbols when it's run, and install the
14058         extra headers that spam-necessary-extra-headers thinks we need.
14059
14060 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14061
14062         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14063         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14064
14065 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14066
14067         * gnus-sum.el (gnus-set-global-variables)
14068         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14069         (gnus-article-get-xrefs, gnus-summary-best-group)
14070         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14071         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14072         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14073         Use with-current-buffer.
14074
14075 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14076
14077         * spam.el (spam-summary-prepare-exit): Simplify logic.
14078         (spam-fetch-article-header): Read the article header if it's not
14079         available.
14080         (spam-list-articles): Simplify logic.
14081         (spam-filelist-register-routine): Fix bug with unregister-list.
14082
14083         * gnus-registry.el: Fix comments at beginning.
14084
14085 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14086
14087         * message.el (message-cater-to-broken-inn): Remove.
14088         (message-shorten-references): Make sure the total folded length of
14089         References is shorter than 998 characters to cater to a bug in INN
14090         2.3.  Also, don't pretend that references aren't folded -- this
14091         hasn't worked for a while.
14092
14093 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14094
14095         * gnus-agent.el (gnus-agentize):
14096         gnus-agent-send-mail-real-function no longer set to current value
14097         of message-send-mail-function but rather a lambda that calls
14098         message-send-mail-function.  The change makes the agent real-time
14099         responsive to user changes to message-send-mail-function.
14100
14101 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14102
14103         * legacy-gnus-agent.el
14104         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14105         help from Florian Weimer <fw@deneb.enyo.de>
14106
14107 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * nnmail.el (nnmail-cache-insert): Revert last change.
14110
14111 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * nnmail.el (nnmail-cache-insert): Always check whether
14114         nnmail-cache-ignore-groups matches a group name.
14115
14116 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14119         (spam-find-spam, spam-log-processing-to-registry)
14120         (spam-log-registered-p, spam-log-unregistration-needed-p)
14121         (spam-log-undo-registration): Use gnus-message instead of
14122         gnus-error, none of these errors are fatal.
14123
14124         * gnus-registry.el (gnus-registry-clean-empty-function)
14125         (gnus-registry-clean-empty): Remove only empty entries without
14126         extra data.
14127
14128 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * spam-stat.el (spam-stat-buffer-change-to-spam)
14131         (spam-stat-buffer-change-to-non-spam): Change (error) to
14132         (gnus-message 8) invocation.
14133
14134 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * nntp.el (nntp-via-netcat-command): New variable.
14137         (nntp-via-netcat-switches): New variable.
14138         (nntp-open-via-rlogin-and-netcat): New function.
14139         (nntp-open-connection-function): Doc fix.
14140         (nntp-telnet-command): Doc fix.
14141         (nntp-end-of-line): Doc fix.
14142         (nntp-via-rlogin-command): Doc fix.
14143         (nntp-via-user-name): Doc fix.
14144         (nntp-via-address): Doc fix.
14145
14146 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14149         error in Emacs 21.1.
14150
14151 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14154
14155 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14156
14157         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14158         (gnus-agent-with-refreshed-group): New macro.
14159         (gnus-agent-rename-group): New function.
14160         (gnus-agent-delete-group): New function.
14161         (gnus-agent-save-group-info): Use gnus-command-method when
14162         `method' parameter is nil.  Don't write nil entries into the
14163         active file.
14164         (gnus-agent-get-group-info): New function.
14165         (gnus-agent-fetch-articles): Use
14166         gnus-agent-update-files-total-fetched-for to increment disk space
14167         used.
14168         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14169         gnus-agent-update-view-total-fetched-for to increment disk space
14170         used.
14171         (gnus-agent-get-local): Added optional parameters to avoid calling
14172         gnus-group-real-name and gnus-find-method-for-group.
14173         (gnus-agent-set-local): Delete stored entry if either min, or max,
14174         are nil.
14175         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14176         quit, use gnus-agent-regenerate-group to record existance of any
14177         articles fetched to disk before the quit occurred.
14178         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14179         gnus-agent-update-view-total-fetched-for, and
14180         gnus-agent-update-files-total-fetched-for to decrement disk space
14181         used.
14182         (gnus-agent-retrieve-headers): Use
14183         gnus-agent-update-view-total-fetched-for to increment disk space
14184         used.
14185         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14186         with gnus-agent-update-files-total-fetched-for to decrement disk
14187         space and fresh group buffer.
14188         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14189         (gnus-agent-need-update-total-fetched-for): New variable.
14190         (gnus-agent-update-files-total-fetched-for): New function.
14191         (gnus-agent-update-view-total-fetched-for): New function.
14192         (gnus-agent-total-fetched-for): New function.
14193
14194         * gnus-cache.el (gnus-cache-save-buffers): Use
14195         gnus-cache-update-overview-total-fetched-for to change disk space
14196         used by this group.
14197         (gnus-cache-possibly-enter-article): Use
14198         gnus-cache-update-file-total-fetched-for to increment disk space
14199         used by this group.
14200         (gnus-cache-possibly-remove-article): Use
14201         gnus-cache-update-file-total-fetched-for to decrement disk space
14202         used by this group.
14203         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14204         (gnus-cache-rename-group): New function.
14205         (gnus-cache-delete-group): New function.
14206         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14207         (gnus-cache-need-update-total-fetched-for): New variable.
14208         (gnus-cache-with-refreshed-group): New macro.
14209         (gnus-cache-update-file-total-fetched-for): New function.
14210         (gnus-cache-update-overview-total-fetched-for): New function.
14211         (gnus-cache-rename-group-total-fetched-for): New function.
14212         (gnus-cache-delete-group-total-fetched-for): New function.
14213         (gnus-cache-total-fetched-for): New function.
14214
14215         * gnus-group.el: Require gnus-sum and autoload functions to
14216         resolve warnings when gnus-group.el compiled alone.
14217         (gnus-group-line-format): Documented new %F.
14218         (size of Fetched data) group line format; identifies disk space
14219         used by agent and cache.
14220         (gnus-group-line-format-alist): Defined new F format.
14221         (gnus-total-fetched-for): New function.
14222         (gnus-group-delete-group): No longer update
14223         gnus-cache-active-altered as gnus-request-delete-group now keeps
14224         the cache in sync.
14225         (gnus-group-list-active): Let the agent store a server's active
14226         list if currently plugged.
14227
14228         * gnus-int.el (gnus-request-delete-group):
14229         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14230         local disk in sync with the server.
14231         (gnus-request-rename-group):
14232         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14233         local disk in sync with the server.
14234
14235         * gnus-start.el (gnus-get-unread-articles):
14236         Cosmetic simplification to logic.
14237
14238         * gnus-util.el (gnus-rename-file): New function.
14239
14240 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14241
14242         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14243
14244 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14245
14246         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14247         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14248
14249 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14250
14251         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14252         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14253
14254 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14255
14256         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14257
14258 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14259
14260         * spam.el (spam-set-difference): Add function to replace
14261         gnus-set-difference in spam.el.
14262         (spam-summary-prepare-exit): Use spam-set-difference.
14263
14264 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14265
14266         * gnus-registry.el (gnus-registry-cache-file): Update to use
14267         gnus-dribble-directory OR gnus-home-directory OR ~.
14268         (gnus-registry-split-fancy-with-parent): Fix doc.
14269
14270 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * message.el (message-exchange-point-and-mark): Use
14273         message-mark-active-p.  Suggested by Jesper Harder
14274         <harder@ifa.au.dk>.
14275
14276 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * message.el (message-exchange-point-and-mark): Don't activate
14279         region if it was inactive.  Suggested by Hiroshi Fujishima
14280         <pooh@nature.tsukuba.ac.jp>.
14281
14282 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (article-display-face): Display Faces in the same
14285         order as X-Faces.
14286
14287 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14290
14291 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14294         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14295         (gnus-article-mime-hierarchy): Remove.
14296         (gnus-article-mime-hierarchy-next): Remove.
14297         (gnus-article-mode): Revert 2004-03-19 change.
14298         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14299         (gnus-insert-mime-button): Revert 2004-03-19 change.
14300         (gnus-mime-accumulate-hierarchy): Remove.
14301         (gnus-mime-enter-multipart): Remove.
14302         (gnus-mime-leave-multipart): Remove.
14303         (gnus-mime-display-part): Revert 2004-03-19 change.
14304         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14305
14306         * mml.el (mml-preview): Revert 2004-03-19 change.
14307
14308 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14309
14310         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14311
14312 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14315         t while entering a file name using the mm-with-multibyte macro.
14316         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14317
14318         * mm-util.el (mm-with-multibyte): New macro.
14319
14320 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14323         user option.
14324         (gnus-mime-multipart-functions): Doc and customization fix.
14325         (gnus-article-mime-hierarchy): New variable.
14326         (gnus-article-mime-hierarchy-next): New variable.
14327         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14328         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14329         gnus-article-mime-hierarchy-next to nil.
14330         (gnus-insert-mime-button): Show hierarchy numbers.
14331         (gnus-mime-accumulate-hierarchy): New function.
14332         (gnus-mime-enter-multipart): New function.
14333         (gnus-mime-leave-multipart): New function.
14334         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14335         (gnus-mime-display-alternative): Show hierarchy numbers.
14336
14337         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14338         gnus-article-mime-hierarchy-next to nil.
14339
14340 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14341
14342         * dns.el: Don't require gnus-xmas.
14343
14344 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14345
14346         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14347         inline PGP.
14348         (mml-menu): Disable mml-quote-region if mark is inactive.
14349
14350 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14353         when the group's active is not available.
14354
14355 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14358         error.
14359
14360 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * imap.el (imap-store-password): New variable.
14363         (imap-interactive-login): Use it.
14364         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14365
14366 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14369         window-start and hscroll to summary window.
14370
14371 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14372
14373         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14374         conversion message to newsrc-dribble when an actual conversion is
14375         performed.
14376
14377 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14378
14379         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14380
14381 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * mm-decode.el (mm-complicated-handles): New function reviving
14384         former definition of mm-multiple-handles.
14385
14386         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14387         (gnus-mime-delete-part): Use it.
14388
14389 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14390
14391         * gnus-agent.el (gnus-agent-read-local): Bind
14392         nnheader-file-coding-system to gnus-agent-file-coding-system to
14393         avoid the implicit assumption that they will always be equal.
14394         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14395         coding-system-for-write, as the with-temp-file macro first prints
14396         to a buffer then saves the buffer.
14397
14398 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (gnus-article-edit-part): New function.
14401         (gnus-mime-save-part-and-strip): Use it; do query instead of
14402         signaling an error; don't use mm-multiple-handles.
14403         (gnus-mime-delete-part): Ditto.
14404
14405 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14406
14407         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14408         old file versions.
14409         (gnus-group-prepare-hook): Removed function that converted list
14410         form of gnus-agent-expire-days to group properties.
14411
14412         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14413         (gnus-request-accept-article): Re-indented.
14414
14415         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14416         converters to handle old agent file formats.  Added logic for a
14417         "backup before upgrading warning".
14418         (gnus-convert-mark-converter-prompt): Developers can mark
14419         functions as needing (default), or not needing,
14420         gnus-convert-old-newsrc's "backup before upgrading warning".
14421         (gnus-convert-converter-needs-prompt): Tests whether the user
14422         should be protected from potentially irreversable changes by the
14423         function.
14424
14425         * legacy-gnus-agent.el: New.  Provides converters that are only
14426         loaded when gnus-convert-old-newsrc needs to call them.
14427
14428 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mail-source.el (mail-source-touch-pop): Doc fix.
14431
14432         * message.el (message-smtpmail-send-it): Doc fix.
14433
14434 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14435
14436         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14437
14438         * nnmail.el (nnmail-split-fancy): do.
14439
14440         * gnus-kill.el (gnus-kill, gnus-execute): do.
14441
14442 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14443
14444         * gnus-sum.el (gnus-widget-reversible-match)
14445         (gnus-widget-reversible-to-internal)
14446         (gnus-widget-reversible-to-external): New functions.
14447         (gnus-widget-reversible): New widget.
14448         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14449
14450 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14451
14452         * gnus-sum.el (gnus-thread-sort-functions)
14453         (gnus-article-sort-functions): Document `(not F)' items.
14454
14455 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14456
14457         * spam.el (spam-use-gmane-xref): Add new backend.
14458         (spam-gmane-xref-spam-group): Add variable to control the name of the
14459         Gmane spam group.
14460         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14461         (spam-regex-headers-spam, spam-regex-headers-ham)
14462         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14463         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14464         backends and checks.
14465         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14466
14467         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14468         an autodetect method.
14469
14470 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14471
14472         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14473         articles are being added to a group.
14474         (gnus-request-replace-article): Inform the agent that articles
14475         need to be uncached as the cached contents are no longer valid.
14476
14477 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * binhex.el: Don't autoload executable-find.
14480
14481         * canlock.el: Don't autoload mail-fetch-field.
14482
14483         * dgnushack.el: Autoload c-mode for XEmacs.
14484
14485         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14486
14487         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14488         rmail-dont-reply-to and rmail-output.
14489
14490         * gnus-score.el: Don't autoload ffap-string-at-point.
14491
14492         * gnus-setup.el: Don't autoload sc-cite-original.
14493
14494         * imap.el: Don't autoload base64-decode-string,
14495         base64-encode-string and md5.
14496
14497         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14498         and rmail-msg-restore-non-pruned-header.
14499
14500         * mm-decode.el: Don't autoload executable-find.
14501
14502         * mm-url.el: Don't autoload executable-find.
14503
14504         * mm-view.el: Don't autoload diff-mode.
14505
14506         * nndb.el: Don't autoload news-reply-mode, news-setup,
14507         cancel-timer and telnet.
14508
14509         * password.el: Don't autoload run-at-time for Emacs.
14510
14511         * sha1-el.el: Don't autoload executable-find.
14512
14513         * sieve-mode.el: Don't autoload c-mode.
14514
14515         * uudecode.el: Don't autoload executable-find.
14516
14517 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14518
14519         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14520         (gnus-agent-possibly-alter-active): Avoid null in numeric
14521         comparison.
14522         (gnus-agent-set-local): Refuse to save null in local object table.
14523         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14524         list of articles that will be marked as unread.
14525
14526 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14529
14530 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14531
14532         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14533         language tags.
14534
14535 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14536
14537         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14538         Don't bind "obarray".
14539
14540         * gnus-sum.el (gnus-thread-sort-functions): Added
14541         `gnus-thread-sort-by-most-recent-number' and
14542         `gnus-thread-sort-by-most-recent-date'.
14543         Reported by Kai Grossjohann <kai@emptydomain.de>.
14544
14545 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14548
14549 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14550
14551         * gnus-cus.el (gnus-agent-customize-category): Removed
14552         ignore-errors macro reference that required cl to be loaded at
14553         run-time.
14554
14555         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14556         single-interval range of the form (min . max).  Previously the
14557         range had to look like ((min . max)).  Likewise, return
14558         (min . max) rather than ((min . max)).
14559         (gnus-range-map): Use gnus-range-normalize to accept
14560         single-interval range.
14561
14562         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14563         the cache, but not the agent, now appear with their usual face.
14564
14565         * dgnushack.el (loaddir): New variable that is bound to the
14566         directory containing the dgnushack.el file. Use loaddir, rather
14567         than srcdir, to update load-path. Change lets dgnushack compile
14568         code in directories other than GNUS/lisp.
14569
14570 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * lpath.el: Don't bind w3m-safe-url-regexp.
14573
14574         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14575         w3m-safe-url-regexp variable buffer-local.
14576
14577         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14578
14579 2004-02-27  Simon Josefsson  <jas@extundo.com>
14580
14581         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14582         gnus-group-real-prefix.
14583         (gnus-summary-move-article): Use it, instead of
14584         gnus-group-real-prefix.
14585
14586 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * lpath.el: Bind w3m-safe-url-regexp.
14589
14590         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14591         w3m-safe-url-regexp variable buffer-local and set it as the value
14592         of mm-w3m-safe-url-regexp.
14593
14594         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14595
14596         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14597         parsing gnus-posting-styles when the message is not for replying.
14598
14599         * dgnushack.el: Autoload sgml-mode for XEmacs.
14600
14601         * nnrss.el (nnrss-opml-export): Use
14602         mm-set-buffer-file-coding-system instead of
14603         set-buffer-file-coding-system.
14604
14605 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14606
14607         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14608         of checkdoc.el).
14609         * nnrss.el: do.
14610         * gnus-mlspl.el: do.
14611         * gnus-ml.el: do.
14612         * gnus-srvr.el: do.
14613
14614         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14615
14616 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14617
14618         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14619         Corrections to custom-manual links.
14620
14621         * gnus-art.el (gnus-article): Ditto.
14622
14623         * mm-decode.el (mime-display, mime-security): Ditto.
14624
14625 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14626
14627         * flow-fill.el: Typo.
14628
14629 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14630
14631         * spam-wash.el: New file.
14632
14633 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14634
14635         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14636
14637 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14638
14639         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14640         to be run with new-articles as LIST1, not LIST2.
14641         (spam-registration-functions): Add spam-use-ham-copy as a nil
14642         registration backend.
14643
14644 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14645
14646         * spam-stat.el (spam-stat-washing-hook): New option.
14647         (spam-stat-buffer-words): Use it.
14648         (spam-stat-process-directory, spam-stat-test-directory): Use
14649         insert-file-contents-literally.
14650         (spam-stat-coding-system): New variable.
14651         (spam-stat-load, spam-stat-save): Use it.
14652
14653 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * spam-report.el (spam-report-plug-agent): Quote
14656         spam-report-url-to-file and spam-report-url-ping-plain.
14657
14658 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14661         / in mailto URLs.
14662
14663 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * spam-report.el (spam-report-process-queue): Fix interactive use.
14666         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14667         (spam-report-unplug-agent): Doc fixes.
14668         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14669         (spam-report-agentize, spam-report-deagentize): Autoload.
14670
14671 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14674
14675         * message.el (message-setup-fill-variables): Add mml tags to
14676         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14677         <ajk@iu.edu>.
14678         (message-mode): Don't modify paragraph-separate there.
14679
14680 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * compface.el (uncompface-use-external): Default to undecided.
14683         (uncompface-use-external-threshold): New variable.
14684         (uncompface-float-time): New macro.
14685         (uncompface): Determine whether to use the external decoder if
14686         uncompface-use-external is undecided.
14687
14688 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14689
14690         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14691         after images.
14692
14693         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14694
14695 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14696
14697         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14698
14699         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14700
14701         * gnus-sum.el (gnus-summary-limit-to-age)
14702         (gnus-summary-limit-children): do.
14703
14704         * gnus-int.el (gnus-request-scan): do.
14705
14706         * gnus-group.el (gnus-group-suspend): do.
14707
14708         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14709
14710         * gnus-cite.el (gnus-cite-parse-attributions): do.
14711
14712         * gnus-agent.el (gnus-summary-set-agent-mark)
14713         (gnus-agent-regenerate-group): do.
14714
14715         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14716
14717         * binhex.el (binhex-decode-region-internal): do.
14718
14719 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-fun.el (gnus-face-properties-alist): New user option.
14722         (gnus-display-x-face-in-from): Use it.
14723
14724         * gnus-art.el (article-display-face): Ditto.
14725
14726         * compface.el (uncompface-use-external): Default to nil.
14727
14728 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14729
14730         * nntp.el (nntp-erase-buffer): New function.
14731         (nntp-retrieve-data, nntp-send-command)
14732         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14733         (nntp-possibly-change-group): Use it.
14734
14735         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14736         with-current-buffer.
14737
14738 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14739
14740         * compface.el: Merge the ELisp-based uncompface program.
14741         (compface): New customization group.
14742         (uncompface-use-external): New user option.
14743         (uncompface): Call uncompface-internal if uncompface-use-external
14744         is nil.
14745         (uncompface-internal): New function.  Note that there are also
14746         some other functions and variables added for this function.
14747
14748 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14749
14750         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14751         if necessary.
14752
14753 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * spam-report.el (spam-report-unplug-agent)
14756         (spam-report-plug-agent, spam-report-deagentize)
14757         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14758         Add support for the Agent in spam-report: when unplugged, report to a
14759         file; when plugged, submit all the requests.
14760
14761         * spam.el (spam-register-routine): Fix message about
14762         registration.
14763
14764 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14765
14766         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14767         dependencies.
14768         (rfc2047-encode): Use it.
14769
14770         * gnus-art.el (gnus-button-marker-list): Move before first
14771         reference.
14772
14773         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14774         (imap-parse-body): Fix format string mismatch.
14775
14776         * gnus-score.el (gnus-summary-increase-score): do.
14777
14778         * nnrss.el (nnrss-close): New function.
14779
14780 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14781
14782         * nnrss.el (nnrss-make-filename): New function.
14783         (nnrss-request-delete-group, nnrss-read-server-data)
14784         (nnrss-save-server-data, nnrss-read-group-data)
14785         (nnrss-save-group-data): Use it.
14786         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14787         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14788         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14789
14790 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14791
14792         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14793
14794 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14795
14796         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14797         files.
14798
14799         * message.el (message-generate-headers-first): Don't quote nil
14800         and t in docstrings.
14801
14802         * imap.el (imap-id): do.
14803
14804         * gnus-agent.el (gnus-agent-consider-all-articles)
14805         (gnus-agent-queue-mail): do.
14806
14807 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * spam-report.el (spam-report-process-queue): New function.
14810         Process requests from `spam-report-requests-file'.
14811         (spam-report-process-queue): Doc fix.
14812
14813 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14814
14815         * spam.el (spam-register-routine)
14816         (spam-log-processing-to-registry, spam-log-registered-p)
14817         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14818         Change "check" to "spam-check" for semi-clarity.
14819
14820 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14821
14822         * pop3.el: Require nnheader.
14823
14824         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14825
14826         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14827
14828         * gnus-picon.el: Require cl.
14829
14830         * gnus-fun.el: Require gnus-ems and gnus-util.
14831
14832         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14833
14834         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14835
14836         * gnus-art.el (gnus-article-edit-mode): Define before first
14837         reference.
14838
14839 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14840
14841         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14842         (gnus-uu-post-encoded): Use point-at-bol.
14843
14844         * gnus-topic.el (gnus-group-active-topic-p): do.
14845
14846         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14847
14848         * gnus-group.el (gnus-group-kill-region): do.
14849
14850         * gnus-art.el (article-date-ut): do.
14851
14852         * message.el (message-fetch-field): Remove redundant
14853         case-fold-search binding.
14854         (message-narrow-to-field): Simplify.
14855
14856 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * spam.el (spam-directory): Derive from `gnus-directory'.
14859
14860         * spam-report.el (spam-report-url-to-file)
14861         (spam-report-requests-file): New function and variable for offline
14862         reporting.
14863         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14864         and user defined function.
14865         (spam-report-url-ping-mm-url): Remove doubled slash.
14866
14867 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14868
14869         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14870
14871 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14874         format string mismatch.
14875
14876         * sieve.el (sieve-deactivate-all): do.
14877
14878         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14879
14880         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14881
14882         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14883
14884         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14885
14886 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14887
14888         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14889         the list of checks.
14890
14891 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14892
14893         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14894         padding.
14895
14896 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14897
14898         * mm-view.el (mm-fill-flowed): New variable.
14899         (mm-inline-text): Use it.
14900
14901 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14902
14903         * spam.el (spam-spamassassin-register-ham-routine)
14904         (spam-spamassassin-register-spam-routine): Fix function names.
14905
14906 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus.el (gnus-tmp-grouplens): Remove.
14909         (gnus-summary-line-format): Remove grouplens.
14910
14911         * gnus-group.el (gnus-group-line-format): Ditto.
14912
14913         * gnus-spec.el (gnus-format-specs): Ditto.
14914         (gnus-update-format-specifications): Flush the group format spec
14915         cache if there's the grouplens stuff.
14916         (gnus-parse-simple-format): Replace %l with the empty string.
14917
14918 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14919
14920         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14921         omission.
14922
14923 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14926         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14927
14928 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14929
14930         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14931         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14932         New macros and functions.
14933         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14934         Handle > NLINK_MAX messages.
14935         * nnmaildir.el (nnmaildir-request-set-mark): Use
14936         nnmaildir--emlink-p and nnmaildir--eexist-p.
14937
14938 2004-01-25  Alex Schroeder  <alex@gnu.org>
14939
14940         * spam-stat.el (spam-stat-process-directory-age): New option.
14941         (spam-stat-process-directory): Use it.
14942
14943 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14944
14945         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14946         (spam-stat-save): Accept prefix argument.
14947
14948 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14949
14950         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14951         links" error.
14952
14953 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14956         the rest of the and/or forms.
14957
14958 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14959
14960         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14961         compatibility with old .newsrc.eld files.
14962
14963         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14964
14965         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14966
14967         * gnus-start.el (gnus-1): do.
14968
14969         * gnus-group.el (gnus-group-line-format-alist): do.
14970
14971         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14972
14973         * gnus-gl.el: Remove.
14974
14975 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14976
14977         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14978         marks consisting of a single range {for example, (3 . 5)} rather
14979         than a list of a single range { ((3 . 5)) }.
14980
14981 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14982
14983         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14984         with-current-buffer.
14985         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14986         avoid consing a string.
14987
14988         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14989         Remove obsolete entries for big5 and gb2312.
14990
14991 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14992
14993         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14994         uncompressed list.
14995
14996 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14997
14998         * spam-stat.el (spam-stat-strip-xref): New function.
14999         (spam-stat-process-directory): Use it.
15000
15001         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15002         here -- it's done in message-fetch-field.
15003
15004 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15005
15006         * gnus-agent.el (gnus-agent-queue-mail)
15007         (gnus-agent-prompt-send-queue): New variables.
15008         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15009         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15010         "nndraft:queue" along to gnus-draft-send.  Use
15011         gnus-agent-prompt-send-queue.
15012         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15013         is "nndraft:queue".  Suggested by Gaute Strokkenes
15014         <gs234@srcf.ucam.org>
15015
15016         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15017         (agent-enable-undownloaded-faces): Added.
15018         (gnus-agent-cat-groups): Use eval-and-compile, not
15019         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15020         method of gnus-agent-cat-groups even when the buffer has been
15021         evaled.
15022         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15023         delete gnus-agent-save-active-1.
15024         (gnus-agent-save-groups): Deleted.  Identical to
15025         gnus-agent-save-active.
15026         (gnus-agent-write-active): No longer adjust agent's copy of active
15027         file as agent's adjustments are now stored in their own
15028         file.  Removed optional parameter.
15029         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15030         servers.  Add use of min/max range limits from server's local
15031         file.
15032         (gnus-agent-save-alist): Removed unused optional argument.
15033         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15034         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15035         (gnus-agent-set-local): A per-server file that keeps min/max range
15036         limits for articles known to the agent.  Provides a fast mechanism
15037         for altering many active ranges.
15038         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15039         active file (local makes it unnecessary).
15040         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15041
15042         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15043         (agent-enable-undownloaded-faces): Added.
15044
15045         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15046         disable it when sending to "nndraft:queue".
15047         (gnus-group-send-queue): Add safety check to avoid sending queue
15048         when unplugged.
15049
15050         * gnus-group.el (gnus-group-catchup): Use new
15051         gnus-sequence-of-unread-articles, not
15052         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15053         numbers of articles.  Use gnus-range-map to avoid having to
15054         uncompress the unread list.
15055         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15056         Fixed invalid ange-ftp reference.
15057
15058         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15059         (gnus-sorted-range-intersection): Intersection of two ranges
15060         without requiring that they first be uncompressed.
15061
15062         * gnus-start.el (gnus-activate-group): Unless blocked by the
15063         caller, possibly expand the active range to include both cached
15064         and agentized articles.
15065         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15066         multiple version-dependent converters.
15067         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15068         gnus-agent-save-active.
15069         (gnus-save-newsrc-file): Save dirty agent range limits.
15070
15071         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15072         gnus-agent-possibly-alter-active.
15073         (gnus-adjust-marked-articles): Faster handling of simple lists.
15074
15075 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15076
15077         * spam-stat.el (spam-stat-test-directory): New optional argument
15078         displays a list of files detected.  Suggested by Andrew Cohen
15079         <cohen@andy.bu.edu>.
15080         (spam-stat-buffer-words-with-scores): Don't narrow and change
15081         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15082
15083 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15084
15085         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15086         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15087         (spam-spamassassin-arguments)
15088         (spam-spamassassin-spam-flag-header)
15089         (spam-spamassassin-positive-spam-flag-header)
15090         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15091         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15092         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15093         (spam-list-of-processors, spam-list-of-checks)
15094         (spam-list-of-statistical-checks, spam-registration-functions)
15095         (spam-check-spamassassin-headers, spam-check-spamassassin)
15096         (spam-spamassassin-score)
15097         (spam-spamassassin-register-with-sa-learn)
15098         (spam-spamassassin-register-spam-routine)
15099         (spam-spamassassin-register-ham-routine)
15100         (spam-assassin-register-spam-routine)
15101         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15102         (spam-bogofilter-score): Fix to show article before scoring.
15103
15104 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15107         default scoring function.
15108         (spam-generic-score): Call spam-spamassassin-score if
15109         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15110         spam-bogofilter-score otherwise.
15111
15112         * gnus.el (spam-process, spam-autodetect-methods): Add
15113         spamassassin and spamassassin-headers.
15114
15115 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15116
15117         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15118         Suppress unnecessary messages.
15119
15120 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15121
15122         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15123         make-hash-table.
15124
15125 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * canlock.el (base64-encode-string): Don't autoload it.
15128
15129 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * run-at-time.el: Remove useless (require 'itimer),
15132         eval-and-compile and (featurep 'xemacs).
15133
15134 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15135
15136         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15137         GROUP is a virtual group.
15138
15139 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15140
15141         * gnus.el: Autoload `message-y-or-n-p'.
15142
15143 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15144
15145         * pgg-parse.el: Remove unnecessary (require 'custom).
15146
15147         * pgg-def.el: do.
15148
15149         * nnmail.el: do.
15150
15151         * gnus-undo.el: do.
15152
15153         * gnus-picon.el: do.
15154
15155         * gnus-util.el: do.
15156
15157 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15160
15161 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15164         handle, as well as a list.
15165
15166         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15167         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15168         (mm-w3m-cid-retrieve): Simplify.
15169
15170 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15171
15172         * message.el (message-kill-to-signature): Allow prefix arg to
15173         specify number of lines to keep before signature.
15174
15175 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15176
15177         * message.el (message-kill-to-signature): Change docstring.
15178
15179 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * canlock.el: Always require sha1-el.
15182         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15183
15184         * message.el: Autoload sha1 only when compiling.
15185
15186         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15187         eudc-expand-inline for XEmacs.
15188
15189 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * message.el (message-canlock-generate): Require sha1-el.
15192
15193 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15194
15195         * message.el (message-expand-name): Silence the byte compiler.
15196
15197         * lpath.el: Add detect-coding-system.
15198
15199         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15200         cus-edit.
15201
15202 2004-01-13  Simon Josefsson  <jas@extundo.com>
15203
15204         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15205         Invoke gnus-score-mode.  Reported by
15206         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15207
15208         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15209         Jim Blandy <jimb@redhat.com> (tiny change).
15210
15211 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15212
15213         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15214
15215 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15216
15217         * spam.el (spam-get-article-as-string): Update to use
15218         gnus-request-article-this-buffer, much simpler.
15219         (spam-get-article-as-buffer): Remove.
15220
15221 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15222
15223         * message.el (message-expand-name): Use EUDC if the user uses that.
15224
15225 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15226
15227         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15228         character for the encoding to avoid consing a string.
15229
15230         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15231         unnecessarily.
15232
15233         * mm-util.el (mm-replace-chars-in-string): Remove.
15234
15235         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15236         of mm-replace-chars-in-string.
15237
15238 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15239
15240         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15241
15242         * mm-util.el (mm-subst-char-in-string): Support inplace.
15243
15244         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15245         a new string in every iteration.  Use shy groups.
15246
15247 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15248
15249         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15250         * gnus-soup.el (gnus-soup-group-brew):
15251         * gnus-msg.el (gnus-put-message):
15252         * gnus-move.el (gnus-group-move-group-to-server):
15253         * gnus-kill.el (gnus-batch-score):
15254         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15255         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15256         (gnus-group-update-group, gnus-group-read-group)
15257         (gnus-group-make-group, gnus-group-make-help-group)
15258         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15259         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15260         (gnus-group-sort-by-unread, gnus-group-catchup)
15261         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15262         (gnus-group-yank-group, gnus-group-set-info)
15263         (gnus-group-list-groups):
15264         * gnus.el (gnus-generate-new-group-name):
15265         * gnus-delay.el (gnus-delay-send-queue):
15266         * nnvirtual.el (nnvirtual-catchup-group):
15267         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15268         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15269         (gnus-group-prepare-topics, gnus-topic-check-topology):
15270         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15271         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15272         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15273         (gnus-group-make-articles-read):
15274         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15275         (gnus-group-change-level, gnus-kill-newsgroup)
15276         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15277         (gnus-get-unread-articles, gnus-make-articles-unread)
15278         (gnus-make-ascending-articles-unread): Use accessor
15279         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15280         to get group information for improved readability.
15281
15282
15283 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15284
15285         * gnus-art.el (article-decode-mime-words, article-babel)
15286         (gnus-article-highlight-signature, gnus-article-add-buttons)
15287         (gnus-signature-toggle): Use gnus-with-article-buffer.
15288
15289         * gnus-art.el (gnus-article-highlight-headers)
15290         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15291
15292         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15293         (gnus-article-set-globals, gnus-request-article-this-buffer)
15294         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15295         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15296         (gnus-mime-display-alternative): Use with-current-buffer.
15297
15298 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15299
15300         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15301         also under 80 char limit, and call gnus-error if needed.
15302         (spam-fetch-article-header): Fix - it was a
15303         buffer-local variable (gnus-newsgroup-data).
15304         (spam-find-spam): Use spam-generate-fake-headers, forget about
15305         spam-insert-fake-headers.
15306         (spam-insert-fake-headers): Remove.
15307
15308 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15309
15310         * deuglify.el (gnus-article-outlook-unwrap-lines)
15311         (gnus-outlook-rearrange-article)
15312         (gnus-outlook-repair-attribution-outlook)
15313         (gnus-outlook-repair-attribution-block)
15314         (gnus-outlook-repair-attribution-other): Remove redundant
15315         save-excursion.
15316
15317 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15318
15319         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15320         (spam-fetch-field-subject-fast)
15321         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15322         (spam-fetch-article-header): Add functions to deal with Gnus
15323         internals for fast retrieval of article header data.
15324         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15325
15326 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * pop3.el (pop3-md5): Remove.
15329         (pop3-apop): Replace pop3-md5 with md5.
15330
15331         * mm-bodies.el: base64 is always built-in.
15332
15333         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15334         with-current-buffer.
15335
15336 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * canlock.el (canlock-insert-header): Remove excessive grouping in
15339         regexp.
15340
15341         * gnus-sum.el (gnus-summary-read-document): Ditto.
15342
15343         * gnus-uu.el (gnus-uu-part-number): Ditto.
15344
15345         * html2text.el (html2text-remove-tags): Ditto.
15346         (html2text-format-tags): Ditto.
15347         (html2text-format-single-elements): Ditto.
15348
15349         * mml.el (mml-parse-1): Ditto.
15350
15351 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15352
15353         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15354
15355         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15356
15357         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15358
15359         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15360
15361 2003-11-15  Simon Josefsson  <jas@extundo.com>
15362
15363         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15364         (pgg-gpg-lookup-key): Use regexp match instead of
15365         split-string (split-string is different between emacs 21.2 and
15366         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15367
15368 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * gnus-art.el (gnus-mime-view-all-parts)
15371         (gnus-article-part-wrapper, gnus-article-view-part): Use
15372         with-current-buffer.
15373
15374 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15375
15376         * spam.el (spam-disable-spam-split-during-ham-respool)
15377         (spam-spamoracle-database, spam-cache-lookups)
15378         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15379         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15380         (spam-group-ham-marks, spam-group-spam-marks)
15381         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15382         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15383         also add spam-use-blackholes to the statistical checks.
15384         (spam-fetch-field-fast): Add interface to fetching fields, may
15385         become a macro.
15386         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15387         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15388         (spam-insert-fake-headers): Fake an article when needed.
15389         (spam-find-spam): Fake article when possible.
15390         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15391         (spam-check-bogofilter-headers): Use message-fetch-field instead
15392         of nnmail-fetch-field.
15393
15394 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15397
15398 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * spam.el (spam-split): Do not require spam-use-CHECK to be
15401         enabled if that check is passed to spam-split explicitly; also
15402         fix so 'spam doesn't get converted to spam-split-group when
15403         spam-split-symbolic-return is t.
15404         (spam-find-spam): Find registrations of the article and use those
15405         instead of re-running spam-split to find the spam/ham
15406         classification of the article.
15407         (spam-log-processing-to-registry, spam-log-registered-p)
15408         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15409         Use gnus-error instead of gnus-message.
15410         (spam-log-registration-type): Add function to determine the
15411         classification of a message based on registry entries; will
15412         return nil if both 'spam and 'ham are found.
15413         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15414         a reasonably fast local cache without the loading errors.
15415         (spam-cache-lookups): Set to t by default.
15416         (spam-find-spam): Don't try to guess spam-cache-lookups.
15417         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15418         spam-caches entry.
15419         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15420         caching of whitelist/blacklist entries.
15421         (spam-check-whitelist, spam-check-blacklist): Invoke
15422         spam-from-listed-p with a type, not a cache variable.
15423         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15424
15425 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15426
15427         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15428
15429         * nnmail.el (nnmail-split-fancy): do.
15430
15431         * mml.el (mml-parse): do.
15432
15433         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15434         (gnus-score-adaptive): do.
15435
15436 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15439         (gnus-mime-button-map): Don't set keymap parent.
15440         (gnus-button-ctan-directory-regexp): Use shy grouping.
15441         (gnus-prev-page-map): Don't set keymap parent.
15442         (gnus-prev-page-map): Remove duplicated one.
15443         (gnus-next-page-map): Don't set keymap parent.
15444         (gnus-mime-security-button-map): Ditto.
15445
15446         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15447         version number.
15448
15449         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15450
15451 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * canlock.el (canlock-sha1-function): Remove.
15454         (canlock-sha1-function-for-verify): Remove.
15455         (canlock-openssl-program): Remove.
15456         (canlock-openssl-args): Remove.
15457         (canlock-ignore-errors): Remove.
15458         (canlock-sha1-with-openssl): Remove.
15459         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15460         (canlock-verify): Don't use canlock-ignore-errors.
15461
15462         * sha1-el.el (sha1-string-external): Make it can return a string
15463         in binary form.
15464         (sha1-region-external): Ditto.
15465         (sha1-string-internal): Ditto.
15466         (sha1-region-internal): Ditto.
15467         (sha1-region): Ditto.
15468         (sha1-string): Ditto.
15469         (sha1): Ditto.
15470
15471 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15472
15473         * spam.el (spam-report-articles-gmane): New command.
15474
15475 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15478
15479         * run-at-time.el (run-at-time-saved): Remove.
15480         (run-at-time): Doc fix.
15481
15482 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15485         (gnus-summary-limit-map): Add it.
15486         (gnus-summary-make-menu-bar): do.
15487
15488 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15489
15490         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15491         Make attempt at some caching support (done for BBDB only now).
15492         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15493         addresses to be checked.
15494         (spam-clear-cache-BBDB): Add function, to be invoked by
15495         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15496         (spam-check-BBDB): Check and use the caches, if
15497         spam-cache-lookups is on, remove superfluous (provide).
15498
15499 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15502
15503 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15504
15505         * run-at-time.el (run-at-time-saved): Move to after the definition
15506         of `run-at-time'.
15507
15508         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15509
15510 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15513         mm-w3m-local-map-property.
15514
15515         * mm-view.el (mm-w3m-mode-map): Remove.
15516         (mm-w3m-local-map-property): Remove.
15517         (mm-inline-text-html-render-with-w3m): Don't use
15518         mm-w3m-local-map-property.
15519
15520 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15521
15522         * run-at-time.el: New file.
15523
15524         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15525         under Emacs.
15526
15527         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15528         of gnus-set-text-properties.
15529
15530         * gnus-uu.el (gnus-uu-save-article): Ditto.
15531
15532         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15533
15534         * gnus-cite.el (gnus-cite-parse): Ditto.
15535
15536         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15537         of gnus-.
15538
15539         * gnus-xmas.el (run-at-time): Require run-at-time.
15540
15541         * gnus.el: Changed calls to nnheader-run-at-time and
15542         password-run-at-time throughout to use run-at-time directly.
15543
15544         * password.el: Removed definition of run-at-time.
15545
15546         * nnheaderxm.el: Remove definition of run-at-time.
15547
15548 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15549
15550         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15551         in prompt.
15552
15553 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15554
15555         * messagexmas.el (message-xmas-redefine): Alias
15556         `message-make-caesar-translation-table' to
15557         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15558         version.
15559
15560         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15561         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15562         `gnus-xmas-set-text-properties'.
15563         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15564         `gnus-xmas-completing-read'.
15565         (gnus-xmas-completing-read): Removed.
15566         (gnus-xmas-open-network-stream): Removed.
15567
15568         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15569         XEmacs version.
15570
15571         * dns.el (dns-make-network-process): Use `open-network-stream'
15572         instead of `gnus-xmas-open-network-stream'.
15573
15574         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15575
15576         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15577
15578 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15579
15580         * gnus-art.el (gnus-mime-display-alternative)
15581         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15582         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15583         Don't use gnus-local-map-property.
15584
15585         * gnus-util.el (gnus-local-map-property): Remove.
15586
15587         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15588         gnus-completing-read-maybe-default with completing-read.
15589
15590         * gnus-util.el (gnus-completing-read): do.
15591         (gnus-completing-read-maybe-default): Remove.
15592
15593 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15594
15595         * password.el: Only autoload `run-at-time' if not XEmacs.
15596         Only autoload the itimer functions if XEmacs.
15597
15598 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15601         XEmacsen.
15602
15603         * dgnushack.el: Autoload executable-find for XEmacs.
15604
15605 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * gnus-art.el (gnus-read-string): Remove.
15608         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15609         read-string.
15610
15611 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15612
15613         * netrc.el: Autoload password-read.
15614         (netrc): Add configuration group.
15615         (netrc-encoding-method, netrc-openssl-path): Add
15616         variables for encoding and decoding of files with symmetric
15617         ciphers.
15618         (netrc-encode): Add assistant function to encode a file with
15619         netrc-encoding-method.
15620         (netrc-parse): Add interactive parameter, added optional
15621         decoding if netrc-encoding-method is non-nil but otherwise
15622         behavior is standard.
15623         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15624         Do s/encode/encrypt/ everywhere.
15625
15626         * spam.el: Remove executable-find autoload.
15627
15628 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15629
15630         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15631
15632         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15633
15634 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * gnus-art.el (gnus-treat-ansi-sequences)
15637         (article-treat-ansi-sequences): New variable and function.
15638         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15639
15640         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15641         Use it.
15642
15643 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15644
15645         * mm-util.el (mm-quote-arg): Remove.
15646
15647         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15648         shell-quote-argument.
15649
15650         * gnus-uu.el (gnus-uu-command): do.
15651
15652         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15653
15654         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15655         with make-char.
15656
15657         * mm-util.el (mm-make-char): Remove.
15658
15659         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15660         add-minor-mode.
15661
15662         * gnus-undo.el (gnus-undo-mode): do.
15663
15664         * gnus-topic.el (gnus-topic-mode): do.
15665
15666         * gnus-sum.el (gnus-dead-summary-mode): do.
15667
15668         * gnus-start.el (gnus-slave-mode): do.
15669
15670         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15671
15672         * gnus-ml.el (gnus-mailing-list-mode): do.
15673
15674         * gnus-gl.el (gnus-grouplens-mode): do.
15675
15676         * gnus-draft.el (gnus-draft-mode): do.
15677
15678         * gnus-dired.el (gnus-dired-mode): do.
15679
15680         * gnus-ems.el (gnus-add-minor-mode): Remove.
15681
15682         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15683         Replace gnus-char-width with char-width.
15684
15685         * gnus-ems.el (gnus-char-width): Remove.
15686
15687         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15688         Replace gnus-char-width with char-width.
15689
15690         * gnus-ems.el (gnus-char-width): Remove.
15691
15692         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15693         definition.
15694         Remove Emacs 20 hash table compatibility code.
15695
15696         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15697         20 compatibility code.
15698
15699         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15700
15701         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15702
15703         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15704         with point-at-{eol,bol}.
15705
15706         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15707
15708         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15709
15710         * flow-fill.el (fill-flowed-point-at-bol)
15711         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15712
15713         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15714         Replace with point-at-{eol,bol} throughout all files.
15715
15716 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * ntlm.el (ntlm-string-as-unibyte): New macro.
15719         (ntlm-build-auth-response): Use it.
15720
15721         Remove Emacs 20 stuff:
15722         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15723         (butlast, mapc, remove): Remove the compiler macros.
15724         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15725         of delq and copy-sequence.
15726         * gnus-art.el (popup-menu): Remove the compiler macro.
15727         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15728         Emacs 20.
15729
15730 2004-01-05  Simon Josefsson  <jas@extundo.com>
15731
15732         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15733         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15734         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15735         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15736         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15737         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15738         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15739         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15740         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15741         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15742         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15743         string-xor into ntlm-string-xor.  Suggested by
15744         Jesper Harder <harder@myrealbox.com>.
15745
15746         * ntlm.el: Don't include poem.
15747
15748         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15749         Jesper Harder <harder@myrealbox.com>.
15750
15751         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15752
15753         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15754         probably breaks emacs with DL patch, but do we care? Is anyone
15755         still using the DL stuff?)
15756
15757         * sieve-manage.el: Use the password package.
15758         (sieve-manage-read-passwd): Remove.
15759         (sieve-manage-interactive-login): Use password.  Re-add
15760         condition-case around loop.
15761
15762         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15763         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15764         the password package.
15765
15766 2003-02-19  Simon Josefsson  <jas@extundo.com>
15767
15768         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15769         token.
15770
15771 2002-08-07  Simon Josefsson  <jas@extundo.com>
15772
15773         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15774         (sieve-manage-authenticators):
15775         (sieve-manage-authenticator-alist): Add some SASL mechs.
15776         (sieve-sasl-auth): New function.
15777         (sieve-manage-cram-md5-auth):
15778         (sieve-manage-plain-auth): Rewrite using SASL library.
15779         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15780         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15781         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15782         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15783
15784 2004-01-05  Simon Josefsson  <jas@extundo.com>
15785
15786         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15787         New files.
15788
15789 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15790
15791         * gnus-group.el (gnus-no-groups-message): Update.
15792
15793         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15794
15795 2003-11-09  Simon Josefsson  <jas@extundo.com>
15796
15797         * imap.el: Support for ID IMAP extension (RFC 2971).
15798         (imap-local-variables): Add imap-id.
15799         (imap-id): New variable.
15800         (imap-id): New function.
15801         (imap-parse-response): Parse untagged ID response.
15802         * nnimap.el (nnimap-id): New variable.
15803         (nnimap-open-connection): Use it.
15804
15805 2003-12-28  Simon Josefsson  <jas@extundo.com>
15806
15807         * gnus-score.el (gnus-score-edit-all-score): New.
15808         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15809
15810 2004-01-04  Simon Josefsson  <jas@extundo.com>
15811
15812         * password.el: Add.
15813
15814 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15815
15816         * dns.el (dns-query-types): Fix typo.
15817         (dns-query-types): New function.
15818         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15819         PTR and SOA replies, see RFC 1035.
15820
15821 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15824
15825         * Moved to Changelog.2.
15826
15827 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15828
15829         * gnus.el (gnus-version-number): Bump version.
15830
15831 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15832
15833         * gnus.el: No Gnus v0.1 is released.
15834
15835 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15836
15837         * gnus.el: No Gnus v0.0 is released.
15838
15839 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15840
15841         * gnus.el (gnus-version-number): Bump.
15842         (gnus-version): No.
15843
15844 See ChangeLog.2 for earlier changes.
15845
15846     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15847       Free Software Foundation, Inc.
15848
15849   This file is part of GNU Emacs.
15850
15851   GNU Emacs is free software: you can redistribute it and/or modify
15852   it under the terms of the GNU General Public License as published by
15853   the Free Software Foundation, either version 3 of the License, or
15854   (at your option) any later version.
15855
15856   GNU Emacs is distributed in the hope that it will be useful,
15857   but WITHOUT ANY WARRANTY; without even the implied warranty of
15858   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15859   GNU General Public License for more details.
15860
15861   You should have received a copy of the GNU General Public License
15862   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15863
15864 ;; Local Variables:
15865 ;; coding: utf-8
15866 ;; fill-column: 79
15867 ;; add-log-time-zone-rule: t
15868 ;; End: