gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end...
[gnus] / lisp / ChangeLog
1 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4         for back end that doesn't support request-scan.
5
6 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9         then do request scans from the backends.
10
11         * netrc.el (netrc-credentials): New conveniency function.
12
13         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
14         avoid running a hook per line, since this takes a lot of time,
15         profiling shows.
16         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
17         directly if gnus-visual-p is true.
18
19 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
22         groups; replace mapcar with dolist which is a bit faster; pass groups
23         info to gnus-read-active-file-1.
24         (gnus-read-active-file-1): Scan only specified groups if the new
25         optional arg `infos' is given.
26
27 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
30
31         * pop3.el (pop3-movemail): Removed.
32         (pop3-streaming-movemail): Renamed to pop3-movemail.
33
34         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
35         don't restrict end-tag searches to the end of the line.
36
37 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
40         articles of every unchecked group to t, which means unknown since the
41         server has never been opened.
42
43 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * gnus-html.el (gnus-html-show-alt-text): New command.
46         (gnus-html-browse-image): Ditto.
47         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
48         to browse the image directly.
49         (gnus-html-wash-tags): Search for images first, so that <a><img> works
50         better.
51
52         * gnus-async.el (gnus-async-article-callback): Call
53         `gnus-html-prefetch-images' unconditionally.
54
55         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
56         before feeding URLs to curl.
57
58 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
61         internal images as deletable by `W D D'.
62
63         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
64         (gnus-async-article-callback): Fix typo.
65
66 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
69         current line to work around bugs in the output from w3m.
70
71         * gnus-async.el (gnus-async-article-callback): Always prefetch images
72         for groups that want that.
73
74         * nntp.el (nntp-wait-for-string): Supply a timeout for
75         accept-process-output to ensure progress.
76
77         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
78         level to get unread articles from, then use that for foreign groups,
79         too.
80
81         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
82         confuses the rest of the function.
83
84         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
85         for the methods that support -retrieve-groups, too.
86
87         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
88
89 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
92         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
93
94         * pop3.el: Require cl when compiling.
95         (pop3-number-of-responses): Search for "+OK", not "+OK ".
96
97 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
100         that aren't going to be activated.
101         (gnus-get-unread-articles): Fix up the last commit.
102
103         * gnus-html.el (gnus-article-html): Allow calling without specifying
104         the handle.  In that case, dissect the buffer first.
105
106         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
107
108         * nnimap.el (nnimap-open-connection): Revert the change that would look
109         into authinfo for imaps instead of imap.
110
111         * gnus-start.el (gnus-activate-group): Take an optional parameter to
112         say that you don't want to call gnus-request-group with don-check, but
113         do check the reponse.  This is for virtual groups only.
114         (gnus-get-unread-articles): Count the archive groups as secondary, so
115         that they're activated the same way as before.
116
117         * imap.el (imap-message-map): Removed optional buffer parameter, since
118         no callers use it.
119         (imap-message-get): Ditto.
120         (imap-message-put): Ditto.
121         (imap-mailbox-map): Ditto.
122         (imap-mailbox-put): Ditto.
123         (imap-mailbox-get): Ditto.
124         (imap-mailbox-get): Revert last change for this function.
125
126         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
127         case-insensitively.
128         (nnimap-debug): Removed.
129
130         * imap.el (imap-fetch-safe): Removed function, and altered all callers
131         to use `imap-fetch' instead.  According to the comments, this should be
132         safe, since all other IMAP clients use the 1:* syntax.
133         (imap-enable-exchange-bug-workaround): Removed.
134         (imap-debug): Removed -- doesn't seem very useful.
135
136         * mail-source.el (mail-source-fetch): Don't message if we're fetching
137         mail from a file, and the file doesn't exist.
138
139         * imap.el (imap-log): New convenience function used throughout instead
140         of repeating the same code all over the place.
141
142         * pop3.el (pop3-streaming-movemail): Return t for success.
143
144         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
145         .authinfo if we're using ssl connection.
146
147         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
148         already have if we're in a main Gnus `g' run.
149
150         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
151
152 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
155
156         * nnmh.el (nnmh-request-list-1): Bind `file'.
157
158         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
159         alias to set-process-query-on-exit-flag or process-kill-without-query.
160         (pop3-open-server): Use it.
161
162 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * mail-source.el (mail-source-delete-crash-box): Always move the crash
165         box to the Incoming file.  Fixes mistake in previous checkin.
166
167         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
168         request loop (for debugging purposes) removed.
169
170         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
171         culprit is more visible.
172         (nnml-save-incremental-nov, nnml-open-incremental-nov)
173         (nnml-add-incremental-nov): New functions to do "incremental" nov
174         updates, where we just append to the end of the existing nov files
175         without reading/writing them in full.
176
177         * mail-source.el (mail-source-delete-crash-box): Really only check the
178         incoming files once in a while.
179
180         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
181
182         * mail-source.el (mail-source-delete-crash-box): Only check the
183         incoming files for deletion once per day to save a lot of file
184         accesses.
185
186         * pop3.el (pop3-logon): Fix up unbound variable typo.
187
188         * mail-source.el (pop3-streaming-movemail): Autoload.
189
190         * pop3.el (pop3-streaming-movemail): Respect
191         pop3-leave-mail-on-server.
192
193         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
194         retrieval.
195
196         * pop3.el (pop3-process-filter): Removed unused function.
197         (pop3-streaming-movemail, pop3-send-streaming-command)
198         (pop3-wait-for-messages, pop3-write-to-file)
199         (pop3-number-of-responses): New functions for streaming pop3
200         retrieval.
201
202         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
203         come from no known methods.
204         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
205         list.
206
207         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
208         message sizes.
209         (pop3-movemail): Use erase-buffer instead of looping and deleting
210         regions, which seems rather odd.
211
212         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
213         file once per `g' run.
214
215         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
216         directories.  This makes the draft queue directory work.
217
218         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
219         data from the backends, so that we only request the list of groups from
220         each method once.  This should speed things up considerably.
221
222         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
223         detect that it's not implemented.
224
225         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
226         we actually do recurse down into the tree, but don't stat all leaf
227         nodes.
228
229         * gnus-html.el (gnus-html-show-images): If there are no images to show,
230         then say so instead of bugging out.
231
232         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
233         files exist before trying to read them.
234
235         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
236         around <pre_int>.
237
238         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
239
240         * nnmh.el (nnmh-request-list-1): Optimize for speed.
241
242 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * mm-util.el (mm-image-load-path): Just return the image directories,
245         not all directories in the path in addition to the image directories.
246         (mm-image-load-path): Maintain a cache of the image directories so that
247         the `g' command in Gnus doesn't have to stat dozens of directories each
248         time.
249
250         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
251         (gnus-html-wash-tags): Add a new `i' command to insert images.
252         (gnus-html-insert-image): New command and keystroke.
253         (gnus-html-redisplay-with-images): New command and keystroke.
254         (gnus-html-show-images): Renamed command.
255         (gnus-html-wash-tags): Remove more white space before <pre_int> image
256         spacers.
257         (gnus-html-wash-tags): Decode entities at the end, so that entities
258         inside the tags don't mess up the rest of the "parsing".
259
260         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
261         so that nnimap methods aren't agentized by default.  There's apparently
262         many problems related to agent/imap behaviour.
263
264         * gnus-art.el (gnus-article-copy-string): New command and key binding.
265
266         * gnus-html.el: Doc fix.
267
268 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
271         specifier-spec-list for Emacs 21.
272
273         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
274         glyph-width and glyph-height instead of display-graphic-p and
275         image-size; make avoidance of displaying small images work for XEmacs.
276
277         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
278         for XEmacs.
279
280         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
281         of symbol that holds plist data.
282         (gnus-process-plist): Remove plist of process after getting it.
283
284 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * message.el (message-generate-hashcash): Change default to
287         'opportunistic if hashcash is installed.
288
289         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
290         (gnus-html-put-image): Only call image-size once, since it's somewhat
291         time-consuming on remote X servers.
292
293 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
296         type on data, not a file name.
297
298         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
299         window-pixel-edges for Emacs 21.
300
301         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
302         decoded contents.
303         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
304
305 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
308         group line format, since it isn't very interesting.
309
310         * gnus-agent.el (gnus-agent-short-article),
311         (gnus-agent-long-article): Increase values for these two variables,
312         since most people are likely to have more network connection and
313         storage than before.
314
315         * gnus.el (gnus-refer-article-method): Change default to 'current.
316         When referring an article, the common behaviour is to refer it from the
317         current select method, not the native select method.  The chances of
318         the native select method having the message in question is rather slim
319         these days.
320
321         * gnus-sum.el (gnus-auto-select-subject): Change default to
322         `unseen-or-unread'.  I think it's likely that most people want to
323         select an unseen article over a previously seen, but unread one.
324
325         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
326         means that in the article buffer none of the minor mode elements will
327         be shown, usually, and this is not desirable in most cases.
328
329         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
330         that commands like `d' (and the like) go to the next line in the
331         buffer, instead of the next unread article.  I think this is the
332         behaviour that is most natural for most users.
333         (gnus-single-article-buffer): Change default to nil, so that people can
334         have as many article buffers open as they have summary buffer.  I think
335         this is the most natural way for the groups to behave.
336
337         * message.el (message-generate-new-buffers): Change default to
338         `unsent', so that all new message buffers start their names with the
339         string "*unsent", and it's easier to find the buffers if you move from
340         them.
341
342 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
345         small. They're probably tracking images.
346         (gnus-html-wash-tags): Remove all <pre_int> place holders.
347         (gnus-html-rescale-image): Yet another try at getting the image sizing
348         right.
349
350         * nntp.el (nntp-request-set-mark): Refuse to do marks if
351         nntp-marks-file-name is nil.
352
353 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * gnus-html.el (gnus-html-wash-tags)
356         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
357         Better logging.
358
359 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
362
363         * gnus-html.el (gnus-html-wash-tags): Check the value of
364         gnus-blocked-images in the summary buffer.
365
366 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
367
368         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
369
370 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
373         like "a", it seems like.
374         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
375         since it needs to be picked from the correct buffer.
376
377         * nnwfm.el: Removed.
378
379         * nnlistserv.el: Removed.
380
381 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
382
383         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
384         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
385
386 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * nnkiboze.el: Removed.
389
390         * nndb.el: Removed.
391
392         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
393         alt text.
394         (gnus-html-rescale-image): Try to get the rescaling logic right for
395         images that are just wide and not tall.
396
397         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
398         overshadow variable bindings.
399
400 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * gnus-html.el (gnus-html-wash-tags)
403         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
404         extra logging.
405
406 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
409         (gnus-max-image-proportion): New variable.
410         (gnus-html-rescale-image): New function.
411         (gnus-html-put-image): Rescale images.
412
413 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
414
415         Fix up some byte-compiler warnings.
416         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
417         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
418         (gnus-article-fill-cited-article, gnus-article-hide-citation)
419         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
420         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
421         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
422         (gnus-group-update-group): Use save-excursion and with-current-buffer.
423
424 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-html.el (gnus-article-html): Decode contents by charset.
427
428 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
431         (gnus-html-frame-width, gnus-blocked-images)
432         * message.el (message-prune-recipient-rules): Add custom version.
433         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
434
435         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
436         functions.
437
438         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
439         gnus-process-get.
440
441 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
442
443         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
444         instead of lsub directly.
445
446 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * nnwarchive.el: Removed.
449
450         * gnus-soup.el: Removed.
451
452         * nnsoup.el: Removed.
453
454         * nnultimate.el: Removed.
455
456         * gnus-html.el (gnus-blocked-images): New variable.
457
458         * message.el (message-prune-recipients): New function.
459         (message-prune-recipient-rules): New variable.
460
461         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
462         guess whether a long line is natural text or not.
463
464         * gnus-html.el (gnus-html-schedule-image-fetching): Use
465         gnus-process-plist and friends for compatibility.
466
467 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
468
469         * gnus-html.el: Require packages that define macros used in this file.
470         (gnus-article-mouse-face): Declare to silence byte-compiler.
471         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
472         process-get.
473         (gnus-html-put-image): Use plist-get to avoid getf.
474         (gnus-html-prefetch-images): Use with-current-buffer.
475
476 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * gnus-ems.el: Provide compatibility functions for
479         gnus-set-process-plist.
480
481         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
482         header-line-format for XEmacs 21.4.
483
484         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
485         * gnus.el (gnus-valid-select-methods)
486         * message.el (message-send-mail-partially-limit)
487         * mm-decode.el (mm-text-html-renderer)
488         * mml.el (mml-insert-mime-headers-always)
489         * smiley.el (smiley-regexp-alist): Bump custom version.
490
491 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * gnus-html.el: require mm-url.
494         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
495         with the url to `url'.
496         (gnus-html-wash-tags): Support cid: URLs/images.
497
498 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
501         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
502         bindings, as they aren't useful at all. `w' is moved to `W w'.
503
504         * gnus-move.el: Removed file, since it doesn't really work.
505
506         * gnus-html.el (gnus-article-html): Tell w3m that the input is
507         UTF-8. This seems to fix problems with some German web feeds.
508
509         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
510         at the top so that the proper colours are applied.
511
512         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
513         don't have dots in their names.
514
515         * gnus-art.el (gnus-article-view-part): Doc fix.
516
517         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
518         XEmacs-compatible.
519         (gnus-html-put-image): Don't do images on non-graphic displays.
520
521         * nnslashdot.el: Removed this unused backend.
522
523         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
524         actions.
525         (gnus-undo-register-1): Revert last change.
526
527         * gnus-group.el (gnus-group-completing-read): Protect against not
528         having completion-styles bound.
529
530         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
531         make broken recipients happier.
532
533         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
534
535         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
536         point parameter.
537
538         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
539
540         * gnus-group.el (gnus-group-completing-read): Add 'substring to
541         completion-styles for group selection.
542
543 2009-02-04  Andreas Schwab  <schwab@suse.de>
544
545         * gnus-score.el (gnus-score-string): Fix regex for matching extra
546         headers and regexp-quote the match if necessary.
547
548 2009-03-24  Miles Bader  <miles@gnu.org>
549
550         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
551         the blinking smiley.
552
553 2009-03-24  Simon Josefsson  <simon@josefsson.org>
554
555         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
556         blink smiley.
557
558 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
561         where the dribbel file lives exists.
562
563         * message.el (message-send-mail-partially-limit): Change the default to
564         nil, since most people don't want this.
565
566         * mm-url.el (mm-url-decode-entities): Also decode entities like
567         &#x3212.
568
569 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
570
571         * gnus-sum.el (gnus-summary-idna-message):
572         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
573         Hyperlink urls in docstrings with URL `...'.
574
575 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
576
577         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
578         functions.
579
580 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
583         say what the mouseover text should be.
584
585         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
586         version of the mm-w3m-safe-url-regexp variable to only download images
587         in the groups where we want that to happen.
588
589         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
590
591         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
592         easier debugging.
593         (gnus-article-beginning-of-window): Add kludge to allow spacing past
594         big pictures in the article buffer.
595
596         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
597         gnus-article-html.
598         (mm-text-html-renderer): gnus-article-html needs curl in addition to
599         w3m.
600
601         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
602
603 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
606         which doesn't exist.
607
608         * message.el (message-inhibit-ecomplete): New variable to allow some
609         function to inhibit ecomplete address storage.
610         (message-resend): Disable ecomplete message storage when resending
611         messages.
612
613         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
614
615 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
618         Save excursion while copying, moving, and deleting articles in order to
619         prevent the cursor from jumping to unforeseen place.
620
621 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * lpath.el: No need to bind bookmark-current-buffer,
624         bookmark-yank-point and bookmark-make-record-function.
625
626 2010-08-17  Glenn Morris  <rgm@gnu.org>
627
628         * gnus-sync.el: Require gnus components whose functions are used.
629
630         * gnus-art.el (bookmark-make-record-function):
631         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
632         Declare for compiler.
633
634         * mm-url.el (mml-compute-boundary): Autoload.
635
636 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
639
640 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         Typo fix "hoo4a" -> "hook".
643
644         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
645
646 2010-08-14  Glenn Morris  <rgm@gnu.org>
647
648         * gnus-sync.el (gnus-sync): Fix defgroup version.
649
650 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         Doc fixes and keep unknown groups (ammended for nunion bug fix).
653
654         * gnus-sync.el: Fix docs.
655         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
656         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
657
658 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         Optimizations for gnus-sync.el.
661
662         * gnus-sync.el: Add docs about gnus-sync-backend
663         possibilities.
664         (gnus-sync-save): Remove unnecessary message.
665         (gnus-sync-read): Optimize and show what groups were skipped.
666
667 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         Minor bug fixes for gnus-sync.el.
670
671         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
672         read the sync on get-new-news.
673
674         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
675         quiet.
676
677         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
678
679 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
680
681         Make saving and restoring of hidden threads work with overlays.
682         Patch applied by Ted Zlatanov.
683
684         * gnus-sum.el (gnus-hidden-threads-configuration)
685         (gnus-restore-hidden-threads-configuration): Update to deal with text
686         properties, rather than searching for a magic character.
687
688 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         New gnus-sync.el library for synchronization of marks.
691
692         * gnus-sync.el: New library for synchronization of marks.
693
694         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
695         renamed from `gnus-registry-grep-in-list'.
696
697         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
698
699         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
700
701 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
704         determining charset of text fails.
705
706 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * nnmail.el (nnmail-get-new-mail-1): Revert.
709
710         * nnml.el (nnml-active-number): Make sure names of newly created groups
711         in nnml-group-alist are encoded.
712
713 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
716         containing non-ASCII characters in active file for nnml back end.
717
718 2010-07-24  David Engster  <dengste@eml.cc>
719
720         * mml-smime.el (mml-smime-epg-verify): Also accept the older
721         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
722
723 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
724
725         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
726         tag (Bug#6654).
727
728 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
731         the article buffer, not the summary buffer.
732
733 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
736         Emacs 23 as well.
737
738 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
741         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
742
743 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
744
745         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
746         Patch applied by Karl Fogel.
747
748         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
749         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
750
751 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
752
753         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
754         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
755         C-w still not working correctly from Article buffers; Thierry's
756         patch to fix that will be applied after this.
757
758         * gnus-art.el (bookmark-make-record-function): New local variable.
759
760         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
761         article buffer.
762         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
763
764 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
765
766         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
767         on changes in bookmark.el.
768
769 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
772         `no-log' instead of message not to log prompt string.
773
774 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
775
776         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
777         the *other* type of HTML form submission.
778
779 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
780
781         * auth-source.el (auth-source-pick): If choice does not contain a
782         questioned keyword, set the check to t.
783
784 2010-06-12  Romain Francoise  <romain@orebokech.com>
785
786         * gnus-util.el (gnus-date-get-time): Move up before first use.
787
788 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
791         (gnus-article-edit-part): Bind it to make last part that is substituted
792         or deleted visible.
793         (gnus-mime-display-single): Buttonize part of which id equals to
794         gnus-mime-buttonized-part-id.
795
796 2010-06-10  Dan Christensen  <jdc@uwo.ca>
797
798         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
799         (gnus-dd-mmm): Use gnus-date-get-time.
800         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
801         simplify logic.
802         (gnus-summary-limit-to-age): Use gnus-date-get-time.
803         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
804
805 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
806
807         * auth-source.el (top): Autoload `secrets-list-collections',
808         `secrets-create-item', `secrets-delete-item'.
809         (auth-sources): Fix tag string.
810         (auth-get-source, auth-source-retrieve, auth-source-create)
811         (auth-source-delete): New defuns.
812         (auth-source-pick): Rewrite in order to avoid 2 passes.
813         (auth-source-forget-user-or-password): New parameter USERNAME.
814         (auth-source-user-or-password): New parameters CREATE-MISSING and
815         DELETE-EXISTING.  Retrieve password interactively, if needed.
816
817 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
818
819         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
820         deleting unused directories when gnus-expert-user is t.
821
822 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
825         for each temp file when gnus-article-browse-delete-temp is ask.
826
827 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
828
829         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
830         Lisp calls to delete-backward-char by calls to delete-char.
831
832 2010-05-20  Kevin Ryde  <user42@zip.com.au>
833
834         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
835
836 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
837
838         * password-cache.el (password-cache-remove): Fix docstring.
839
840 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
843         article unless decoding article to be saved.
844
845 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
848         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
849         generated within the mm-with-unibyte-current-buffer macro.
850
851 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
854         to nil when we're in a mml-preview buffer and no group is selected.
855
856 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
857
858         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
859         when catching the `C-g'.  Reported by "Leo".
860
861 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * message.el (message-forward-make-body-plain)
864         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
865         multibyte-string-p.
866
867         * lpath.el: Revert.
868
869 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * message.el (message-forward-make-body-mml): Assume original message
872         is multibyte string; error on unibyte.
873         (message-forward-make-body-plain): Ditto; don't add excessive newline
874         in body end.
875
876         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
877
878 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
879
880         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
881         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
882
883 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * mm-extern.el (mm-extern-url): Don't use
886         mm-with-unibyte-current-buffer.
887         (mm-extern-cache-contents): Use with-current-buffer instead of
888         save-excursion + set-buffer.
889
890 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * mm-util.el (mm-emacs-mule): Remove.
893
894 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
895
896         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
897         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
898         change.
899
900 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
903         bind the default value of enable-multibyte-characters to nil.
904
905 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * message.el (message-forward-make-body-plain)
908         (message-forward-make-body-mml):
909         Don't use mm-with-unibyte-current-buffer.
910
911 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
912
913         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
914
915 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
916
917         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
918         (Bug#5592).
919
920 2010-05-07  Julien Danjou  <julien@danjou.info>
921
922         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
923         it to mm-pipe-part.
924
925         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
926         it is given.
927
928 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * binhex.el (binhex-decode-region-internal)
931         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
932         (dns-query)
933         * nnweb.el (nnweb-gmane-search)
934         * pgg-parse.el (pgg-parse-armor)
935         * pgg.el (pgg-verify-region)
936         * sha1.el (sha1-string-external)
937         * uudecode.el (uudecode-decode-region-internal)
938         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
939         XEmacs.
940
941         * gnus-art.el (gnus-article-browse-html-parts)
942         * gnus-group.el (gnus-read-ephemeral-gmane-group)
943         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
944         make-temp-file.
945
946         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
947         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
948         compiling.
949
950         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
951         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
952         XEmacs when compiling.
953
954         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
955         gnus-pick-mode-off-hook for XEmacs when compiling.
956         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
957         gnus-binary-mode-off-hook for XEmacs when compiling.
958
959         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
960         nil if char-charset is not available.
961
962         * imap.el (imap-disable-multibyte)
963         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
964         macros.
965
966         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
967         instead of encode-coding-string.
968
969         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
970         'xemacs) instead of mm-emacs-mule to switch function definitions.
971         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
972
973         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
974         bind temporary-file-directory for XEmacs;
975         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
976         timer-set-function for XEmacs 21.4 and SXEmacs;
977         bind timer-list for XEmacs 21.4 and SXEmacs;
978         fbind char-charset and find-charset-region for non-Mule XEmacs;
979         fbind decode-coding-region, decode-coding-string, detect-coding-region,
980         encode-coding-region and encode-coding-string for XEmacs having no
981         file-coding feature.
982
983 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
984
985         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
986
987 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
990         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
991
992 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
993
994         * mm-util.el (mm-decompress-buffer): Use `delete-file';
995         alias `jka-compr-delete-temp-file' no longer exists.
996
997 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         Use define-minor-mode in Gnus where applicable.
1000         * mml.el (mml-mode): Use define-minor-mode.
1001         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1002         (gnus-undo-mode): Use define-minor-mode.
1003         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1004         (gnus-dead-summary-mode): Use define-minor-mode.
1005         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1006         Initialize in declaration.
1007         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1008         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1009         (gnus-mailing-list-mode): Use define-minor-mode.
1010         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1011         (gnus-draft-mode): Use define-minor-mode.
1012         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1013         (gnus-dired-mode): Use define-minor-mode.
1014
1015 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1016
1017         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1018         handles on recursive mml-to-mime translation and check them for
1019         boundary delimiter collisions.  Reported by Greg Troxel.
1020
1021 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1024
1025 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1026
1027         * mm-util.el (mm-find-buffer-file-coding-system):
1028         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1029
1030 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1031
1032         * message.el (message-generate-headers): Record insertion of optional
1033         headers as well.  Otherwise the check to prevent repeated insertion of
1034         optional headers is a no-op.
1035
1036 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1037
1038         * smime.el: Don't mention CVS.
1039
1040         * nnrss.el (nnrss-fetch): Don't mention CVS.
1041
1042         * nnir.el: Don't mention CVS.
1043
1044 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1045
1046         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1047
1048 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * lpath.el: Fbind bookmark-default-handler,
1051         bookmark-get-bookmark-record, bookmark-make-record-default,
1052         bookmark-prop-get for Emacs <23 and XEmacs.
1053
1054 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1055
1056         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1057         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1058         Use with-current-buffer to silence the byte-compiler.
1059         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1060         bother to require `gnus'.
1061         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1062
1063 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1064
1065         * gnus-sum.el (gnus-summary-bookmark-make-record)
1066         (gnus-summary-bookmark-jump): New functions.
1067         (gnus-summary-mode): Setup bookmark support.
1068
1069 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1070
1071         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1072         if set.
1073
1074 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1077         gnus-article-browse-html-save-cid-image; make it work recursively for
1078         forwarded messages as well.
1079         (gnus-article-browse-html-parts): Work when prefix arg is given.
1080         (gnus-article-browse-html-article): Doc fix.
1081
1082 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1083
1084         * message.el (message-default-mail-headers):
1085         (message-default-headers): Carry the value mail-default-headers over
1086         into message-default-mail-headers, rather than message-default-headers.
1087
1088 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1089
1090         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1091         charset.
1092
1093         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1094         charset into the <meta> tag when the article is encoded to utf-8.
1095
1096 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1099         directories as well.
1100         (gnus-article-browse-html-parts): Work for images that do not specify
1101         file names; delete temp directory when quitting; insert header at the
1102         right place; use file: scheme for image files.
1103
1104 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1105
1106         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1107         (gnus-article-browse-html-parts): Use it to make temporary cid image
1108         files in addition to html file so that browser may display them.
1109
1110 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1113
1114 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1117
1118 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1121         about Secret Service API sources.  Improve Customize options.
1122         (auth-source-pick): Change to accept any number of search parameters.
1123         Implement fallbacks iteratively, not recursively.  Add scoring on the
1124         second pass and sort by score.  Call Secret Service API when needed.
1125         (auth-source-user-or-password): Use it.  Call Secret Service API
1126         directly when needed to get the user name and the password.
1127
1128 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1129
1130         * message.el (message-interactive): Doc fix.
1131         (message-qmail-inject-args): Reflow.
1132         (message-kill-to-signature): Fix typo in docstring.
1133
1134         * smiley.el (smiley-buffer): Fix typo in docstring.
1135
1136 2010-03-24  Glenn Morris  <rgm@gnu.org>
1137
1138         * mail-source.el (gnus-message): Declare.
1139         (mail-source-delete-old-incoming): Require gnus-util.
1140
1141 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1144
1145         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1146
1147         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1148         password-cache's default if it is not bound.
1149         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1150         password-cache-expiry's default if it is not bound.
1151
1152         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1153         available in Emacs 21.
1154
1155         * lpath.el: Suppress compiler warnings for:
1156         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1157         XEmacs;
1158         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1159         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1160         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1161
1162 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * auth-source.el (auth-sources): Fix up definition so extra parameters
1165         are always inline.
1166
1167 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1168
1169         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1170         wasn't updated after mismatch.  Clear cached mailbox info correctly
1171         when uidvalidity changes.
1172         (nnimap-group-prefixed-name): New function to avoid some code
1173         duplication.
1174         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1175         (nnimap-request-group): Use it.
1176         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1177         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1178         with many imap folders.  This is done by caching the group status from
1179         the imap server persistently in a group parameter `imap-status'.  (This
1180         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1181         but not persistently, so every Gnus startup was still very slow.)
1182
1183 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1186         delete the extra newline.  Otherwise editing of :string and :number
1187         types don't work.
1188
1189 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1192         secrets.el dependency.
1193         (auth-sources): Add optional user name.  Add secrets.el configuration
1194         choice (unused right now).
1195
1196 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1197
1198         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1199         `gnus-registry-install-shortcuts' fill in the functions.
1200
1201         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1202         warnings.
1203         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1204         (gnus-registry-install-shortcuts): Populate and use it in a
1205         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1206
1207 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1208
1209         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1210         In-place substitutions for the group name encoding/decoding.
1211         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1212         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1213         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1214         (nnimap-update-unseen, nnimap-request-list)
1215         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1216         (nnimap-request-set-mark, nnimap-split-to-groups)
1217         (nnimap-split-articles, nnimap-request-newgroups)
1218         (nnimap-request-create-group, nnimap-request-accept-article)
1219         (nnimap-request-delete-group, nnimap-request-rename-group)
1220         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1221         `encoded-mbx' for consistency.
1222         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1223         variable `imap-current-mailbox'.
1224
1225         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1226         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1227
1228 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1229
1230         * pop3.el (pop3-display-message-size-flag): Display message size byte
1231         counts during POP3 download.
1232         (pop3-movemail): Use it.
1233         (pop3-list): Implement listing of available messages.
1234
1235 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1236
1237         * nnir.el (nnir-get-article-nov-override-function): New function to
1238         override the normal NOV retrieval.
1239         (nnir-retrieve-headers): Use it.
1240
1241 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1242
1243         * auth-source.el (netrc-machine-user-or-password): Autoload.
1244
1245 2010-03-19  Glenn Morris  <rgm@gnu.org>
1246
1247         Stop message.el from loading about 40 libraries it doesn't always need.
1248         The general approach is to autoload rather than require, and to
1249         require in the specific functions rather than the file.  (Bug#5642)
1250
1251         * gmm-utils.el: Don't require wid-edit.
1252         (widget-create-child-value, widget-convert, widget-default-get):
1253         Autoload.
1254
1255         * gnus-util.el: Don't require time-date, netrc.
1256         (message-fetch-field, gnus-group-name-decode): Declare rather than
1257         autoloading.
1258         (gnus-fetch-field): Require message.
1259         (gnus-decode-newsgroups): Require gnus-group.
1260
1261         * ietf-drums.el: Don't require time-date.
1262
1263         * message.el: Don't require hashcash, canlock, ecomplete.
1264         Do require mail-utils.  Require nnheader only when compiling.
1265         (smtpmail-default-smtp-server): Remove declaration.
1266         (message-send-mail-function): Check smtpmail-default-smtp-server
1267         is bound rather than requiring smtpmail.
1268         (message-auto-save-directory, message-insert-signature): Use
1269         expand-file-name rather than nnheader-concat.
1270         (nnheader-insert-file-contents): Autoload.
1271         (hashcash-wait-async): Declare.
1272         (message-send-mail): Only call gnus-setup-posting-charset if
1273         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1274         (message-send-mail-with-sendmail): Require sendmail.
1275         (canlock-password, canlock-password-for-verify): Declare.
1276         (message-canlock-password): Require canlock.
1277         (nnheader-get-report): Autoload.
1278         (gnus-setup-posting-charset): Declare.
1279         (message-send-news): Require gnus-msg.
1280         (message-make-references, message-make-in-reply-to): Use mail-header-id
1281         rather than the alias mail-header-message-id.
1282         (ecomplete-add-item, ecomplete-save): Declare.
1283         (message-put-addresses-in-ecomplete): Require ecomplete.
1284         (ecomplete-display-matches): Autoload.
1285
1286         * mm-decode.el: Don't require mailcap, gnus-util.
1287         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1288         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1289         Autoload.
1290         (mailcap-mime-extensions): Declare.
1291
1292         * mm-encode.el: Don't require mailcap.
1293         (mailcap-extension-to-mime): Autoload.
1294
1295         * mml-sec.el: Don't require password-cache.
1296
1297         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1298         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1299         (mml-minibuffer-read-type): Require mailcap.
1300         (mml-preview): Require gnus-msg.
1301
1302         * mml1991.el: Require password-cache.
1303         (password-cache-expiry): Remove declaration.
1304
1305         * mml2015.el: Require password-cache.
1306         (password-cache-expiry): Remove declaration.
1307
1308         * nneething.el (mailcap): Require mailcap.
1309
1310         * nnheader.el (declare-function): Add compatibility stub.
1311         (message-remove-header): Declare rather than autoload.
1312         (nnheader-replace-header): Require message.
1313
1314         * nnimap.el (declare-function): Add compatibility stub.
1315         (netrc-parse, netrc-machine-user-or-password): Declare.
1316         (nnimap-open-connection): Require netrc.
1317
1318         * nntp.el (declare-function): Add compatibility stub.
1319         (netrc-parse, netrc-machine, netrc-get): Declare.
1320         (nntp-send-authinfo): Require netrc.
1321
1322         * rfc2047.el: Don't require qp.
1323         (quoted-printable-encode-region, quoted-printable-decode-string):
1324         Autoload.
1325
1326         * sieve-mode.el: Don't require easymenu.
1327         (easy-menu-add-item): Autoload it.
1328
1329         * spam-stat.el (time-to-number-of-days): Autoload it.
1330
1331 2010-03-19  Glenn Morris  <rgm@gnu.org>
1332
1333         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1334
1335 2010-03-18  Glenn Morris  <rgm@gnu.org>
1336
1337         * hashcash.el (declare-function): Remove duplicate definition.
1338
1339 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1340
1341         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1342         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1343         value if any backslash escapes).
1344
1345 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1348         if it is available.  (bug#5647)
1349
1350         * lpath.el: Suppress compiler warning for coding-system-from-name for
1351         Emacs 21 and XEmacs.
1352
1353 2010-03-14  Juri Linkov  <juri@jurta.org>
1354
1355         * hmac-def.el:
1356         * hmac-md5.el:
1357         * netrc.el: Fix keywords.
1358
1359 2010-02-26  Glenn Morris  <rgm@gnu.org>
1360
1361         * message.el (message-send-mail-function): Change the default, so that
1362         it inherits from a customized send-mail-function.  (Bug#5643)
1363
1364 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1365
1366         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1367         shell-command-to-string signals an error (bug#5299).
1368
1369 2010-02-24  Glenn Morris  <rgm@gnu.org>
1370
1371         * message.el (message-smtpmail-send-it)
1372         (message-send-mail-with-mailclient): Doc fixes.
1373
1374 2010-02-16  Glenn Morris  <rgm@gnu.org>
1375
1376         * message.el (message-default-mail-headers): Change the default value
1377         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1378
1379 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1382         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1383
1384 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1385
1386         * time-date.el (date-to-time): Doc fix (Bug#5408).
1387
1388 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1389
1390         * message.el (message-mail): Just pass yank-action on to message-setup.
1391         (message-setup): Handle (FUN . ARGS) form of yank-action.
1392         (message-with-reply-buffer, message-widen-reply)
1393         (message-yank-original): Handle non-buffer values of
1394         message-reply-buffer (Bug#4080).
1395         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1396
1397 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1398
1399         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1400         Fix typo in docstring.
1401
1402 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1403
1404         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1405         response.
1406
1407 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1410
1411         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1412
1413         * message.el (message-check-news-header-syntax): Protect against a
1414         string that `rfc822-addresses' returns when parsing fails.
1415
1416 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1419         (gnus-previous-char-property-change): New functions.
1420
1421         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1422
1423 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1424
1425         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1426         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1427
1428 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1429
1430         * message.el (message-exchange-point-and-mark): Rework last change to
1431         avoid using optional arg of exchange-point-and-mark, for backward
1432         compatibility.
1433
1434 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1435
1436         * message.el (message-exchange-point-and-mark): Call
1437         exchange-point-and-mark with an argument rather than setting
1438         mark-active by hand (Bug#5175).
1439
1440 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * nntp.el (nntp-service-to-port): Work for service expressed with
1443         numeric string; replace [:digit:] with [0-9] for XEmacs.
1444
1445 2009-12-17  Glenn Morris  <rgm@gnu.org>
1446
1447         * gnus-group.el (gnus-bug-group-download-format-alist):
1448         Change emacs entry to debbugs.gnu.org.  Bump :version.
1449
1450 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1451
1452         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1453
1454 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1455
1456         * message.el (message-info): Explain why we use `Info-goto-node'.
1457
1458 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1461
1462 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1463
1464         * message.el (message-completion-in-region): New compatibility function.
1465         (message-expand-group): Use it.
1466
1467 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1470         with no unread article should be listed if the 2nd arg `predicate' is
1471         given.
1472
1473 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1476
1477 2009-11-29  Juri Linkov  <juri@jurta.org>
1478
1479         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1480         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1481         on `gnus-recenter'. (Bug#4698, Bug#4981)
1482
1483 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1484
1485         * sha1.el (sha1-string-external): default-directory "/" in case
1486         otherwise non-existent.  process-connection-type pipe for touch of
1487         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1488
1489 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1490
1491         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1492         it's comms related and sgml-mode.el has "comm" on that basis too.
1493
1494 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1497         containing tspecial characters if they have been already quoted.
1498
1499 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1500
1501         * dns-mode.el (auto-mode-alist): Purecopy string.
1502
1503 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1504
1505         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1506
1507 2009-10-24  Glenn Morris  <rgm@gnu.org>
1508
1509         * gnus-art.el (help-xref-stack-item): Define for compiler.
1510
1511 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1512
1513         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1514
1515 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1518
1519 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1522         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1523
1524 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1527         (gnus-overlays-in): New alias to overlays-in.
1528
1529         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1530         gnus-overlay-get, and gnus-delete-overlay.
1531         (gnus-summary-show-thread): Make it work as well for systems in which
1532         next-single-char-property-change is not available.
1533         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1534
1535         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1536         (gnus-overlay-get): New alias to extent-property.
1537         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1538
1539         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1540         SXEmacs.
1541
1542         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1543         SXEmacs.
1544
1545 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1546
1547         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1548
1549 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1550
1551         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1552         and XEmacs that don't have `remove-overlays'.
1553
1554 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1555
1556         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1557         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1558         selective display.  Use overlays instead.
1559
1560 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1561
1562         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1563
1564 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1565
1566         * spam-stat.el (spam-stat-load): Fix typo in message.
1567
1568 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1569
1570         * dig.el (dig-invoke): Fix typo in docstring.
1571         (query-dig): Reflow docstring.
1572
1573 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1574
1575         * gnus-art.el (gnus-article-encrypt-body):
1576         * message.el (message-check-recipients):
1577         * mm-util.el (mm-codepage-setup):
1578         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1579         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1580
1581 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1582
1583         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1584         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1585         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1586         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1587         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1588
1589 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1590
1591         * dig.el: Add "Keywords: comm", as per net-utils.el.
1592
1593 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1594
1595         * dig.el (dig-mode): Use define-derived-mode.
1596
1597 2009-09-19  Glenn Morris  <rgm@gnu.org>
1598
1599         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1600
1601 2009-09-18  Glenn Morris  <rgm@gnu.org>
1602
1603         * gnus-diary.el (gnus-diary-check-message):
1604         * message.el (message-insert-formatted-citation-line):
1605         * nnbabyl.el (top-level):
1606         * nndiary.el (nndiary-schedule):
1607         Fix typos in condition-case handlers.
1608
1609 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1612         configuration that provides the sole article window in a frame;
1613         position point correctly after deleting a part.
1614
1615 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1616
1617         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1618         (spam-resolve-registrations-routine): Use it to unregister articles
1619         that change status.
1620
1621 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1624         with XEmacs.
1625         (parse-time-string-chars): Use it.
1626
1627 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1628
1629         * imap.el (imap-interactive-login): Better messages.
1630         (imap-open): Fix bug with renamed buffer on reconnect.
1631         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1632         for easier debugging and cleaner code.  On successful (guessed based on
1633         server capabilities) secondary authentication, set imap-state
1634         correctly.
1635         (imap-last-authenticator): Define imap-last-authenticator as a variable
1636         to avoid warnings.
1637
1638 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * nnrss.el (nnrss-request-article): Remove binding of
1641         default-enable-multibyte-characters that has gotten needless by
1642         the 2007-07-13 change in rfc2047-encode-message-header.
1643
1644         * mml.el (mml-insert-multipart): Error on the message header.
1645         (mml-insert-part): Error on the message header; position point at
1646         the end of a MIME tag.
1647
1648 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * time-date.el (autoload): Expand define-obsolete-function-alias into
1651         defalias and make-obsolete for old Emacsen that Gnus supports.
1652         (with-no-warnings): Define it for old Emacsen.
1653         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1654         is available.
1655         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1656         float-time is available; suppress compile warning for time-to-seconds.
1657
1658         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1659         (gnus-float-time): Alias to float-time if it exists.
1660
1661         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1662         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1663         float-time is available; suppress compile warning for time-to-seconds.
1664
1665         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1666         XEmacs.
1667
1668 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * imap.el (imap-message-map): Docstring fix.
1671
1672 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1675         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1676         Add the optional argument `encoding' that overrides the default.
1677
1678         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1679         mm-encode-buffer.
1680
1681 2009-09-04  Glenn Morris  <rgm@gnu.org>
1682
1683         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1684         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1685         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1686         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1687         * mm-util.el (mm-with-unibyte-current-buffer)
1688         (mm-find-buffer-file-coding-system):
1689         * yenc.el (yenc-decode-region): Use default-value rather than
1690         default-enable-multibyte-characters.
1691
1692 2009-09-03  Glenn Morris  <rgm@gnu.org>
1693
1694         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1695         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1696         than default-enable-multibyte-characters.
1697
1698 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1699
1700         * gnus-art.el (gnus-article-read-summary-keys):
1701         Fix gnus-buffer-configuration's value temporarily used.
1702
1703 2009-09-02  Glenn Morris  <rgm@gnu.org>
1704
1705         * gnus-util.el (gnus-float-time): New function.
1706         * gnus-delay.el (gnus-delay-article):
1707         * gnus-sum.el (gnus-thread-latest-date):
1708         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1709         * nnspool.el (nnspool-request-newgroups):
1710         Use gnus-float-time rather than time-to-seconds.
1711         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1712
1713         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1714         (gnus-header-subject-face, gnus-header-newsgroups-face)
1715         (gnus-header-name-face, gnus-header-content-face):
1716         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1717         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1718         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1719         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1720         (gnus-cite-face-11):
1721         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1722         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1723         (gnus-server-closed-face, gnus-server-denied-face)
1724         (gnus-server-offline-face):
1725         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1726         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1727         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1728         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1729         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1730         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1731         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1732         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1733         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1734         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1735         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1736         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1737         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1738         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1739         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1740         (gnus-summary-high-undownloaded-face)
1741         (gnus-summary-low-undownloaded-face)
1742         (gnus-summary-normal-undownloaded-face)
1743         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1744         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1745         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1746         (gnus-splash-face):
1747         * message.el (message-header-to-face, message-header-cc-face)
1748         (message-header-subject-face, message-header-newsgroups-face)
1749         (message-header-other-face, message-header-name-face)
1750         (message-header-xheader-face, message-separator-face)
1751         (message-cited-text-face, message-mml-face):
1752         * sieve-mode.el (sieve-control-commands-face)
1753         (sieve-action-commands-face, sieve-test-commands-face)
1754         (sieve-tagged-arguments-face):
1755         * spam.el (spam-face):
1756         Mark face aliases with "-face" in the name as obsolete.
1757
1758 2009-09-01  Glenn Morris  <rgm@gnu.org>
1759
1760         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1761         than goto-line.
1762
1763 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1766         Don't move point if the command is invoked inside the message header.
1767
1768 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1769
1770         * imap.el (imap-send-command): Simplify.
1771         (imap-wait-for-tag): point-max -> buffer-size.
1772
1773 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1774
1775         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1776         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1777         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1778         * nnir.el (nnir-swish-e-index-file):
1779         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1780         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1781         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1782         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1783         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1784         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1785
1786 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1789         Don't save excursion.
1790
1791 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * nnheader.el (nnheader-find-file-noselect):
1794         * mm-util.el (mm-insert-file-contents):
1795         Use (default-value 'major-mode) instead of default-major-mode.
1796
1797 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1798
1799         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1800
1801 2009-08-26  Glenn Morris  <rgm@gnu.org>
1802
1803         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1804         than placing in files.el.
1805
1806 2009-08-25  Glenn Morris  <rgm@gnu.org>
1807
1808         * nnir.el (top-level): Don't require cl at run-time.
1809         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1810         Replace cl-function substitute with gnus-replace-in-string.
1811         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1812         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1813         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1814         simplified expansions.
1815
1816 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1817
1818         * dig.el (dig): Add autoload cookie.
1819
1820 2009-08-22  Glenn Morris  <rgm@gnu.org>
1821
1822         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1823         goto-line.
1824
1825 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1826
1827         * parse-time.el (parse-time-string-chars): Save match data.
1828
1829 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1830
1831         * parse-time.el (parse-time-string-chars): Compute using character
1832         classes, to handle non-ascii characters (Bug#3190).
1833
1834 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1837
1838         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1839         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1840         (gnus-mm-display-part, gnus-mime-display-single)
1841         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1842         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1843
1844         * gnus-sum.el
1845         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1846         (gnus-summary-move-article): Add expirable mark to articles copied or
1847         moved to group that has auto-expire turned on if the option is non-nil.
1848
1849 2009-07-24  Glenn Morris  <rgm@gnu.org>
1850
1851         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1852         Fix typo.  (Bug#3903)
1853
1854 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1857         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1858         that should not be used for draft articles.
1859         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1860         that has no concern in minor mode keys.
1861         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1862         Abolish.
1863
1864 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1867         article without making inquiry to a user for unknown encoding.
1868
1869         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1870         (nnmaildir--scan): Assume i-node and device number that file-attributes
1871         returns might be cons-cell.
1872
1873         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1874
1875         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1876
1877 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1878
1879         * auth-source.el: Remove docs now in auth.texi.  Don't use
1880         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1881         `auth-source-hide-passwords' and use them.
1882
1883 2009-07-15  Glenn Morris  <rgm@gnu.org>
1884
1885         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1886
1887 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1890         excessive whitespace from the default values of title and description.
1891
1892 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1895         mail-fetch-field to fetch Content-Description header in order to
1896         exclude newlines.
1897
1898 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1899
1900         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1901         format used by GnuPG 2.0.11.
1902
1903 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1906         to deleted part.
1907
1908 2009-05-30  David Engster  <dengste@eml.cc>
1909
1910         * nnmairix.el: Remove old documentation in the commentary block.
1911         (nnmairix-request-group): Do not update active file for nnml back ends.
1912         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1913         end so that overview files are ignored.
1914         (nnmairix-update-groups): Make updating the groups more robust by using
1915         marks.
1916         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1917         with dollar characters in message-id.
1918
1919 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1920
1921         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1922         2008-12-25 in dns.el.
1923
1924 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1925
1926         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1927         could happen if the text is only composed of spaces and/or tabs.
1928
1929 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1930
1931         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1932         when sending a queued message to avoid extra mml tags.
1933
1934 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1937
1938 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1941         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1942         rmail-toggle-header for XEmacs;
1943         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1944
1945 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-dired.el: Remove autoload for gnus-setup-message.
1948         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1949         displaying Gnus logo; always use compose-mail.
1950
1951 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1954
1955 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1958         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1959         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1960         available.
1961         (gnus-nocem-epg-verify): New function.
1962
1963 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1964
1965         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1966
1967 2009-02-15  Glenn Morris  <rgm@gnu.org>
1968
1969         * gnus-util.el (rmail-insert-rmail-file-header)
1970         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1971         autoloads.
1972         (rmail-default-rmail-file): Remove unnecessary declaration.
1973         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1974
1975 2009-02-14  Glenn Morris  <rgm@gnu.org>
1976
1977         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1978         variable (only used in gnus-util, which declares it anyway).
1979         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1980         which was only needed by gnus-art (changed to not use it any more).
1981         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1982         only used in gnus-util, which autoloads it itself.
1983         (rmail-update-summary): Fix autoload.
1984
1985         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1986         rather than rmail-output-to-rmail-file.
1987
1988 2009-02-07  Glenn Morris  <rgm@gnu.org>
1989
1990         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1991         autoload of function that no longer exists.
1992         (rmail-toggle-header): Declare.
1993         (message-forward-rmail-make-body): Handle mbox Rmail.
1994
1995 2009-01-31  Glenn Morris  <rgm@gnu.org>
1996
1997         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1998         2009-01-09 change.
1999
2000 2009-01-31  Dave Love  <fx@gnu.org>
2001
2002         * imap.el (imap-fetch-safe): Bind debug-on-error.
2003         (imap-debug): Add imap-fetch-safe.
2004
2005 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2008         (auth-source-forget-all-cached): New convenience function.
2009         (auth-source-user-or-password): Accept list of modes or a single mode.
2010
2011         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2012         auth-source modes.
2013
2014         * netrc.el (netrc-machine-user-or-password): Use list of
2015         auth-source modes.
2016
2017         * nnimap.el (nnimap-open-connection): Use list of
2018         auth-source modes.
2019
2020         * nntp.el (nntp-send-authinfo): Use list of
2021         auth-source modes.
2022
2023 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2026         now.
2027
2028 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2031         coding system in XEmacs; add a workaround for XEmacs.
2032
2033         * lpath.el: Fbind coding-system-aliasee.
2034
2035 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2038         of current-language-environment.
2039
2040 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2043         available at runtime.
2044
2045 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2048
2049 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2050
2051         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2052         the greatest positive fixnum value doesn't work under an XEmacs with
2053         bignum support; use the most-positive-fixnum constant instead,
2054         available since Emacs 21.1 with cl and XEmacs 21.1.
2055
2056 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2059         XEmacs gets not to work.
2060
2061 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * mm-util.el (mm-coding-system-priorities): Allow the value like
2064         "Japanese (UTF-8)" of current-language-environment.
2065
2066 2009-01-09  Glenn Morris  <rgm@gnu.org>
2067
2068         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2069         with last-command-event.
2070
2071 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2074         in the doc string.
2075
2076         * message.el (message-fix-before-sending): Amend comment.
2077
2078 2009-01-08  Dave Love  <fx@gnu.org>
2079
2080         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2081
2082 2009-01-07  David Engster  <dengste@eml.cc>
2083
2084         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2085         simplified server definitions by converting it via
2086         gnus-server-to-method.
2087
2088 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2091         parameter's operands.
2092
2093 2009-01-06  David Engster  <dengste@eml.cc>
2094
2095         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2096         primary select method (for gnus-group-mark-article-as-read).
2097
2098 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2099
2100         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2101         `(gnus)Face', not `(gnus)X-Face'.
2102
2103 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * mm-util.el (mm-ucs-to-char): New function.
2106
2107         * mm-url.el (mm-url-decode-entities): Use it.
2108
2109         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2110         unicode-to-char.
2111
2112 2009-01-05  Dave Love  <fx@gnu.org>
2113
2114         * time-date.el: Require cl for `declare'.
2115
2116 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2117
2118         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2119         Dave Love.
2120
2121 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2122
2123         * message.el (message-fix-before-sending): Add `eight-bit' to
2124         illegible-text check.
2125
2126 2009-01-03  Michael Olson  <mwolson@gnu.org>
2127
2128         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2129         `headers' is nil.  This can occur if the IMAP server does not have
2130         permissions to read messages from a folder, but can write new messages
2131         to the folder.
2132         (nnimap-request-article-part): Do not insert `data' if it is nil.
2133
2134         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2135         characters which will confuse `read', so skip past them.
2136
2137 2009-01-01  Dave Love  <fx@gnu.org>
2138
2139         * imap.el (imap-string-to-integer): Fix typo.
2140         (imap-fetch-safe): New function.
2141         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2142
2143         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2144
2145         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2146         (imap-parse-greeting): Fix doc strings.
2147         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2148         (imap-parse-flag-list): Make messages unique.
2149         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2150
2151         * nnimap.el: Fix author email.
2152         (nnimap-split-rule): Add FIXME comment.
2153         (nnimap-debug): Fix doc string.
2154
2155 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2156
2157         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2158
2159 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2160
2161         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2162         nslookup if resolv.conf isn't available.
2163         (dns-query): Rename from query-dns.
2164         (dns-query-cached): Rename from query-dns-cached.
2165
2166 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2169         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2170         to check if those variables exist (first appeared in Emacs 18.50).
2171
2172 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * mm-util.el (mm-line-number-at-pos): New function.
2175
2176         * spam-report.el (spam-report-process-queue): Use it.
2177
2178 2008-12-24  David Engster  <dengste@eml.cc>
2179
2180         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2181         parameters that haven't existed as variables as buffer-local variables.
2182
2183 2008-12-23  Dave Love  <fx@gnu.org>
2184
2185         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2186         cadar.
2187
2188         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2189         imap-starttls-p.
2190         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2191
2192 2008-12-22  Dave Love  <fx@gnu.org>
2193
2194         * imap.el: Fix author email.  Doc fixes.
2195         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2196         reply.
2197
2198 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2199
2200         * spam-report.el (spam-report-gmane-max-requests): New constant.
2201         (spam-report-gmane-wait): New variable.
2202         (spam-report-gmane-ham, spam-report-gmane-spam)
2203         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2204         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2205         the server.
2206
2207         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2208         Add explanations.
2209
2210         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2211         nnheader-accept-process-output and nnheader-read-timeout if available.
2212         (pop3-movemail): Use it.
2213
2214         * message.el (message-check-news-body-syntax): Fix signature check if
2215         there's an attachment.
2216
2217 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * mm-util.el: Add comments to the mm- emulating functions.
2220
2221 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2222
2223         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2224         by Stephen Berman <stephen.berman@gmx.net>.
2225
2226 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * mm-util.el (mm-substring-no-properties): New function.
2229         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2230         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2231         (mm-string-to-multibyte): Doc fix.
2232
2233         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2234
2235 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2236
2237         * mml.el (mml-attach-file): Strip text properties from file name.
2238         (Bug#1574)
2239
2240 2008-12-16  Glenn Morris  <rgm@gnu.org>
2241
2242         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2243
2244 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2247         knows since the charset specified might be a bogus alias that
2248         mm-charset-synonym-alist provides.
2249
2250 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2251
2252         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2253         "ISO_8859-1".
2254
2255         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2256
2257 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * mm-util.el (mm-charset-eval-alist):
2260         Define it before mm-charset-to-coding-system.
2261         (mm-charset-to-coding-system): Add optional argument `silent';
2262         define it before mm-charset-override-alist.
2263         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2264         default value if it can be used in Emacs currently running;
2265         silence mm-charset-to-coding-system.
2266
2267 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2270         `allow-override' which says whether to use `mm-charset-override-alist'.
2271         (rfc2047-decode-encoded-words): Use it.
2272
2273         * mm-util.el (mm-charset-override-alist): Fix custom type;
2274         add `(gb2312 . gbk)' to choices.
2275
2276 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2279         fast.
2280
2281         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2282
2283         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2284
2285 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2286
2287         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2288         on links.
2289
2290         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2291
2292 2008-12-03  Lute Kamstra  <lute@gnu.org>
2293
2294         * sha1.el: Remove leading * from docstrings of defcustoms,
2295         deffaces, defconsts and defuns.
2296
2297 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2300         users' addresses that don't have domain parts.
2301         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2302         rather than message-narrow-to-head since there will be the message
2303         header separator.
2304
2305 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2306
2307         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2308         since the result is inserted in a unibyte buffer anyway.
2309         (nnimap-demule-use-string-to-multibyte): Remove.
2310         (nnimap-demule): Alias it to mm-string-to-multibyte.
2311
2312 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2313
2314         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2315         variable for debugging bug#464 and bug#1174.
2316         (nnimap-demule): Use it.
2317
2318 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2321         score calculation correctly.
2322
2323 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * message.el (message-send-mail): Just set the buffer to unibyte
2326         rather than use mm-with-unibyte-current-buffer which does a lot more.
2327         (message-send-mail-partially): Don't bother with
2328         mm-with-unibyte-current-buffer since it's already been made unibyte by
2329         message-send-mail.
2330
2331 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2334
2335 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2336
2337         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2338
2339 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2342         require itself and to remove `with-no-warnings'.
2343
2344 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * starttls.el (starttls-any-program-available): Get the name of the
2347         available TLS layer program.
2348         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2349         well as the host name in the "opening" message.
2350
2351         * auth-source.el (auth-source-cache, auth-source-do-cache)
2352         (auth-source-user-or-password): Cache passwords and logins by default,
2353         allow override with `auth-source-do-cache'.
2354         (auth-source-forget-user-or-password): Allow users to remove cache
2355         entries if needed.
2356
2357 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2358
2359         * md4.el (md4-buffer): Fix typo in docstring.
2360         (md4, md4-64): Doc fixes.
2361         (md4-pack-int32): Reflow docstring.
2362
2363 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2366         condition-case to only the forward-sexp call.
2367
2368 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2369
2370         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2371         quotes contained.  Make it more robust regardless by an extra
2372         condition-case wrapper.
2373
2374 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2377
2378 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * nnml.el (nnml-request-expire-articles): Check if the function set to
2381         `nnmail-expiry-target' returns the symbol `delete'.
2382
2383         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2384
2385         * nnmail.el (nnmail-expiry-target): Fix custom type.
2386
2387 2008-10-02  Glenn Morris  <rgm@gnu.org>
2388
2389         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2390         Silence compiler warning.
2391
2392 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2393
2394         * tls.el (open-tls-stream): Show the actual command being
2395         executed, instead of the format string.
2396
2397 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * lpath.el: Fbind codepage-setup for Emacs 23.
2400
2401 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2402
2403         * mml.el (mml-menu): Don't assume mml2015 is bound.
2404
2405 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2408         exists.
2409
2410 2008-09-27  Glenn Morris  <rgm@gnu.org>
2411
2412         * gnus-util.el (mail-header-remove-comments): Autoload it.
2413
2414 2008-09-27  Andreas Schwab  <schwab@suse.de>
2415
2416         * gnus-util.el (gnus-split-references): Strip comments.
2417         (gnus-parent-id): Likewise.
2418
2419 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2420
2421         * message.el (message-confirm-send): Fix version.
2422
2423 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * message.el (message-idna-to-ascii-rhs-1): Use
2426         mail-extract-address-components rather than mail-header-parse-addresses
2427         that is an alias by default to ietf-drums-parse-addresses that does not
2428         support non-ASCII names in headers' contents.
2429
2430 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2431
2432         * message.el (message-confirm-send): Fixed variable documentation to
2433         avoid the "y/n" wording.
2434
2435 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2436
2437         * message.el (message-set-auto-save-file-name): Save to a different
2438         filename so multiple messages (especially drafts) can be recovered.
2439
2440 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2441
2442         * message.el (message-confirm-send): Add appropriate version.
2443
2444 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2447         defvar.
2448
2449 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2450
2451         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2452         (mm-pkcs7-enveloped-magic): Ditto.
2453
2454 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2455
2456         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2457         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2458
2459 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2460
2461         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2462         default, it's better.
2463
2464 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2465
2466         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2467         summary line gnus-number property and ignore them (with a warning
2468         message).
2469
2470 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2473         macro caddr in the interactive form since it won't be expanded.
2474
2475 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2478         `charset'; fix name of function called recursively.
2479         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2480
2481 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2484         (gnus-mime-set-charset-parameters): New function.
2485         (gnus-mime-view-part-as-charset): Use it to correctly display part
2486         specifying wrong charset.
2487
2488 2008-09-08  David Engster  <dengste@eml.cc>
2489
2490         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2491         in completing-read for back end server.
2492
2493 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * message.el (message-confirm-send): New variable to confirm sending a
2496         message.
2497         (message-send): Use it.
2498
2499 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2502
2503 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2506
2507 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2510         prevent tracking too many groups.
2511         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2512         Use it.
2513
2514 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2515
2516         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2517         moving point to the bottom of the window in order to avoid recentering.
2518
2519 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2522
2523         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2524         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2525         (gnus-article-beginning-of-window): Fix calculation.
2526
2527 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-msg.el (gnus-summary-supersede-article)
2530         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2531         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2532         message header.
2533
2534 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2535
2536         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2537         pending output coming after the status change.
2538
2539 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2540
2541         * message.el:
2542         * gnus-start.el:
2543         * gnus-registry.el: Remove VMS support.
2544
2545 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2548         macro.
2549         (rfc2104-hash): Use it.
2550
2551 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2554         (gnus-summary-sort-by-most-recent-date): New commands.
2555         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2556         and menu entries.
2557
2558 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2561         don't redisplay article for raw contents; remove plural articles stuff.
2562
2563         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2564         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2565         on gnus-summary-save-article; display results properly.
2566
2567 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * lpath.el: No need to fbind ns-focus-frame.
2570
2571 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2574
2575 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2578         gnus-save-all-headers.
2579
2580 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2581
2582         * gnus-util.el (ns-focus-frame): Remove declaration.
2583         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2584         like x.
2585
2586 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2587
2588         * rfc2104.el (rfc2104-zero): Delete defconst.
2589         (rfc2104-hex-alist): Likewise.
2590         (rfc2104-hex-to-int): Delete func.
2591         (rfc2104-hexstring-to-bitstring): Likewise.
2592         (rfc2104-nybbles): New defconst.
2593         (rfc2104-hash): Rewrite for speed.
2594
2595 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * tls.el (open-tls-stream): Make it work with the 2nd argument
2598         BUFFER that is a string but does not exist as a buffer object, as
2599         mentioned in the doc-string.
2600
2601 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2604         SXEmacs.
2605
2606 2008-07-16  Glenn Morris  <rgm@gnu.org>
2607
2608         * gnus-util.el (ns-focus-frame): Declare for compiler.
2609
2610 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2613         set as a group parameter.
2614         (gnus-summary-save-in-pipe): Work when it is called independently.
2615         (gnus-summary-pipe-to-muttprint): Don't modify
2616         gnus-summary-pipe-output-default-command.
2617
2618 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2619
2620         * message.el (message-send-mail-with-sendmail):
2621         Display the error message.
2622
2623 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-art.el (gnus-default-article-saver):
2626         Add gnus-summary-save-in-pipe to choices.
2627         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2628         gnus-summary-pipe-output-default-command as the default command.
2629         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2630         instead of gnus-last-shell-command.
2631
2632         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2633         New user option.
2634         (gnus-summary-muttprint-program): Mention the value will be changed.
2635         (gnus-summary-save-article): Force showing of all headers.
2636         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2637
2638 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2639
2640         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2641
2642 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2643
2644         * nnimap.el (nnimap-id):
2645         * sieve-manage.el (sieve-manage-open): Doc fixes.
2646
2647 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2648
2649         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2650         if available.
2651
2652 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2653
2654         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2655
2656         * nnkiboze.el (nnkiboze-generate-group):
2657         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2658
2659         * nnmairix.el: Require CL.
2660
2661 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * dgnushack.el: Autoload get-display-table and put-display-table for
2664         XEmacs 21.5.
2665
2666         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2667         21.4 and SXEmacs.
2668
2669 2008-06-15  David Engster  <dengste@eml.cc>
2670
2671         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2672
2673 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2674
2675         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2676         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2677         runtime choice under XEmacs.
2678
2679         * gnus-sum.el (gnus-summary-set-display-table):
2680         Use `gnus-put-display-table', `gnus-get-display-table',
2681         `gnus-set-display-table' for the display table, instead of `aset'.
2682
2683         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2684         Use `gnus-put-display-table', `gnus-get-display-table',
2685         `gnus-set-display-table' for the display table.
2686
2687 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2688
2689         * nnmairix.el: Add autoloads.
2690
2691 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * nnmairix.el (nnmairix-delete-recreate-group)
2694         (nnmairix-update-and-clear-marks): Fix error messages.
2695
2696 2008-06-14  David Engster  <dengste@eml.cc>
2697
2698         * nnmairix.el: Upgrade to version 0.6.
2699         (nnmairix-group-toggle-propmarks-this-group)
2700         (nnmairix-group-toggle-readmarks-this-group)
2701         (nnmairix-group-delete-recreate-this-group)
2702         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2703         (nnmairix-remove-tick-mark-original-article): New commands.
2704         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2705         (nnmairix-propagate-marks-to-nnmairix-groups)
2706         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2707         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2708         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2709         functions needed for marks propagation and manipulation of read marks.
2710         (nnmairix-update-groups): New function.
2711         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2712         (nnmairix-determine-original-group-from-registry)
2713         (nnmairix-determine-original-group-from-path)
2714         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2715         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2716         New helper functions.
2717         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2718         keystrokes for new commands.
2719         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2720         (nnmairix-request-group): Check allow-fast group parameter.
2721         (nnmairix-request-create-group): Set allow-fast group parameter if
2722         nnmairix-allowfast-default is set.
2723         (nnmairix-close-group): Propagate marks upon closing if needed.
2724         (nnmairix-group-toggle-threads-this-group): Use new.
2725         nnmairix-group-toggle-parameter helper function.
2726         (nnmairix-search): Better check for empty search result.
2727         (nnmairix-goto-original-article): Use new helper functions for
2728         determining original article.
2729         (nnmairix-show-original-article): Make sure message-id is in brackets.
2730         (nnmairix-call-mairix-binary): Change variable name.
2731         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2732         helper function.
2733         (nnmairix-widget-toggle-activate): Fix doc string.
2734
2735 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * nnir.el: Require edmacro when compiling with XEmacs.
2738         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2739         available in Emacs 21.
2740
2741 2008-06-11  Glenn Morris  <rgm@gnu.org>
2742
2743         * gnus-util.el (x-focus-frame):
2744         * gnus.el (image-size):
2745         * mm-decode.el (image-size): Declare.
2746
2747         * gnus-picon.el (declare-function): Add compat definition.
2748         (image-size): Declare.
2749
2750         * gnus-group.el (tool-bar-map):
2751         * gnus-sum.el (tool-bar-map): Define for compiler.
2752
2753         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2754
2755         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2756
2757         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2758         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2759         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2760         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2761         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2762         * sieve-manage.el, spam-report.el, spam.el:
2763         Remove unnecessary eval-and-compile of autoloads.
2764
2765 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2766
2767         * auth-source.el: Precise Tramp doc.
2768
2769 2008-06-07  Glenn Morris  <rgm@gnu.org>
2770
2771         * nnmairix.el: Remove unnecessary eval-when-compile.
2772
2773 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * lpath.el: Fbind propertize for XEmacs 21.4.
2776
2777 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * nnir.el: Move here from ../contrib.
2780
2781 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2782
2783         * gnus-util.el (gnus-read-shell-command): New function.
2784         * mm-decode.el (mm-pipe-part):
2785         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2786
2787 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2790
2791 2008-06-03  Glenn Morris  <rgm@gnu.org>
2792
2793         * pop3.el (nnheader-accept-process-output): Autoload it.
2794
2795 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2798         are not 2-digit hexadecimal characters that follow `%'s.
2799
2800 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2801
2802         * message.el (message-bogus-recipient-p): Fix type in doc string.
2803         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2804         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2805         Improve custom options.
2806         (message-bogus-recipient-p): Adjust accordingly.
2807
2808 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2809
2810         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2811         long-form month and day names.
2812
2813 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * dgnushack.el: Autoload debug, eudc-expand-inline and
2816         pgg-snarf-keys-region for XEmacs.
2817
2818         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2819
2820         * nnmairix.el: Require edmacro when compiling with XEmacs.
2821
2822 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2825         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2826
2827 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * auth-source.el: Add more docs.
2830
2831         * netrc.el (netrc-machine): Always match if the port is not given.
2832
2833 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2836         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2837         retrieval faster in some cases, but might make CPU usage larger.  If
2838         this has any bad side effects, we might revert this change.
2839
2840         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2841         seems to make mail retrieval much, much faster.
2842         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2843         unconditionally.
2844
2845         * gnus-draft.el (gnus-group-send-queue): Bind
2846         message-send-mail-partially-limit to nil to avoid being prompted.
2847
2848 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2851
2852         * message.el (message-bogus-address-regexp): Fix and improve custom
2853         type.
2854         (message-setup-hook): Add message-check-recipients as custom option.
2855
2856 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2857
2858         * message.el (message-cite-function): Remove bogus autoload which crept
2859         in during merge from v5-10.
2860
2861 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2864
2865         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2866
2867         * auth-source.el: Preliminary Tramp docs.
2868         (auth-sources): Change the default auth-sources to use
2869         EPA .gpg files.
2870
2871 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * nntp.el: Autoload `auth-source-user-or-password'.
2874         (nntp-send-authinfo): Use it.
2875
2876         * nnimap.el: Autoload `auth-source-user-or-password'.
2877         (nnimap-open-connection): Use it.
2878
2879         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2880         for the gnus-message function.
2881         (auth-source-user-or-password): Use it.
2882
2883 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2884
2885         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2886         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2887         (rfc2104-hash): Use it.
2888
2889 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2890
2891         * gnus-art.el (gnus-article-toggle-truncate-lines):
2892         Don't use `iff' in docstring.
2893
2894 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2895
2896         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2897
2898         * gnus-util.el (gnus-extract-address-component-name)
2899         (gnus-extract-address-component-email): Convenience functions around
2900         `gnus-extract-address-components'.
2901
2902         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2903         Use `gnus-extract-address-component-email' to fix bug of comparing full
2904         sender name to `user-mail-address'.
2905
2906 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2909         catch/throw to optimize.
2910         (gnus-registry-find-keywords): Just use member to find a keyword.
2911
2912 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2913
2914         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2915         is current before calling gnus-server-prepare.
2916         (gnus-server-setup-buffer, gnus-server-update-server)
2917         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2918
2919 2008-05-04  Juri Linkov  <juri@jurta.org>
2920
2921         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2922         (mailcap-file-default-commands): Use mailcap-replace-in-string
2923         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2924         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2925
2926 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2927
2928         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2929
2930 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2931
2932         * gnus.el: Bump version to 0.11.
2933
2934 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2935
2936         * gnus.el: No Gnus v0.10 is released.
2937
2938 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2941         hooks.
2942         (gnus-update-read-articles): Speed up non-marks-using users.
2943         (gnus-use-marks): Define gnus-use-marks.
2944         (gnus-propagate-marks): Rename variable to something more sensible.
2945
2946 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2947
2948         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2949         (gmm-image-load-path-for-library): Fix typos in docstrings.
2950         (gmm-message): Reflow docstring.
2951
2952 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2953
2954         * mail-source.el (mail-source-set-1, mail-source-bind):
2955         Move auth-source code out of the macro to clean it up and fix bugs.
2956
2957 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2958
2959         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2960         by sender if it's equal to user-mail-address, it's likely to be
2961         useless.
2962
2963         * mail-source.el (mail-source-bind): Don't use user or password if they
2964         are not bound.  Unintern them if they are nil.  Don't use server unless
2965         it's bound, and default it to empty string otherwise.
2966
2967 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * mail-source.el: Load auth-source.el.
2970         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2971         get user name or password, if auth-sources is set up.
2972
2973         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2974         strategy of splitting with parent.
2975         (gnus-registry-split-fancy-with-parent)
2976         (gnus-registry-post-process-groups): Use it and fix prior
2977         bug (returning a list as the split result).
2978
2979         * auth-source.el (auth-sources): Remove server parameter.
2980         (auth-source-pick, auth-source-user-or-password)
2981         (auth-source-user-or-password-imap)
2982         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2983         (auth-source-user-or-password-sftp)
2984         (auth-source-user-or-password-smtp): Remove server parameter.
2985
2986 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2987
2988         * smime.el (smime-sign-region, smime-encrypt-region)
2989         (smime-decrypt-region):
2990         Remove redundant calls to `generate-new-buffer-name'.
2991
2992 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2993
2994         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2995         Don't use QP for message/rfc822.
2996         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2997
2998 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2999
3000         * sieve-manage.el (sieve-string-bytes): Remove.
3001         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3002         correct byte-length only if the process's coding-system is the same as
3003         the one used internally by Emacs to represent strings.
3004
3005 2008-04-22  Juri Linkov  <juri@jurta.org>
3006
3007         * mailcap.el (mailcap-file-default-commands): New function.
3008
3009 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * message.el (message-signature-separator, message-cite-function):
3012         Change custom version.
3013
3014 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3015
3016         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3017         commands.
3018         (tls-checktrust): Ditto.
3019
3020 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3021
3022         * mm-decode.el (mm-display-external): Make temp file read-only.
3023
3024 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3025
3026         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3027         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3028         `C-c C-f d'.
3029
3030 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3031
3032         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3033
3034 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * gnus.el: Bump version to 0.9.
3037
3038 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * gnus.el: No Gnus v0.8 is released.
3041
3042 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3043
3044         * mail-source.el (mail-source-value):
3045         Prefer fboundp to functionp so it works with macros as well.
3046
3047 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3048
3049         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3050         Fix last change in case the element is not even a symbol.
3051
3052 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3053
3054         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3055         Prefer fboundp to functionp so it works with macros as well.
3056
3057 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3058
3059         * auth-source.el: Added docs.
3060         (auth-sources): Modify format to support server.
3061         (auth-source-pick, auth-source-user-or-password)
3062         (auth-source-user-or-password-imap)
3063         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3064         (auth-source-user-or-password-sftp)
3065         (auth-source-user-or-password-smtp): Add server parameter.
3066
3067 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * gnus-registry.el: Initialize the registry when gnus-registry-install
3070         is t.
3071
3072 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * compface.el (uncompface): Make buffer unibyte.
3075
3076 2008-04-05  Glenn Morris  <rgm@gnu.org>
3077
3078         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3079
3080 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3081
3082         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3083         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3084
3085         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3086         multibyteness after rather than before erasing it.
3087
3088         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3089         mm-with-multibyte.
3090         (gnus-request-article-this-buffer): Make sure the proper decoding is
3091         used if gnus-original-article-buffer happens to be unibyte.
3092
3093         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3094         default-enable-multibyte-characters.
3095
3096         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3097         default-enable-multibyte-characters.
3098
3099         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3100
3101         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3102
3103 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3104
3105         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3106         (imap-message-copyuid-1): Use it.
3107         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3108         J. Williams in
3109         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3110
3111         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3112         imap-enable-exchange-bug-workaround.
3113         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3114
3115 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3116
3117         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3118         a 100 byte status-checks into a 2-3MB transfer for each group.
3119         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3120         to enable bug workaround or not.
3121         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3122
3123 2008-03-31  Glenn Morris  <rgm@gnu.org>
3124
3125         * message.el (mml2015-use): Declare for compiler.
3126         (message-info): Require mml2015 when appropriate.
3127
3128 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3131         whitespace.
3132
3133 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3134
3135         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3136         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3137         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3138         (nntp-service-to-port): New function.
3139         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3140         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3141         (nntp-open-netcat-stream): New function.
3142         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3143
3144 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3145
3146         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3147
3148 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3149
3150         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3151
3152 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3153
3154         * dns.el (dns-write): Use set-buffer-multibyte.
3155
3156 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3157
3158         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3159
3160 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * message.el (message-signature-separator): Change default.
3163         Improve custom type.
3164         (message-cite-function): Change default to
3165         message-cite-original-without-signature.
3166
3167         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3168         toggle.
3169
3170         * message.el (message-check-news-body-syntax): Fix signature check.
3171         (message-setup-1): Mark buffer as unmodified _after_ running
3172         message-setup-hook and handling message-alternative-emails.
3173         (message-shorten-references): Be more strict when building list of
3174         valid references to comply with GNKSA.
3175
3176         * gnus-group.el (gnus-read-ephemeral-bug-group)
3177         (gnus-read-ephemeral-debian-bug-group)
3178         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3179
3180         * message.el (message-info): Don't use booleanp which isn't supported
3181         in Emacs 21 and XEmacs.
3182
3183 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3186         gnus-group-gmane-group-download-format.
3187         (gnus-group-read-ephemeral-gmane-group): Rename from
3188         gnus-group-read-ephemeral-gmane-group.
3189         (gnus-read-ephemeral-gmane-group-url): Rename from
3190         gnus-group-read-ephemeral-gmane-group-url.
3191         (gnus-bug-group-download-format-alist): New variable.
3192         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3193         (gnus-read-ephemeral-emacs-bug-group): New commands.
3194
3195 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3198         (gnus-visible-headers): Improve custom type.
3199
3200 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3201
3202         * mml.el (mml-menu): Add workarounds for XEmacs.
3203
3204         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3205         X-Boundary header.
3206
3207         * message.el (message-simplify-recipients): Fix previous commit.
3208
3209 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3210
3211         * mm-util.el (mm-set-buffer-multibyte): New function.
3212         * mm-decode.el (mm-copy-to-buffer): Use it.
3213
3214 2008-03-19  Glenn Morris  <rgm@gnu.org>
3215
3216         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3217         Accidentally removed in the sync process with Emacs.
3218
3219 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * message.el (message-alter-recipients-discard-bogus-full-name):
3222         New function.
3223         (message-alter-recipients-function): New variable.
3224         (message-get-reply-headers): Use it.
3225         (message-replace-header): New helper function.
3226         (message-recipients-without-full-name): New variable.
3227         (message-simplify-recipients): New command.
3228
3229         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3230
3231         * message.el (message-info): Handle EasyPG manual.
3232
3233         * mml.el (mml-menu): Add entry for EasyPG.
3234
3235 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3236
3237         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3238         parameter.
3239
3240         * message.el (message-disassociate-draft): Specify drafts group name
3241         fully.
3242
3243 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3246         unnecessary duplicates from the match list.
3247
3248 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3251
3252         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3253
3254         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3255         args of `how-many' of which the XEmacs version doesn't take; declare
3256         Info-index-next as function.
3257
3258 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * gnus-score.el (gnus-score-headers): Fix handling of
3261         gnus-inhibit-slow-scoring.
3262
3263         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3264         string.
3265         (gnus-button-url-regexp): Improve handling of parenthesis.
3266         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3267         (gnus-button-handle-info-keystrokes): Handle index entries.
3268
3269 2008-03-15  Glenn Morris  <rgm@gnu.org>
3270
3271         * parse-time.el (parse-time-string): Simplify.
3272
3273 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3276         Incoming* files.
3277
3278 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3281         (auth-source-pick): Use it.
3282
3283 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3284
3285         * binhex.el (binhex-decode-region-internal):
3286         * uudecode.el (uudecode-decode-region-internal):
3287         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3288         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3289         setting default-enable-multibyte-characters.
3290
3291 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3292
3293         * auth-source.el (auth-source-protocols)
3294         (auth-source-protocols-customize, auth-source-choices): Added and
3295         modified variable customizations and defaults.
3296         (auth-source-pick, auth-source-user-or-password)
3297         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3298         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3299         (auth-source-user-or-password-sftp)
3300         (auth-source-user-or-password-smtp): Use new variables and provide an
3301         interface to netrc.el.
3302
3303 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3306         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3307         Make sure the nntp port to specify is a string.
3308
3309 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3310
3311         * nntp.el: Use with-current-buffer.
3312         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3313         dubious mm-with-unibyte-current-buffer.
3314         (nntp-with-open-group-function): New function extracted from
3315         nntp-with-open-group macro.
3316         (nntp-with-open-group): Use the function, so it's easier to debug.
3317         Add indentation and debugging info.
3318         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3319         the use of the netcat alternatives.
3320
3321         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3322         Avoid mm-string-as-multibyte as well.
3323
3324         * nnweb.el (nnweb-insert-html):
3325         Remove use of nnheader-string-as-multibyte.
3326
3327         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3328         (nnheader-string-as-multibyte): Remove.
3329
3330         * mm-view.el: Use inhibit-read-only.
3331         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3332         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3333         or unibyte-string.
3334
3335         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3336         (mm-uu-yenc-extract): Use with-current-buffer.
3337
3338         * gnus-soup.el (gnus-soup-send-packet): Don't use
3339         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3340
3341         * nnmh.el: Use with-current-buffer.
3342         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3343         mm-string-as-multibyte on the output of mm-encode-coding-string.
3344
3345         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3346         (nnimap-request-move-article): Use with-current-buffer.
3347
3348         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3349         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3350         conversion uses string-make-unibyte rather than string-as-unibyte.
3351
3352         * gnus-msg.el: Use with-current-buffer.
3353
3354         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3355
3356 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3357
3358         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3359         string for caching if it is 'PIN.
3360
3361 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * lpath.el: Consider the case without Emacs/W3.
3364
3365 2008-03-08  Glenn Morris  <rgm@gnu.org>
3366
3367         * time-date.el (date-to-time, time-subtract, time-add)
3368         (safe-date-to-time): Doc fixes.
3369
3370 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3371
3372         * mail-source.el (mail-source-delete-old-incoming-confirm):
3373         Change default to nil.
3374         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3375
3376 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * lpath.el: Rearrange.
3379
3380         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3381         (gnus-article-goto-prev-page): Work for articles having ^L's.
3382
3383         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3384
3385         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3386
3387 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3388
3389         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3390         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3391         (gnus-bookmark-jump): Adjust some variable names.
3392
3393 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * auth-source.el: New package.
3396         (auth-source-choices): Add customization entry point variable.
3397
3398         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3399         bug.
3400
3401 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3404         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3405         (gnus-registry-install-shortcuts): Rename from
3406         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3407         the `gnus-registry-mark-map' keymap dynamically from
3408         `gnus-registry-marks'.  The generated functions update the summary line
3409         when a registry mark is added or deleted, and will call
3410         `gnus-registry-install-p' (see the comments in the code).
3411         (gnus-registry-user-format-function-M): Use concat intelligently.
3412
3413         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3414         the registry mark functions.
3415
3416 2008-03-05  Glenn Morris  <rgm@gnu.org>
3417
3418         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3419         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3420         gnus-art.
3421         (top-level): No need to load own source when compiling.
3422
3423 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3426         Suggested by <chris.anderton@zetnet.co.uk>.
3427
3428 2008-03-04  Glenn Morris  <rgm@gnu.org>
3429
3430         * gnus-sum.el (top-level): No need to require gnus when compiling,
3431         since unconditionally required near start of file.
3432         (gnus-summary-display-while-building): Move definition before use.
3433
3434 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3437         formatting function.
3438
3439 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3440
3441         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3442         with plists.
3443         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3444         Use new format.
3445
3446 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3449         `where-is-internal' that returns a range of key sequences.
3450
3451 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3452
3453         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3454
3455         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3456         (gnus-summary-jump-to-group): Consider windows on other displayed
3457         frames as well.  Similar changes might be needed elsewhere, but that's
3458         the one I've bumped into during my use.
3459
3460         * nndoc.el (nndoc-oe-dbx-type-p):
3461         * gnus-msg.el (gnus-debug):
3462         * gnus-group.el (gnus-update-group-mark-positions):
3463         Use mm-string-to-multibyte.
3464
3465 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3466
3467         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3468         doesn't handle NotDashEscaped.
3469
3470         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3471         (mml-dnd-attach-options): Fix typo in custom choice.
3472
3473         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3474         nndoc-article-type to mbox.
3475         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3476
3477         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3478         to nil, instead of html2text.
3479
3480         * imap.el (imap-debug): Add `imap-ping-server'.
3481
3482         * gnus-bookmark.el: Add FIXMEs.
3483
3484         * message.el (message-form-letter-separator)
3485         (message-send-form-letter-delay): New variables.
3486         (message-send-form-letter): Use them.  New command to send form
3487         letters.  Requested by Uwe Siart.
3488         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3489
3490 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * Update copyright years.
3493
3494 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         Sync from EMACS_22_BASE.
3497
3498         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3499
3500 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3501
3502         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3503         empty author.
3504
3505 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * gnus-registry.el (gnus-registry-marks): Add variable for
3508         customization of marks and their appearance.
3509         (gnus-registry-read-mark): Use it.
3510         (gnus-registry-do-marks): Add utility function to loop through
3511         `gnus-registry-marks'.
3512         (gnus-registry-install-shortcuts-and-menus): Add function to install
3513         shortcuts and menus.
3514         (gnus-registry-initialize): Use it.
3515         (gnus-registry-default-mark): Clarify documentation.
3516
3517 2008-02-29  Glenn Morris  <rgm@gnu.org>
3518
3519         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3520         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3521         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3522         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3523         Change defcustom :version from 23.0 to 23.1.
3524
3525 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3526
3527         * gnus-registry.el (gnus-registry-follow-group-p)
3528         (gnus-registry-post-process-groups): Add functions to aid registry
3529         splitting and improve logging.  Clarify behavior in function
3530         documentation.
3531         (gnus-registry-split-fancy-with-parent): Use them.
3532
3533 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3534
3535         * gnus-art.el: Use with-current-buffer.
3536
3537 2008-02-27  David Engster  <dengste@eml.cc>
3538
3539         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3540         Express real group name in the response.
3541
3542 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3545         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3546         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3547         autoload gnus-registry-fetch-group when compiling.
3548         (nnmairix-request-group-with-article-number-correction): Remove
3549         unreferenced argument passed to nnmairix-call-backend.
3550
3551 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3554         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3555         Wilde.
3556
3557 2008-02-27  Glenn Morris  <rgm@gnu.org>
3558
3559         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3560         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3561         variables to defconsts.  Convert comments to doc-strings.
3562         (nnmairix-last-server, nnmairix-current-server): Convert from free
3563         variables to defvars.  Convert comments to doc-strings.
3564         (gnus-registry-fetch-group): Autoload.
3565         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3566         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3567         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3568         caddr.
3569         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3570         nnmairix-request-group-with-article-number-correction call.
3571         (nnmairix-fast, nnmairix-group): New, less general names, for free
3572         variables passed from nnmairix-request-group to
3573         nnmairix-request-group-with-article-number-correction.  Declare.
3574         (nnmairix-request-group-with-article-number-correction):
3575         Use nnmairix-fast, nnmairix-group rather than fast, group.
3576
3577 2008-02-26  David Engster  <dengste@eml.cc>
3578
3579         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3580         version 0.5.
3581
3582 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3583
3584         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3585         instead of making an extra function call.  Don't add the current group
3586         to articles only when they have the group.  Use
3587         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3588         Reported by David <de_bb@arcor.de>.
3589
3590 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3593         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3594
3595 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * mail-source.el (mail-source-delete-incoming): Change default.
3598         Supplement doc string.
3599
3600         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3601
3602 2008-02-14  Glenn Morris  <rgm@gnu.org>
3603
3604         * time-date.el (format-seconds): New function.
3605
3606 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3607
3608         * nnmail.el (nnmail-message-id-cache-file): Derive from
3609         `gnus-home-directory'.
3610
3611 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3612
3613         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3614         Document negative prefix.
3615
3616         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3617
3618 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * message.el (message-unsent-separator): Add the Exim bounce
3621         separator.
3622
3623 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3624
3625         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3626         list.
3627         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3628         recipient/signer list.
3629
3630 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * Makefile.in (datarootdir): Define.
3633         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3634         name that might contain whitespace.
3635
3636 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3637
3638         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3639         fbound (Emacs 23 unicode), signal an error.
3640
3641 2008-02-08  Glenn Morris  <rgm@gnu.org>
3642
3643         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3644
3645 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3646
3647         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3648         ports to the calls to `netrc-machine-user-or-password' in addition to
3649         "imap" and "imaps".
3650
3651 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3652
3653         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3654
3655         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3656
3657 2008-02-01  Kenichi Handa  <handa@m17n.org>
3658
3659         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3660         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3661         (rfc2104-hash): Convert the result of concat to unibyte string.
3662
3663 2008-02-01  Dave Love  <fx@gnu.org>
3664
3665         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3666         coding-system-for-read.
3667         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3668
3669 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3672         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3673         <hanche@math.ntnu.no>.
3674
3675 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3678
3679         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3680
3681 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3682
3683         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3684         * message.el (message-beginning-of-line): Use featurep instead of bound
3685         tests in order to resolve conditionals at compile time.
3686
3687 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3688
3689         * mail-source.el (mail-sources): Add `group' choice.
3690
3691         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3692         parameter `in-group' to control into which group the articles go.
3693         Add treatment of `group' mail-source.
3694
3695 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3698
3699         * mm-decode.el (mm-dissect-buffer): Decode description.
3700
3701         * mml.el (mml-to-mime): Encode message header first.
3702
3703 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3706         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3707
3708         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3709         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3710
3711 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3712
3713         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3714
3715 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3718         prefix keys.
3719         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3720         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3721         gnus-xmas.el.
3722
3723         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3724         (gnus-xmas-article-describe-bindings): New function.
3725         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3726         gnus-xmas-article-describe-bindings.
3727
3728         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3729
3730 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3733         Add new variables for article mark management.
3734         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3735         list of extra data entries which, when present, will indicate that the
3736         article ID should not be trimmed from the registry.
3737         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3738         functions.
3739         (gnus-registry-read-mark): New function to read a mark name from the
3740         user.
3741         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3742         (gnus-registry-set-article-mark-internal): New functions to add and
3743         remove marks.
3744         (gnus-registry-get-article-marks): New function to show the marks for
3745         an article, or retrieve them for further use.
3746
3747 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3750         keys when no argument is given.
3751
3752 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * imap.el (imap-ping-server): New variable.
3755         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3756         (imap-ping-server): Minor doc string fixes.
3757
3758 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3759
3760         * imap.el (imap-ping-server): New function.
3761         (imap-opened): Call imap-ping-server.
3762
3763 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3764
3765         * gnus-sum.el (gnus-article-sort-by-random)
3766         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3767         jidanni@jidanni.org.
3768
3769 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * gnus-art.el (gnus-article-describe-bindings): New function.
3772         (gnus-article-read-summary-keys): Use it.
3773         (gnus-article-mode-map): Bind `C-h b' to it.
3774
3775 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3778         XEmacs.
3779         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3780         against non-character events.
3781
3782         * lpath.el: Fbind map-keymap for Emacs 21.
3783
3784 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3785
3786         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3787         command.
3788         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3789         instead of END.  Change name of the temp file.
3790         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3791         customizable.
3792
3793 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3796         bind `S W' to gnus-article-wide-reply-with-original; set default
3797         binding to gnus-article-read-summary-send-keys.
3798         (gnus-article-read-summary-keys): Fix the order of keys; display
3799         continuation keys correctly in the echo area; describe bindings
3800         correctly when keys end with `C-h'.
3801         (gnus-article-read-summary-send-keys): New function.
3802         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3803         for gnus-article-read-summary-send-keys; display continuation keys
3804         correctly in the echo area.
3805         (gnus-article-reply-with-original): Ignore prefix argument.
3806         (gnus-article-wide-reply-with-original): New function.
3807
3808         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3809         Emacs 21.
3810
3811 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3814         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3815
3816 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3819         (gnus-group-read-ephemeral-gmane-group): New command.
3820
3821 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3822
3823         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3824
3825 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3826
3827         * message.el (message-send-mail-function): Increase custom version.
3828
3829         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3830         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3831
3832 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3835         for the cases where imap-authenticate is called with a nil buffer
3836         parameter.
3837
3838 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3841         html parts correctly; support forwarded messages.
3842         (gnus-article-browse-html-article): Remove work buffers.
3843
3844         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3845         compiling.
3846         (netrc-bound-and-true-p): New macro.
3847         (netrc-parse): Use it instead of bound-and-true-p that is not available
3848         in XEmacs 21.4.
3849
3850 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * gnus-registry.el (gnus-registry-mark-article)
3853         (gnus-registry-article-marks): Add functionality to mark articles
3854         through the Gnus registry.
3855
3856         * encrypt.el: Clarify documentation for the new pgg method.
3857         (encrypt-file-alist): Add PGG option.
3858         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3859         functionality.  Abstract password key and messaging to external
3860         functions.
3861         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3862         (encrypt-message-method-and-cipher): Add new convenience external
3863         functions.
3864         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3865         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3866
3867         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3868         (netrc-parse): Use encrypt-file-alist to determine if
3869         encrypt-find-model or encrypt-insert-file-contents should be used.
3870
3871         * encrypt.el: Clarify documentation.  Load password-cache or
3872         password, whichever one is found first, instead of autoloading.
3873
3874 2007-12-19  Glenn Morris  <rgm@gnu.org>
3875
3876         * mml.el (message-options-set, message-narrow-to-head)
3877         (message-in-body-p, message-mail-p, message-encode-message-body):
3878         Autoload.
3879         (message-remove-header, message-narrow-to-headers-or-head)
3880         (message-subscribed-p, message-make-mail-followup-to)
3881         (message-position-on-field, message-news-p)
3882         (message-options-set-recipient, message-generate-headers)
3883         (message-sort-headers): Declare as functions.
3884
3885 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3886
3887         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3888         convention in doc string.
3889
3890 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3893         title to html parts.
3894         (gnus-article-browse-html-article): Pass message header to it.
3895
3896         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3897
3898 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3899
3900         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3901         or password compatible with XEmacs.
3902
3903 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3906         format document.
3907         (gnus-mime-delete-part): Don't write description line if empty.
3908         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3909
3910 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3911
3912         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3913         (gnus-summary-mark-read-and-unread-as-read)
3914         (gnus-summary-mark-current-read-and-unread-as-read)
3915         (gnus-summary-mark-unread-as-ticked): Doc fix.
3916         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3917
3918 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3921         Christoph Conrad <christoph.conrad@gmx.de>.
3922
3923 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3924
3925         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3926         yes-or-no-p.
3927
3928 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * mm-decode.el (mm-add-meta-html-tag): New function.
3931         (mm-save-part-to-file, mm-pipe-part): Use it.
3932
3933         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3934         gnus-y-or-n-p instead of y-or-n-p.
3935         (gnus-article-browse-html-parts): Work with message/external-body; use
3936         mm-add-meta-html-tag.
3937
3938 2007-12-11  Glenn Morris  <rgm@gnu.org>
3939
3940         * gnus-cache.el: Require gnus-sum not just when compiling.
3941
3942         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3943
3944         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3945         definitions before use.
3946
3947         * mm-decode.el: Require gnus-util.
3948         (mm-remove-part): Only call delete-annotation on XEmacs.
3949
3950         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3951
3952         * nnmail.el: Require gnus-int.
3953
3954         * spam.el: Move `require's before `eval-when-compile's.
3955
3956         * gnus-ems.el (gnus-alive-p):
3957         * gnus-fun.el (message-goto-eoh):
3958         * gnus-util.el (gnus-group-name-decode):
3959         * mail-source.el (gnus-compress-sequence):
3960         * message.el (Info-goto-node, format-spec):
3961         * mm-bodies.el (message-options-get):
3962         * mm-decode.el (mm-view-pkcs7):
3963         * mm-util.el (gmm-write-region):
3964         * mml-smime.el (mml-compute-boundary)
3965         (gnus-completing-read-with-default):
3966         * mml.el (widget-button-press, gnus-make-hashtable):
3967         * mml1991.el (mm-decode-content-transfer-encoding)
3968         (mm-encode-content-transfer-encoding)
3969         (message-options-get, message-options-set):
3970         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3971         * nnfolder.el (gnus-request-group):
3972         * nnheader.el (ietf-drums-unfold-fws):
3973         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3974         * smime.el (gnus-run-mode-hooks):
3975         * spam-stat.el (gnus-message): Autoload.
3976
3977         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3978         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3979         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3980         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3981         Add declare-function compatibility definition.
3982
3983         * gnus-cache.el (nnvirtual-find-group-art):
3984         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3985         (gnus-add-image, gnus-add-wash-type):
3986         * gnus-group.el (nnkiboze-score-file):
3987         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3988         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3989         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3990         (message-tokenize-header, gnus-get-buffer-create)
3991         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3992         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3993         * gnus.el (gnus-group-decoded-name):
3994         * mail-source.el (imap-capability):
3995         * mm-bodies.el (message-options-set):
3996         * mm-decode.el (gnus-configure-windows):
3997         * mm-extern.el (message-goto-body):
3998         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3999         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4000         (epg-sub-key-validity, message-options-set):
4001         * mml.el (widget-event-point, gnus-configure-windows):
4002         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4003         * mml2015.el (epg-check-configuration, epg-configuration)
4004         (message-options-set):
4005         * nndb.el (nndb-request-article):
4006         * nnfolder.el (gnus-request-create-group):
4007         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4008         * nnmaildir.el (gnus-group-mark-article-read):
4009         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4010         * rfc1843.el (message-fetch-field):
4011         * spam.el (gnus-extract-address-components):
4012         Declare as functions.
4013
4014 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4017
4018         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4019
4020         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4021         bind show-trailing-whitespace for XEmacs.
4022
4023 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4024
4025         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4026         new no-op macro for backward compatibility.
4027
4028         * imap.el (imap-string-to-integer): New function.
4029
4030 2007-12-09  Glenn Morris  <rgm@gnu.org>
4031
4032         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4033
4034         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4035         * message.el, mm-view.el, sieve-manage.el, smime.el:
4036         Add declare-function compatibility definition.
4037
4038         * gnus-art.el (w3-region, w3m-region, Info-menu):
4039         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4040         * gnus-sum.el (gnus-get-predicate):
4041         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4042         * message.el (mail-abbrev-in-expansion-header-p):
4043         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4044         (w3m-detect-meta-charset, w3m-region):
4045         * sieve-manage.el (password-read, password-cache-add)
4046         (password-cache-remove):
4047         * smime.el (password-read-and-add): Declare as functions.
4048
4049 2007-12-08  David Kastrup  <dak@gnu.org>
4050
4051         * gnus-sum.el (gnus-summary-simplify-subject-query):
4052         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4053         `message'.
4054
4055 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4058         it to bind idna-program, installation-directory, defined-colors, and
4059         face-attribute for XEmacs of the version that compiles defcustom forms.
4060
4061 2007-12-07  Glenn Morris  <rgm@gnu.org>
4062
4063         * gnus-art.el (article-make-date-line): Revert previous change.
4064
4065 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4066
4067         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4068
4069 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4070
4071         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4072         Call gnus-add-to-range ranges only once with a prepared article-list.
4073
4074 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4075
4076         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4077         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4078         group names with backslashes.  Reported by Tassilo Horn
4079         <tassilo@member.fsf.org>.
4080
4081 2007-12-06  Deepak Goel  <deego3@gmail.com>
4082
4083         * gnus-art.el (article-make-date-line):
4084         * gnus-start.el (gnus-load):
4085         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4086
4087 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-art.el (gnus-use-idna)
4090         * gnus-start.el (gnus-site-init-file)
4091         * message.el (message-use-idna)
4092         * mm-uu.el (mm-uu-hide-markers)
4093         * smiley.el (smiley-style): Revert changes that suppress warnings.
4094
4095 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4098         specify charset to html source.  Reported by Christoph Conrad
4099         <christoph.conrad@gmx.de>.
4100
4101 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4104         idna-program in order to suppress byte compile warning issued by XEmacs
4105         that came to byte compile the default value section of defcustom forms
4106         recently.
4107
4108         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4109         value of installation-directory.
4110
4111         * message.el (message-use-idna): Don't directly refer to the value of
4112         idna-program.
4113
4114         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4115
4116         * smiley.el (smiley-style): Don't directly call face-attribute.
4117
4118 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4121
4122         * gnus-dired.el: Reduce Gnus dependencies.
4123         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4124         require.  Use autoloads instead.
4125         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4126         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4127         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4128         (gnus-dired-mode): Adjust doc string.
4129         (gnus-dired-mail-mode): New variable.
4130         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4131         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4132         (gnus-dired-mail-buffers): New function.  Return mail or message
4133         composition buffers.
4134         (gnus-dired-attach): Use it.
4135         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4136         NO-DECODE.
4137         (gnus-dired-print): Use `gnus-print-buffer' depending on
4138         `gnus-dired-mail-mode'.
4139
4140 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * rfc2047.el (rfc2047-encoded-word-regexp)
4143         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4144         explaining what regexp patterns are for.
4145
4146 2007-12-04  Glenn Morris  <rgm@gnu.org>
4147
4148         * password.el: Move to password-cache.el.
4149
4150         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4151         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4152         * mml-smime.el (password-read, password-cache-add)
4153         (password-cache-remove):
4154         No need to autoload, since mml-sec requires password.
4155
4156         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4157         * message.el (gnus-extract-address-components):
4158         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4159
4160         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4161         password.
4162
4163 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * mailcap.el: Reduce dependencies.
4166         (mail-header-parse-content-type): Autoload.
4167         (mailcap-delete-duplicates): New alias.
4168         (mailcap-mime-info): Add optional argument NO-DECODE.
4169         (mailcap-mime-types): Use mailcap-delete-duplicates.
4170
4171         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4172
4173 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4174
4175         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4176         (imap-parse-status): Upcase status-att for servers that sends them
4177         lower-case (e.g., MS Exchange 2007).
4178
4179 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4182         function.
4183
4184         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4185         (gnus-uu-yenc-article): New function.
4186
4187         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4188
4189         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4190         buffer.
4191
4192 2007-12-02  Glenn Morris  <rgm@gnu.org>
4193
4194         * binhex.el (binhex): New custom group.
4195         (binhex-decoder-program, binhex-decoder-switches)
4196         (binhex-use-external): Move to the binhex custom group.
4197
4198         * uudecode.el (uudecode): New custom group.
4199         (uudecode-decoder-program, uudecode-decoder-switches)
4200         (uudecode-use-external): Move to the uudecode custom group.
4201
4202         * netrc.el (top-level): Don't load `encrypt' features.
4203         (netrc-parse): Don't use encrypt.
4204         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4205
4206         * encrypt.el: Remove file.
4207
4208 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4209
4210         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4211         matches on patches.
4212
4213         * gnus-art.el (gnus-article-browse-html-article): Mention
4214         `mm-text-html-renderer' in the doc string.
4215
4216         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4217         string.  Add comments.
4218
4219         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4220         if rhs is ASCII.
4221
4222 2007-12-01  Glenn Morris  <rgm@gnu.org>
4223
4224         * mail-source.el (top-level): Require format-spec before
4225         eval-when-compile.
4226
4227 2007-11-30  Glenn Morris  <rgm@gnu.org>
4228
4229         * encrypt.el: Require password, rather than autoloading password-read.
4230
4231 2007-11-29  Glenn Morris  <rgm@gnu.org>
4232
4233         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4234         (sasl-make-client, sasl-next-step, sasl-step-data)
4235         (sasl-step-set-data): Declare as functions.
4236
4237 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4240
4241 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4242
4243         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4244         certs should be verified and what is to be done in the event of a
4245         verification failure.
4246
4247         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4248         caller can indicate whether the cache should be disregarded for this
4249         call.  This way the result of the call is reproducible at all times and
4250         can be considered a canonical server name for the supplied method.
4251         (gnus-agent-method-p): Canonicalize server names by pushing their
4252         method through `gnus-method-to-server' using the no-cache argument.
4253
4254         * gnus-srvr.el (gnus-server-insert-server-line): Call
4255         `gnus-method-to-server' with `no-cache' argument.
4256
4257         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4258         gnus-agent-possibly-synchronize-flags as this should be called when the
4259         server is actually being opened.
4260         (gnus-agent-possibly-synchronize-flags)
4261         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4262         flags file of an agentized server to the latter function.
4263
4264         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4265         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4266         after a connection has been established successfully.
4267
4268 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * gnus-art.el (article-display-face): Force to display face if called
4271         interactively; check if gnus-article-x-face-too-ugly matches author.
4272         (article-display-x-face): Display face even if From header is missing
4273         as article-display-face does.
4274
4275 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4276
4277         * hashcash.el (message-narrow-to-headers-or-head)
4278         (message-fetch-field, message-goto-eoh)
4279         (message-narrow-to-headers): Declare as functions.
4280
4281 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4282
4283         * mail-source.el (mail-sources): Default to fetch from file for
4284         compatibility with default of nnmail-spool-file.
4285
4286 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4289         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4290         to look for encoded word that should be encoded again.
4291         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4292         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4293         encoding pattern.
4294         (rfc2047-decode-region): Switch strict regexp and loose one according
4295         to rfc2047-allow-irregular-q-encoded-words.
4296
4297 2007-11-25  Romain Francoise  <romain@orebokech.com>
4298
4299         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4300
4301 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * tls.el (tls-program): Provide more custom choices from
4304         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4305         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4306
4307 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4310         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4311
4312         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4313         `nnmail-spool-file'.
4314
4315         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4316         `nnmail-spool-file'.
4317
4318         * gnus-move.el (gnus-change-server): Ditto.
4319
4320         * gnus-kill.el (gnus-batch-score): Ditto.
4321
4322         * gnus-cache.el (gnus-jog-cache): Ditto.
4323
4324         * gnus-msg.el (gnus-summary-reply):
4325         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4326
4327 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4330         version.  Minor improvement to doc strings.
4331         (tls-program): Add comment.
4332
4333 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4334
4335         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4336         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4337         mismatch between the hostname provided in the certificate and the name
4338         of the host connnecting to.
4339         (open-tls-stream): Use them.  Check certificates against trusted root
4340         certificates.
4341
4342 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4343
4344         * gnus-cache.el (gnus-cache-generate-nov-databases):
4345         Use nnml-generate-nov-databases-directory instead of
4346         nnml-generate-nov-databases-1.
4347
4348 2007-11-24  Glenn Morris  <rgm@gnu.org>
4349
4350         * message.el (message-tool-bar-retro): Update for rename
4351         mail_send.xpm->mail-send.xpm.
4352
4353 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4356         `smime-ldap-search' for Emacs 22 and up.
4357
4358 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4359
4360         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4361
4362         * message.el (message-send-mail-function): Fix error convention.
4363         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4364         (message-widen-reply, message-send-mail, message-talkative-question)
4365         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4366         (message-clone-locals, message-send-news): Use with-current-buffer.
4367         (message-insert-or-toggle-importance): Remove unused var `valid'.
4368         (message-make-references): Remove unused var `new-references'.
4369         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4370
4371 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4372
4373         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4374         (spam-split-symbolic-return-positive): Reflow docstring.
4375         (spam-backends, spam-summary-exit-behavior)
4376         (spam-mark-ham-unread-before-move-from-spam-group)
4377         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4378         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4379         (spam-clear-cache, spam-backend-check, spam-install-backend)
4380         (spam-install-statistical-backend, spam-list-of-processors)
4381         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4382         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4383         (spam-check-crm114, spam-initialize, spam-unload-hook):
4384         Fix typos in docstrings.
4385
4386 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4389         been checked if they have never been read and those group levels are
4390         higher than the one that a user specified.
4391
4392 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4395         foreign groups unless a group level is specified by a user.
4396         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4397
4398 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * message.el (message-send-mail-function): Require sendmail.
4401
4402 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * message.el (message-send-mail-function): Check for smtpmail too.
4405
4406         * utf7.el (utf7-encode, utf7-decode): Use coding system
4407         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4408
4409         * message.el (message-send-mail-function): New function.
4410         (message-send-mail-function): Set default using
4411         message-send-mail-function.  Adjust doc string.
4412         (message-send-mail-with-mailclient): New function.
4413
4414 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4415
4416         * smime.el (from):
4417         * rfc2047.el (message-posting-charset):
4418         * qp.el (mm-use-ultra-safe-encoding):
4419         * pop3.el (parse-time-months):
4420         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4421         * nnml.el (files):
4422         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4423         (jka-compr-compression-info-list, ange-ftp-path-format)
4424         (efs-path-regexp):
4425         * nndiary.el (files):
4426         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4427         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4428         (epg-digest-algorithm-alist, inhibit-redisplay)
4429         (password-cache-expiry):
4430         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4431         (pgg-output-buffer, password-cache-expiry):
4432         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4433         (efs-path-regexp):
4434         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4435         (inhibit-redisplay):
4436         * mm-uu.el (file-name, start-point, end-point, entry)
4437         (gnus-newsgroup-name, gnus-newsgroup-charset):
4438         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4439         (latin-unity-ucs-list):
4440         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4441         (mm-uu-binhex-decode-function):
4442         * message.el (gnus-message-group-art, gnus-list-identifiers)
4443         (rmail-enable-mime-composing, gnus-local-organization)
4444         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4445         (gnus-read-active-file, facemenu-add-face-function)
4446         (facemenu-remove-face-function, gnus-article-decoded-p)
4447         (tool-bar-mode):
4448         * mail-source.el (display-time-mail-function):
4449         * gnus-util.el (nnmail-pathname-coding-system)
4450         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4451         (gnus-original-article-buffer, gnus-user-agent)
4452         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4453         (xemacs-codename, sxemacs-codename, emacs-program-version):
4454         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4455         * gnus-start.el (gnus-agent-covered-methods)
4456         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4457         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4458         (gnus-newsgroup-headers, gnus-group-list-mode)
4459         (gnus-group-mark-positions, gnus-newsgroup-data)
4460         (gnus-newsgroup-unreads, nnoo-state-alist)
4461         (gnus-current-select-method, mail-sources)
4462         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4463         (nnmail-spool-file, gnus-cache-active-hashtb):
4464         * gnus-mh.el (mh-lib-progs):
4465         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4466         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4467         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4468         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4469         (gnus-group-buffer):
4470         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4471         (font-lock-set-defaults):
4472         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4473         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4474         (gnus-summary-post-menu, total-parts, type, condition, length):
4475         * gnus-agent.el (gnus-agent-read-agentview):
4476         * flow-fill.el (show-trailing-whitespace):
4477         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4478         eval-and-compile wrappers for byte compiler pacifiers.
4479
4480         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4481         (mm-display-inline-fontify): Check for featurep 'xemacs not
4482         extent-list.
4483
4484         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4485         itimer-list.
4486         (mm-create-image-xemacs): Only do something for XEmacs.
4487         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4488
4489         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4490
4491         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4492         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4493
4494 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4495
4496         * nnimap.el (nnimap-split-download-body):
4497         * gnus-demon.el (gnus-demon):
4498         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4499
4500 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4503         macros.
4504         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4505         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4506         copy data from unibyte buffer to multibyte current buffer.
4507         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4508         to copy data from unibyte current buffer to multibyte buffer.
4509         (nntp-make-process-buffer): Make process buffer unibyte.
4510
4511         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4512
4513 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4514
4515         * pop3.el (pop3-open-server): Accept and process data more robustly at
4516         connexion start to avoid spurious "POP SSL connexion failed" errors.
4517
4518 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4521         read group names.
4522
4523 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4526
4527 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4530         (nnmail-save-active): Use a unibyte buffer when saving active file,
4531         which may contain non-ASCII group names.
4532
4533         * nnml.el (nnml-request-group): Decode group names in messages.
4534
4535 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4536
4537         * message.el (message-citation-line-function)
4538         (message-insert-formatted-citation-line): Fix spelling of
4539         `message-insert-formated-citation-line'.
4540
4541 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4544
4545 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4548         nnmail-pathname-coding-system.
4549
4550         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4551         that a user enters; decode group names in messages.
4552
4553         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4554
4555 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4556
4557         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4558
4559         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4560
4561         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4562         risky local variable.
4563
4564         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4565
4566 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * encrypt.el: Improve documentation to fix function name typo.
4569         Reported by Daiki Ueno <ueno@unixuser.org>.
4570
4571 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4574         even if the point is not in the last page of an article.
4575         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4576         back to the previous page.
4577
4578 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4581
4582 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4585
4586 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * message.el (message-check-news-body-syntax): Avoid
4589         mm-string-as-multibyte.
4590         (message-hide-headers): Don't assume (point-min)==1.
4591
4592 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * message.el (message-remove-blank-cited-lines): Fix if remove is
4595         given.
4596         (message-bogus-address-regexp): New variable.
4597         (message-bogus-recipient-p): New function.
4598         (message-check-recipients): New command.
4599         (message-syntax-checks): Add `bogus-recipient'.
4600         (message-fix-before-sending): Add `bogus-recipient'.
4601
4602         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4603         (gnus-treat-body-boundary): Don't test window-system.
4604
4605 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4606
4607         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4608
4609 2007-10-28  Miles Bader  <miles@gnu.org>
4610
4611         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4612         at compile-time too.
4613
4614 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * gnus-msg.el (gnus-message-setup-hook): Add
4617         `message-remove-blank-cited-lines' to options.
4618
4619 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * message.el (message-remove-blank-cited-lines): New function.
4622         Suggested by Karl Plästerer.
4623
4624 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4627         mapc.
4628
4629         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4630         (top-level): Use mapc to set functions to be traced for debugging.
4631
4632         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4633         called for effect with while loop.
4634
4635         * message.el (message-talkative-question): Replace mapcar called for
4636         effect with mapc.
4637
4638         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4639         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4640         called for effect with dolist.
4641
4642         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4643
4644         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4645         gnus-extra-headers and nnmail-extra-headers.
4646
4647         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4648         called for effect with dolist.
4649         (top-level): Use mapc to set functions to be traced for debugging.
4650
4651         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4652         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4653         dolist.
4654
4655         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4656         Replace mapcar called for effect with mapc.
4657         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4658         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4659         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4660         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4661
4662         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4663         remove-if that's a cl function.
4664
4665         * webmail.el (webmail-debug): Replace mapcar called for effect with
4666         dolist.
4667
4668         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4669         with mapc.
4670
4671 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4674         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4675         with while loop.
4676
4677         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4678         functions from article-* functions.
4679         (gnus-multi-decode-header): Replace mapcar called for effect with
4680         dolist.
4681
4682         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4683         (gnus-bookmark-show-details): Replace mapcar called for effect with
4684         while loop.
4685
4686         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4687         called for effect with while loop.
4688
4689         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4690         with dolist.
4691
4692         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4693         mapcar called for effect with dolist.
4694
4695         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4696
4697         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4698         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4699         Replace mapcar called for effect with dolist.
4700         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4701         mapc.
4702
4703         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4704         Replace mapcar called for effect with dolist.
4705         (gnus-topic-list): Replace mapcar called for effect with mapc.
4706
4707         * gnus.el: Use mapc instead of mapcar to add autoloads.
4708
4709 2007-10-23  Richard Stallman  <rms@gnu.org>
4710
4711         * gnus-group.el (gnus-group-highlight): Mark as risky.
4712
4713 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus.el (gnus-server-to-method): Return method found first in
4716         gnus-newsrc-alist.
4717
4718         * gnus-art.el (gnus-article-highlight-signature)
4719         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4720         button overlay without the front stickiness.
4721
4722 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4723
4724         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4725         overview buffer needed a catch to receive its throw.
4726         (gnus-agent-flush-cache): Declared as interactive to make this function
4727         easier to use.
4728
4729 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4732         `next-line'.
4733
4734 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4737         exclude address matching message-dont-reply-to-names.
4738
4739 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-util.el (gnus-string<): New function.
4742
4743         * gnus-sum.el (gnus-article-sort-by-author)
4744         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4745
4746 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4749         the frame-focus tag is set in gnus-buffer-configuration.
4750
4751 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4754         the front stickiness.
4755
4756 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4759         url pattern; remove duplicate one.
4760         (gnus-article-extend-url-button): New function.
4761         (gnus-article-add-buttons): Use it.
4762         (gnus-button-push): Use concatenated url that it makes.
4763
4764 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4765
4766         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4767
4768 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4771         Don't hardcode point-min==1.
4772
4773 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4776         Fix comment about "iso8859-1".
4777
4778 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4779
4780         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4781         ones returned from the verify-function.
4782
4783         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4784         mml2015-extract-cleartext-signature if extraction failed.
4785
4786 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4787
4788         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4789         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4790         failed.
4791
4792 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4795
4796 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4799         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4800         recommends to use EasyPG instead of PGG.
4801
4802         * pgg.el: Revert to revision 6.23.2.16.
4803
4804         * pgg-def.el: Revert to revision 6.6.2.14.
4805
4806         * pgg-gpg.el: Revert to revision 6.23.2.34.
4807
4808 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4811         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4812         thread for both the null and zero (kill/expire thread) universal prefix
4813         cases.
4814         (gnus-summary-expire-thread): Add new function to expire a thread,
4815         using gnus-summary-kill-thread.
4816         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4817         shortcuts for gnus-summary-expire-thread.
4818         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4819         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4820
4821 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4824         extras value, so an extras entry can be deleted.
4825         (gnus-registry-delete-extra-entry): Use it.
4826         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4827         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4828         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4829         storage through the gnus-registry, and provide an appropriate API for
4830         it.
4831
4832 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4835         Suggested by Leo <sdl.web@gmail.com>.
4836
4837         * gnus.el: Do.
4838
4839 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4842         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4843
4844         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4845
4846         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4847         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4848
4849 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4852         newline.
4853         (nnmbox-request-accept-article): Don't change article in source buffer;
4854         narrow to header to use message-fetch-field rather than
4855         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4856         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4857         as delimiters; make sure article ends with newline.
4858         (nnmbox-delete-mail): Correct last position of article to be deleted;
4859         ignore X-Gnus-Newsgroup header in article body.
4860         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4861         positions; make sure article ends with newline.
4862
4863         * message.el (message-display-abbrev): Don't infloop when a user
4864         inserts SPC in the beginning of header.
4865
4866         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4867         coding-system-for-read and coding-system-for-write for XEmacs having no
4868         file-coding feature.
4869
4870         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4871
4872 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4873
4874         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4875         list of groups not followed by default.  Fix type to be regexp.
4876         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4877
4878 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4879
4880         * hmac-def.el (define-hmac-function): Switch from old-style to
4881         new-style backquotes.
4882
4883         * md4.el (md4-make-step): Likewise.
4884
4885 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4888         raw-text coding system when saving .newsrc file, which may contain
4889         non-ASCII group names.
4890
4891 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-cus.el (gnus-score-extra): New widget.
4894         (gnus-score-extra-convert): New function.
4895         (gnus-score-customize): Use it for Extra.
4896
4897 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4898
4899         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4900         (mml2015-mailcrypt-clear-verify): Use it.
4901         (mml2015-gpg-clear-verify): Use it.
4902         (mml2015-pgg-clear-verify): Use it.
4903         (mml2015-epg-clear-verify): Replace the current part with the output
4904         from GnuPG; don't extract the plaintext by itself.
4905
4906         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4907         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4908         mml2015-clear-verify-function; don't touch the armor headers or
4909         dash-escaped text here.
4910
4911 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4914         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4915         parts, or application/octet-stream as a last resort.
4916         (gnus-mime-view-part-as-type): Don't toggle display.
4917         (gnus-mime-view-part-as-charset): Don't turn off display before
4918         querying charset.
4919
4920         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4921         stuff to undisplayer function in Emacs.
4922         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4923
4924         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4925         text/calendar parts.
4926
4927 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4930         decoding text/calendar parts.
4931
4932         * message.el (message-forward-make-body-mime): Always mark body as
4933         having no illegible text; remove signed-or-encrypted argument.
4934         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4935
4936         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4937         (mml-generate-mime-1): Don't encode body if it is specified to be in
4938         raw form; don't make buffer be unibyte when inserting multibyte string.
4939
4940 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4941
4942         * sha1.el: Fix up comment style.
4943         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4944         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4945
4946         * hex-util.el: Fix up comment style.
4947         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4948
4949         * gnus-salt.el: Use with-current-buffer.
4950         (gnus-pick-setup-message): Fix long-standing typo.
4951
4952 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * imap.el (imap-logout-timeout): New variable.
4955         (imap-logout, imap-logout-wait): New functions.
4956         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4957
4958         * nnimap.el (nnimap-logout-timeout): New server variable.
4959         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4960         nnimap-logout-timeout.
4961
4962         * gnus-art.el (gnus-article-summary-command-nosave)
4963         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4964
4965 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus.el (gnus-maximum-newsgroup): New variable.
4968
4969         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4970         according to gnus-maximum-newsgroup.
4971
4972         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4973         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4974         Limit the range of articles according to gnus-maximum-newsgroup.
4975
4976 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4977
4978         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4979         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4980         Don't perform gnus-configure-windows here; reuse existing sticky
4981         article buffer.
4982
4983         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4984         it doesn't exist in gnus-article-mode.
4985
4986 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4989         (gnus-agent-decoded-group-name): New function.
4990         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4991         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4992
4993 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4994
4995         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4996         Add binding for gnus-sticky-article.
4997         (gnus-summary-exit): Don't kill sticky article buffers.
4998
4999         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5000         article buffer.
5001         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5002         (gnus-kill-sticky-article-buffers): New commands.
5003
5004 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * nntp.el (nntp-xref-number-is-evil): New server variable.
5007         (nntp-find-group-and-number): If it is non-nil, don't trust article
5008         numbers in the Xref header.
5009
5010 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-agent.el (gnus-agent-read-group): New function.
5013         (gnus-agent-flush-group, gnus-agent-expire-group)
5014         (gnus-agent-regenerate-group): Use it.
5015         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5016         nnmail-pathname-coding-system.
5017
5018 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5021
5022         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5023         that are unread as unread, and also as selected so that information of
5024         marks having been changed by a user may be updated when exiting group.
5025
5026 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5029         calculated ignoring signature parts to gnus-treat-article.
5030
5031 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5034         a point here in order to keep the window start.
5035         (gnus-insert-mime-security-button): Make a button overlay without the
5036         front stickiness.
5037         (gnus-mime-display-security): Goto the end of a button.
5038
5039         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5040
5041 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5044         group-name-at-point.
5045         (gnus-group-completing-read): New function that offers decoded
5046         non-ASCII group names for completion.
5047         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5048         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5049         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5050         (gnus-group-fetch-control): Use it.
5051         (gnus-fetch-group): Use group-name-at-point for the initial value
5052         rather than the default value; use gnus-alive-p.
5053
5054         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5055         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5056         (gnus-summary-post-news): Use gnus-group-completing-read.
5057
5058         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5059         (gnus-read-move-group-name): Decode group name for completion.
5060
5061 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5062
5063         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5064         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5065         Yamaoka slightly modified the code).
5066
5067 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5070         (nnmail-split-incoming): Bind it.
5071
5072         * nnml.el (nnml-group-name-charset): New function.
5073         (nnml-decoded-group-name): Use it; don't decode group name if
5074         nnmail-group-names-not-encoded-p is non-nil.
5075         (nnml-encoded-group-name): New function.
5076         (nnml-group-pathname): Inline nnml-decoded-group-name.
5077         (nnml-request-expire-articles): Decode group name in message.
5078         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5079         nnmail-pathname-coding-system.
5080         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5081         not decoded ones according to nnmail-group-names-not-encoded-p.
5082         (nnml-generate-active-info): Use nnml-encoded-group-name.
5083
5084 2007-08-08  Glenn Morris  <rgm@gnu.org>
5085
5086         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5087         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5088         doc-strings and comments.
5089
5090 2007-07-25  Glenn Morris  <rgm@gnu.org>
5091
5092         * Relicense all FSF files to GPLv3 or later.
5093
5094 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-sum.el (gnus-summary-move-article): Make
5097         gnus-summary-respool-article work.
5098
5099 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5102         string.
5103
5104 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5105
5106         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5107         that should be ignored when comparing distant RSS articles with local
5108         ones.
5109         (nnrss-make-hash-index): New function.  Create a hash index according
5110         to the ignored fields.
5111         (nnrss-check-group): Use it.
5112
5113 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5116
5117         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5118
5119         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5120         the new optional argument ENCODED is non-nil.
5121         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5122         coding system for encoding group name.
5123         (gnus-group-make-rss-group): Pass un-encoded group name to
5124         gnus-group-make-group.
5125         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5126         encoded.
5127
5128         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5129         Encode group name to which articles are moved or copied.
5130         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5131         coding system for encoding Newsgroup, Followup-To and Xref headers.
5132
5133         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5134         marks; use nnheader-file-coding-system to write a file.
5135         (nnagent-retrieve-headers): Bind file-name-coding-system to
5136         nnmail-pathname-coding-system.
5137
5138         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5139
5140         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5141         (nnml-request-article, nnml-request-create-group)
5142         (nnml-request-rename-group, nnml-find-id)
5143         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5144         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5145         (nnml-save-marks): Use nnml-group-pathname instead of
5146         nnmail-group-pathname.
5147
5148         (nnml-request-create-group, nnml-request-expire-articles)
5149         (nnml-request-move-article, nnml-request-delete-group)
5150         (nnml-deletable-article-p, nnml-possibly-create-directory)
5151         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5152         (nnml-open-marks): Bind file-name-coding-system to
5153         nnmail-pathname-coding-system.
5154
5155         (nnml-request-article): Pass server argument to nnml-find-group-number.
5156         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5157         server argument to nnml-possibly-create-directory.
5158         (nnml-request-accept-article): Pass server argument to
5159         nnml-active-number and nnml-save-mail.
5160         (nnml-find-group-number): Pass server argument to nnml-find-id.
5161         (nnml-request-update-info): Pass server argument to
5162         nnml-marks-changed-p.
5163
5164         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5165         (nnml-save-mail, nnml-active-number): Add server argument.
5166
5167         (nnml-request-delete-group): Warn if group is missing.
5168         (nnml-get-nov-buffer): Decode group name.
5169         (nnml-generate-active-info): Encode group name.
5170         (nnml-open-marks): Decode group name in messages.
5171
5172 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5175         if it is not specified.
5176         (gnus-article-pipe-part, gnus-article-save-part)
5177         (gnus-article-interactively-view-part, gnus-article-copy-part)
5178         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5179         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5180         (gnus-article-replace-part, gnus-article-delete-part)
5181         (gnus-article-view-part-as-type): Pass raw prefix argument to
5182         gnus-article-part-wrapper.
5183
5184 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-agent.el (gnus-agent-save-active): Bind
5187         nnheader-file-coding-system to gnus-agent-file-coding-system.
5188
5189         * gnus-cache.el (gnus-cache-save-buffers)
5190         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5191         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5192         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5193         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5194         (gnus-cache-generate-active, gnus-cache-rename-group)
5195         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5196         (gnus-cache-update-overview-total-fetched-for): Bind
5197         file-name-coding-system to nnmail-pathname-coding-system.
5198         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5199         variables.
5200         (gnus-cache-decoded-group-name): New function.
5201         (gnus-cache-file-name): Use it.
5202         (gnus-cache-generate-active): Use non-decoded group name for active.
5203
5204         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5205         right place.
5206         (gnus-write-active-file): Don't break non-ASCII group names.
5207
5208         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5209         nnmail-pathname-coding-system.
5210
5211         * lpath.el: Bind default-file-name-coding-system,
5212         file-name-coding-system and language-info-alist for XEmacs.
5213
5214         * gnus-uu.el (gnus-uu-decode-save): Typo.
5215
5216 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5219
5220 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5223         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5224         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5225         (gnus-agent-flush-group, gnus-agent-flush-cache)
5226         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5227         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5228         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5229         (gnus-agent-regenerate-group)
5230         (gnus-agent-update-files-total-fetched-for)
5231         (gnus-agent-update-view-total-fetched-for): Bind
5232         file-name-coding-system to nnmail-pathname-coding-system.
5233         (gnus-agent-group-pathname): Don't encode file names by
5234         nnmail-pathname-coding-system.
5235         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5236         coding-system-for-write instead of buffer-file-coding-system to
5237         gnus-agent-file-coding-system.
5238
5239         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5240         Decode group name.
5241
5242         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5243
5244         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5245         (gnus-read-newsrc-el-file): Make group names unibyte.
5246
5247         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5248         nnmail-pathname-coding-system.
5249
5250         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5251         (nnrss-request-delete-group): Bind file-name-coding-system to
5252         nnmail-pathname-coding-system.
5253         (nnrss-read-server-data, nnrss-read-group-data): Bind
5254         file-name-coding-system correctly.
5255         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5256
5257         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5258         (nntp-server-to-method-cache): New variable.
5259         (nntp-group-pathname): New function that decodes non-ASCII group names.
5260         (nntp-possibly-create-directory, nntp-marks-changed-p)
5261         (nntp-save-marks, nntp-open-marks): Use it.
5262         (nntp-possibly-create-directory, nntp-open-marks):
5263         Bind file-name-coding-system to nnmail-pathname-coding-system.
5264         (nntp-open-marks): Decode group names when bootstrapping marks.
5265
5266         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5267         Newsgroups and Folowup-To headers.
5268
5269 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5272         (gnus-server-closed-face, gnus-server-denied-face)
5273         (gnus-server-offline-face): Remove variable.
5274         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5275
5276         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5277         of modifying message-stack directly for XEmacs.
5278
5279         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5280         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5281         if the coding-system argument is nil for XEmacs.
5282
5283         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5284         mm-charset-override-alist.
5285
5286         * rfc2047.el: Don't require base64; require rfc2045 for the function
5287         rfc2045-encode-string.
5288         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5289         to quote the parameter value.
5290
5291 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5294         form in gnus-group-name-charset-method-alist.
5295
5296         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5297         overrides the default layout edit-form.
5298
5299         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5300
5301         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5302
5303 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5306         as unfetched articles.
5307
5308 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5311
5312 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5315         original back end that keeps marks in the local system.
5316
5317 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5320         arg of pop-to-buffer for XEmacs.
5321         (gnus-article-read-summary-keys): Ditto; don't restore window
5322         configuration if summary command ends up with neither article buffer
5323         nor summary buffer; describe bindings if summary keys end with C-h.
5324
5325 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * message.el (message-fix-before-sending): Skip raw message part to be
5328         forwarded while checking illegible text.
5329         (message-forward-make-body-mime, message-forward-make-body): Mark
5330         signed or encrypted raw message as having no illegible text.
5331
5332 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5335         (gnus-message-with-timestamp-1): New macro.
5336         (gnus-message-with-timestamp): New function.
5337         (gnus-message): Use them.
5338
5339         * nnheader.el (nnheader-message): Use them.
5340
5341 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5344         .newsrc.eld file.
5345
5346 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-agent.el (gnus-agent-fetch-headers)
5349         (gnus-agent-retrieve-headers): Bind
5350         gnus-decode-encoded-address-function to identity.
5351
5352         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5353         available also when the server returns simply a dot.
5354
5355         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5356
5357 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5360
5361 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-ems.el (gnus-x-splash): Make it work.
5364
5365         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5366         from being used.
5367
5368         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5369
5370 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5373         4th and the 5th arguments.
5374
5375         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5376         the front stickiness.
5377         (gnus-article-summary-command-nosave): Correct the order of the
5378         arguments passed to pop-to-buffer.
5379         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5380         summary command ends up with the article buffer.
5381
5382         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5383         the same faces.
5384
5385 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5386
5387         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5388
5389 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5390
5391         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5392         * gnus-sum.el (gnus-summary-highlight):
5393         * pgg.el (pgg-sign-region, pgg-sign):
5394         * mail-source.el (mail-source-delete-old-incoming-confirm):
5395         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5396
5397 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-mime-view-part-externally)
5400         (gnus-mime-view-part-internally): Fix predicate function passed to
5401         completing-read.
5402
5403         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5404
5405         * gnus.el (gnus-update-message-archive-method): Add :version.
5406
5407 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus.el (gnus-update-message-archive-method): New variable.
5410
5411         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5412         according to gnus-message-archive-method if
5413         gnus-update-message-archive-method is non-nil.
5414
5415 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5418         by Loic Dachary <loic@dachary.org>.
5419         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5420
5421 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * message.el (message-pop-to-buffer): Add switch-function argument.
5424         (message-mail): Pass switch-function argument to it.
5425
5426 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5429         Improve doc string.
5430
5431 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5434         (gnus-header-content)
5435         * gnus-cite.el (gnus-cite-10)
5436         * gnus-srvr.el (gnus-server-closed)
5437         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5438         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5439         (gnus-group-mail-3-empty, gnus-group-mail-low)
5440         (gnus-group-mail-low-empty, gnus-splash)
5441         * message.el (message-header-to, message-header-cc)
5442         (message-header-subject, message-header-other, message-header-name)
5443         (message-header-xheader, message-separator, message-cited-text)
5444         (message-mml): Lighten colors of faces used for dark background.
5445
5446 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5447
5448         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5449         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5450
5451 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * message.el (message-narrow-to-headers-or-head):
5454         Ignore mail-header-separator in the body.
5455
5456 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5459         same as window size.
5460
5461 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5462
5463         * message.el (message-font-lock-keywords): Use message-header-xheader
5464         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5465         ahead of the anything pattern, to get it recognised.
5466
5467 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5470         spam.el loads uses it in the compiled defadvice form.
5471
5472 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5473
5474         * gnus-sum.el (gnus-articles-to-read)
5475         (gnus-summary-insert-old-articles): Don't truncate group name for
5476         `read-string'.
5477
5478         * gnus-util.el (gnus-limit-string): Delete this function.
5479
5480         * gnus-sum.el (gnus-simplify-subject-fully): Use
5481         `truncate-string-to-width' instead.
5482
5483 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5484
5485         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5486         if, on summary exit, the next group has to be selected.
5487         (gnus-summary-exit): Use it.
5488
5489 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5490
5491         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5492         non-break space.
5493
5494 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5497         Check if group is not a directory.
5498         (nnfolder-request-expire-articles): Don't delete articles if the target
5499         group is not available.
5500
5501         * nnml.el (nnml-request-create-group): Properly check if group is not a
5502         file.
5503         (nnml-request-expire-articles): Don't delete articles if the target
5504         group is not available.
5505
5506         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5507         Don't quote characters that are within parentheses.
5508
5509 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5512         (gnus-handle-ephemeral-exit): Select article according to it.
5513
5514 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * message.el (message-insert-formated-citation-line): Remove newline.
5517         (message-citation-line-format): Add final \n here so that the user can
5518         avoid a blank line.
5519
5520 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5521
5522         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5523         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5524         Update lanl/arXiv support.
5525
5526 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * gnus.el: Bump version number.
5529
5530 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus.el (gnus-version-number): Bump version.
5533
5534 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5535
5536         * gnus.el: No Gnus v0.6 is released.
5537
5538 2007-04-27  Didier Verna  <didier@xemacs.org>
5539
5540         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5541         * gmm-utils.el (gmm-regexp-concat): here.
5542         * message.el: Don't require 'gnus-util.
5543         (message-dont-reply-to-names): Handle name change above.
5544         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5545
5546 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5549         since the initial value varies according to the system.
5550
5551 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5554
5555 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5556
5557         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5558
5559 2007-04-24  Didier Verna  <didier@xemacs.org>
5560
5561         Improve the type of gnus-ignored-from-addresses.
5562         * gnus-util.el (gnus-orify-regexp): New function.
5563         * message.el (gnus-util): Require it.
5564         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5565         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5567
5568 2007-04-24  Didier Verna  <didier@xemacs.org>
5569
5570         * gnus-sum.el:
5571         * gnus-utils.el: Fix some trailing whitespaces.
5572
5573 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5576         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5577         article's Message-ID; refer parent article in summary buffer.
5578
5579         * message.el (message-bounce): Call mime-to-mml.
5580
5581         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5582         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5583         optimize and/or forms properly.
5584
5585 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5588         URL.
5589
5590 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5593
5594 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5597         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5598         displayed of multipart/alternative part if it is invoked from summary
5599         buffer.
5600
5601         * mm-view.el (mm-inline-text-html-render-with-w3m)
5602         (mm-inline-text-html-render-with-w3m-standalone)
5603         (mm-inline-render-with-function): Use mail-parse-charset by default.
5604
5605 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5606
5607         * parse-time.el (parse-time-string-chars): Check if CHAR
5608         is less than the length of parse-time-syntax.
5609
5610 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5613         from gnus-newsgroup-processable.
5614
5615 2007-04-16  Didier Verna  <didier@xemacs.org>
5616
5617         * gnus-msg.el (gnus-configure-posting-styles): Handle
5618         message-signature-directory properly with :file syntax.  Reported by
5619         "Leo".
5620
5621 2007-04-11  Didier Verna  <didier@xemacs.org>
5622
5623         New user option: message-signature-directory.
5624         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5625         * message.el (message-insert-signature): Ditto.
5626         * message.el (message-signature-file): Doc update.
5627         * message.el (message-signature-directory): New.
5628
5629 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-msg.el (gnus-inews-yank-articles): Use
5632         message-exchange-point-and-mark instead of exchange-point-and-mark.
5633
5634 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * message.el (message-yank-original): Make sure cited text ends with
5637         newline; don't exchange point and mark.
5638
5639 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5640
5641         * tls.el (open-tls-stream): Properly handle case where there
5642         is no associated buffer.
5643
5644 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5645
5646         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5647         message-yank-original, make sure (< mark TEXT point).
5648
5649 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * message.el (message-fill-column): New variable.
5652         (message-mode): Use it.  Add comment on a possible new hook.
5653
5654         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5655         (nnmail-get-new-mail): Reformat.
5656
5657         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5658
5659         * gmm-utils.el: Fix Commentary.
5660         (gmm-tool-bar-from-list): Fix typo in doc string.
5661
5662 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5663
5664         * message.el (message-yank-original): Don't switch point and mark
5665         unnecessarily to put point and mark as documented.
5666
5667 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5670         from the message heads.
5671
5672 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5673
5674         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5675         article buffer does not have a window.  This may not be the best
5676         solution but is certainly better than setting the start of the null,
5677         that is the current, window.
5678
5679 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5682         (gnus-draft-setup): Run it.
5683
5684         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5685         gnus-score-fast-scoring.  Allow regexp.
5686         (gnus-score-headers): Use it.
5687
5688         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5689         XEmacs.
5690
5691         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5692         string.
5693         (gnus-button-alist): Also catch `<f1> k ...'.
5694         (gnus-treat-display-x-face): Fix doc string.
5695
5696 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5697
5698         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5699         evaluation of gnus-extended-version to ensure correct generation of the
5700         User-Agent header when message-generate-headers-first is used.
5701
5702 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5703
5704         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5705         hashcash-path is nil.  Don't call callback with incorrect number of
5706         parameters if val is 0.
5707
5708 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5709
5710         * message.el (message-required-news-headers):
5711         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5712
5713 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5714
5715         * tls.el (open-tls-stream): In handshake-waiting loop,
5716         don't wait more if there is output available to process.
5717
5718 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5719
5720         * tls.el (tls-program): Doc fix.
5721
5722 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * message.el (message-generate-new-buffers): Change the meaning of the
5725         nil value; add `standard' to the choices; treat t as `unique'; improve
5726         doc string.
5727         (gnus-select-frame-set-input-focus): Autoload.
5728         (message-buffer-name): Search for the existing message buffer if
5729         message-generate-new-buffers is nil or `standard'; treat the value t of
5730         message-generate-new-buffers as `unique'.
5731         (message-pop-to-buffer): Raise the frame already displaying the message
5732         buffer; clear the echo area after querying.
5733         (message-setup): Pass the `continue' argument to compose-mail.
5734         (message-mail): Prefer `switch-function' if it is given; search for the
5735         existing message buffer if the `continue' argument is non-nil; pass
5736         continue and switch-function arguments to compose-mail by way of
5737         message-setup.
5738         (message-mail-other-window): Adjust argument of message-setup.
5739         (message-mail-other-frame): Ditto.
5740
5741 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5744         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5745         to turn font-lock on when turning gnus-message-citation-mode on.
5746
5747 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5748
5749         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5750         (mml-smime-function-alist): New variable; add epg as the backend.
5751         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5752         mml-smime- functions instead.
5753         * mm-view.el: Require smime.
5754
5755 2007-03-05  Didier Verna  <didier@xemacs.org>
5756
5757         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5758         instead of just inheritance for posting styles.
5759         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5760
5761 2007-02-24  Chris Moore  <dooglus@gmail.com>
5762
5763         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5764         * pgg-pgp.el (pgg-pgp-encrypt-region):
5765         * pgg-gpg.el (pgg-gpg-encrypt-region):
5766         Check pgg-encrypt-for-me if no other recipients.
5767
5768 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5769
5770         * tls.el (tls-certtool-program): Fix custom type.
5771
5772 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5775         and point-at-eol instead of line-(beginning|end)-position.
5776
5777         * assistant.el (assistant-parse-buffer): Ditto.
5778
5779         * netrc.el (netrc-parse-services): Ditto.
5780
5781 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5782
5783         * mml2015.el (mml2015-epg-find-usable-key): New function.
5784         (mml2015-epg-sign): Use it.
5785         (mml2015-epg-encrypt): Use it.
5786
5787 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * message.el (message-make-in-reply-to): Quote name containing
5790         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5791         if there are special characters.  Reported by NAKAJI Hiroyuki
5792         <nakaji@jp.freebsd.org>.
5793
5794 2007-02-27  Didier Verna  <didier@xemacs.org>
5795
5796         Include the group parameters as well as the topic ones in the
5797         inheritance filter process.
5798         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5799         argument GROUP-PARAMS-LIST.
5800         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5801
5802 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * nntp.el (nntp-never-echoes-commands)
5805         (nntp-open-connection-functions-never-echo-commands): New variables.
5806         (nntp-send-command): Use them.
5807
5808 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5809
5810         * mml2015.el (mml2015-epg-verify): Simplified.
5811
5812 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mml.el (mml-content-disposition-alist): New user option.
5815         (mml-content-disposition): New function.
5816         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5817         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5818
5819 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5820
5821         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5822         verification.
5823
5824 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5825
5826         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5827         articles posted in the last 24 hours.
5828
5829 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5830
5831         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5832
5833 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5834
5835         * nntp.el (nntp-send-command): Don't wait for echoes when
5836         nntp-open-ssl-stream is used.
5837
5838 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5841         (gnus-message-add-citation-keywords)
5842         (gnus-message-remove-citation-keywords): Remove.
5843         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5844         directly, make the variables in font-lock-defaults buffer-local, add
5845         gnus-message-citation-keywords to them and then update the value of
5846         font-lock-keywords.
5847
5848 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * message.el (message-cite-original-1): Don't call
5851         gnus-article-highlight-citation.
5852
5853         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5854         citations; fix line count.
5855
5856 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5859         (gnus-message-add-citation-keywords)
5860         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5861         versions of font-lock-add-keywords and font-lock-remove-keywords to
5862         work with XEmacs correctly.
5863
5864 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-cite.el (gnus-cite-face-list): Set the values of
5867         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5868         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5869         (gnus-message-cite-prefix-regexp): New variable.
5870         (gnus-message-search-citation-line): Use it; protect against long
5871         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5872         the 0th match data for Emacs.
5873         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5874         (gnus-message-add-citation-keywords): Append keywords rather than
5875         prepending; emulate font-lock-add-keywords if it is not available.
5876         (gnus-message-remove-citation-keywords): Emulate
5877         font-lock-remove-keywords if it is not available.
5878
5879         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5880
5881         * message.el (message-cite-prefix-regexp): Set the value of
5882         gnus-message-cite-prefix-regexp.
5883
5884 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5885
5886         * nnweb.el (nnweb-google-parse-1): Update parser.
5887
5888 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5889
5890         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5891
5892 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5893
5894         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5895         regexp.
5896
5897 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5900         string-to-multibyte.
5901         (uudecode-decode-region-internal): Use it.
5902
5903         * lpath.el: Fbind string-as-multibyte for XEmacs.
5904
5905 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5908         custom choice.
5909
5910         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5911
5912 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5913
5914         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5915
5916         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5917         `write-region' to respect `mm-inhibit-file-name-handlers'.
5918
5919 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5922         Use gnus-home-directory instead of "~/" or "$HOME".
5923
5924 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5927         to mention filename.
5928         Add comments at beginning regarding usage.
5929         (encrypt-write-file-contents): Change interactive so a string is
5930         acceptable.  If the file has no associated model, show an error instead
5931         of a nonsense prompt.
5932
5933 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5934
5935         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5936         Thanks to Yoshihiko Yamada for kind notification of this typo.
5937
5938 2007-01-12  Kenichi Handa  <handa@m17n.org>
5939
5940         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5941         multibyte buffer.
5942
5943 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * gnus-score.el (gnus-score-fast-scoring): New variable.
5946         (gnus-score-headers): Use it.
5947
5948         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5949
5950         * message.el (message-cite-original-1): Call
5951         gnus-article-highlight-citation if requested.
5952         (message-make-from): Allow name and address as optional arguments.
5953
5954         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5955
5956         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5957         bugs to doc string.
5958         (gnus-button-alist): Add mid\\|message-id.
5959         (gnus-button-fetch-group): Extend for use in
5960         `browse-url-browser-function'.
5961         (gnus-button-url-regexp): Try to catch paired parentheses like in
5962         Wikipedia URLs.
5963
5964         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5965         Suggested by Simon Krahnke <overlord@gmx.li>.
5966
5967 2007-01-13  Romain Francoise  <romain@orebokech.com>
5968
5969         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5970         Update copyright.
5971
5972 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5973
5974         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5975
5976 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * gnus-registry.el (gnus-registry-unfollowed-groups)
5979         (gnus-registry-split-fancy-with-parent): Fix documentation.
5980
5981 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5984         from nnweb groups.
5985
5986 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5989         Xref urls.  Erase buffer before requesting head.
5990
5991 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5992
5993         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5994         customizable.
5995
5996 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5997
5998         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5999         no signing key is found.
6000         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6001         no encrypting and/or signing key is found.
6002
6003 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6006
6007 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6008
6009         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6010         headers read from disk with the ones newly found in the current search.
6011         This should no longer cause problems, because the article numbers in
6012         Gmane's `nov.php' output are ignored since the previous change.
6013
6014 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6015
6016         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6017
6018 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6021         replace-regexp-in-string; bind url-version; fbind display-images-p and
6022         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6023         find-face and set-itimer-function for Emacs; bind itimer-list for
6024         Emacs.
6025
6026         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6027
6028 2007-01-01  Romain Francoise  <romain@orebokech.com>
6029
6030         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6031
6032 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6033
6034         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6035         `define-minor-mode' macro definition expanded properly.
6036         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6037         exclude it there.
6038
6039         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6040         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6041         `fboundp' test.
6042         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6043         This is OK to autoload in (S)XEmacs now.
6044
6045 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6048         keystroke.
6049         (gnus-summary-limit-to-singletons): Fix typo.
6050
6051         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6052         else fails.
6053
6054 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6055
6056         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6057         docstring.
6058
6059         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6060         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6061         (gnus-summary-insert-dormant-articles): Fix typo in message.
6062
6063 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6066         nil for XEmacs.
6067         (gnus-message-citation-mode): Don't autoload in XEmacs.
6068
6069         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6070
6071 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6072
6073         * nnimap.el (nnimap-expunge-search-string): Mention
6074         nnimap-search-uids-not-since-is-evil in docstring.
6075
6076 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * spam.el: Revert to make-obsolete-variable because
6079         define-obsolete-variable-alias is not supported in Emacs 21.
6080
6081         * spam.el (spam-ifile-path, spam-ifile-database-path)
6082         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6083         make-obsolete-variable.
6084         (spam-bsfilter-path, spam-bsfilter-program)
6085         (spam-spamassassin-path, spam-spamassassin-program)
6086         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6087         use "path" inappropriately.
6088         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6089         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6090         variable names.
6091
6092 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6093
6094         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6095         summary buffer.
6096
6097         * password.el (password-cache-remove): Use clear-string to burn
6098         password, if available.
6099
6100 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6103
6104         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6105
6106         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6107         (gnus-message-highlight-citation): Move defcustom here from
6108         gnus-cite.el.
6109         (gnus-message-citation-mode): Autoload.
6110
6111         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6112         checks to make it compile with XEmacs.
6113         (gnus-message-citation-mode): New minor mode.
6114         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6115         (gnus-message-highlight-citation): New variables.
6116         (gnus-message-search-citation-line)
6117         (gnus-message-add-citation-keywords)
6118         (gnus-message-remove-citation-keywords)
6119         (turn-on-gnus-message-citation-mode)
6120         (turn-off-gnus-message-citation-mode): New functions.
6121
6122 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6123
6124         * gnus-cite.el: Enable highlighting of different citation levels in
6125         message-mode.
6126
6127 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * message.el (message-make-fqdn): Fix comment.
6130         (message-bogus-system-names): Add ".local".
6131
6132         * spam.el (spam-ifile-path, spam-ifile-program)
6133         (spam-ifile-database-path, spam-ifile-database)
6134         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6135         Don't use "path" inappropriately.
6136         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6137         strings.
6138         (spam-check-ifile, spam-ifile-register-with-ifile)
6139         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6140         new variable names.
6141
6142         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6143         (gnus-treat-display-smileys): Simplify using
6144         gnus-image-type-available-p.
6145
6146         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6147         available.
6148
6149         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6150         `display-images-p' if available.
6151
6152 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6155         one after turning on the buffer's multibyteness instead of decoding
6156         them directly in the unibyte buffer that causes unexpected conversion
6157         in Emacs 23 (unicode).
6158
6159 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6160
6161         * message.el (message-generate-hashcash): Fix custom type.
6162
6163 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6166
6167 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6170         disconnect icons.  Add help text.
6171
6172 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6175         negated to be consistent with the others we handle.
6176
6177 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6180         version of gnus-summary-buffer to something, so that we can use two
6181         article buffers at the same time.
6182
6183 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6186         trigger all the extra headers.
6187         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6188         sorting.
6189
6190 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6191
6192         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6193         solid groups.
6194
6195 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6196
6197         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6198
6199 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * legacy-gnus-agent.el: Add Copyright notice.
6202
6203 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6204
6205         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6206
6207 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6210
6211         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6212         to make it work reliably in CVS Emacs.
6213         (gnus-summary-limit-strange-charsets-predicate)
6214         (gnus-summary-limit-to-predicate): New functions.
6215
6216 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6217
6218         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6219         specifying array size.
6220         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6221         array if it is too small.
6222         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6223         (gnus-sort-threads-loop): New function.
6224
6225 2006-12-06  Chris Moore  <dooglus@gmail.com>
6226
6227         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6228         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6229
6230 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6231
6232         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6233         options.
6234
6235 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6238         DOS-ing the recipient.
6239
6240         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6241         the headers when creating the mapping to avoid mismappings.
6242         (nnweb-gmane-create-mapping): Always nix out old mapping.
6243
6244 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6247         and mm-verify-option to never.
6248
6249 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * message.el (message-signed-or-encrypted-p): New function.
6252         (message-forward-make-body): Use it.
6253
6254         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6255         Replace encode-coding-string with mm-encode-coding-string.
6256
6257 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * nneething.el (nneething-decode-file-name): Replace
6260         decode-coding-string with mm-decode-coding-string.
6261
6262         * gnus-int.el (gnus-open-server): Say failed server's name.
6263
6264 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6265
6266         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6267         strings to a single string.  Quote `errors-file-name'.
6268         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6269         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6270         Adjust calls.  Use `shell-quote-argument'.
6271
6272 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6273
6274         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6275         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6276
6277         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6278         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6279         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6280         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6281         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6282         (gnus-subscribe-newsgroup, gnus-1):
6283         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6284         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6285         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6286         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6287
6288 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6291         keystroke.
6292         (gnus-summary-limit-to-bodies): Implement headersp.
6293
6294 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6297
6298 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6301
6302 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * message.el (message-generate-hashcash): Expand range of values to
6305         include `opportunistic'.
6306         (message-send-mail): Use it.
6307
6308 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6309
6310         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6311         and comment it.
6312
6313         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6314
6315 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus-util.el (gnus-extract-address-components): Improve comment.
6318
6319 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-util.el (gnus-extract-address-components): Work with address in
6322         which the name portion contains @.
6323
6324         * lpath.el: Fbind custom-autoload.
6325
6326 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * gnus.el (gnus-start): Move custom group up.
6329         (gnus-select-method): Don't autoload, but make it available for
6330         `customize-variable'.
6331         (gnus-getenv-nntpserver): Don't autoload.
6332
6333 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6334
6335         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6336
6337 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * message.el (message-sendmail-extra-arguments): New variable.
6340         (message-send-mail-with-sendmail): Use it.
6341
6342 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6345         mm-with-unibyte-current-buffer to make string unibyte.
6346
6347         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6348         mm-string-as-multibyte.
6349
6350 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6351
6352         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6353         Reported by Werner Koch <wk@gnupg.org>.
6354
6355 2006-11-14  Daiki Ueno  <ueno@p360>
6356
6357         * mml2015.el: Autoload epa-select-keys when compiling.
6358
6359 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6360
6361         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6362         message-options.
6363         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6364
6365 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6368         EasyPG (< 0.0.6).
6369         (mml2015-always-trust): New user option.
6370         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6371         prompt.
6372
6373 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * nntp.el (nntp-authinfo-force): New variable.
6376         (nntp-send-authinfo): Use it.
6377
6378 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6381         decode encoded words.  Improve prompt.  Add comment about forwarding.
6382         (message-replacement-char): Move up.
6383
6384 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6385
6386         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6387         instead of gnus-intersection because arguments of gnus-sorted-nunion
6388         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6389
6390 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6393         (message-simplify-subject-functions): Enable
6394         message-strip-subject-encoded-words by default.
6395
6396 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * message.el (message-strip-subject-encoded-words): New function.
6399         (message-simplify-subject-functions): New variable.
6400         (message-simplify-subject): Use it.  Fix typo in doc string.
6401         Support message-strip-subject-encoded-words.
6402
6403 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6404
6405         * gnus-diary.el (gnus-diary-delay-format-function):
6406         * nndiary.el (nndiary-reminders):
6407         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6408
6409 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * gnus-art.el (article-hide-boring-headers): Fetch date from
6412         gnus-original-article-buffer to avoid problems with localized date
6413         strings.
6414
6415 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6418
6419 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6422         New variables.
6423         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6424         (mm-charset-synonym-alist): Move some entries to
6425         mm-codepage-iso-8859-list.
6426         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6427         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6428
6429 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6432
6433 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6436         with Emacs 21 and XEmacs.
6437
6438 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * spam.el (spam-parse-address): New function for better parsing,
6441         catching errors, etc.
6442         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6443
6444 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * mm-view.el: Add interactive arg to html2text autoload.
6447
6448 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6451
6452 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6455         variables.
6456         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6457         (mm-charset-synonym-alist): Move some entries to
6458         mm-codepage-iso-8859-list.
6459
6460         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6461
6462 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * message.el (message-citation-line-format)
6465         (message-insert-formated-citation-line): Fix implementation of %E, %N
6466         and %n according to the doc string.
6467
6468 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6469
6470         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6471         car-safe to avoid bad parses.
6472
6473 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6476         names.
6477
6478         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6479
6480 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6483         header.
6484
6485         * message.el (message-draft-headers): Add Date.
6486         (message-headers-to-generate): Fix typo in docstring.
6487
6488         * nndraft.el (nndraft-required-headers): New variable.
6489         (nndraft-generate-headers): Use it.
6490
6491         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6492
6493 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * gnus-registry.el (gnus-registry-wash-for-keywords)
6496         (gnus-registry-find-keywords): New functions to allow easy searching of
6497         articles that are in the registry.
6498
6499 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6502         ietf-drums-parse-address instead of gnus-extract-address-components.
6503         Reported by Damien Elmes <damien@repose.cx>.
6504
6505 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * gnus.el (gnus-mime): Remove unused custom group.
6508
6509 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6510
6511         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6512         "blank line" when searching for end of armor headers.
6513
6514 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gmm-utils.el (gmm-write-region): Fix variable name.
6517
6518 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gmm-utils.el (gmm-write-region): New function based on compatibility
6521         code from `mm-make-temp-file'.
6522
6523         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6524
6525         * nnmaildir.el (nnmaildir--update-nov)
6526         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6527         Use `gmm-write-region'.
6528
6529 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6532         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6533
6534         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6535
6536         * message.el (message-replacement-char): New variable.
6537         (message-fix-before-sending): Use it.
6538         (message-simplify-subject): New function to remove duplicate code.
6539         (message-reply, message-followup): Use it.
6540
6541         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6542         gnus-summary-limit-to-articles.
6543
6544 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-util.el (gnus-with-local-quit): New macro.
6547
6548         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6549
6550 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6551
6552         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6553         ignore non-string data.
6554
6555 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6556
6557         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6558         non-string data (needs to be done in the registry too).
6559
6560 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6563         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6564         (gnus-registry-split-fancy-with-parent)
6565         (gnus-registry-fetch-simplified-message-subject-fast)
6566         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6567         Remove text properties on ingress into the registry and when it's saved.
6568         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6569         registry from entries with no groups.
6570
6571 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6572
6573         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6574         function to remove string properties.
6575
6576 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6577
6578         * gmm-utils.el (gmm): Adjust custom version.
6579
6580         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6581         custom version.
6582
6583         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6584
6585 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * gnus-art.el (gnus-insert-prev-page-button)
6588         (gnus-insert-next-page-button): Simplify.  Reformat.
6589
6590 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6591
6592         * gnus-art.el (gnus-insert-prev-page-button)
6593         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6594
6595 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6596
6597         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6598
6599 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6600
6601         * gnus-art.el (gnus-insert-mime-button)
6602         (gnus-insert-mime-security-button):
6603         Apply gnus-article-button-face to MIME and security buttons.
6604
6605 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6608         readable.
6609
6610 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6613
6614 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6615
6616         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6617         `browse-url-of-file' instead of `browse-url'.
6618
6619 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6620
6621         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6622         regexp.  Articles containing quotation were cut prematurely.
6623
6624 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * message.el (message-cite-original-1): Use nobody by default for the
6627         value of From header.
6628         (message-reply): Ditto.
6629
6630 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6631
6632         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6633         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6634         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6635
6636 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6639         mails in the doc string.  Add some URLs in comment.
6640         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6641
6642 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6645         backslashes handling and the way to find boundaries of quoted strings.
6646
6647 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6648
6649         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6650         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6651         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6652         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6653
6654 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6657         doc string.
6658         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6659
6660 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * lpath.el: Fbind epg-check-configuration.
6663
6664 2006-09-06  Simon Josefsson  <jas@extundo.com>
6665
6666         * mml2015.el (mml2015-use): Doc fix, mention epg.
6667
6668 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6669
6670         * mml2015.el (mml2015-use): Default to epg, if available.
6671
6672 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6673
6674         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6675         message-sender.
6676         (mml1991-epg-encrypt): Ditto.
6677         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6678         message-sender.
6679         (mml2015-epg-encrypt): Ditto.
6680
6681 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6682
6683         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6684         several common directories.
6685
6686 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6687
6688         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6689         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6690
6691 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-art.el (article-decode-encoded-words): Make it fast.
6694
6695 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6698
6699         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6700         in quoted string into `\'.
6701
6702 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6705         Use standard-syntax-table.
6706
6707 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-art.el (gnus-decode-address-function): New variable.
6710         (article-decode-encoded-words): Use it to decode headers which are
6711         assumed to contain addresses.
6712         (gnus-mime-delete-part): Remove useless `or'.
6713
6714         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6715         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6716         (gnus-nov-parse-line): Use it to decode From header.
6717         (gnus-get-newsgroup-headers): Ditto.
6718         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6719
6720         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6721         (mail-decode-encoded-address-string): New alias.
6722
6723         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6724         New function.
6725         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6726         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6727         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6728         (rfc2047-decode-string): Ditto.
6729         (rfc2047-decode-address-region): New function.
6730         (rfc2047-decode-address-string): New function.
6731
6732 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * message.el (message-caesar-buffer-body): Allow rotating headers.
6735
6736         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6737
6738         * message.el (message-insert-formated-citation-line): Fix %f.
6739         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6740
6741 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6744         (gnus-bookmark-mouse-available-p): New macro.
6745         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6746         (gnus-bookmark-bmenu-show-infos): Use it.
6747         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6748         (gnus-bookmark-bmenu-hide-infos): Ditto.
6749         (gnus-bookmark-remove-properties): New function.
6750         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6751         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6752         (gnus-bookmark-write-file): Bind coding-system-for-write.
6753         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6754         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6755         group before selecting it.
6756         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6757         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6758         quit-window if it is not available; use gnus-mouse-2 and bind it to
6759         gnus-bookmark-bmenu-select-by-mouse.
6760         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6761         (gnus-bookmark-bmenu-select-by-mouse): New function.
6762
6763 2006-08-13  Romain Francoise  <romain@orebokech.com>
6764
6765         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6766         space.
6767
6768 2006-08-10  Romain Francoise  <romain@orebokech.com>
6769
6770         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6771         (dns-mode-soa-auto-increment-serial): New user option.
6772         (dns-mode-soa-maybe-increment-serial): New function.
6773         (dns-mode): Add the latter to `write-contents-functions'.
6774
6775 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * compface.el (uncompface): Use binary rather than raw-text-unix.
6778
6779 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * compface.el (uncompface): Make sure the eol conversion doesn't take
6782         place when communicating with the external programs.  Reported by
6783         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6784
6785 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6788
6789 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6790
6791         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6792         Make it more robust by parsing author and date independently.
6793
6794 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6797
6798 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6799
6800         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6801         first matching secret key.
6802         (mml2015-epg-encrypt): Ditto.
6803
6804         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6805         first matching secret key.
6806         (mml1991-epg-encrypt): Ditto.
6807
6808         * mml2015.el (mml2015-encrypt-to-self): New user option.
6809         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6810         mml2015-epg-encrypt-to-self is set.
6811
6812         * mml1991.el (mml1991-encrypt-to-self): New variable.
6813         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6814         mml1991-epg-encrypt-to-self is set.
6815
6816         * mml2015.el (mml2015-signers): New user option.
6817         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6818         (mml2015-epg-encrypt): Allow to select signing keys.
6819
6820         * mml1991.el (mml1991-signers): New variable.
6821         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6822         (mml1991-epg-encrypt): Allow to select signing keys.
6823
6824 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * nnheader.el (nnheader-insert-head): Make it work even if the file
6827         uses CRLF for the line-break code.
6828
6829 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6830
6831         * mml2015.el: Require mml-sec instead of password.
6832         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6833         (mml2015-cache-passphrase): Inherit the default value from
6834         mml-secure-cache-passphrase.
6835         (mml2015-passphrase-cache-expiry): Inherit the default value from
6836         mml-secure-passphrase-cache-expiry.
6837
6838         * mml1991.el: Require mml-sec instead of password.
6839         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6840         (mml1991-cache-passphrase): Inherit the default value from
6841         mml-secure-cache-passphrase.
6842         (mml1991-passphrase-cache-expiry): Inherit the default value from
6843         mml-secure-passphrase-cache-expiry.
6844
6845         * mml-sec.el: Require password.
6846         (mml-secure-verbose): New user option.
6847         (mml-secure-cache-passphrase): New user option.
6848         (mml-secure-passphrase-cache-expiry): New user option.
6849
6850 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6851
6852         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6853         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6854         andreas@altroot.de (Andreas Vögele).
6855
6856         FIXME: Use `tiny change'?
6857
6858 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6859
6860         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6861         workaround for the url package included with Emacs.
6862
6863         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6864
6865 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6868         correctly.  This fixes a bug caused by the 2006-05-12 change.
6869
6870 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6871
6872         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6873         some information about the error when saying that the `bogus' mail
6874         group will be used.
6875
6876 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6879         string.
6880
6881 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6882
6883         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6884
6885 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6886
6887         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6888
6889 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6890
6891         * mml1991.el (mml1991-function-alist): Add epg.
6892         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6893         (mml1991-epg-encrypt): New functions.
6894
6895 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6896
6897         * mml2015.el (mml2015-verbose): New variable.
6898         (mml2015-cache-passphrase): Ditto.
6899         (mml2015-passphrase-cache-expiry): Ditto.
6900         (mml2015-function-alist): Add epg.
6901         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6902         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6903         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6904         functions.
6905
6906 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6907
6908         * message.el (message-cite-original-1): Preserve region when removing
6909         quoted text due to X-No-Archive in order to avoid bogus attribution
6910         when citing multiple messages.
6911
6912 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6913
6914         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6915         Kenneth Jacker <khj@be.cs.appstate.edu>.
6916
6917 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-diary.el (gnus-user-format-function-d)
6920         (gnus-user-format-function-D): Autoload.
6921
6922         * imap.el (Commentary): Fix typo.
6923
6924         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6925         2006-04-22 contribution.
6926
6927 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6928
6929         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6930         It didn't really fix the bogosity I'm seeing with solid web groups.
6931
6932 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6933
6934         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6935         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6936         created using server names.  If we use the feature without declaring
6937         it, Gnus does not properly manage server and group state.
6938
6939         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6940         bound.
6941
6942 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6943
6944         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6945         looking up the method using GROUP's prefix before inventing a new one.
6946         It is used on killed/unknown groups in various places where returning
6947         an all-new method isn't expected by the caller.
6948
6949         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6950         and match semantics of gnus-group-real-prefix.
6951
6952 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * nnmail.el (nnmail-broken-references-mailers): New variable.
6955         (nnmail-ignore-broken-references): New function generalizing
6956         nnmail-fix-eudora-headers.
6957         (nnmail-fix-eudora-headers): Now obsolete.
6958
6959         * gnus-art.el (gnus-button-handle-custom): Support
6960         `customize-apropos*'.
6961
6962 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6965
6966         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6967         articles.
6968
6969 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * message.el (message-cite-reply-above): New variable.
6972         (message-yank-original): Use it.
6973
6974 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6977
6978 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6981         as read.
6982
6983         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6984
6985 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6988         (gnus-bookmark-default-file): Use gnus-directory.
6989         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6990         Remove "*" in doc string.
6991         (gnus-bookmark-write-file): Simplify.
6992         (gnus-bookmark-maybe-sort-alist): Use `when'.
6993         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6994         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6995         FIXME about Emacs 21 and XEmacs compatibility.
6996         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6997         compatibility.
6998         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6999         compatibility.
7000         (gnus-bookmark-menu-heading): Fix version.
7001
7002 2006-06-19  Bastien Guerry  <bzg@altern.org>
7003
7004         * gnus-bookmark.el: New file.
7005
7006 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * message.el (message-syntax-checks): Doc fix.
7009
7010 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7011
7012         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7013         unsubscribed groups as if they were killed ones.  It causes duplicate
7014         entries in gnus-newsrc-alist.
7015
7016 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * message.el (message-syntax-checks): Doc fix.
7019         (message-send-mail): Add check for continuation headers.
7020         (message-check-news-header-syntax): Fix regexp used to check for
7021         continuation headers.
7022
7023 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7026
7027 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7030
7031 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7034         default-truncate-lines.
7035
7036 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7039         to fill the utf-8 entry.
7040
7041         * lpath.el: Fbind unicode-precedence-list.
7042
7043 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7044
7045         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7046
7047 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7048
7049         * gnus-agent.el (directory-files-and-attributes): Move all the way
7050         forward (the third and final move).
7051         (gnus-agent-read-agentview): Trap reconstruction errors due to
7052         nonexistant directory.  Handle by returning nil.
7053
7054 2006-05-30  Didier Verna  <didier@xemacs.org>
7055
7056         * message.el (message-dont-reply-to-names): Update the custom type.
7057         * message.el (message-dont-reply-to-names): New defsubst: potentially
7058         convert a list of regexps into a single one.
7059         * message.el (message-get-reply-headers): Use it.
7060         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7061
7062 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-agent.el (directory-files-and-attributes): Move forward.
7065
7066 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * gnus-ml.el (gnus-mailing-list-subscribe)
7069         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7070         (gnus-mailing-list-message): Fix doc strings.
7071
7072 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7073
7074         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7075         of doing it manually.
7076
7077 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7080         comment.
7081
7082 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7083
7084         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7085         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7086         (gnus-agent-read-local): All symbols allocated in my-obarray.
7087         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7088         (gnus-agent-regenerate-group): Check numeric names to see if they are
7089         messages or groups.
7090         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7091         better way of do this...)
7092
7093         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7094         'dummy.group' (there should be a better way of do this...)
7095
7096 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7099         (gnus-saved-headers): Ditto.
7100         (gnus-default-article-saver): Mention functions may have properties.
7101         (gnus-article-save): Override gnus-save-all-headers and
7102         gnus-saved-headers by :headers property which saver function may have.
7103         (gnus-summary-save-in-file): Add :headers property.
7104         (gnus-summary-write-to-file): Ditto.
7105
7106         * gnus-sum.el (gnus-summary-save-article): Bind
7107         gnus-prompt-before-saving to t when saving many articles in a file;
7108         always show all headers.
7109
7110         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7111
7112 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7115         marks.
7116
7117         * message.el (message-indent-citation): Add optional arguments to allow
7118         using it outside of message buffers.
7119
7120         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7121         (gnus-article-treat-unfold-headers): Use it.
7122         (gnus-article-truncate-lines): New variable.
7123         (gnus-article-mode): Use it.
7124         (gnus-article-toggle-truncate-lines): New function.
7125
7126         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7127         gnus-article-toggle-truncate-lines.
7128
7129         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7130         coding system in XEmacs, use binary.
7131
7132 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7135         after-load-alist.
7136
7137         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7138         this function should save decoded articles.
7139         (gnus-summary-write-to-file): Use property to specify this function
7140         should save decoded articles and specify gnus-summary-save-in-file
7141         should be used to save articles other than the first one when saving
7142         many articles.
7143         (gnus-summary-save-body-in-file): Use property to specify this
7144         function should save decoded articles.
7145         (gnus-summary-write-body-to-file): Use property to specify this
7146         function should save decoded articles and specify
7147         gnus-summary-save-body-in-file should be used to save articles other
7148         than the first one when saving many articles.
7149
7150         * gnus-sum.el (gnus-summary-save-article): Simplify.
7151
7152 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-default-article-saver): Add
7155         gnus-summary-write-body-to-file.
7156         (gnus-article-save-coding-system): Don't use coding system object
7157         in XEmacs.
7158         (gnus-read-save-file-name): Add optional `dir-var' argument which
7159         specifies directory in which files are saved; work even if optional
7160         `variable' argument is not specified.
7161         (gnus-summary-write-to-file): Read file name.
7162         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7163         (gnus-summary-write-body-to-file): New function.
7164
7165         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7166         (gnus-summary-local-variables): Add it.
7167         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7168         (gnus-summary-save-article): Remove optional `decode' argument;
7169         determine whether to decode articles by the value of
7170         gnus-default-article-saver; when saving many files using
7171         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7172         it first and use gnus-summary-save-in-file or
7173         gnus-summary-save-body-in-file thereafter unless
7174         gnus-prompt-before-saving is always; move point to article which
7175         will be saved.
7176         (gnus-summary-save-article-file): Revert.
7177         (gnus-summary-write-article-file): Revert.
7178         (gnus-summary-save-article-body-file): Revert.
7179         (gnus-summary-write-article-body-file): New function.
7180
7181 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-art.el (gnus-default-article-saver): Doc fix.
7184         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7185         from gnus-summary-save-article-coding-system, and default to a
7186         certain coding system.
7187         (gnus-output-to-file): Add coding cookie and encode text according
7188         to gnus-article-save-coding-system; don't use mm-append-to-file.
7189
7190         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7191         gnus-art.el and rename to gnus-article-save-coding-system.
7192         (gnus-summary-save-article): Require gnus-art; don't show all
7193         headers if it decodes articles; don't add coding cookie here;
7194         don't bind mm-text-coding-system-for-write.
7195         (gnus-summary-save-article-file): Save decoded articles.
7196         (gnus-summary-write-article-file): When saving many files, use
7197         gnus-summary-write-to-file first and gnus-summary-save-in-file
7198         thereafter unless gnus-prompt-before-saving is always.
7199         (gnus-summary-save-article-body-file): Save decoded articles.
7200
7201         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7202
7203 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * nnrss.el (nnrss-check-group): Bind hash-index.
7206
7207 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7208
7209         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7210         its hash index.  Store this hash in `nnrss-group-data'.
7211         (nnrss-read-group-data): Update accordingly.
7212
7213 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7216         entry.
7217
7218         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7219         gnus-article-browse-html-article.
7220
7221 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7222
7223         * gnus-sum.el (gnus-summary-mime-map): Add
7224         gnus-article-browse-html-article.
7225
7226         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7227
7228 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7231         suitable coding systems in customize.
7232
7233 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * mail-source.el (mail-sources): Fix custom type.
7236
7237 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7240         (gnus-summary-expire-articles-now): Shorten prompt.
7241
7242         * gmm-utils.el (wid-edit): Require.
7243         (defun-gmm): Renamed from `gmm-defun-compat'.
7244         (gmm-image-search-load-path): Use it.
7245         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7246
7247 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7250         variable.
7251         (gnus-summary-save-article): Add optional `decode' argument.  If
7252         it is set and gnus-summary-save-article-coding-system is non-nil,
7253         save decoded article.
7254         (gnus-summary-write-article-file): Save decoded article if
7255         gnus-summary-save-article-coding-system is non-nil.
7256
7257         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7258         type.
7259
7260 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7263
7264 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7267         first to test gnus-single-article-buffer which may be buffer-local.
7268
7269         * gnus-sum.el (gnus-summary-setup-buffer): Make
7270         gnus-single-article-buffer buffer-local and nil in ephemeral
7271         group; make gnus-article-buffer, gnus-article-current, and
7272         gnus-original-article-buffer always buffer-local.
7273         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7274         group.
7275         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7276
7277 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * nnml.el (nnml-request-compact-group): Compressed files might not
7280         have .gz extension.
7281
7282 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7283
7284         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7285         (mm-copy-to-buffer): Use with-current-buffer.
7286         (mm-display-part): Simplify.
7287         (mm-inlinable-p): Add optional arg `type'.
7288
7289 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7290
7291         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7292         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7293         Try harder to show the attachment internally or externally using
7294         gnus-mime-view-part-as-type.
7295
7296 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * message.el (message-from-style, message-signature-separator)
7299         (message-user-organization-file, message-send-mail-function)
7300         (message-citation-line-function, message-yank-prefix)
7301         (message-indent-citation-function, message-signature)
7302         (message-signature-file, message-signature-insert-empty-line):
7303         Remove autoloads.
7304
7305         * gnus-art.el (gnus-buttonized-mime-types): Remove
7306         "multipart/signed".  Revert 2006-04-26 change.
7307
7308 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus.el (gnus-version-number): Bump version.
7311
7312 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7313
7314         * gnus.el: No Gnus v0.5 is released.
7315
7316 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7317
7318         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7319         fetching articles by message-id.
7320
7321 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * message.el (hashcash): Require hashcash as normal.
7324
7325         * ecomplete.el (ecomplete-highlight-match-line): Use
7326         point-at-eol.
7327         (ecomplete-highlight-match-line): Use `highlight', because that
7328         face exists in both Emacs and XEmacs.
7329
7330         * message.el (message-display-abbrev): Use point-at-bol.
7331
7332         * mail-source.el: Don't require timer/timer-funcs.
7333
7334         * gnus-async.el: Ditto.
7335
7336         * password.el: Ditto.
7337
7338         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7339
7340         * mm-url.el: Ditto.
7341
7342         * gnus-xmas.el: Don't require timer-funcs.
7343
7344         * mm-util.el: Require timer/timer-funcs.
7345
7346 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7347
7348         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7349         Close.
7350
7351 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7354         unibyte after clear-decrypt function runs.
7355
7356         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7357         returns as a unibyte string.
7358
7359 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * lpath.el: Revert.
7362
7363         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7364         (pgg-gpg-process-sentinel): Revert.
7365
7366         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7367         (pgg-pgp-lookup-key): Revert.
7368
7369         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7370         (pgg-pgp5-lookup-key): Revert.
7371
7372         * pgg.el (pgg-fetch-key): Revert.
7373
7374 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * lpath.el: Fbind string-as-multibyte for XEmacs.
7377
7378         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7379         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7380         (mml1991-pgg-encrypt): Ditto.
7381
7382         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7383         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7384         a multibyte buffer.
7385
7386         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7387         (pgg-pgp-lookup-key): Ditto.
7388
7389         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7390         (pgg-pgp5-lookup-key): Ditto.
7391
7392         * pgg.el (pgg-fetch-key): Ditto.
7393
7394 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * message.el (message-user-organization-file): Check several
7397         locations of the organization file.
7398
7399         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7400         Add gnus-article-view-part-as-type.
7401
7402         * gnus-art.el (gnus-article-view-part-as-type): New function.
7403
7404         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7405         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7406
7407         * mml.el: Simplify autoload.
7408         (mml-mode): defvar dnd-protocol-alist instead of using
7409         symbol-value.
7410         (mml-default-directory): New variable.
7411         (mml-minibuffer-read-file): Use it.
7412         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7413
7414         * message.el (message-citation-line-format): New variable.
7415         (message-insert-formated-citation-line): New function.
7416         (message-citation-line-function): Add
7417         `message-insert-formated-citation-line' to custom type.
7418
7419         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7420         to doc string.
7421
7422         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7423         depending on mm-verify-option.
7424
7425 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7428         binding pgg-* variables; reimplement the section which prevents
7429         MIME header from being signed.
7430         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7431         pgg-text-mode; remove a blank line at the top of body.
7432
7433         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7434         lines at the top of body; use gnus-newsgroup-charset if there's no
7435         Charset header.
7436
7437 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * message.el (message-self-insert-commands): Doc fix.
7440
7441         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7442         (mm-uu-pgp-encrypted-test): Ditto.
7443         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7444         between header and body; return application/pgp-encrypted handle
7445         if decryption failed; decode decrypted body by charset.
7446
7447         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7448         element match to application/pgp-*.
7449
7450 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7451
7452         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7453         HTML.
7454
7455 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * mail-source.el (mail-source-call-script): Message the error
7458         string.
7459
7460 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461
7462         * gnus-util.el (gnus-byte-compile): Use it.
7463
7464 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7465
7466         * gnus-util.el (kill-empty-logs): New function.
7467
7468 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * message.el (message-mail-alias-type): Doc fix.
7471         (message-mail-alias-type-p): New function.
7472         (message-send): Use it.
7473         (message-mode): Ditto.
7474         (message-strip-forbidden-properties): Ditto.
7475
7476         * ecomplete.el (ecomplete-database-file-coding-system): New
7477         variable.
7478         (ecomplete-save): Use it.
7479         (ecomplete-setup): Use it.
7480
7481 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * message.el (message-self-insert-commands): New variable.
7484         (message-strip-forbidden-properties): Use it.
7485
7486 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7489         that doesn't make XEmacs choke.
7490
7491 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-util.el (gnus-replace-in-string):
7494         Prefer replace-regexp-in-string over of replace-in-string.
7495
7496 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-util.el (gnus-select-frame-set-input-focus):
7499         Use select-frame-set-input-focus if it is available in XEmacs; use
7500         definition defined in Emacs 22 for old Emacsen.
7501
7502         * dgnushack.el: Autoload unmorse-region for XEmacs.
7503
7504         * lpath.el: Bind cursor-in-non-selected-windows and
7505         select-frame-set-input-focus for XEmacs.
7506
7507 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7510
7511 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7512
7513         * gnus-registry.el (gnus-registry-cache-save): Remove text
7514         properties when saving via the temp buffer.
7515
7516 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * message.el (message-generate-hashcash): Honor custom type.
7519
7520 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * message.el (message-generate-hashcash): Default to non-nil when
7523         hashcash is found.
7524
7525         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7526         (gnus-refer-thread-limit): Increase default to 500.
7527
7528         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7529
7530         * flow-fill.el (fill-flowed): Allow delete-space.
7531
7532 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7535         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7536         Remove autoloads.
7537
7538 2006-04-18  Simon Josefsson  <jas@extundo.com>
7539
7540         * message.el (message-generate-hashcash): Default to.
7541
7542 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7545         concatenating segments rather than before concatenating them.
7546
7547 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7550
7551 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7554
7555         * message.el (message-forward-make-body-plain): Allow
7556         message-forward-ignored-headers to be a list.
7557         (message-remove-ignored-headers): Factor out into function.
7558         (message-forward-make-body-mml): Use it.
7559
7560         * imap.el (imap-quote-specials): New function.
7561         (imap-login-auth): Quote specials.
7562
7563         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7564         (rfc2231-parse-string): Allow concatanation of parameters that
7565         aren't contiguous.  The test case is
7566           (mail-header-parse-content-type "message/external-body;
7567             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7568             access-type=LOCAL-FILE;
7569             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7570
7571 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7572
7573         * nntp.el (nntp-accept-process-output): Return the value of
7574         `nnheader-accept-process-output'.
7575
7576 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7579         (gnus-button-alist): Recognize more diff formats.
7580         (gnus-button-patch): Strip directory.
7581
7582 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7585         Emacs 22 when setting focus.
7586
7587 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * gnus-art.el (gnus-article-treat-types): Do treatment of
7590         text/x-verbatim parts.
7591         (gnus-button-patch): New command.
7592
7593         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7594         addresses that contain invalid characters.
7595
7596 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * message.el (message-put-addresses-in-ecomplete): Use
7599         gnus-replace-in-string.
7600         (message-is-yours-p): Use the more correct
7601         mail-header-parse-address instead of
7602         mail-extract-address-components.
7603         (message-put-addresses-in-ecomplete): Fix typo.
7604
7605         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7606         keystroke.
7607
7608         * gnus-art.el (gnus-treatment-function-alist): Change order of
7609         newsgroups/generic header folding to avoid double-folding.
7610
7611         * message.el (message-hidden-headers): Add X-Draft-From.
7612
7613         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7614         command.
7615         (gnus-summary-repeat-search-article-backward): New command.
7616
7617         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7618         groups in the parent topic.
7619
7620 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7621
7622         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7623         (spam-extra-header-to-number): Return the CRM114 number as a
7624         number instead of a string.
7625
7626 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * gnus-art.el (gnus-face-properties-alist): Moved here from
7629         gnus-fun.
7630
7631         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7632
7633 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * message.el (message-strip-forbidden-properties): Only display on
7636         self-insert-command.
7637
7638         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7639         reindent.
7640         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7641
7642 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7643
7644         * smiley.el (smiley-style): Fix typo.
7645
7646 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * hashcash.el (hashcash-insert-payment-async-2): Use
7649         message-goto-eoh instead of doing it manually.
7650         (mail-add-payment): Use message-narrow-to-header instead of trying
7651         to do the same itself.
7652
7653         * message.el (message-hidden-headers): Add Face.
7654
7655         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7656         reparenting code.
7657         (gnus-summary-reparent-children): Refactored out code.
7658         (gnus-summary-thread-map): New keystroke.
7659         (gnus-summary-reparent-children): Make into command.
7660
7661         * smiley.el (smiley-style): Default to `medium' if using a large
7662         font.
7663
7664         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7665         does it itself.
7666
7667         * message.el (message-point-in-header-p): Simplify definition.
7668
7669 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * nnagent.el (nnagent-request-set-mark): Silence log file
7672         writing.
7673         (nnagent-request-set-mark): Use write-region instead of
7674         append-to-file.
7675
7676         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7677         strange select method.
7678
7679         * ecomplete.el (ecomplete-display-matches): Get highlightling
7680         right.
7681         (ecomplete-display-matches): Use literals.
7682         (ecomplete-display-matches): Disable message logging.
7683
7684         * message.el (message-display-abbrev): Small optimization.
7685
7686         * ecomplete.el (ecomplete-display-matches): Allow automatic
7687         display.
7688
7689         * message.el (message-strip-forbidden-properties): Display
7690         abbrevs.
7691         (message-display-abbrev): Get automatic display right.
7692
7693         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7694         keystrokes.
7695
7696 2006-04-13  Romain Francoise  <romain@orebokech.com>
7697
7698         TODO: Backport to v5-10!
7699
7700         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7701         Moved here (and renamed) from gnus-registry.el.
7702
7703         * gnus-registry.el: Require gnus-util.
7704         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7705
7706 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * gnus-group.el (gnus-group-catchup-current): Change
7709         if-then-else-if-then-else into cond.
7710         (gnus-group-catchup): Indent.
7711         (group-name-at-point): New function.
7712         (gnus-fetch-group): Provide default from thing at point.
7713
7714 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * message.el (message-display-abbrev): Fix regexp.
7717
7718         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7719         choosing.
7720         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7721         dead variables.
7722
7723         * message.el (message-newline-and-indent): Remove debugging.
7724         (message-display-abbrev): Use new implementation.
7725
7726 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gnus-art.el (gnus-article-mode): Set
7729         cursor-in-non-selected-windows to nil.
7730
7731         * smiley.el: Revert previous change.
7732         (smiley-data-directory): defvar it before using it in the
7733         defcustom of `smiley-style'.
7734
7735 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * message.el (message-newline-and-indent): New function.
7738
7739         * ecomplete.el: Implement more bits.
7740
7741         * message.el (message-put-addresses-in-ecomplete): Clean up the
7742         string.
7743
7744         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7745
7746         * gnus-sum.el (gnus-summary-save-parts): Bind
7747         gnus-summary-save-parts-counter and use it to make unique file
7748         names.
7749
7750         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7751
7752         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7753         parameter to say whether to actually parse the individual
7754         addresses.
7755
7756         * message.el (message-put-addresses-in-ecomplete): New function.
7757         (ecomplete): Require.
7758         (message-mail-alias-type): Add ecomplete as an option.
7759
7760 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7761
7762         * flow-fill.el (fill-flowed): Remove trailing space from blank
7763         quoted lines.
7764
7765 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * smiley.el (smiley-style): Move definition later to avoid a
7768         compilation warning.
7769
7770 2006-04-12  Kenichi Handa  <handa@m17n.org>
7771
7772         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7773         buffer and then decode the buffer text if necessary.
7774         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7775         first, and after mm-encode-body, change the buffer to unibyte.
7776         Use mm-disable-multibyte instead of set-buffer-multibyte.
7777
7778 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7781         Content-Type header instead of Content-Disposition header.
7782         (gnus-mime-inline-part): Ditto.
7783         (gnus-mime-view-part-as-charset): Ignore charset that the part
7784         specifies.
7785
7786         * mm-decode.el (mm-display-part): Work with external parts and
7787         usual parts similarly.
7788
7789         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7790         instead of gnus-display-mime.
7791
7792         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7793         instead of with-temp-buffer.
7794
7795         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7796         tag to summarized topics part in order to encode non-ASCII text.
7797
7798 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * smiley.el (smiley-style): New variable.
7801         (smiley-directory): New function.
7802         (smiley-data-directory): Derive from `smiley-style' using
7803         `smiley-directory'.
7804         (smiley-regexp-alist): Add new entries.
7805
7806         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7807         (gnus-article-browse-delete-temp): Add :version.
7808
7809 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7810
7811         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7812         the sieve region.
7813
7814 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * gnus.el (gnus-version-number): Bump version.
7817
7818 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * gnus.el: No Gnus v0.4 is released.
7821
7822 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7823
7824         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7825         layout.
7826
7827         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7828         unknown charset.
7829
7830         * message.el (message-header-synonyms): Add Original-To to the
7831         default.
7832
7833         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7834         optional parameter.
7835
7836 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-fun.el (gnus): Require it for gnus-directory.
7839
7840 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7843
7844 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7845
7846         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7847
7848 2006-04-05  Simon Josefsson  <jas@extundo.com>
7849
7850         * password.el (password-reset): New function.
7851
7852 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7853
7854         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7855         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7856
7857 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7858
7859         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7860         Some whitespace was matched into the url, which broke browsing hits
7861         > 100 when mm-url-use-external was nil.
7862
7863 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7866         gnus-extra-headers for 'Newsgroups.
7867
7868         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7869         bound.
7870
7871 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7872
7873         * pgg-gpg.el: Clean up process buffers every time gpg processes
7874         complete.
7875
7876 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7879         doc string.
7880
7881 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7882
7883         * pgg-gpg.el (pgg-gpg-process-filter)
7884         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7885
7886         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7887         lines, temporary fix.
7888
7889 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7892
7893 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7894
7895         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7896         default-enable-multibyte-characters.  This reverts the change from
7897         revision 6.17 which is no longer necessary because the passphrase
7898         is sent separately now.  GnuPG messages are unreadable under
7899         multibyte locales with default-enable-multibyte-characters set to
7900         nil.
7901
7902 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * message.el (message-tool-bar-gnome): Move "spell".
7905
7906 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7909         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7910         instead.
7911
7912 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7913
7914         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7915         newsgroups handling for NNTP overviews which don't include
7916         Newsgroups.
7917
7918 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7919
7920         * message.el (message-resend): Bind message-generate-hashcash to nil.
7921
7922 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7923
7924         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7925         when searching for already-paid recipients.
7926
7927 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7928
7929         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7930         passphrases when it is not needed.
7931         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7932         passphrase stuff from gpg, should only be necessary when you use
7933         gpg with a smartcard.
7934
7935 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * mml.el (mml-insert-mime): Ignore cached contents of
7938         message/external-body part.
7939
7940         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7941         (mm-insert-part): Ditto.
7942
7943 2006-03-23  Simon Josefsson  <jas@extundo.com>
7944
7945         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7946         Reiner.
7947         (pgg-gpg-use-agent-p): Use it again.
7948
7949 2006-03-23  Simon Josefsson  <jas@extundo.com>
7950
7951         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7952         older emacsen.
7953         (pgg-gpg-use-agent-p): Don't use it.
7954
7955 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7958         if we can.
7959
7960 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7961
7962         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7963         (pgg-gpg-update-agent): New function.
7964         (pgg-gpg-use-agent-p): New function.
7965         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7966         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7967         (pgg-gpg-sign-region): Use it.
7968
7969 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7972         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7973
7974 2006-03-21  Simon Josefsson  <jas@extundo.com>
7975
7976         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7977         <wilde@sha-bang.de>.
7978         (pgg-gpg-use-agent): New variable.
7979         (pgg-gpg-process-region): Use it.
7980         (pgg-gpg-encrypt-region): Likewise.
7981         (pgg-gpg-encrypt-symmetric-region): Likewise.
7982         (pgg-gpg-decrypt-region): Likewise.
7983         (pgg-gpg-sign-region): Likewise.
7984         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7985
7986 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7989
7990         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7991         Add comment on version.
7992
7993 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * smiley.el: Add missing test smiley.
7996
7997 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * mm-decode.el (mm-with-part): New macro.
8000         (mm-get-part): Use it; work with message/external-body as well.
8001         (mm-save-part): Treat name and filename equally.
8002
8003         * mm-extern.el (mm-extern-cache-contents): New function.
8004         (mm-inline-external-body): Use it; force the part to be displayed;
8005         move undisplayer added to the cached handle to the parent.
8006
8007         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8008         (gnus-mime-view-part-as-type): Work with message/external-body.
8009
8010         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8011
8012 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8015         images in image-load-path.  [Sync with image.el, revision 1.60, in
8016         Emacs.]
8017
8018 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8021         path rather than symbol.  Always return list of directories.
8022         Guarantee that image directory comes first.  [Sync with image.el,
8023         revision 1.59, in Emacs.]
8024
8025         * message.el (message-make-tool-bar): Adjust to new API of
8026         `gmm-image-load-path-for-library'.
8027
8028         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8029
8030         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8031
8032 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8033
8034         * gnus-art.el (gnus-article-only-boring-p):
8035         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8036         intangible text.
8037         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8038
8039 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8042         `defun' instead of `gmm-defun-compat'.
8043
8044 2006-03-14  Simon Josefsson  <jas@extundo.com>
8045
8046         * message.el (message-unique-id): Don't use message-number-base36
8047         if (user-uid) is a float.
8048         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8049
8050 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8053
8054         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8055         empty line between a part and a message part.
8056
8057 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * smiley.el: Add more test smileys.
8060         (smiley-data-directory, smiley-regexp-alist)
8061         (gnus-smiley-file-types): Fix doc strings.
8062         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8063         adding new elements.
8064         (smiley-mouse-map): Unused code.  Make it a comment.
8065
8066 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8069         scan latest NoCeM messages instead of old ones.
8070         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8071         delimiters that are recently used.
8072         (gnus-nocem-load-cache): Add autoload cookie.
8073
8074         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8075
8076         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8077         level which is larger than gnus-use-nocem is specified.
8078
8079         * gnus-group.el (gnus-group-get-new-news): Ditto.
8080
8081 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-util.el (gnus-tool-bar-update): New function.
8084
8085         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8086         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8087
8088         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8089
8090         * gnus-group.el (gnus-group-redraw-when-idle)
8091         (gnus-group-redraw-check): Remove.
8092         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8093
8094 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8097         if optional last element is specified in splits (FIELD VALUE...).
8098
8099 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8102         to gmm-image-load-path-for-library.  Call with no-error argument.
8103         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8104
8105         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8106
8107         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8108
8109         * gmm-utils.el (gmm-image-load-path): Remove alias.
8110
8111 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gmm-utils.el (gmm-image-load-path): Add alias.
8114
8115         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8116         nnml-generate-nov-databases-1.
8117         (nnml-generate-nov-databases): Use it.
8118         (nnml-generate-nov-databases-directory): Document no-active
8119         argument.
8120
8121         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8122         directory if path is t.  Add no-error.
8123
8124         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8125         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8126
8127         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8128         resetting gnus-article-browse-html-temp-list.
8129
8130         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8131         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8132         Add example to docstring.  Rename local variables.  Move error
8133         checks to default case in cond and simplify.
8134
8135 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8138         handle is multipart when calling it recursively.
8139         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8140
8141 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8142
8143         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8144         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8145
8146 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8149         is loaded.
8150
8151         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8152         loaded.
8153
8154 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8157         to "Emacs 23 (unicode)" in doc string.
8158
8159         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8160         "Emacs 23 (unicode)" in comment.
8161
8162 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8165
8166         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8167         characters 160 through 255 in Emacs 23.
8168
8169 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8172         gnus-article-browse-html-temp.
8173         (gnus-article-browse-delete-temp): Make it customizable.  Add
8174         `file'.  Adjust doc string.
8175         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8176         query for each file.  Adjust doc string.
8177         (gnus-article-browse-html-parts): Add
8178         `gnus-article-browse-delete-temp-files' to
8179         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8180
8181 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8182
8183         * gnus-art.el (gnus-article-browse-html-temp)
8184         (gnus-article-browse-delete-temp): New variables.
8185         (gnus-article-browse-delete-temp-files): New function.
8186         (gnus-article-browse-html-parts): Use it.
8187
8188 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8191
8192         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8193         string.
8194
8195         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8196         gnus-summary-insert-new-articles when unplugged.  Remove
8197         gnus-summary-search-article-forward.
8198
8199         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8200         display-visual-class instead of display-color-cells.
8201
8202 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * dgnushack.el: Autoload customize-group for XEmacs.
8205
8206         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8207         message/* containing non-ASCII text properly.
8208
8209 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * message.el: Require gmm-utils, remove autoloads.
8212         (message-tool-bar): Set default based on
8213         gmm-tool-bar-style.
8214         (message-tool-bar-gnome): Add gmm-customize-mode.
8215
8216         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8217         gmm-tool-bar-style.
8218         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8219
8220         * gnus-group.el (gnus-group-tool-bar): Set default based on
8221         gmm-tool-bar-style.
8222         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8223
8224         * gmm-utils.el (gmm-image-directory): Rename variable from
8225         gmm-image-load-path.
8226         (gmm-image-load-path): Use gmm-image-directory.
8227         (gmm-customize-mode): New function.
8228         (gmm-tool-bar-style): New variable.
8229
8230         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8231         gnus-group-redraw-line-number.
8232         (gnus-group-redraw-check): Simplify.
8233         (gnus-group-tool-bar-update): Remove redraw check.
8234         (gnus-group-make-tool-bar): Add redraw check.
8235
8236 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8237
8238         * gnus-art.el (gnus-button): Add missing parentheses.
8239
8240 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * lpath.el: Fbind line-number-at-pos.
8243
8244 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8247
8248 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * gnus-art.el (gnus-button): New face.
8251         (gnus-article-button-face): Use it.
8252
8253         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8254         gnus-summary-next-page.  Re-order.
8255
8256         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8257         next-node are now included.
8258         (gnus-group-redraw-line-number): New internal variable.
8259         (gnus-group-redraw-check): Helper function for updating the tool
8260         bar.
8261         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8262
8263         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8264
8265         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8266         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8267         Use it to match format of Spamassassin 3.0 and later.  Reported by
8268         IRIE Tetsuya <irie@t.email.ne.jp>.
8269         (spam-check-bogofilter)
8270         (spam-bogofilter-register-with-bogofilter): Fix args of
8271         `gnus-error' calls.
8272
8273 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8276         unnecessary interaction when sending queued mails.  Reported by
8277         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8278
8279 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8282         first or last are nil.
8283
8284 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8285
8286         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8287
8288 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8291
8292 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * dns.el (query-dns): Protect more against buggy tcp output.
8295
8296 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8299         nov.php.
8300
8301 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8302
8303         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8304         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8305         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8306         output on the server side.
8307         (nnweb-google-create-mapping): Update regexps and add some
8308         progress indication.
8309
8310 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8313         gnus-agent-toggle-plugged.  Re-order icons.
8314         (gnus-group-tool-bar-gnome): Add
8315         gnus-group-{prev,next}-unread-group.
8316         (gnus-group-tool-bar-gnome): Re-order icons.
8317
8318         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8319         gnus-summary-insert-new-articles.
8320
8321         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8322         comments.
8323
8324         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8325         also available in Emacs 21.3.
8326
8327         * message.el (message-fix-before-sending): Change "Emacs 22" to
8328         "Emacs 23 (unicode)" in comment.
8329
8330         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8331         "Emacs 23 (unicode)" in comment.
8332
8333         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8334         comment.
8335         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8336
8337         * mm-view.el (mm-fill-flowed): Add :version.
8338
8339 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8342         and load-path.
8343
8344 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * message.el: Autoload gmm-image-load-path.
8347         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8348         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8349         consitency.
8350
8351         * gmm-utils.el (gmm-image-load-path): Also search in
8352         "../etc/images".  Don't set gmm-image-load-path if we don't find
8353         the image.
8354
8355 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gmm-utils.el (gmm-image-load-path): Don't make
8358         `gmm-image-load-path' include subdirectories which the second arg
8359         `image' might specify.
8360
8361         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8362         subdirectory to icon file names.
8363
8364         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8365
8366 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8369         gmm-image-load-path calls.
8370
8371         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8372
8373         * message.el (message-make-tool-bar): Ditto.
8374
8375         * mml.el (mml-preview): Added comment concerning tool bar icons.
8376
8377         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8378         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8379
8380         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8381         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8382
8383         * message.el (message-tool-bar-gnome): Use new icon names.
8384         (message-make-tool-bar): Use `gmm-image-load-path'.
8385
8386         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8387         functions from MH-E.
8388         (gmm-image-load-path): New variable from MH-E.
8389         (gmm-image-load-path): New function from MH-E.  Added arguments
8390         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8391         *-image-load-path-called-flag.
8392
8393 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8394
8395         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8396
8397 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8398
8399         * nnimap.el (nnimap-request-move-article): Change folder back to
8400         source group before deleting.
8401
8402 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8405
8406         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8407         mm-url.
8408
8409         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8410
8411 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8414         coding system which mm-charset-to-coding-system returns for a
8415         given charset is valid.
8416
8417 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8418
8419         * html2text.el (html2text-remove-tag-list):
8420         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8421
8422 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8423
8424         * gnus-cus.el: Revert 2005-10-17 change.
8425
8426 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-art.el (article-strip-banner): Call
8429         article-really-strip-banner only when the regexp match is made.
8430
8431 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (article-strip-banner): Use
8434         gnus-extract-address-components instead of
8435         mail-header-parse-addresses to make it work with non-ASCII text;
8436         remove mail-encode-encoded-word-string.
8437
8438         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8439         values which are surrounded with \"...\"; make it never cause a
8440         Lisp error; give up parsing of parameters if it failed in
8441         extracting type.
8442
8443 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8444
8445         * smime.el (smime-cert-by-ldap-1): Fix bug where
8446         `smime-ldap-search' returns results without userCertificates.
8447
8448 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8451
8452 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * spam.el (spam-check-spamassassin-headers): Adapt format for
8455         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8456         <ari@mbf.ocn.ne.jp>.
8457         (spam-list-of-processors): Add spam-use-gmane.
8458
8459 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8462         make-temp-file; make it work with XEmacs as well.
8463
8464         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8465         mm-make-temp-file.
8466
8467         * mm-decode.el (mm-display-external): Use the 3rd arg of
8468         mm-make-temp-file.
8469         (mm-create-image-xemacs): Ditto.
8470
8471 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8474         with message-narrow-to-headers.
8475         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8476         (gnus-draft-check-draft-articles): New function.
8477         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8478
8479 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * gnus-art.el (gnus-article-browse-html-parts):
8482         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8483         Don't use suffix argument for mm-make-temp-file for Emacs 21
8484         compatibility.  Remove useless `format'.
8485
8486 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8487
8488         * nnweb.el (nnweb-google-wash-article): Update regexps.
8489         (nnweb-group-alist): Use defvoo instead of defvar.
8490
8491 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8494         re-loading nn* modules.
8495
8496 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8499         for `tool-bar-mode' and don't check it's default-value.
8500
8501         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8502
8503         * message.el (message-make-tool-bar): Ditto.
8504
8505         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8506         `substring'.  Shorten tmp-file name.
8507
8508         * gnus.el: Remove bogus comment.
8509
8510 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8511
8512         * gnus-art.el (gnus-article-browse-html-parts): New function.
8513         (gnus-article-browse-html-article): New function for viewing html
8514         articles with a browser.
8515
8516 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8517
8518         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8519         in elisp.
8520         (pgg-gpg-encrypt-symmetric-region): Ditto.
8521         (pgg-gpg-sign-region): Ditto.
8522
8523         * pgg-def.el (pgg-text-mode): New variable.
8524
8525         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8526         (mml2015-pgg-encrypt): Ditto.
8527
8528         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8529         (mml1991-pgg-encrypt): Ditto.
8530
8531 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8534         message-make-date instead of current-time-string.
8535
8536         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8537         to gnus-decoded which mm-uu might set.
8538
8539 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8542         don't decode quoted parameters; remove misimported Emacs code.
8543         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8544         (rfc2231-decode-encoded-string): Don't use split-string which
8545         behaves differently according to Emacs version; use
8546         mm-decode-coding-region to convert charset to coding-system.
8547         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8548         (rfc2231-encode-string): Remove misimported Emacs code.
8549
8550 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8553         when calling mail-header-parse-content-type.
8554         (article-de-quoted-unreadable): Ditto.
8555         (article-de-base64-unreadable): Ditto.
8556         (article-wash-html): Ditto.
8557
8558         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8559         calling mail-header-parse-content-type and
8560         mail-header-parse-content-disposition.
8561         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8562         mail-header-parse-content-type.
8563
8564         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8565         insert charset and format parameters; encode description after
8566         inserting it to buffer.
8567         (mml-insert-parameter): Fold lines properly even if a parameter is
8568         segmented into two or more lines; change the max column to 76.
8569
8570         * rfc1843.el (rfc1843-decode-article-body): Don't use
8571         ignore-errors when calling mail-header-parse-content-type.
8572
8573         * rfc2231.el (rfc2231-parse-string): Return at least type if
8574         possible; don't cause an error even if it fails in parsing of
8575         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8576         (rfc2231-encode-string): Don't break lines at the beginning, leave
8577         it to mml-insert-parameter.
8578
8579         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8580         calling mail-header-parse-content-type.
8581
8582 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * spam-report.el (spam-report-gmane-use-article-number):
8585         Improve doc string.
8586         (spam-report-gmane-internal): Check if a suitable header was found
8587         in the article.
8588
8589 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8592         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8593
8594 2006-02-05  Romain Francoise  <romain@orebokech.com>
8595
8596         Update copyright notices of all files in the gnus directory.
8597
8598 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8599
8600         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8601
8602 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8605         segmented lines of parameter value to cope with Thunderbird 1.5
8606         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8607         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8608         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8609
8610 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8611
8612         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8613         parts.
8614
8615 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8616
8617         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8618         there's only one active file for all servers.
8619         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8620         solid groups.  Gnus might have used a FAST request to select the group.
8621         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8622         and nnweb-search redundantly in the active file.
8623         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8624         (nnweb-request-create-group): Don't use ARGS.
8625         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8626         initialisations.  Let nnoo do the work.
8627
8628 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8631         Say the part has been decoded.
8632
8633         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8634
8635 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8636
8637         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8638         mailcap-viewer-test-cache when there's no 'test clause, since that
8639         will invert the meaning of a "nil" test previously determined by
8640         mailcap-mailcap-entry-passes-test.
8641
8642 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8645         compiling.
8646
8647         * gnus-sum.el: Ditto.
8648
8649         * message.el: Don't bind tool-bar-map when compiling.
8650
8651 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8654
8655 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8656
8657         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8658         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8659         current Google Groups.
8660
8661 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8664         and tool-bar-mode.
8665
8666         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8667         and tool-bar-mode.
8668
8669         * message.el (message-tool-bar-update): Simplify.
8670         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8671
8672         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8673         gnus-summary-buffer.
8674         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8675         gnus-summary-reply.
8676
8677         * gmm-utils.el (gmm): Add :version.
8678
8679 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * Makefile.in (clean): New rule.
8682         (distclean): Use it.
8683
8684 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8685
8686         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8687         autoload.
8688
8689 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gmm-utils.el (gmm-verbose): Add :group.
8692
8693 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el: Change some comments WRT tool-bars.
8696
8697         * gnus-sum.el (gnus-summary-tool-bar)
8698         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8699         (gnus-summary-tool-bar-zap-list): New variables.
8700         (gnus-summary-make-tool-bar): Complete rewrite using
8701         `gmm-tool-bar-from-list'.
8702
8703         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8704         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8705         variables.
8706         (gnus-group-make-tool-bar): Complete rewrite using
8707         `gmm-tool-bar-from-list'.
8708         (gnus-group-tool-bar-update): New function.
8709
8710         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8711
8712 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8715         is dissected into a single part of which the type is the same as
8716         the given one; decode charset.
8717
8718 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8719
8720         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8721         into alists as symbol not string, since that's what
8722         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8723         look for.
8724
8725 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8728         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8729
8730         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8731
8732 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8735         (gnus-xmas-mime-security-button-menu): New function.
8736
8737         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8738         (gnus-mime-security-button-menu): New definition.
8739         (gnus-mime-security-button-map): Use them.
8740         (gnus-mime-security-button-menu): New function.
8741         (gnus-insert-mime-security-button): Addition to help echo.
8742         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8743         (gnus-mime-security-pipe-part): New functions.
8744
8745         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8746         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8747
8748         * mm-decode.el (mm-handle-set-disposition): Remove.
8749         (mm-handle-set-description): Remove.
8750
8751 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8754         (mm-w3m-standalone-supports-m17n-p): New function.
8755         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8756         w3m usage.
8757
8758         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8759         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8760
8761 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * message.el (message-tool-bar-zap-list): Use
8764         gmm-tool-bar-zap-list as custom type.
8765         (message-tool-bar-update): New function.
8766         (message-tool-bar, message-tool-bar-gnome)
8767         (message-tool-bar-retro): Add message-tool-bar-update.
8768         (message-tool-bar-gnome): Add flyspell-buffer.
8769
8770         * gnus-util.el (gnus-error): Describe `args'.
8771
8772         * gmm-utils.el (gmm-error): Describe `args'.
8773         (gmm-tool-bar-zap-list): New widget.
8774         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8775
8776 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8779         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8780         the number of recursive calls.
8781
8782         * mm-decode.el (mm-handle-set-disposition): New macro.
8783         (mm-handle-set-description): New macro.
8784
8785 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8788         encoding.
8789
8790 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * message.el (message-tool-bar-zap-list, message-tool-bar)
8793         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8794         (message-tool-bar-local-item-from-menu): Remove.
8795         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8796         (message-make-tool-bar): New function.
8797         (message-mode): Use `message-make-tool-bar'.
8798
8799         * gmm-utils.el: New file.
8800         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8801         (gmm-lazy): New widget copied from `nnmail.el'.
8802         (gmm-tool-bar-from-list): New function for creating customizable
8803         tool bars.
8804         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8805         output.
8806         (gmm): Add :prefix to defgroup.
8807
8808 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8809
8810         * gmm-utils.el (gmm-widget-p): New function.
8811
8812 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * mml.el (mml-attach-file): Describe `description' in doc string.
8815         (mml-menu): Add Emacs MIME manual and PGG manual.
8816
8817 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8818
8819         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8820
8821 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8822
8823         * nntp.el (nntp-end-of-line): Doc fix.
8824
8825 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8826
8827         * imap.el (imap-open): Handle case where buffer is a buffer
8828         object.
8829
8830 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8831
8832         * gnus-delay.el (gnus-delay): Don't autoload.
8833         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8834         to be re-loaded when customizing the `gnus-delay' group.
8835
8836 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8837
8838         * message.el (message-insert-citation-line): Use newlines.
8839
8840 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8841
8842         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8843         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8844         these routines, so the passphrase can be managed externally and
8845         passed in to the system.
8846         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8847         pgg-add-passphrase-to-cache function.
8848
8849         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8850         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8851         these routines, so the passphrase can be managed externally and
8852         passed in to the system.
8853         (pgg-pgp5-sign-region): Use new name of
8854         pgg-add-passphrase-to-cache function.
8855
8856 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8857
8858         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8859         part of the decoded armor to find the key-identifier.
8860         (pgg-gpg-lookup-key-owner): New function to return the
8861         human-readable identifier of a key owner.
8862         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8863         itself.
8864         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8865         the key value) if we have a key and can match it against a secret
8866         key.  Also, added a note pointing out fact that the prompt only
8867         indicates the first matching key.
8868
8869         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8870         pgg-decrypt-region.
8871         (pgg-add-passphrase-to-cache): Rename from
8872         `pgg-add-passphrase-cache' to reduce confusion (all callers
8873         changed).
8874         (pgg-remove-passphrase-from-cache): Rename from
8875         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8876         changed).
8877         (pgg-read-passphrase, pgg-add-passphrase-cache)
8878         (pgg-remove-passphrase-cache): Add informative docstrings.
8879         (pgg-decrypt): Convey provided passphrase in subordinate call to
8880         pgg-decrypt-region.
8881
8882 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8883
8884         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8885         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8886         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8887         'passphrase' argument, so the passphrase can be managed externally
8888         and then passed in to the system.
8889
8890         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8891         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8892         so the passphrase cache can be used reliably with identifiers
8893         besides a pgp packet's key id.
8894
8895         * pgg-gpg.el (pgg-gpg-encrypt-region)
8896         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8897         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8898         these routines, so the passphrase can be managed externally and
8899         passed in to the system.
8900
8901         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8902         'notruncate' argument, so the passphrase cache can be used
8903         reliably with identifiers besides a pgp packet's key id.
8904
8905 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8906
8907         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8908         symmetric encryption.
8909         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8910         encrypted session key.
8911         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8912         message ask for the passphrase in a proper way.
8913
8914         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8915         New user commands for symmetric encryption.
8916
8917 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8920
8921         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8922
8923 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8924
8925         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8926
8927 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * mm-decode.el (mm-inlined-types): Add application/pgp.
8930         (mm-automatic-display): Ditto.
8931
8932         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8933         part as text.
8934
8935 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * nnrss.el: Update copyright.
8938         (nnrss-opml-import): Query whether to subscribe to each entry.
8939
8940         * gnus-art.el:
8941         * gnus-sum.el:
8942         * gnus-xmas.el:
8943         * messagexmas.el:
8944         * mm-uu.el:
8945         * mm-view.el: Update copyright.
8946
8947 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * message.el (message-info): New function.
8950         (message-mode-menu): Add it.
8951         Update copyright.
8952
8953         * ChangeLog: Fix and update copyright.
8954
8955 2006-01-13  Romain Francoise  <romain@orebokech.com>
8956
8957         * message.el (message-forward-subject-name-subject): Prefer the
8958         address to 'nowhere' if the sender has no name.
8959         Fix typo.  Update copyright year.
8960
8961 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-art.el (article-wash-html): Use
8964         gnus-summary-show-article-charset-alist if a numeric arg is given.
8965         (gnus-article-wash-html-with-w3m-standalone): New function.
8966
8967         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8968         mm-inline-text-html-render-with-w3m-standalone.
8969         (mm-text-html-washer-alist): Map w3m-standalone to
8970         gnus-article-wash-html-with-w3m-standalone.
8971         (mm-inline-text-html-render-with-w3m-standalone): New function.
8972
8973 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8976         Improve LaTeX.
8977
8978 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8981         (nnrss-request-article): Render text/plain parts as HTML.
8982
8983         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8984         the buffer.
8985
8986 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8989         custom definition of `gnus-posting-styles'.
8990
8991         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8992         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8993
8994 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8997         Use nntp for bug archive.
8998
8999 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9002         parts.
9003         (nnrss-normalize-date): New function converts ISO 8601 date into
9004         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9005         (nnrss-check-group): Use it.
9006
9007 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9010
9011         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9012         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9013         (nnrss-insert-w3): Ditto.
9014
9015 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9018         the articles to be forwarded including the case where neither a
9019         number of articles nor a region is specified.
9020
9021 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * nnrss.el (nnrss-request-article): Fix last change; fill
9024         text/plain parts.
9025
9026 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9029         in text/plain part.
9030         (nnrss-check-group): Don't add excessive newline to dc:subject.
9031
9032 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9033
9034         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9035         article.
9036
9037 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9040         (nnml-use-compressed-files, nnml-save-mail): Support other
9041         comression programs such as bzip2.
9042
9043 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * dns.el (query-dns): Make sure we check the buffer size before
9046         removing tcp headers.
9047
9048 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9051         remove MIME buttons associated with multipart/alternative parts.
9052         (gnus-mime-display-alternative): Tag buttons using `article-type'
9053         text property.
9054
9055         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9056         associated with multipart/alternative parts.
9057
9058         * gnus-art.el (gnus-signature-separator): Fix custom type.
9059
9060         * mm-decode.el (mm-inlined-types): Fix custom type.
9061         (mm-keep-viewer-alive-types): Ditto.
9062         (mm-automatic-display): Ditto.
9063         (mm-attachment-override-types): Ditto.
9064         (mm-inline-override-types): Ditto.
9065         (mm-automatic-external-display): Ditto.
9066
9067 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * spam-report.el (spam-report-user-mail-address)
9070         (spam-report-user-agent): New variables.
9071         (spam-report-url-ping-plain): Use spam-report-user-agent.
9072
9073 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9074
9075         * gnus-art.el (gnus-button-handle-custom): Do not just use
9076         `customize-apropos' for any "M-x customize-*" button but the
9077         function called for.  Accept both the function name and its
9078         argument in order to achieve this.
9079         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9080         function name to `gnus-button-handle-custom' in case of "M-x
9081         customize-*" buttons.
9082
9083 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9086         multipart/alternative and add xref to mm-discouraged-alternatives
9087         in doc string.
9088
9089         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9090         gnus-buttonized-mime-types in doc string.
9091
9092 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9095         Suggest image/.* in the doc string.
9096
9097 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9100         message-marks (Debian bug #342521).
9101
9102 2005-12-12  Simon Josefsson  <jas@extundo.com>
9103
9104         * password.el (password-read-from-cache): Add.
9105         (password-read): Use it.
9106
9107 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9110         us-ascii as a MIME charset.
9111
9112         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9113         against the case where the 2nd arg TYPE is nil.
9114
9115 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * pop3.el (pop3-stream-type): Fix custom version.
9118
9119         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9120
9121 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9122
9123         * mm-decode.el (mm-display-external): Add missing cdr.
9124
9125 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9128         RFC1524) if it is in mailcap or add a suffix according to
9129         mailcap-mime-extensions when generating a temp filename; postpone
9130         deleting a temp file for 2 seconds for some wrappers, shell
9131         scripts, and so on, which might exit right after having started a
9132         viewer command as a background job.
9133
9134 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * nntp.el (nntp-marks-directory): Fix custom group.
9137
9138         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9139         steps when < 10.
9140
9141         * gnus-start.el (gnus-no-server-1): Mention
9142         `gnus-level-default-subscribed' in doc string.
9143
9144 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9145
9146         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9147         parens.
9148
9149 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-xmas.el (gnus-use-toolbar): Revert.
9152         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9153         gnus-use-toolbar is default.
9154
9155         * messagexmas.el (message-use-toolbar): Revert.
9156         (message-setup-toolbar): Use global default-toolbar if
9157         message-use-toolbar is default.
9158
9159 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9162         according to default-toolbar-visible-p.
9163
9164         * messagexmas.el (message-use-toolbar): Ditto.
9165
9166 2005-11-26  Dave Love  <fx@gnu.org>
9167
9168         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9169         (tls-program, tls-success): Provide openssl alternative.
9170
9171         * starttls.el: Doc fixes.
9172         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9173         SERVICE to PORT.
9174
9175         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9176         port null or service name.
9177         (starttls-negotiate): Autoload.
9178
9179 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * message.el (message-kill-to-signature): Fix interactive spec.
9182
9183 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * pop3.el (pop3-open-server): Recognize a string as a service name.
9186
9187 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9188
9189         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9190
9191 2005-11-23  Dave Love  <fx@gnu.org>
9192
9193         Add pop3s, pop3/starttls.
9194
9195         * pop3.el (pop3-authentication-scheme): Clarify doc.
9196         (open-tls-stream, starttls-open-stream): Autoload.
9197         (pop3-stream-type): New.
9198         (pop3-open-server): Use it.
9199
9200         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9201         for POP.
9202         (mail-source-keyword-map): Add :stream for POP.
9203         (mail-source-fetch-pop): Use pop3-stream-type.
9204
9205 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9208         of current-time-string.
9209
9210 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9211
9212         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9213         date header.
9214
9215 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9216
9217         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9218         it can seriously impact performance as it bypasses the agent's
9219         local caches.
9220
9221 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9222
9223         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9224         must be explicitly online rather than "not explicitly offline" for
9225         its flags to be synchronized.
9226
9227         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9228         that gnus-uu-unmark-thread will function correctly.
9229
9230         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9231         1024K is instead displayed as 1M.
9232
9233 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9236
9237 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9238
9239         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9240
9241 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9242
9243         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9244         error message to display actual error condition.
9245         (gnus-agent-save-local): Avoid saving symbols that are bound to
9246         nil as they simply result in a warning message in
9247         gnus-agent-read-local.
9248
9249 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9252         rather than make-variable-buffer-local for file-precious-flag.
9253
9254 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9255
9256         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9257         for duplicates which are removed.  The invalid sort check then
9258         triggers a rescan after the sort as sorting may have moved
9259         duplicate entries such that they can be cheaply detected.
9260
9261 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9264
9265 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9266
9267         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9268         internal variable to a custom variable.  Changed default value
9269         from compressed(2) to uncompressed(1).
9270         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9271         support for uncompressed agentview files.  Taken together, reading
9272         the agentview file should now be 6-7 times faster.
9273
9274 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9275
9276         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9277         as a buffer-local variable.  This avoids creating truncated
9278         dribble files as a result of a hang up, eg.
9279
9280 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9281
9282         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9283         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9284         XEmacs.
9285
9286 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-start.el (gnus-start-draft-setup): Enforce
9289         `gnus-draft-mode' for nndraft:drafts at startup.
9290
9291         * gnus.el (gnus-splash): Change custom group.
9292         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9293         allow-list argument.
9294
9295         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9296         string.
9297
9298 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * gnus-art.el (gnus-default-article-saver): Add user-defined
9301         `function' to custom type.
9302
9303 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9304
9305         * imap.el (imap-open): Handle case where buffer is a buffer
9306         object.
9307
9308 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9311         long lines.
9312         (gnus-cache-delete-group): Wrap doc strings.
9313
9314         * gnus-agent.el (gnus-agent-rename-group)
9315         (gnus-agent-delete-group): Wrap doc strings.
9316
9317 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * messagexmas.el (message-use-toolbar): Change the valid values
9320         into default, top, bottom, left, and right.
9321         (message-toolbar-thickness): New variable.
9322         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9323         well.
9324         (message-setup-toolbar): Make it work.
9325
9326         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9327         (gnus-use-toolbar): Change the valid values into default, top,
9328         bottom, left, and right.
9329         (gnus-toolbar-thickness): New variable.
9330         (gnus-xmas-setup-toolbar): New function.
9331         (gnus-xmas-setup-group-toolbar): Use it.
9332         (gnus-xmas-setup-summary-toolbar): Use it.
9333
9334 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-start.el (gnus-1): Add "native" to
9337         gnus-predefined-server-alist.
9338
9339         * gnus.el (gnus-method-to-server): Don't add "native" to the
9340         lists here, because that leads to problems when
9341         gnus-select-method is bound.
9342
9343 2005-11-09  Simon Josefsson  <jas@extundo.com>
9344
9345         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9346         use (not sort-by-date) instead.
9347
9348 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9349
9350         * gnus-delay.el (gnus-delay-group): Don't autoload.
9351         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9352         to be re-loaded when customizing the `gnus-delay' group.
9353
9354 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9355
9356         * message.el: Revert last changes.
9357         (message-insert-citation-line): Use newlines.
9358
9359 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9360
9361         * message.el (message-courtesy-message)
9362         (message-mark-insert-begin, message-mark-insert-end)
9363         (message-elide-ellipsis, message-cancel-message)
9364         (message-add-header, message-change-subject)
9365         (message-cross-post-followup-to-header)
9366         (message-cross-post-insert-note, message-reduce-to-to-cc)
9367         (message-widen-reply, message-delete-not-region)
9368         (message-kill-to-signature, message-insert-signature)
9369         (message-insert-importance-high, message-insert-importance-low)
9370         (message-insert-or-toggle-importance)
9371         (message-insert-disposition-notification-to)
9372         (message-indent-citation, message-yank-original)
9373         (message-cite-original-without-signature, message-cite-original)
9374         (message-insert-citation-line, message-position-on-field)
9375         (message-fix-before-sending, message-send-mail-partially)
9376         (message-send-mail, message-send-mail-with-sendmail)
9377         (message-send-mail-with-qmail, message-send-news)
9378         (message-check-news-header-syntax, message-generate-headers)
9379         (message-insert-courtesy-copy, message-fill-address)
9380         (message-fill-header, message-shorten-references)
9381         (message-setup-1, message-cancel-news)
9382         (message-forward-make-body-plain, message-forward-make-body-mime)
9383         (message-forward-make-body-mml, message-encode-message-body)
9384         (message-forward-make-body-digest-plain)
9385         (message-forward-make-body-digest-mime)
9386         (message-use-alternative-email-as-from): Insert `hard-newline'
9387         instead of ordinary newlines.
9388
9389 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * message.el (message-generate-headers): Downcase the argument
9392         given to message-check-element.
9393
9394 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9395
9396         * nntp.el (nntp-authinfo-rejected): New error condition.
9397         (nntp-wait-for): Use new error condition to signal authentication
9398         error.
9399         (nntp-retrieve-data): Rethrow new error condition to break out of
9400         recursive call to nntp-send-authinfo.
9401
9402 2005-11-08  Romain Francoise  <romain@orebokech.com>
9403
9404         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9405         (gnus-summary-exit-map): Bind to `Z p'.
9406         (gnus-summary-make-menu-bar): Add menu item.
9407
9408 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9411         (gnus-treat-*): Add `first' in all doc strings.
9412
9413         * gnus-group.el (gnus-group-compact-group): Fix typo.
9414
9415 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus.el (gnus-parameters-case-fold-search): New variable.
9418         (gnus-parameters-get-parameter): Use it.
9419
9420         * gnus-score.el (gnus-home-score-file): Doc fix.
9421
9422 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9423
9424         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9425
9426 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mm-util.el (mm-special-display-p): New function.
9429
9430         * mml.el (mml-preview): Use it; doc fix.
9431
9432 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9433
9434         * imap.el (imap-open): Handle case where buffer is a buffer object.
9435
9436 2005-10-29  Romain Francoise  <romain@orebokech.com>
9437
9438         * message.el (message-fix-before-sending): Fix comment.
9439
9440 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9441
9442         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9443
9444 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9445
9446         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9447         Used in gnus-score.el.
9448
9449 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9452
9453 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9456         whitespace removed in revision 7.8.  Use concatenated string to
9457         protect trailing whitespace.
9458
9459 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9460
9461         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9462         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9463         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9464         Courier IMAP ("some version from 2004").  Mostly based on similar
9465         code in the same function.
9466
9467 2005-10-26  Didier Verna  <didier@xemacs.org>
9468
9469         * gnus-group.el (gnus-group-compact-group): Invalidate original
9470         article buffer.
9471         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9472         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9473         NOV database and in article itself.
9474         Invalidate article backlog.
9475
9476 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9479
9480 2005-10-26  Simon Josefsson  <jas@extundo.com>
9481
9482         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9483         part of 2004-07-25 change.
9484
9485 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * message.el (message-display-completion-list): New function.
9488         (message-expand-group): Use it; make sure the Completions buffer
9489         is modifiable.
9490 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9491
9492         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9493         user-mail-name is an empty string.
9494
9495 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9498         depending on gnus-score-decay-constant.
9499
9500         * encrypt.el (encrypt-insert-file-contents)
9501         (encrypt-write-file-contents): Don't use `gnus-message'.
9502
9503         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9504         arguments.
9505         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9506         arguments to mm-uu-verbatim-marks-extract.
9507         (mm-uu-hide-markers): New variable.
9508         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9509
9510         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9511         (gnus-convert-image-to-face-command): Use "convert" by default to
9512         allow other input image formats.
9513         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9514         accordingly.
9515
9516 2005-10-23  Simon Josefsson  <jas@extundo.com>
9517
9518         * imap.el (imap-gssapi-program): Align command line parameters
9519         with latest GNU SASL.
9520         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9521
9522 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9525         HTML.
9526         (nnslashdot-request-article): Ditto.
9527
9528         * lpath.el (featurep): Add nobreak-char-display.
9529
9530 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9531
9532         * mail-source.el (mail-source-fetch-pop): Require pop3.
9533         (mail-source-check-pop): Ditto.
9534
9535 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9538         errors.
9539
9540 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9543         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9544
9545         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9546
9547         * mm-bodies.el (mm-decode-string): Call
9548         `mm-charset-to-coding-system' with allow-override argument.
9549
9550 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9553         (rfc2047-charset-to-coding-system): New function.
9554         (rfc2047-decode-encoded-words): New function.
9555         (rfc2047-decode-region): Use them.
9556         (rfc2047-decode-cte): Remove.
9557         (rfc2047-parse-and-decode): Remove.
9558         (rfc2047-decode): Remove.
9559
9560 2005-10-15  Kenichi Handa  <handa@m17n.org>
9561
9562         * rfc2047.el (rfc2047-decode-cte): New function.
9563         (rfc2047-decode-region): Change the way to decode successive
9564         encoded-words: decode B- or Q-encoding in each encoded-word,
9565         concatenate them, and decode it as charset.
9566
9567 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * lpath.el: Fbind codepage-setup for XEmacs.
9570
9571 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9572
9573         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9574         widget-move-and-invoke.
9575         (gnus-custom-mode): Use gnus-custom-map.
9576
9577 2005-10-15  Bill Wohler  <wohler@newt.com>
9578
9579         * message.el (message-tool-bar-map): Renamed image file from
9580         mail_send to mail/send.
9581
9582 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9583
9584         * message.el (message-expand-group): Pass the common
9585         prefix substring of completion to `display-completion-list'.
9586
9587 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * mml-sec.el (mml-secure-method): New internal variable.
9590         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9591         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9592         functions using mml-secure-method.
9593
9594         * mml.el (mml-mode-map): Add key bindings for those functions.
9595         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9596         Harder <harder@myrealbox.com>.
9597         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9598         end of message if point is the headers of the message.
9599
9600         * message.el (message-in-body-p): New function.
9601
9602         * assistant.el: Autoload gnus-util and netrc.
9603
9604         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9605         Use `mm-charset-override-alist' only when decoding.
9606
9607         * mm-bodies.el (mm-decode-body): Call
9608         `mm-charset-to-coding-system' with allow-override argument.
9609
9610         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9611         `filename' from Content-Disposition if Content-Type doesn't
9612         provide `name'.
9613         (gnus-mime-view-part-as-type): Set default instead of
9614         initial-input.
9615
9616 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9617
9618         * format-spec.el (format-spec): Propagate text properties of % spec.
9619
9620 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * gnus-art.el (gnus-treat-predicate): Add `first'.
9623
9624 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9627         (mm-charset-override-alist): New variable.
9628         (mm-charset-to-coding-system): Use it.
9629         (mm-codepage-setup): New helper function.
9630         (mm-charset-eval-alist): New variable.
9631         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9632         about unknown charsets.
9633
9634         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9635
9636 2005-10-04  David Hansen  <david.hansen@gmx.net>
9637
9638         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9639         (nnrss-check-group): Ditto.
9640
9641 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9644         Rename x-gnus-verbatim to x-verbatim.
9645         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9646
9647         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9648         x-verbatim.
9649
9650         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9651
9652         * gnus-util.el (gnus-remove-duplicates): Remove.
9653
9654         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9655         instead of gnus-remove-duplicates.
9656
9657         * message.el (message-remove-duplicates): Remove.
9658         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9659         message-remove-duplicates.
9660
9661         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9662         available, else use implementation from `delete-dups'.
9663
9664         * message.el (message-insert-expires): New function.
9665         (message-mode-map): Add key binding.
9666         (message-mode-field-menu): Add menu entry.
9667         (message-mode): Document it.
9668         (message-make-expires-date): Use `message-make-date'.
9669
9670 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9671
9672         * message.el (message-make-expires-date): New function.
9673
9674 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * Makefile.in (list-installed-shadows): New entry.
9677         (install): Use it.
9678         (remove-installed-shadows): New entry.
9679
9680         * dgnushack.el (dgnushack-default-load-path): New variable.
9681         (dgnushack-find-lisp-shadows): New function.
9682         (dgnushack-remove-lisp-shadows): New function.
9683
9684 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * Makefile.in (install-el-elc): New entry.
9687         (install): Use it so that .el files are necessarily installed.
9688
9689 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9692
9693 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9694
9695         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9696         function rather than the diff-mode.el package.
9697         (mm-display-external): Use with-current-buffer.
9698         (mm-viewer-completion-map, mm-viewer-completion-map):
9699         Move initialization inside declaration.
9700
9701 2005-09-29  Simon Josefsson  <jas@extundo.com>
9702
9703         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9704         autoload mail-check-payment.
9705         (spam-check-hashcash): Define unconditionally, since hashcash.el
9706         is part of Gnus now.  Ignore errors from payment checking.
9707
9708 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * message.el (message-bold-region, message-unbold-region): Rename
9711         from `bold-region' and `unbold-region'.
9712
9713         * message.el: Remove useless autoloads.
9714
9715 2005-09-28  Simon Josefsson  <jas@extundo.com>
9716
9717         * message.el (message-use-idna): Default to t.
9718         (message-use-idna): Test whether encoding works too.  Doc fix.
9719
9720 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * nntp.el (nntp-warn-about-losing-connection): Remove.
9723
9724 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9727         customizable.  Change default value.
9728         (mm-uu-diff-groups-regexp): Change default value.
9729         (mm-uu-type-alist): Add doc string.
9730         (mm-uu-configure): Add doc string.  Make it interactive.
9731         (mm-uu-tex-groups-regexp): New variable.
9732         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9733         (mm-uu-type-alist): Add LaTeX documents.
9734         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9735         of "text/verbatim".
9736         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9737
9738         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9739         instead of "text/verbatim".
9740
9741         * message.el (message-mark-inserted-region)
9742         (message-mark-insert-file): Use slrn style marks when called with
9743         prefix argument.
9744
9745 2005-09-27  Simon Josefsson  <jas@extundo.com>
9746
9747         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9748
9749 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9750
9751         * message.el (message-remove-duplicates): New function.
9752         Implementation borrowed from `gnus-remove-duplicates'.
9753         (message-idna-to-ascii-rhs): Also encode idna addresses in
9754         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9755         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9756         only ask about the same idna domain once per header and also tell
9757         in what header to replace the idna domain.
9758
9759         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9760         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9761         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9762         a header is decoded and not just the last one.
9763
9764 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9767         has been decoded.
9768
9769         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9770         (mm-insert-part): Don't modify text if it has been decoded.
9771
9772         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9773         decoded.
9774
9775         * mm-view.el (mm-inline-text): Don't strip text props unless
9776         decoding enriched or richtext parts.
9777
9778 2005-09-25  Romain Francoise  <romain@orebokech.com>
9779
9780         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9781         * gnus-start.el (gnus-subscribe-interactively):
9782         * gnus-uu.el (gnus-uu-grab-articles):
9783         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9784         space.
9785
9786 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9787
9788         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9789         * mm-view.el (mm-view-pkcs7-decrypt):
9790         * gnus-sum.el (gnus-summary-limit-to-extra)
9791         (gnus-summary-respool-article, gnus-read-move-group-name):
9792         * gnus-score.el (gnus-summary-increase-score):
9793         * gnus-util.el (gnus-completing-read-with-default):
9794         * gnus-art.el (gnus-read-save-file-name)
9795         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9796         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9797         * message.el (message-check-news-header-syntax):
9798         Follow convention for reading with the minibuffer.
9799
9800 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * spam-report.el (spam-report-url-ping-plain):
9803         Use gnus-extended-version as User-Agent.
9804
9805         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9806         default value is nil.
9807
9808         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9809         (mm-uu-verbatim-marks-extract): New function.
9810         (mm-uu-extract): New face.
9811         (mm-uu-copy-to-buffer): Use it.
9812
9813         * spam-report.el (spam-report-gmane-ham): Renamed from
9814         `spam-report-gmane-unspam'.
9815         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9816         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9817
9818         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9819         Autoload.
9820         (spam-report-gmane-unregister-routine): Renamed
9821         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9822
9823 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9824
9825         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9826         (spam-report-gmane-unregister-routine): Add support for gmane
9827         unregistration.
9828
9829         * spam-report.el (spam-report-gmane-unspam)
9830         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9831         (spam-report-gmane): Change to take a single article and do unspam
9832         registration.
9833
9834 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * mm-url.el (mm-url-decode-entities): Fix regexp.
9837
9838 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9841         default to nil, to be able to use Gnus at all.  If the default
9842         switches to something else, then the function should be fixed not
9843         be exceedingly slow.
9844
9845 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9846
9847         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9848         fail hard.
9849
9850         * spam-report.el: Add better Keywords line.
9851
9852         * spam.el: Add Maintainer and better Keywords line.
9853
9854 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-art.el (gnus-article-replace-part)
9857         (gnus-mime-replace-part): New functions.
9858         (gnus-mime-action-alist, gnus-mime-button-commands)
9859         (gnus-mime-save-part-and-strip): Added file argument.
9860         (gnus-article-part-wrapper): Added interactive argument.
9861
9862         * gnus-sum.el (gnus-summary-mime-map): Add
9863         `gnus-article-replace-part'.
9864
9865 2005-09-19  Didier Verna  <didier@xemacs.org>
9866
9867         The nnml compaction feature:
9868         * nnml.el (nnml-request-compact-group): New function.
9869         * nnml.el (nnml-request-compact): New function.
9870         * gnus-int.el (gnus-request-compact-group): New function.
9871         * gnus-int.el (gnus-request-compact): New function.
9872         * gnus-group.el (gnus-group-compact-group): New function.
9873         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9874         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9875         * gnus-srvr.el (gnus-server-compact-server): New function.
9876         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9877         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9878
9879 2005-09-18  Deepak Goel  <deego@gnufans.org>
9880
9881         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9882         format spec.
9883
9884 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9887
9888 2005-09-15  Romain Francoise  <romain@orebokech.com>
9889
9890         * message.el (message-fill-paragraph): Clarify docstring.
9891
9892 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-art.el (gnus-mime-display-part): Protect against broken
9895         MIME messages.
9896
9897 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9900         before parsing header.
9901
9902 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9903
9904         * html2text.el (html2text-replace-list): Add new entities.
9905
9906 2005-09-11  Romain Francoise  <romain@orebokech.com>
9907
9908         * message.el (message-alternative-emails): Improve docstring.
9909         (message-setup-1): Call `message-use-alternative-email-as-from'
9910         after `message-setup-hook' to give it precedence over posting
9911         styles, etc.
9912         (message-use-alternative-email-as-from): Add docstring.  Remove
9913         the original From header if present.
9914
9915         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9916         (nnml-save-mail): Use it.
9917
9918         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9919         articles.  Add new argument `silent'.
9920         (gnus-uu-mark-all): Report the total number of marked articles.
9921
9922 2005-09-10  Romain Francoise  <romain@orebokech.com>
9923
9924         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9925         (gnus-uu-mark-series): Likewise.
9926
9927 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * spam-report.el (spam-report-gmane): Fix generation of spam
9930         report URL.
9931
9932 2005-09-10  Simon Josefsson  <jas@extundo.com>
9933
9934         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9935         t, based on discussion on the ding list with Robert Epprecht
9936         <epprecht@solnet.ch>.
9937
9938 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * spam-report.el (spam-report-gmane): Make it work without
9941         X-Report-Spam header.  Gmane now only provides Archived-At.
9942         This is only used if `spam-report-gmane-use-article-number' is nil.
9943         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9944
9945         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9946         make `gnus-summary-sort-by-recipient' work with threading.
9947
9948         * nnweb.el (nnweb-google-wash-article): Print a message if article
9949         is not available.
9950
9951 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9952
9953         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9954         change.  Decode text/* parts content before displaying.
9955
9956 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9959
9960 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9963
9964         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9965         url-package-name, url-package-version,
9966         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9967         w3m-display-inline-images, and w3m-minor-mode-map.
9968
9969 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * message.el (message-tab-body-function): Fix mismatched custom type.
9972
9973         * gnus.el (gnus-group-change-level-function): Ditto.
9974
9975         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9976
9977         * gnus-art.el (gnus-signature-limit)
9978         (gnus-article-mime-part-function): Ditto.
9979
9980 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * mml.el (mml-mode): Silence the byte compiler.
9983
9984         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9985         using `(sit-for 0)' before moving the point to the specified part;
9986         skip unbuttonized parts.
9987         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9988         return to the summary window if gnus-auto-select-part is non-nil.
9989
9990 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9993         variables.
9994         (mml-dnd-attach-file, mml-mode): Use them.
9995
9996         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9997         Make fetching article by MID work again for Google Groups.  Added
9998         FIXME concerning gnus-group-make-web-group.
9999
10000         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10001         Don't depend on Gnus by using mail-extract-address-components if
10002         gnus-extract-address-components is not bound.
10003
10004 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * gnus-art.el (gnus-mime-display-security): Don't display the
10007         signature, but only the signed part.
10008
10009 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10012
10013         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10014         list, not listp.
10015
10016 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10017
10018         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10019         when encoding.
10020
10021         * mm-bodies.el (mm-decode-content-transfer-encoding):
10022         De-canonicalize CRLF for all text content types, not just
10023         text/plain.
10024
10025 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10028         valid article; point arrow and cursor at the MIME button.
10029
10030 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10033         Suggested by Dan Christensen <jdc@uwo.ca>.
10034
10035         * mm-decode.el (mm-save-part): Enable change of prompt.
10036
10037 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10038
10039         * gnus-msg.el (gnus-inews-add-send-actions): Made
10040         `message-post-method' lambda parameter ARG `&optional'.
10041
10042 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * gnus-sum.el (gnus-summary-mime-map): Added
10045         gnus-article-save-part-and-strip, gnus-article-delete-part and
10046         gnus-article-jump-to-part.
10047
10048         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10049         (gnus-article-edit-part): Use it.
10050         (gnus-article-part-wrapper): Added no-handle argument.
10051         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10052         functions.
10053
10054 2005-08-29  Romain Francoise  <romain@orebokech.com>
10055
10056         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10057         docstring.
10058         (gnus-face-from-file): Likewise.
10059
10060 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10063         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10064         non-nil.
10065         (gnus-auto-select-part): New variable.
10066         (gnus-article-jump-to-part): New function.
10067         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10068         (gnus-mime-delete-part): Allow selecting specified part after
10069         deleting or stripping parts.
10070         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10071         part if argument is bogus.
10072
10073 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10074
10075         * gnus-art.el (w3m-minor-mode-map):
10076         * gnus-spec.el (gnus-newsrc-file-version):
10077         * gnus-util.el (nnmail-active-file-coding-system)
10078         (gnus-original-article-buffer, gnus-user-agent):
10079         * gnus.el (gnus-ham-process-destinations)
10080         (gnus-parameter-ham-marks-alist)
10081         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10082         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10083         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10084         * mm-decode.el (gnus-current-window-configuration):
10085         * mm-extern.el (gnus-article-mime-handles):
10086         * mm-url.el (url-current-object, url-package-name)
10087         (url-package-version):
10088         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10089         (smime-keys, w3m-cid-retrieve-function-alist)
10090         (w3m-current-buffer, w3m-display-inline-images)
10091         (w3m-minor-mode-map):
10092         * mml-smime.el (gnus-extract-address-components):
10093         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10094         (gnus-newsrc-hashtb, message-default-charset)
10095         (message-deletable-headers, message-options)
10096         (message-posting-charset, message-required-mail-headers)
10097         (message-required-news-headers):
10098         * mml1991.el (mc-pgp-always-sign):
10099         * mml2015.el (mc-pgp-always-sign):
10100         * nnheader.el (nnmail-extra-headers):
10101         * rfc1843.el (gnus-decode-encoded-word-function)
10102         (gnus-decode-header-function, gnus-newsgroup-name):
10103         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10104
10105 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10106
10107         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10108         the end of the date treatments.
10109
10110 2005-08-15  Simon Josefsson  <jas@extundo.com>
10111
10112         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10113         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10114         Capello and Romain Francoise.
10115         (pgg-fetch-key-function): Removed, not used?
10116         (pgg-insert-url-with-w3): Require url, to get
10117         url-insert-file-contents regardless of where it is defined.
10118
10119 2005-08-13  Romain Francoise  <romain@orebokech.com>
10120
10121         * message.el (message-cite-original-1): New function.
10122         (message-cite-original): Use it.
10123         (message-cite-original-without-signature): Ditto.
10124
10125 2005-08-08  Romain Francoise  <romain@orebokech.com>
10126
10127         * message.el (message-yank-empty-prefix): New variable.
10128         (message-indent-citation): Use it.
10129         (message-cite-original-without-signature): Respect X-No-Archive.
10130
10131 2005-08-08  Simon Josefsson  <jas@extundo.com>
10132
10133         * pgg.el: Autoload url-insert-file-contents instead of loading
10134         w3/url.
10135         (pgg-insert-url-with-w3): Don't load url here.
10136
10137 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10138
10139         * message.el (message-kill-to-signature): Don't insert newline at
10140         bol.
10141         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10142
10143 2005-08-06  Romain Francoise  <romain@orebokech.com>
10144
10145         * message.el (message-user-fqdn): Fix typo in docstring.
10146
10147 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10148
10149         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10150
10151         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10152
10153 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * mm-bodies.el (mm-encode-body): Use coding system rather than
10156         charset to encode text.
10157
10158         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10159         number of charsets if utf-8 is available (XEmacs).
10160
10161 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10164         taken from `gnus-button-mid-or-mail-regexp'.
10165         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10166         (gnus-button-alist): Improve regexp for domain part of the MIDs
10167         for news:localpart@domain buttons.
10168         (gnus-button-ctan-directory-regexp): Update.
10169
10170 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * sieve-manage.el (sieve-manage-interactive-login): Use
10173         make-local-variable rather than make-variable-buffer-local.
10174         (sieve-manage-open): Ditto.
10175         (sieve-manage-authenticate): Ditto.
10176
10177         * mml.el (mml-generate-mime-1): Make the content type default to
10178         text/plain if the filename is not specified.
10179
10180 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10183         instead of insert-buffer.
10184
10185         * message.el (message-yank-original): Ditto; set the mark at the
10186         end of the yanked message.
10187
10188 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10191         lines to scroll rather than to stop it.
10192
10193         * mml.el (mml-generate-default-type): Add doc string.
10194         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10195         default to application/octet-stream when determining the content
10196         type if it is not specified for the part or the mml contents; add
10197         a comment about mml-generate-default-type.
10198
10199 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10202         make it default to application/octet-stream when determining the
10203         content type if it is not specified for the external contents.
10204
10205 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10208         segmented parameter but also other parameters might be there.
10209
10210 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * mm-decode.el (mm-display-external): Delete temp file, directory
10213         and buffer immediately if the external process is exited.
10214
10215 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10218         fewer lines than that of scroll-margin.
10219         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10220
10221 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-art.el (gnus-article-next-page): Revert.
10224         (gnus-article-beginning-of-window): New macro.
10225         (gnus-article-next-page-1): Use it.
10226         (gnus-article-prev-page): Ditto.
10227         (gnus-article-edit-part): Use insert-buffer-substring instead of
10228         insert-buffer.
10229         (gnus-article-edit-exit): Ditto.
10230
10231         * gnus-util.el (gnus-beginning-of-window): Remove.
10232         (gnus-end-of-window): Remove.
10233
10234         * lpath.el: Don't bind header-line-format and scroll-margin.
10235
10236 2005-07-25  Simon Josefsson  <jas@extundo.com>
10237
10238         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10239         to have the url package without w3.  Reported by Daiki Ueno
10240         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10241
10242 2005-07-20  Didier Verna  <didier@xemacs.org>
10243
10244         * gnus-diary.el: Remove the description comment (nndiary is now
10245         properly documented in the Gnus manual).
10246         Fix the spelling of "Back End".
10247         * nndiary.el: Ditto.
10248         Fix the copyright notice.
10249
10250 2005-07-18  Romain Francoise  <romain@orebokech.com>
10251
10252         * gnus-sum.el (gnus-summary-to-prefix)
10253         (gnus-summary-newsgroup-prefix): New variables.
10254         (gnus-summary-from-or-to-or-newsgroups): Use them.
10255
10256 2005-07-17  Romain Francoise  <romain@orebokech.com>
10257
10258         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10259         space as it's generally not especially interesting to the user.
10260
10261 2005-07-16  Romain Francoise  <romain@orebokech.com>
10262
10263         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10264         nil to avoid prompting and file modification if one of the
10265         messages at the top of the nnfolder file contains a copyright
10266         notice.
10267         Update copyright notice.
10268
10269         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10270         instead of `current-time-string' as the latter creates a time
10271         string that is not RFC 2822 compliant (it lacks the zone).
10272         Update copyright notice.
10273
10274 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10275
10276         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10277         for text/rtf.  Display default in prompt.  Pass default for M-n.
10278
10279         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10280
10281 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * gnus-msg.el (gnus-button-mailto): Remove
10284         save-selected-window-window hackery because it relies on
10285         save-selected-window internals.
10286
10287 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10290         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10291         (gnus-article-prev-page): Ditto.
10292
10293         * gnus-util.el (gnus-beginning-of-window): New function.
10294         (gnus-end-of-window): New function.
10295
10296         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10297
10298 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10299
10300         * gnus-score.el (gnus-score-edit-all-score): Set
10301         gnus-score-edit-exit-function to gnus-score-edit-done and call
10302         gnus-message.
10303
10304 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * gnus-msg.el (gnus-button-mailto): Remove
10307         save-selected-window-window hackery because it relies on
10308         save-selected-window internals.
10309
10310 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10313         add-minor-mode.
10314         (gnus-binary-mode): Ditto.
10315
10316         * gnus-topic.el (gnus-topic-mode): Ditto.
10317
10318 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10319
10320         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10321         (gnus-article-prev-page): Take scroll-margin into consideration.
10322
10323 2005-07-04  Lute Kamstra  <lute@gnu.org>
10324
10325         Update FSF's address in GPL notices.
10326
10327 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10328
10329         * gnus.el (gnus-exit):
10330         * gnus-group.el (gnus-group-icons):
10331         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10332
10333         * gnus-nocem.el (gnus-nocem):
10334         * message.el (message-various, message-buffers, message-sending)
10335         (message-interface, message-forwarding, message-insertion)
10336         (message-headers, message-news, message-mail):
10337         * pgg-gpg.el (pgg-gpg):
10338         * pgg-parse.el (pgg-parse):
10339         * pgg-pgp.el (pgg-pgp):
10340         * pgg-pgp5.el (pgg-pgp5):
10341         * pop3.el (pop3): Finish `defgroup' description with period.
10342
10343 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-art.el (article-display-face): Improve the efficiency.
10346         (article-display-x-face): Ditto; remove grey x-face stuff.
10347
10348 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-art.el (article-display-face): Correct the position in
10351         which Faces are inserted.
10352
10353 2005-06-29  Didier Verna  <didier@xemacs.org>
10354
10355         * gnus-art.el (article-display-face): Display faces in correct
10356         order.
10357
10358 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10361         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10362         (gnus-nocem-check-article): Fetch the Type header.
10363         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10364         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10365         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10366         make sure gnus-nocem-hashtb is initialized.
10367         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10368         (gnus-nocem-unwanted-article-p): Ditto.
10369
10370         * pgg.el (pgg-verify): Return the verification result.
10371
10372 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10375         is ascii.
10376
10377 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10378
10379         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10380         `show-nonbreak-escape'.
10381
10382 2005-06-23  Lute Kamstra  <lute@gnu.org>
10383
10384         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10385
10386         * dig.el (dig-mode):
10387         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10388
10389 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10390
10391         * nnimap.el (nnimap-split-download-body): Fix spellings.
10392
10393 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10394
10395         * gnus-art.el (gnus-article-encrypt-body):
10396         * gnus-cus.el (gnus-score-customize):
10397         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10398         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10399
10400 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10401
10402         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10403         header by looking for magic "MII" at the beginnig.
10404
10405 2005-06-16  Miles Bader  <miles@gnu.org>
10406
10407         * gnus-xmas.el (gnus-xmas-group-startup-message):
10408         Use renamed gnus-splash face.
10409
10410         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10411         (assistant-field-face): New backward-compatibility alias for renamed
10412         face.
10413         (assistant-render-text): Use renamed assistant-field face.
10414
10415         * spam.el (spam): Remove "-face" suffix from face name.
10416         (spam-face): New backward-compatibility alias for renamed face.
10417         (spam-face, spam-initialize): Use renamed spam face.
10418
10419         * message.el (message-header-to, message-header-cc)
10420         (message-header-subject, message-header-newsgroups)
10421         (message-header-other, message-header-name)
10422         (message-header-xheader, message-separator, message-cited-text)
10423         (message-mml): Remove "-face" suffix from face names.
10424         (message-header-to-face, message-header-cc-face)
10425         (message-header-subject-face, message-header-newsgroups-face)
10426         (message-header-other-face, message-header-name-face)
10427         (message-header-xheader-face, message-separator-face)
10428         (message-cited-text-face, message-mml-face):
10429         New backward-compatibility aliases for renamed faces.
10430         (message-font-lock-keywords): Use renamed message faces.
10431
10432         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10433         (sieve-test-commands, sieve-tagged-arguments):
10434         Remove "-face" suffix from face names.
10435         (sieve-control-commands-face, sieve-action-commands-face)
10436         (sieve-test-commands-face, sieve-tagged-arguments-face):
10437         New backward-compatibility aliases for renamed faces.
10438         (sieve-control-commands-face, sieve-action-commands-face)
10439         (sieve-test-commands-face, sieve-tagged-arguments-face):
10440         Use renamed sieve faces.
10441
10442         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10443         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10444         (gnus-group-news-3-empty, gnus-group-news-4)
10445         (gnus-group-news-4-empty, gnus-group-news-5)
10446         (gnus-group-news-5-empty, gnus-group-news-6)
10447         (gnus-group-news-6-empty, gnus-group-news-low)
10448         (gnus-group-news-low-empty, gnus-group-mail-1)
10449         (gnus-group-mail-1-empty, gnus-group-mail-2)
10450         (gnus-group-mail-2-empty, gnus-group-mail-3)
10451         (gnus-group-mail-3-empty, gnus-group-mail-low)
10452         (gnus-group-mail-low-empty, gnus-summary-selected)
10453         (gnus-summary-cancelled, gnus-summary-high-ticked)
10454         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10455         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10456         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10457         (gnus-summary-low-undownloaded)
10458         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10459         (gnus-summary-low-unread, gnus-summary-normal-unread)
10460         (gnus-summary-high-read, gnus-summary-low-read)
10461         (gnus-summary-normal-read, gnus-splash):
10462         Remove "-face" suffix from face names.
10463         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10464         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10465         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10466         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10467         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10468         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10469         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10470         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10471         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10472         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10473         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10474         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10475         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10476         (gnus-summary-normal-ticked-face)
10477         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10478         (gnus-summary-normal-ancient-face)
10479         (gnus-summary-high-undownloaded-face)
10480         (gnus-summary-low-undownloaded-face)
10481         (gnus-summary-normal-undownloaded-face)
10482         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10483         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10484         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10485         (gnus-splash-face):
10486         New backward-compatibility aliases for renamed faces.
10487         (gnus-group-startup-message): Use renamed gnus faces.
10488
10489         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10490         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10491         (gnus-server-agent): Remove "-face" suffix from face names.
10492         (gnus-server-agent-face, gnus-server-opened-face)
10493         (gnus-server-closed-face, gnus-server-denied-face)
10494         (gnus-server-offline-face):
10495         New backward-compatibility aliases for renamed faces.
10496         (gnus-server-agent-face, gnus-server-opened-face)
10497         (gnus-server-closed-face, gnus-server-denied-face)
10498         (gnus-server-offline-face): Use renamed gnus faces.
10499
10500         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10501         Remove "-face" suffix from face names.
10502         (gnus-picon-xbm-face, gnus-picon-face):
10503         New backward-compatibility aliases for renamed faces.
10504
10505         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10506         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10507         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10508         (gnus-cite-11): Remove "-face" suffix from face names.
10509         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10510         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10511         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10512         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10513         New backward-compatibility aliases for renamed faces.
10514         (gnus-cite-attribution-face, gnus-cite-face-list)
10515         (gnus-article-boring-faces): Use renamed gnus faces.
10516
10517         * gnus-art.el (gnus-signature, gnus-header-from)
10518         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10519         (gnus-header-content): Remove "-face" suffix from face names.
10520         (gnus-signature-face, gnus-header-from-face)
10521         (gnus-header-subject-face, gnus-header-newsgroups-face)
10522         (gnus-header-name-face, gnus-header-content-face):
10523         New backward-compatibility aliases for renamed faces.
10524         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10525
10526         * gnus-sum.el (gnus-summary-selected-face)
10527         (gnus-summary-highlight): Use renamed gnus faces.
10528         * gnus-group.el (gnus-group-highlight): Likewise.
10529
10530 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10531
10532         * gnus-sieve.el (gnus-sieve-article-add-rule):
10533         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10534         * spam-stat.el (spam-stat-buffer-change-to-spam)
10535         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10536
10537         * message.el (message-is-yours-p):
10538         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10539
10540 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * mm-view.el (mm-inline-text): Withdraw the last change.
10543
10544 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10547         executing enriched-decode.
10548
10549 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10552         charset of tar files.
10553
10554 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10555
10556         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10557
10558 2005-06-04  Lute Kamstra  <lute@gnu.org>
10559
10560         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10561         information is never recorded.
10562
10563 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10564
10565         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10566
10567 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * pop3.el (pop3-apop): Run md5 in the binary mode.
10570
10571         * starttls.el (starttls-set-process-query-on-exit-flag):
10572         Use eval-and-compile.
10573
10574 2005-05-31  Simon Josefsson  <jas@extundo.com>
10575
10576         * smime.el (smime-replace-in-string): Define.
10577         (smime-cert-by-ldap-1): Use it.
10578
10579 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (article-display-x-face): Replace
10582         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10583
10584         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10585         set-process-query-on-exit-flag or process-kill-without-query.
10586
10587         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10588         loop instead of replace-regexp.
10589
10590         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10591         instead of process-kill-without-query if it is available.
10592
10593         * lpath.el: Fbind ldap-search-entries.
10594
10595         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10596         instead of find-file-hooks if it is available.
10597
10598         * mml1991.el: Bind pgg-default-user-id when compiling.
10599
10600         * mml2015.el: Bind pgg-default-user-id when compiling.
10601
10602         * nndraft.el (nndraft-request-associate-buffer):
10603         Use write-contents-functions instead of write-contents-hooks if it is
10604         available.
10605
10606         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10607         instead of find-file-hooks if it is available.
10608
10609         * nntp.el (nntp-open-connection): Replace
10610         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10611         (nntp-open-ssl-stream): Ditto.
10612         (nntp-open-tls-stream): Ditto.
10613
10614         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10615         set-process-query-on-exit-flag or process-kill-without-query.
10616         (starttls-open-stream-gnutls): Use it instead of
10617         process-kill-without-query.
10618         (starttls-open-stream): Ditto.
10619
10620 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10621
10622         * smime.el (smime-cert-by-ldap-1): Don't use
10623         replace-regexp-in-string.
10624
10625 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10626
10627         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10628
10629         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10630         in PEM format.  Adjust to the XEmacs compability.
10631
10632 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10635         by `string-to-number'.
10636         * gnus-agent.el (gnus-agent-regenerate-group)
10637         (gnus-agent-fetch-articles): Ditto.
10638         * gnus-art.el (gnus-button-fetch-group): Ditto.
10639         * gnus-cache.el (gnus-cache-generate-active)
10640         (gnus-cache-articles-in-group): Ditto.
10641         * gnus-group.el (gnus-group-set-current-level)
10642         (gnus-group-insert-group-line): Ditto.
10643         * gnus-score.el (gnus-score-set-expunge-below)
10644         (gnus-score-set-mark-below, gnus-summary-score-effect)
10645         (gnus-summary-score-entry): Ditto.
10646         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10647         (gnus-soup-pack): Ditto.
10648         * gnus-spec.el (gnus-xmas-format): Ditto.
10649         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10650         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10651         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10652         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10653         * nndb.el (nndb-get-remote-expire-response): Ditto.
10654         * nndiary.el (nndiary-parse-schedule-value)
10655         (nndiary-string-to-number, nndiary-request-replace-article)
10656         (nndiary-request-article): Ditto.
10657         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10658         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10659         * nneething.el (nneething-make-head): Ditto.
10660         * nnfolder.el (nnfolder-request-article)
10661         (nnfolder-retrieve-headers): Ditto.
10662         * nnheader.el (nnheader-file-to-number): Ditto.
10663         * nnkiboze.el (nnkiboze-request-article): Ditto.
10664         * nnmail.el (nnmail-process-unix-mail-format)
10665         (nnmail-process-babyl-mail-format): Ditto.
10666         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10667         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10668         (nnmh-request-create-group, nnmh-request-list-1)
10669         (nnmh-request-group, nnmh-request-article): Ditto.
10670         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10671         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10672         * nnsoup.el (nnsoup-make-active): Ditto.
10673         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10674         * nntp.el (nntp-find-group-and-number)
10675         (nntp-retrieve-headers-with-xover): Ditto.
10676         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10677         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10678         (pgg-format-key-identifier): Ditto.
10679         * pop3.el (pop3-last, pop3-stat): Ditto.
10680         * qp.el (quoted-printable-decode-region): Ditto.
10681
10682         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10683         of concat.
10684
10685 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10688
10689         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10690
10691         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10692
10693         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10694
10695         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10696
10697         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10698
10699         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10700         (gnus-carpal-mode): Ditto.
10701
10702         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10703         (gnus-browse-mode): Ditto.
10704
10705         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10706
10707         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10708
10709 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10710
10711         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10712
10713 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gnus-util.el (gnus-run-mode-hooks): New function.
10716
10717         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10718
10719         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10720         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10721
10722 2005-05-27  Lute Kamstra  <lute@gnu.org>
10723
10724         * dns-mode.el (dns-mode): Specify customization group.
10725
10726 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10727
10728         * gnus-agent.el (gnus-agent-make-mode-line-string):
10729         Use mode-line-highlight as mouse-face.
10730
10731 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * canlock.el (canlock): Change the parent group to news.
10734
10735         * deuglify.el (gnus-outlook-deuglify): Add :group.
10736
10737         * dig.el (dig): Add :group.
10738
10739         * dns-mode.el (dns-mode): Add :group.
10740
10741         * encrypt.el (encrypt): Add :group.
10742
10743         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10744         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10745         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10746         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10747         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10748
10749         * gnus-diary.el (gnus-diary): Add :group.
10750
10751         * gnus.el (gnus-group-news-1-face): Add :group.
10752         (gnus-group-news-1-empty-face): Ditto.
10753         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10754         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10755         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10756         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10757         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10758         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10759         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10760         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10761         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10762         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10763         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10764         (gnus-summary-high-ticked-face): Ditto.
10765         (gnus-summary-low-ticked-face): Ditto.
10766         (gnus-summary-normal-ticked-face): Ditto.
10767         (gnus-summary-high-ancient-face): Ditto.
10768         (gnus-summary-low-ancient-face): Ditto.
10769         (gnus-summary-normal-ancient-face): Ditto.
10770         (gnus-summary-high-undownloaded-face): Ditto.
10771         (gnus-summary-low-undownloaded-face): Ditto.
10772         (gnus-summary-normal-undownloaded-face): Ditto.
10773         (gnus-summary-high-unread-face): Ditto.
10774         (gnus-summary-low-unread-face): Ditto.
10775         (gnus-summary-normal-unread-face): Ditto.
10776         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10777         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10778
10779         * hashcash.el (hashcash): New custom group.
10780         (hashcash-default-payment): Add :group.
10781         (hashcash-payment-alist): Ditto.
10782         (hashcash-default-accept-payment): Ditto.
10783         (hashcash-accept-resources): Ditto.
10784         (hashcash-path): Ditto.
10785         (hashcash-extra-generate-parameters): Ditto.
10786         (hashcash-double-spend-database): Ditto.
10787         (hashcash-in-news): Ditto.
10788
10789         * message.el (message-minibuffer-local-map): Add :group.
10790
10791         * netrc.el (netrc): Add :group.
10792
10793         * sieve-manage.el (sieve-manage-log): Add :group.
10794         (sieve-manage-default-user): Diito.
10795         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10796         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10797         (sieve-manage-authenticators): Ditto.
10798         (sieve-manage-authenticator-alist): Ditto.
10799         (sieve-manage-default-port): Ditto.
10800
10801         * sieve-mode.el (sieve-control-commands-face): Add :group.
10802         (sieve-action-commands-face): Ditto.
10803         (sieve-test-commands-face): Ditto.
10804         (sieve-tagged-arguments-face): Ditto.
10805
10806         * smime.el (smime): Add :group.
10807
10808         * spam-report.el (spam-report): Add :group.
10809
10810         * spam.el (spam, spam-face): Add :group.
10811
10812 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10815         return \n.\n.\n at the end of articles.  Protect against that.
10816         (nntp-with-open-group): Allow debugging.
10817
10818         * nnheader.el (mail-header-set-extra): Make into a function
10819         because I just could't understand how to quote the list properly.
10820
10821         * dns.el (query-dns-cached): New function.
10822
10823 2005-05-26  Lute Kamstra  <lute@gnu.org>
10824
10825         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10826
10827 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10830
10831         * gnus-art.el: Don't autoload mail-extract-address-components.
10832
10833         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10834         eval-and-compile to evaluate it.
10835
10836         * hashcash.el: Don't autoload executable-find.
10837
10838         * nndb.el: Don't declare the nndb back end two or more times; don't
10839         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10840
10841         * nntp.el: Autoload format-spec instead of format; use
10842         eval-and-compile to evaluate autoload forms.
10843
10844 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10845
10846         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10847
10848 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * gnus.el (gnus-version-number): Bump version.
10851
10852 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10853
10854         * gnus.el: No Gnus v0.3 is released.
10855
10856 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * lpath.el (featurep): Bind show-nonbreak-escape.
10859
10860 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-art.el (gnus-article-edit-part): Disable undo.
10863
10864 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10867         gnus-article-date-lapsed-new-header is t if date timer is active;
10868         skip headers in which the original date value is empty.
10869         (gnus-article-save-original-date): Redefine it as a macro.
10870         (gnus-display-mime): Use it.
10871
10872 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el (article-date-ut): Support converting date in
10875         forwarded parts as well.
10876         (gnus-article-save-original-date): New function.
10877         (gnus-display-mime): Use it.
10878
10879 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10880
10881         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10882         enclosure element of <item>.
10883
10884 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * message.el (message-kill-buffer-query): Renamed from
10887         `message-kill-buffer-query-if-modified'.  Added :version.
10888
10889 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10892         window layout.
10893
10894 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * mml.el: Autoload dnd when compiling.
10897
10898 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10901         x-dnd-*.
10902
10903 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * qp.el (quoted-printable-encode-region): Save excursion.
10906
10907 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10908
10909         * message.el (message-kill-buffer-query-if-modified): Add new variable
10910         so the user can kill a modified message buffer quickly.
10911         (message-kill-buffer): Use it.
10912
10913 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * lpath.el: Fbind display-time-event-handler; don't fbind
10916         string-to-multibyte.
10917
10918         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10919
10920 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10923         contained in text because xml.el decodes entities) with LFs.
10924
10925 2005-04-11  Lute Kamstra  <lute@gnu.org>
10926
10927         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10928         differently.
10929
10930 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10931
10932         * mm-util.el (mm-detect-coding-region): Typo.
10933
10934 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10937
10938 2005-04-06  Deepak Goel  <deego@gnufans.org>
10939
10940         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10941         user-function allow user modifications of the scores.
10942         (spam-stat-score-buffer-user): New function, to allow
10943         user-computed modifications to the score.
10944         (spam-stat-score-buffer-user-functions): List of additional
10945         scoring functions.
10946         (spam-stat-error-holder): Global temporary error holder.
10947         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10948         variable.
10949
10950 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10951
10952         * gnus-registry.el (gnus-registry-clean-empty-function)
10953         (gnus-registry-trim, gnus-registry-fetch-groups)
10954         (gnus-registry-delete-group): Groups that match
10955         `gnus-registry-ignored-groups' are removed from the registry
10956         entries, not just ignored for splitting.  This helps clean up the
10957         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10958         to get all the groups a message ID is in.
10959
10960         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10961         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10962         (spam-stat-score-buffer-user-functions): Add :number custom type.
10963
10964 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10967         argument in XEmacs.
10968
10969         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10970         (nnrss-request-group): Decode group name first.
10971         (nnrss-request-article): Make a text/plain article if mml-to-mime
10972         failed.
10973         (nnrss-get-encoding): Return a compatible encoding according to
10974         nnrss-compatible-encoding-alist.
10975         (nnrss-find-el): Use consp instead of listp.
10976         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10977
10978 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10981         which Emacs 20 doesn't support.
10982         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10983
10984 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10987         silence the byte compiler inside the defun.
10988
10989         * gnus-demon.el (parse-time-string): Add autoload.
10990
10991         * gnus-delay.el (parse-time-string): Add autoload.
10992
10993         * gnus-art.el (parse-time-string): Add autoload.
10994
10995         * nnultimate.el (parse-time): Require for `parse-time-string'.
10996
10997 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10998
10999         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11000
11001         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11002
11003         * smime.el (smime-ldap-host-list): Add :version.
11004
11005 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11008         pass it to `gnus-browse-read-group'.
11009         (gnus-browse-read-group): Add NUMBER argument and pass it to
11010         `gnus-group-read-ephemeral-group'.
11011
11012         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11013         argument and pass it to `gnus-group-read-group'.
11014
11015 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11016
11017         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11018         mm-xemacs-find-mime-charset-1 if we have the mule feature
11019         available at runtime.
11020
11021 2005-03-25  Werner Lemberg  <wl@gnu.org>
11022
11023         * nnmaildir.el: Replace `illegal' with `invalid'.
11024
11025 2005-03-23  Lute Kamstra  <lute@gnu.org>
11026
11027         * time-date.el: Add comment on time value formats.
11028         Don't require parse-time.
11029         (with-decoded-time-value): New macro.
11030         (encode-time-value): New function.
11031         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11032         (days-to-time): Return a valid time value when arg is huge.
11033         (time-since): Use time-subtract.
11034         (time-to-number-of-days): Use time-to-seconds.
11035
11036 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11037
11038         * gnus-start.el (gnus-display-time-event-handler):
11039         Check display-time-timer at runtime rather than only at load time
11040         in case display-time-mode is turned off in the mean time.
11041
11042 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11045         used.
11046
11047         * nneething.el (nneething-map-file-directory): Derive from
11048         `gnus-directory'.
11049
11050         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11051         the To/Cc button.
11052
11053 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * nnmaildir.el (nnmaildir-request-accept-article):
11056         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11057
11058 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11059
11060         * gnus-async.el: Require timer-funcs at compile time when in
11061         XEmacs for `run-with-idle-timer'.
11062
11063 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11064
11065         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11066         autoloaded function.
11067
11068 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11069
11070         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11071
11072 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11073
11074         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11075
11076 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11079         gnus-expert-user to default.
11080
11081 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11082
11083         * nnimap.el (nnimap-open-server): Ditto.
11084
11085         * imap.el (imap-authenticate): Fix typo.
11086
11087 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11088
11089         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11090         buffer (since IMAP server might return FETCH response out of
11091         order, and the nntp buffer must be sorted).
11092
11093 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11094
11095         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11096         comparison on string.
11097
11098         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11099         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11100         (gnus-agent-summary-fetch-series): Modified to protect against
11101         gnus-agent-summary-fetch-group clearing processable flags.
11102         (gnus-agent-synchronize-group-flags): Update live group buffer as
11103         synchronization may occur due to the user toggle the plugged
11104         status.
11105         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11106         successfully downloaded.
11107         (gnus-agent-expire-group-1): Avoid using markers when the overview
11108         is in ascending order; greatly improves performance.
11109         (gnus-agent-regenerate-group): Use
11110         gnus-agent-synchronize-group-flags to reset read status in both
11111         gnus and server.
11112         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11113
11114 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * message.el: Don't autoload former message-utils variables.
11117         (message-strip-subject-trailing-was): Change doc string.
11118
11119         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11120         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11121         (nnweb-google-search): Add "hl=en" here.
11122         (nnweb-google-parse-1, nnweb-google-create-mapping):
11123         Don't hardcode URL.
11124
11125 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * message.el (message-get-reply-headers, message-followup):
11128         Mention related variables `message-use-followup-to' and
11129         `message-use-mail-followup-to', in the information buffer.
11130
11131         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11132         of broken groups(-beta).google.com.
11133
11134 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11137         parameter to invoked gnus-request-move-article; remove the
11138         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11139         all at once instead of once per article.
11140         (gnus-summary-remove-process-mark): Accept a list of articles as
11141         well as a single article for processing.
11142
11143         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11144         parameter.
11145
11146         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11147
11148         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11149
11150         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11151         parameter.
11152
11153         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11154         parameter.
11155
11156         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11157         parameter and remove the gnus-sum-hint-move-is-internal variable.
11158
11159         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11160         parameter.
11161
11162         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11163         parameter.
11164
11165         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11166         parameter.
11167
11168         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11169
11170         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11171         parameter.
11172
11173         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11174         parameter.
11175
11176 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11177
11178         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11179         a more conservative way.
11180
11181 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11182
11183         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11184         buffer, so it moves the window's cursor.
11185
11186 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11187
11188         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11189         `mm-dissect-multipart' and receive the from field as an (optional)
11190         argument from `mm-dissect-multipart'.
11191         (mm-dissect-multipart): Receive the from field as an argument and
11192         pass it on when we call `mm-dissect-buffer' on MIME parts.
11193         Fixes verification/decryption of signed/encrypted MIME parts.
11194
11195 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         * gnus-sum.el (gnus-summary-move-article): Set
11198         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11199         whatever it calls (right now, only nnimap-request-move article
11200         respects it).
11201
11202         * nnimap.el (nnimap-request-move-article): When
11203         gnus-sum-hint-move-is-internal is set, don't do the extra
11204         nnimap-request-article.
11205
11206 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11209
11210         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11211         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11212
11213         * gnus-sum.el (gnus-summary-caesar-message):
11214         Apply `gnus-treat-article' after rotation.
11215
11216         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11217         doc string.
11218
11219 2005-02-22  Simon Josefsson  <jas@extundo.com>
11220
11221         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11222         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11223         <arne@arnested.dk>.
11224         (encrypt): Add password-cache and password-cache-expiry as group
11225         members.
11226
11227 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11228
11229         * smime.el (smime-ldap-host-list): Doc fix.
11230         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11231         cache) password.
11232         (smime-sign-region): Use it.
11233         (smime-decrypt-region): Use it.
11234         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11235         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11236         fails.
11237         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11238         certificate from DER to PEM format rather than calling openssl.
11239
11240         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11241
11242         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11243         for signing/encryption.
11244
11245         * mml.el (mml-parse-1): Use them.
11246
11247 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11248
11249         * nnrss.el (nnrss-verbose): Removed.
11250         (nnrss-request-group): Use `nnheader-message' instead.
11251
11252 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11253
11254         * nnrss.el (nnrss-verbose): New variable.
11255         (nnrss-request-group): Make it say nnrss is requesting a group.
11256
11257 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11260         Handle news URL with given port correctly.
11261
11262 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11265         containing special characters.
11266
11267         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11268
11269         * mml.el (mime-to-mml): Ditto.
11270
11271         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11272         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11273         (rfc2047-decode-region): Quote decoded words containing special
11274         characters when rfc2047-quote-decoded-words-containing-tspecials
11275         is non-nil.
11276
11277 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11278
11279         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11280
11281         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11282
11283 2005-02-15  Simon Josefsson  <jas@extundo.com>
11284
11285         * nnimap.el (nnimap-debug): Doc fix.
11286
11287         * imap.el (imap-debug): Doc fix.
11288
11289 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11292
11293 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11294
11295         * gnus.el (spam-contents): Improve docs for spam-contents
11296         parameter in its variable incarnation.
11297
11298 2005-02-14  Simon Josefsson  <jas@extundo.com>
11299
11300         * smime-ldap.el: Use require instead of load-library for ldap.
11301         (smime-ldap-search): Indent.
11302         (smime-ldap-search-internal): Shorten line.
11303
11304         * smime.el (smime-cert-by-dns): Add doc-string.
11305         (smime-cert-by-ldap-1): Indent.
11306
11307         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11308         mml-smime-get-dns-ldap.
11309         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11310
11311 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11312
11313         * smime.el: Require smime-ldap.
11314         (smime-ldap-host-list): New variable.
11315         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11316
11317         * mml-smime.el (mml-smime-encrypt-query): New function.
11318         (mml-smime-encrypt-query): Use it.
11319
11320         * smime-ldap.el: New file.
11321
11322 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11325
11326 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11329         argument in doc string.  Make query for type more clear.
11330
11331 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus.el (gnus-group-startup-message): Search for gnus images in
11334         etc/images/gnus.
11335         * mm-util.el (mm-image-load-path): Likewise.
11336         * smiley.el (smiley-data-directory): Search for smilies in
11337         etc/images/smilies.
11338
11339 2005-02-09  Kim F. Storm  <storm@cua.dk>
11340
11341         Change Emacs release version from 21.4 to 22.1 throughout.
11342         Change Emacs development version from 21.3.50 to 22.0.50.
11343
11344 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11347
11348         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11349         non-Mule XEmacs as well.
11350         (mm-decompress-buffer): Signal an error intentionally if it does
11351         not decompress compressed data because auto-compression-mode is
11352         disabled.
11353
11354 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11357         an ID in the registry even if it has no groups.
11358
11359 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11362         merge it into mm-decompress-buffer.
11363         (gnus-mime-copy-part): Use the MIME part charset, the value which
11364         a user specified or gnus-newsgroup-charset for decoding, like
11365         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11366         save-buffer what was used.  Suggested by Kevin Ryde
11367         <user42@zip.com.au>.
11368         (gnus-mime-inline-part): Allow the name parameter as well as the
11369         filename parameter; force decompressing of compressed data; always
11370         display contents being not decoded as unibyte.
11371
11372         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11373         as well as the filename parameter.
11374
11375         * mm-util.el (mm-decompress-buffer): Merge
11376         gnus-mime-jka-compr-maybe-uncompress.
11377         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11378         of compressed data.
11379
11380 2005-02-08  Simon Josefsson  <jas@extundo.com>
11381
11382         * imap.el (imap-log): Doc fix.
11383
11384 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11387         the coding cookies; decompress compressed parts.
11388
11389         * mml.el (mml-generate-mime-1): Add the charset parameter according
11390         to the value which a user specified manually or the coding cookie.
11391
11392         * mm-util.el (mm-string-to-multibyte): New function.
11393         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11394         (mm-coding-system-to-mime-charset): New function.
11395         (mm-decompress-buffer): New function.
11396         (mm-find-buffer-file-coding-system): New function.
11397
11398         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11399         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11400         parts.
11401
11402 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11403
11404         * mm-view.el (mm-display-inline-fontify): Decode a part according
11405         to the charset parameter.
11406
11407 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11410         prefix arg is neither nil nor a number, as info specifies.
11411
11412 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11415         timestamps.
11416
11417 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11418
11419         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11420         groups error checking and notify user.
11421
11422 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11423
11424         * message.el (message-send-mail-function): Check existence of
11425         sendmail-program first before using default value
11426         `message-send-mail-with-sendmail'.  Otherwise use more generic
11427         `smtpmail-send-it'.
11428
11429 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * nntp.el (nntp-request-update-info): Always return nil.
11432
11433 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11434
11435         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11436
11437 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11438
11439         * message.el (message-beginning-of-line): Change the behavior when
11440         invoked between BOL and : so that it first moves backward.
11441
11442 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11445         article buffer when editing of the article is discarded.
11446         (gnus-article-prepare): Revert.
11447
11448 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-art.el (gnus-article-prepare):
11451         Remove message-strip-forbidden-properties from the local hook.
11452
11453 2005-01-27  Simon Josefsson  <jas@extundo.com>
11454
11455         * password.el (password-cache-add): Only start one timer per key.
11456         Reported by Derek Atkins <warlord@MIT.EDU>.
11457
11458 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11459
11460         * run-at-time.el: Removed.  It is no longer needed as
11461         timer-funcs.el in the xemacs-base package has a working version of
11462         `run-at-time'.
11463
11464         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11465
11466         * password.el: Require timer-funcs instead of run-at-time in
11467         XEmacs.
11468         Remove `password-run-at-time' macro.
11469         (password-cache-add): Use `run-at-time' instead of
11470         `password-run-at-time'.
11471
11472         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11473         Remove `nnheader-cancel-function-timers' alias,
11474         `cancel-function-timers' exists in XEmacs in timer-funcs.
11475
11476         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11477         for `run-with-idle-timer'.
11478
11479         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11480         for `run-at-time'.
11481
11482         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11483         for `with-timeout'.
11484
11485         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11486         the same as for XEmacs 21.4.
11487         No need to ignore `run-with-idle-timer', this function exists in
11488         XEmacs now in timer-funcs.el in the xemacs-base package.
11489         (dgnushack-compile): No need to delete
11490         run-at-time.el from the list of files to compile because it
11491         doesn't exist anymore.
11492
11493 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11496         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11497
11498 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11499
11500         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11501         sensitively.
11502
11503 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11504
11505         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11506
11507 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11510         which will be inserted according to the multibyteness of a buffer
11511         rather than the type of contents.  Suggested by ARISAWA Akihiro
11512         <ari@mbf.ocn.ne.jp>.
11513
11514         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11515         of string which old xml.el may return rather than a string.
11516
11517 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11520
11521 2005-01-16  Simon Josefsson  <jas@extundo.com>
11522
11523         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11524         idn/idna.el isn't available.
11525         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11526         <michael@waxrat.com>.
11527
11528         * hashcash.el: Remove non-FSF copyright header.
11529
11530         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11531         (hashcash-generate-payment): Use it.
11532         (hashcash-generate-payment-async): Use it.
11533
11534 2005-01-15  Simon Josefsson  <jas@extundo.com>
11535
11536         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11537         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11538
11539         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11540         gnus-summary-idna-message.
11541         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11542         (gnus-summary-idna-message): New function.
11543
11544 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11547         gnus-novice-user.
11548
11549 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * nnrss.el (nnrss-request-delete-group): Delete entries in
11552         nnrss-group-alist as well.
11553         (nnrss-save-server-data): Insert newline.
11554
11555 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus.el (gnus-user-agent): Use list of symbols instead of
11558         symbols.  Display full version number for (S)XEmacs.  Optionally
11559         display (S)XEmacs codename.
11560
11561         * gnus-util.el (gnus-emacs-version): Update for new
11562         `gnus-user-agent'.
11563
11564         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11565         Gnus version.
11566
11567 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11570         which is unreadable in some setups.
11571
11572 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-spec.el (gnus-update-format-specifications): Flush the
11575         group format spec cache if it doesn't support decoded group names.
11576
11577 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11580         Allow to apply decay on score files matching a regexp.
11581
11582 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11585         compatibility in %g and %c.
11586
11587 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11590         name for only %g and %c.
11591         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11592         of gnus-tmp-group to decoded group name.
11593         (gnus-group-make-rss-group): Exclude `/'s from group names.
11594
11595 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * nnrss.el (nnrss-get-encoding): Fix regexp.
11598
11599 2004-12-27  Simon Josefsson  <jas@extundo.com>
11600
11601         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11602         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11603         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11604
11605 2004-12-17  Kim F. Storm  <storm@cua.dk>
11606
11607         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11608
11609         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11610
11611 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11612
11613         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11614
11615 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * nnrss.el: Require rfc2047 and mml.
11618         (nnrss-file-coding-system): New variable.
11619         (nnrss-format-string): Redefine it as an inline function.
11620         (nnrss-decode-group-name): New function.
11621         (nnrss-string-as-multibyte): Remove.
11622         (nnrss-retrieve-headers): Decode group name; don't use
11623         nnrss-format-string.
11624         (nnrss-request-group): Decode group name.
11625         (nnrss-request-article): Decode group name; allow a Message-ID as
11626         well as an article number; don't use nnrss-format-string; encode a
11627         Message-ID string which may contain non-ASCII characters; use
11628         mml-to-mime to compose a MIME article.
11629         (nnrss-request-expire-articles): Decode group name.
11630         (nnrss-request-delete-group): Decode group name.
11631         (nnrss-fetch): Clarify error message.
11632         (nnrss-read-server-data): Use insert-file-contents instead of load;
11633         bind file-name-coding-system; use multibyte buffer.
11634         (nnrss-save-server-data): Bind coding-system-for-write to the
11635         value of nnrss-file-coding-system; bind file-name-coding-system;
11636         add coding cookie.
11637         (nnrss-read-group-data): Use insert-file-contents instead of load;
11638         bind file-name-coding-system; use multibyte buffer.
11639         (nnrss-save-group-data): Bind coding-system-for-write to the
11640         value of nnrss-file-coding-system; bind file-name-coding-system.
11641         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11642         make it work with non-ASCII text.
11643         (nnrss-find-el): Make it work with old xml.el as well.
11644
11645 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11646
11647         * nnrss.el (nnrss-get-encoding): New function.
11648         (nnrss-fetch): Use unibyte buffer initially; bind
11649         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11650         decode contents according to the encoding attribute.
11651         (nnrss-save-group-data): Add coding cookie.
11652         (nnrss-mime-encode-string): New function.
11653         (nnrss-check-group): Use it to encode subject and author.
11654
11655 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11656
11657         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11658         imaginary variable.
11659
11660 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11663         correctly even if there are wide characters.
11664
11665 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11666
11667         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11668         downcased symbol names; make a new cache instead of reusing
11669         bbdb-hashtable.
11670
11671 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11674         concatenating segments rather than before concatenating them.
11675         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11676
11677         * message.el (message-get-reply-headers): Bind `extra'.
11678
11679 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * message.el (message-extra-wide-headers): New variable.
11682         (message-get-reply-headers): Use it.
11683
11684 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11687         (gnus-agent-group-pathname): Ditto.
11688
11689         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11690
11691         * gnus-group.el (gnus-group-make-group): Decode group name.
11692         (gnus-group-make-rss-group): Register the group data after opening
11693         the nnrss group.
11694
11695 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11696
11697         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11698         by expiry now get marked as read.
11699
11700 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11703
11704 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11705
11706         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11707         unify Latin characters in XEmacs.
11708         (mm-find-mime-charset-region): Use it.
11709
11710 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-util.el (gnus-delete-directory): New function.
11713
11714         * gnus-agent.el (gnus-agent-delete-group): Use it.
11715
11716         * gnus-cache.el (gnus-cache-delete-group): Use it.
11717
11718 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11721         names.
11722
11723 2004-12-16  Simon Josefsson  <jas@extundo.com>
11724
11725         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11726
11727 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11730
11731         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11732         (gnus-group-set-current-level): Decode group name.
11733
11734 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11735
11736         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11737         failed.
11738
11739 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gnus-group.el (gnus-group-delete-group): Decode group name.
11742         (gnus-group-make-rss-group): Encode group name.
11743         (gnus-group-catchup-current): Decode group name.
11744         (gnus-group-kill-group): Decode group name.
11745
11746 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11747
11748         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11749
11750 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-group.el (gnus-group-make-rss-group):
11753         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11754
11755         * gnus-start.el (gnus-setup-news): Honor user's setting to
11756         gnus-message-archive-method.  Suggested by Lute Kamstra
11757         <lute@gnu.org>.
11758
11759 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11760
11761         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11762         global counterparts of the buffer-local variables.
11763
11764 2004-11-16  Romain Francoise  <romain@orebokech.com>
11765
11766         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11767         counterparts of the buffer-local variables.
11768
11769 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * message.el (message-forbidden-properties): Fixed typo in doc
11772         string.
11773
11774 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * gnus-util.el (gnus-replace-in-string): Added doc string.
11777
11778         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11779         to avoid problems when splitting mails with many recipients.
11780
11781 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11782
11783         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11784         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11785
11786 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11787
11788         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11789         if there is no hashtable in memory or file modification time is
11790         newer than cached timestamp.
11791
11792 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11795         not-matching option.
11796
11797 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11800         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11801         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11802         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11803         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11804         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11805
11806 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * message.el (message-forward-make-body-mml): Remove headers
11809         according to message-forward-ignored-headers if a message is decoded.
11810
11811 2004-12-02  Romain Francoise  <romain@orebokech.com>
11812
11813         * message.el (message-forward-make-body-plain): Always remove
11814         headers according to message-forward-ignored-headers.
11815
11816 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11817
11818         * spam.el (spam-summary-prepare-exit): Remove the
11819         gnus-summary-limit pop for now, it has problems with ham marks for
11820         me.
11821
11822 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11825         correctly.
11826
11827 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11828
11829         * format-spec.el (format-spec): Message the char.
11830
11831 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11832
11833         * gnus-art.el (gnus-split-methods): Reformat comments.
11834
11835         * spam.el (spam-summary-prepare-exit): Remove article limits
11836         before exiting the summary buffer.
11837
11838 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11841         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11842
11843         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11844         order to silence the byte compiler.
11845
11846         * spam.el: Fix the way to silence the byte compiler, which
11847         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11848         bbdb-search-simple, spam-BBDB-register-routine,
11849         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11850         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11851         spam-stat-buffer-is-spam, spam-stat-load,
11852         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11853         spam-stat-save and spam-stat-split-fancy.
11854
11855 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11858         which may confuse users.
11859         (canlock-password-for-verify): Ditto.
11860
11861         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11862
11863         * gnus-art.el (gnus-emphasis-alist): Ditto.
11864
11865         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11866
11867         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11868
11869         * gnus-start.el (gnus-save-killed-list): Ditto.
11870
11871         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11872         (gnus-sum-thread-tree-root): Ditto.
11873         (gnus-sum-thread-tree-false-root): Ditto.
11874         (gnus-sum-thread-tree-single-indent): Ditto.
11875
11876         * message.el (message-courtesy-message): Ditto.
11877         (message-archive-note): Ditto.
11878         (message-subscribed-address-file): Ditto.
11879         (message-user-fqdn): Ditto.
11880
11881         * spam-report.el (spam-report-gmane-regex): Ditto.
11882
11883         * spam.el (spam-blackhole-good-server-regex): Ditto.
11884
11885 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * mml.el (mml-preview): Widen the message buffer before copying
11888         the contents to the preview buffer; sort headers before previewing.
11889
11890         * message.el (message-hidden-headers): Fix the way to avoid a bug
11891         in the `repeat' widget in Emacs 21.3 or earlier.
11892
11893 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * message.el (message-hidden-headers): Default to "^References:".
11896         Improve customization type.  Suggested by Reiner Steib
11897         <Reiner.Steib@gmx.de>.
11898
11899 2004-11-25  Romain Francoise  <romain@orebokech.com>
11900
11901         * message.el (message-strip-forbidden-properties): Remove check for
11902         obsolete `message-hidden' text property, hidden headers are not
11903         accessible in the buffer anymore.
11904
11905 2004-11-22  Romain Francoise  <romain@orebokech.com>
11906
11907         * message.el (message-header-format-alist): Add `From' in list
11908         so that it can be sorted.
11909         (message-fix-before-sending): Widen and sort headers before
11910         sending.
11911         (message-hide-headers): Use narrowing to hide headers by moving
11912         them to the top of the buffer and narrowing to the region
11913         underneath.
11914
11915 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916
11917         * message.el (message-strip-forbidden-properties): Bind
11918         buffer-read-only (etc) to nil.
11919
11920 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11923         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11924
11925 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11926
11927         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11928
11929 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11930
11931         * dns.el (query-dns): Use sit-for to time instead of
11932         accept-process-output, since that doesn't seem to work on udp
11933         sockets.
11934
11935 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11938
11939 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11940
11941         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11942         doc string.  Improve doc string.
11943
11944 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * nntp.el (nntp-request-update-info): Return nil if
11947         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11948         may not call gnus-activate-group which uselessly issues the GROUP
11949         commands for all nntp groups and wastes time.  Reported by Romain
11950         Francoise <romain@orebokech.com>.
11951
11952         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11953
11954 2004-11-15  Simon Josefsson  <jas@extundo.com>
11955
11956         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11957         headers separately.
11958         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11959         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11960
11961 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * gnus-start.el (gnus-convert-old-newsrc):
11964         Assign legacy-gnus-agent to 5.10.7.
11965
11966 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11969         start of the lines.
11970
11971 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11972
11973         * hashcash.el (hashcash-default-payment): Change default to 20.
11974         (hashcash-default-accept-payment): Change default to 20.
11975         (hashcash-process-alist): New variable.
11976         (hashcash-generate-payment-async): Add.
11977         (hashcash-already-paid-p): Add.
11978         (hashcash-insert-payment): Don't generate payments twice.
11979         (hashcash-insert-payment-async): Add.
11980         (hashcash-insert-payment-async-2): Add.
11981         (hashcash-cancel-async): Add.
11982         (hashcash-wait-async): Add.
11983         (hashcash-processes-running-p): Add.
11984         (hashcash-wait-or-cancel): Add.
11985         (mail-add-payment): New optional argument.  Conditionally start
11986         asynchronous calculation.
11987         (mail-add-payment-async): Add.
11988
11989         * message.el (message-send-mail): Wait for asynchronous hashcash
11990         results.  Don't clobber existing X-Hashcash headers.
11991         (message-setup-1): Call mail-add-payment-async when
11992         message-generate-hashcash is non-nil.
11993
11994 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11995
11996         * message.el (message-use-alternative-email-as-from): Examine the
11997         From header as well; use message-make-from in order to include a
11998         user's full name.
11999
12000 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12003         default; improve customization type.
12004         (gnus-emphasis-custom-with-format): New macro.
12005         (gnus-emphasis-custom-value-to-external): New function.
12006         (gnus-emphasis-custom-value-to-internal): New function.
12007
12008 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * dns.el (query-dns): Resolve reverse addresses.
12011
12012 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12013
12014         * gnus-group.el (gnus-group-get-new-news): Use it.
12015
12016         * gnus-start.el (gnus-check-reasonable-setup): New function.
12017
12018 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12021         "Args out of range" error.  Reported by Arnaud Giersch
12022         <arnaud.giersch@free.fr>.
12023
12024 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12025
12026         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12027
12028 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12029
12030         * spam.el (spam group): Add :version.
12031
12032         * pgg-def.el (pgg group): Add :version.
12033
12034 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-art.el (gnus-article-edit-article): Don't associate the
12037         article buffer with a draft file.  This is a temporary measure
12038         against the 2004-08-22 change to gnus-article-edit-mode.
12039
12040 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12043         (html2text-format-tags): Remove unused variable `attr'.
12044
12045 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12048
12049         * tls.el (tls-process-connection-type, tls-success)
12050         (tls-certtool-program): Add :version.
12051
12052         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12053         (starttls-extra-arguments, starttls-process-connection-type)
12054         (starttls-connect, starttls-failure, starttls-success): Add :version.
12055
12056         * spam-stat.el (spam-stat): Add :version.
12057
12058         * sieve.el (sieve): Add :version.
12059
12060         * sha1.el (sha1): Add :version.
12061         (sha1-use-external): Remove redundant version.
12062
12063         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12064         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12065         (nnmail-split-fancy-match-partial-words)
12066         (nnmail-split-lowercase-expanded): Add :version.
12067
12068         * nndiary.el (nndiary): Add :version.
12069
12070         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12071
12072         * mml-sec.el (mml-default-sign-method)
12073         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12074         Add :version.
12075
12076         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12077
12078         * mm-url.el (mm-url-use-external, mm-url-program)
12079         (mm-url-arguments): Add :version.
12080
12081         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12082         (mm-attachment-file-modes, mm-decrypt-option)
12083         (mm-w3m-safe-url-regexp): Add :version.
12084
12085         * message.el (message-cite-prefix-regexp)
12086         (message-sendmail-envelope-from, message-minibuffer-local-map)
12087         (message-user-fqdn, message-completion-alist): Add :version.
12088
12089         * gnus-win.el (gnus-configure-windows-hook)
12090         (gnus-use-frames-on-any-display): Add :version.
12091
12092         * gnus-art.el (gnus-article-address-banner-alist)
12093         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12094         (gnus-treat-from-picon, gnus-treat-mail-picon)
12095         (gnus-treat-x-pgp-sig): Add :version.
12096
12097         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12098         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12099         (gnus-summary-article-delete-hook)
12100         (gnus-summary-display-while-building): Add :version.
12101
12102         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12103         (gnus-get-top-new-news-hook): Add :version.
12104
12105         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12106         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12107
12108         * gnus-registry.el (gnus-registry): Add :version.
12109
12110         * gnus-spec.el (gnus-use-correct-string-widths)
12111         (gnus-make-format-preserve-properties): Add :version.
12112
12113         * gnus.el (gnus-group-charter-alist)
12114         (gnus-group-fetch-control-use-browse-url)
12115         (gnus-install-group-spam-parameters): Add :version.
12116
12117         * gnus-diary.el (gnus-diary): Add :version.
12118
12119         * gnus-delay.el (gnus-delay): Add :version.
12120
12121         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12122         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12123         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12124         Add :version.
12125
12126         * gnus-agent.el (gnus-agent-max-fetch-size)
12127         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12128         (gnus-agent-prompt-send-queue): Add :version.
12129
12130         * deuglify.el (gnus-outlook-deuglify): Add :version.
12131
12132         * html2text.el: Beautify code.  Improve doc strings.  Some
12133         checkdoc cleanup.
12134         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12135
12136 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12137
12138         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12139
12140 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12141
12142         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12143         when package is loaded.
12144
12145         * spam.el (spam-summary-score-preferred-header): Add global preference
12146         for people who want to override the default SpamAssassin over
12147         Bogofilter preference (when both are set).
12148         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12149         (spam-user-format-function-S): Check
12150         spam-summary-score-preferred-header.
12151         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12152         (spam-user-format-function-S): Format the score correctly.
12153
12154 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12157         signature file.  Suggested by Manoj Srivastava
12158         <srivasta@golden-gryphon.com>.
12159
12160         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12161         iso-2022-jp even in the Japanese language environment.
12162         Suggested by Jason Rumney <jasonr@gnu.org>.
12163
12164 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12167         use the same characters as the dummy marks; make it free from
12168         getting affected by the language environment.
12169         (gnus-summary-read-group-1): Update mark positions only when the
12170         format spec is updated.
12171
12172         * gnus-spec.el (gnus-update-format-specifications): Return a list
12173         of updated types.
12174
12175 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12178         of boundp to check if display-warning is available.
12179
12180 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12181
12182         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12183
12184 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * nnspool.el (nnspool-spool-directory): Use news-path if the
12187         news-directory variable is not bound.
12188
12189         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12190         function instead of display-warning if it is not available.
12191
12192 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12195         v5-10: Use `point-at-bol'.
12196
12197 2004-10-26  Simon Josefsson  <jas@extundo.com>
12198
12199         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12200         <chenggao@gmail.com>.
12201
12202 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12205         instead.
12206
12207 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12210         to remove a server from the nnimap-server-buffer-alist.
12211         (nnimap-open-connection, nnimap-close-server): Use it.
12212
12213         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12214
12215 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12218         running the major-mode function.
12219
12220 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12223         dummy marks in the right way.
12224
12225 2004-10-18  David Edmondson  <dme@dme.org>
12226
12227         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12228         excessively.
12229
12230 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12231
12232         * gnus-util.el (gnus-split-references): Accept a nil references
12233         string and go on blissfully.
12234
12235         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12236         cases where the references string is non-nil but has no references.
12237
12238         * encrypt.el: Add autoload tags.
12239
12240         * spam.el (spam-resolve-registrations-routine): Remove article
12241         from unregistration list too.  Reported by David Hanak
12242         <dhanak@isis.vanderbilt.edu>
12243
12244 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12247         nil.  Changed custom type.
12248
12249 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12252
12253         * gnus-sum.el (gnus-summary-move-article): Use it.
12254
12255 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12256
12257         * encrypt.el: Add autoload cookies.
12258
12259         * spam.el (spam-backend-article-list-property)
12260         (spam-backend-get-article-todo-list)
12261         (spam-backend-put-article-todo-list)
12262         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12263         Resolve registrations separately.
12264         (spam-register-routine): Format comments.
12265         (spam-unregister-routine, spam-register-routine): Always call with
12266         specific-articles, no default list.
12267         (spam-summary-prepare-exit): Use the spam-classifications function.
12268
12269         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12270         gnus-encrypt.el.
12271
12272         * encrypt.el: Copied from gnus-encrypt.el.
12273
12274         * gnus-encrypt.el: Commented that it's obsolete.
12275
12276 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12279         (gnus-score-save): Use it.
12280
12281         * message.el (message-bury): Use `window-dedicated-p'.
12282
12283 2004-10-15  Simon Josefsson  <jas@extundo.com>
12284
12285         * pop3.el (top-level): Don't require nnheader.
12286         (pop3-read-timeout): Add.
12287         (pop3-accept-process-output): Add.
12288         (pop3-read-response, pop3-retr): Use it.
12289
12290 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12291
12292         * spam.el (spam-register-routine): Move comment.
12293         (spam-verify-bogofilter): Use 'unknown for the initial
12294         spam-bogofilter-valid state, not 'never.
12295
12296         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12297         for netrc-machine.
12298
12299         * nnimap.el (nnimap-open-connection): Use
12300         netrc-machine-user-or-password.
12301
12302 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12303
12304         * gnus-registry.el (gnus-registry-unload-hook):
12305         Set as a variable with add-hook.
12306
12307         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12308         of news-path.
12309
12310         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12311
12312         * spam.el: Delete duplicate `provide'.
12313         (spam-unload-hook): Set as a variable with add-hook.
12314
12315 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12318         in the doc string.
12319
12320         * message.el (message-ignored-news-headers)
12321         (message-ignored-supersedes-headers)
12322         (message-ignored-resent-headers)
12323         (message-forward-ignored-headers): Improve custom type.
12324
12325 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * message.el (message-tokenize-header): Fix 2004-09-06 change
12328         which used point-min in the wrong place.
12329
12330 2004-10-12  Simon Josefsson  <jas@extundo.com>
12331
12332         * tls.el (tls-certtool-program): New variable.
12333         (tls-certificate-information): New function, based on
12334         ssl-certificate-information.
12335
12336 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * compface.el: Move the version of ELisp-based uncompface program
12339         to the contrib directory because of the copyright problem.
12340
12341 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * message.el (message-kill-buffer): Raise the current frame.
12344
12345 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12348
12349         * gnus.el (message-y-or-n-p): Autoload.
12350
12351         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12352         (pop3-password-required, pop3-authentication-scheme)
12353         (pop3-leave-mail-on-server): Made customizable.
12354         (pop3): New custom group.
12355         (pop3-retr): Remove `sleep-for' statements.
12356         Suggested by Dave Love <fx@gnu.org>.
12357
12358         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12359         Windows/DOS.
12360
12361         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12362         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12363         Dave Love <fx@gnu.org>.
12364
12365         * mml.el (mml-minibuffer-read-disposition): Require match.
12366         Suggested by Dave Love <fx@gnu.org>.
12367
12368 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12371         doc string.
12372
12373 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12376
12377 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12378
12379         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12380         instead of calling `mm-insert-inline', to decode text/* parts
12381         before displaying them.
12382
12383 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * mm-uu.el (mm-uu-text-plain-type): New variable.
12386         (mm-uu-pgp-signed-extract-1): Use it.
12387         (mm-uu-pgp-encrypted-extract-1): Use it.
12388         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12389         bind mm-uu-text-plain-type with that value.
12390         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12391         mm-uu-dissect.
12392
12393 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-group.el (gnus-update-group-mark-positions):
12396         * gnus-sum.el (gnus-update-summary-mark-positions):
12397         * message.el (message-check-news-body-syntax):
12398         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12399         of string-as-multibyte.
12400
12401 2004-10-05  Juri Linkov  <juri@jurta.org>
12402
12403         * gnus-group.el (gnus-update-group-mark-positions):
12404         * gnus-sum.el (gnus-update-summary-mark-positions):
12405         * message.el (message-check-news-body-syntax):
12406         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12407         8-bit unibyte values to a multibyte string for search functions.
12408
12409 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12412         (mm-uu-dissect-text-parts): New function.
12413
12414         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12415         dissect text parts.
12416
12417         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12418         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12419
12420         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12421
12422         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12423         gnus-current-topics instead of gnus-current-topic.
12424
12425 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12426
12427         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12428
12429 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12430
12431         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12432         where approriate.
12433
12434         * nnml.el (nnml-generate-active-info): do.
12435
12436         * nndiary.el (nndiary-generate-active-info): do.
12437
12438         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12439         (gnus-topic-move): do.
12440
12441         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12442         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12443
12444         * gnus-srvr.el (gnus-server-prepare)
12445         (gnus-server-open-all-servers): do.
12446
12447         * gnus-msg.el (gnus-summary-cancel-article)
12448         (gnus-summary-resend-message)
12449         (gnus-summary-mail-crosspost-complaint): do.
12450
12451         * gnus-move.el (gnus-change-server): do.
12452
12453         * gnus-group.el (gnus-group-unmark-all-groups)
12454         (gnus-group-set-current-level): do.
12455
12456 2004-10-04  Simon Josefsson  <jas@extundo.com>
12457
12458         * message.el (message-generate-hashcash): Doc fix.
12459
12460 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12461
12462         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12463         avoid infinite recursion via gnus-get-function.
12464
12465 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12466
12467         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12468
12469         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12470
12471         * nnmail.el (nnmail-split-history): do.
12472
12473         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12474         (nnml-request-delete-group): do.
12475
12476         * nnslashdot.el (nnslashdot-read-groups): do.
12477
12478         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12479         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12480
12481         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12482         (nnspool-sift-nov-with-sed): Use last.
12483         (nnspool-retrieve-headers-with-nov): Use mapc.
12484         (nnspool-request-newgroups): Use dolist.
12485         (nnspool-request-group): Use last.
12486
12487         * nntp.el (nntp-read-server-type): Use dolist.
12488
12489         * nnvirtual.el (nnvirtual-create-mapping)
12490         (nnvirtual-update-read-and-marked): Use dolist.
12491         (nnvirtual-convert-headers): Simplify.
12492
12493 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12494
12495         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12496         support for sync'ing tick marks.
12497
12498 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12501         there's no visible header.
12502
12503 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12504
12505         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12506         necessary, pass full group name to gnus-request-set-marks.
12507
12508 2004-10-01  Simon Josefsson  <jas@extundo.com>
12509
12510         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12511         acroread.
12512
12513 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * spam-report.el (spam-report-gmane): Fix interactive.
12516
12517         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12518
12519         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12520         when writing file.
12521         (gnus-agent-synchronize-flags): Don't default to being
12522         interactive.
12523
12524 2004-09-30  Simon Josefsson  <jas@extundo.com>
12525
12526         * message.el (message-generate-hashcash): Add.
12527         (message-send-mail): Use it, call mail-add-payment.
12528
12529 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12530
12531         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12532
12533 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12534
12535         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12536         gnus-requst-update-info with explicit code to sync the in-memory
12537         info read flags with the marks being sync'd to the backend.
12538
12539         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12540
12541 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12542
12543         * spam.el (spam-verify-bogofilter): Add new function.
12544         (spam-check-bogofilter)
12545         (spam-bogofilter-register-with-bogofilter): Use it.
12546         (spam-verify-bogofilter): Add small fixes.
12547
12548 2004-09-28  Simon Josefsson  <jas@extundo.com>
12549
12550         * hashcash.el (hashcash-generate-payment): Revert.
12551
12552 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12553
12554         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12555         gnus-extract-references instead of gnus-split-references.
12556
12557         * gnus-util.el (gnus-extract-references): Add new function, analogous
12558         to gnus-split-references but extracts only the message-ID without
12559         anything extra.
12560
12561         * hashcash.el (hashcash-generate-payment)
12562         (hashcash-check-payment): Do the right thing if hashcash-path is
12563         nil (because the hashcash program could not be found).
12564
12565         * spam.el (spam-use-hashcash): Remove comment.
12566
12567 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12568
12569         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12570         (gnus-cache-enter-article, gnus-cache-remove-article)
12571         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12572
12573         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12574
12575         * gnus-art.el (article-hide-boring-headers)
12576         (article-translate-strings, article-display-face)
12577         (gnus-article-mime-match-handle-first)
12578         (gnus-article-highlight-headers)
12579         (gnus-article-add-buttons-to-head): do.
12580
12581 2004-09-27  Simon Josefsson  <jas@extundo.com>
12582
12583         * hashcash.el: New version, from
12584         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12585         ../contrib/.
12586
12587 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12590
12591 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12592
12593         * gnus-dup.el (gnus-dup-open): Use mapc.
12594         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12595
12596         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12597         Reported by Stefan Wiens <s.wi@gmx.net>.
12598
12599         * gnus.el (gnus-shutdown): Use dolist.
12600
12601         * gnus-undo.el (gnus-undo): Use mapc.
12602
12603         * nnrss.el (nnrss-generate-active): do.
12604
12605         * message.el (message-cite-original-without-signature)
12606         (message-cite-original): Use mapc.
12607         (message-do-actions, message-make-forward-subject): Use dolist.
12608
12609 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12610
12611         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12612         deletion to remove entire duplicate line.  Fixes merged article
12613         number bug.
12614
12615 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12616
12617         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12618         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12619         first ask if you want to open a server and then, even when you
12620         responded with no, asking if you want to synchronize the server's
12621         flags.
12622         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12623         multi-line expressions.
12624         (gnus-agent-synchronize-group-flags): New internal function.
12625         Updates marks in memory (in the info structure) AND in the
12626         backend.
12627
12628         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12629
12630         * nnagent.el (nnagent-request-set-mark): Use
12631         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12632         method, to ensure that synchronization updates marks in the
12633         backend and in the info (in memory) structure.
12634
12635 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12638         convention fully; don't miss the root article of a thread; make
12639         the X-Draft-From header with correct article numbers.
12640
12641 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12642
12643         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12644         unless plugged.  Disable the agent so that an open failure causes
12645         an error.
12646
12647         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12648         Reverted 2004-09-21 change.  The backend must be opened while
12649         synchronizing flags even when the backend stores the flags
12650         locally.
12651
12652 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12655         in `header' match.  Reported by Svend Tollak Munkejord.
12656
12657         * message.el (message-cite-original): Fix use of
12658         `message-cite-articles-with-x-no-archive'.
12659
12660 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12663         (gnus-window-to-buffer): Ditto.
12664
12665         * mml.el (mml-preview-buffer): New variable.
12666         (mml-preview): Manage window layout with gnus-buffer-configuration.
12667
12668         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12669         X-Draft-From header even if those articles aren't quoted.
12670
12671 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12672
12673         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12674         (gnus-request-set-mark, gnus-request-update-mark): Use new
12675         g-s-t-u-l-m to decide to use backend even when unplugged.
12676
12677 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12680         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12681
12682 2004-09-20  Simon Josefsson  <jas@extundo.com>
12683
12684         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12685         "utf-16-le".
12686
12687 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12688
12689         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12690
12691 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * uudecode.el (uudecode-use-external): Add :version.
12694
12695         * smime.el (smime-CA-file, smime-encrypt-cipher)
12696         (smime-dns-server): Add :version.
12697
12698         * smiley.el (gnus-smiley-file-types): Add :version.
12699
12700         * sha1.el (sha1-use-external): Add :version.
12701
12702         * pgg-def.el (pgg-query-keyserver): Add :version.
12703
12704         * nnmail.el (nnmail-fancy-expiry-targets)
12705         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12706         Add :version.
12707
12708         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12709         (nnimap-retrieve-groups-asynchronous): Add :version.
12710         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12711
12712         * mml.el (mml-content-disposition-parameters)
12713         (mml-insert-mime-headers-always): Add :version.
12714
12715         * mm-util.el (mm-coding-system-priorities): Add :version.
12716
12717         * mm-decode.el (mm-inline-text-html-with-images)
12718         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12719         (mm-verify-option): Add :version.
12720         (mm-text-html-renderer): Change :version.
12721
12722         * message.el (message-fcc-externalize-attachments)
12723         (message-required-headers, message-draft-headers)
12724         (message-subject-trailing-was-query)
12725         (message-subject-trailing-was-ask-regexp)
12726         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12727         (message-mark-insert-end, message-archive-header)
12728         (message-archive-note, message-cross-post-default)
12729         (message-cross-post-note, message-followup-to-note)
12730         (message-cross-post-note-function, message-use-mail-followup-to)
12731         (message-subscribed-address-functions)
12732         (message-subscribed-address-file, message-subscribed-addresses)
12733         (message-subscribed-regexps, message-allow-no-recipients)
12734         (message-yank-cited-prefix, message-signature-insert-empty-line)
12735         (message-hidden-headers, message-hierarchical-addresses)
12736         (message-mail-user-agent, message-use-idna)
12737         (message-valid-fqdn-regexp)
12738         (message-strip-special-text-properties, message-header-synonyms)
12739         (message-beginning-of-line, message-tab-body-function): Add :version.
12740         (message-insert-canlock, message-wide-reply-confirm-recipients):
12741         Change :version.
12742
12743         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12744         and :version.
12745         (mail-source-delete-old-incoming-confirm)
12746         (mail-source-movemail-program): Add :version.
12747
12748         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12749         (gnus-agent-cache, gnus-agent): Change :version.
12750
12751         * gnus-util.el (gnus-use-byte-compile): Change :version.
12752
12753         * gnus-sum.el (gnus-summary-make-false-root-always)
12754         (gnus-summary-default-high-score)
12755         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12756         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12757         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12758         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12759         (gnus-sum-thread-tree-single-indent)
12760         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12761         (gnus-sum-thread-tree-leaf-with-other)
12762         (gnus-sum-thread-tree-single-leaf): Add :version.
12763         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12764         (gnus-article-loose-mime): Change :version.
12765
12766         * gnus-start.el (gnus-backup-startup-file)
12767         (gnus-save-startup-file-via-temp-buffer): Add :version.
12768
12769         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12770         (gnus-server-offline-face): Add :version.
12771
12772         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12773
12774         * gnus-msg.el (gnus-gcc-externalize-attachments)
12775         (gnus-debug-files, gnus-debug-exclude-variables)
12776         (gnus-discouraged-post-methods): Change :version.
12777         (gnus-confirm-mail-reply-to-news)
12778         (gnus-confirm-treat-mail-like-news): Add :version.
12779
12780         * gnus-int.el (gnus-server-unopen-status): Add :version.
12781
12782         * gnus-group.el (gnus-group-jump-to-group-prompt)
12783         (gnus-large-ephemeral-newsgroup)
12784         (gnus-fetch-old-ephemeral-headers): Add :version.
12785
12786         * gnus-fun.el (gnus-x-face-directory)
12787         (gnus-convert-pbm-to-x-face-command)
12788         (gnus-convert-image-to-x-face-command)
12789         (gnus-convert-image-to-face-command): Add :version.
12790
12791         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12792
12793         * gnus-cite.el (gnus-cite-blank-line-after-header)
12794         (gnus-article-boring-faces): Add :version.
12795
12796         * gnus-art.el (gnus-buttonized-mime-types)
12797         (gnus-inhibit-mime-unbuttonizing)
12798         (gnus-treat-display-face)
12799         (gnus-treat-body-boundary): Change :version.
12800         (gnus-body-boundary-delimiter, gnus-picon-databases)
12801         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12802         (gnus-treat-date-english, gnus-treat-fold-headers)
12803         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12804         (gnus-treat-mail-picon, gnus-treat-wash-html)
12805         (gnus-article-encrypt-protocol)
12806         (gnus-use-idna, gnus-article-over-scroll)
12807         (gnus-mime-display-multipart-alternative-as-mixed)
12808         (gnus-mime-display-multipart-related-as-mixed)
12809         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12810         (gnus-ctan-url, gnus-button-ctan-handler)
12811         (gnus-button-handle-ctan-bogus-regexp)
12812         (gnus-button-ctan-directory-regexp)
12813         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12814         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12815         (gnus-button-man-level, gnus-button-emacs-level)
12816         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12817
12818         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12819         (gnus-agent-go-online): Change :version.
12820         (gnus-agent-expire-unagentized-dirs)
12821         (gnus-agent-auto-agentize-methods): Add :version.
12822
12823         * flow-fill.el (fill-flowed-display-column)
12824         (fill-flowed-encode-column): Add :version.
12825
12826         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12827         (gnus-outlook-deuglify-unwrap-max)
12828         (gnus-outlook-deuglify-cite-marks)
12829         (gnus-outlook-deuglify-unwrap-stop-chars)
12830         (gnus-outlook-deuglify-no-wrap-chars)
12831         (gnus-outlook-deuglify-attrib-cut-regexp)
12832         (gnus-outlook-deuglify-attrib-verb-regexp)
12833         (gnus-outlook-deuglify-attrib-end-regexp)
12834         (gnus-outlook-display-hook): Add :version.
12835
12836         * binhex.el (binhex-use-external): Add :version.
12837
12838 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12841         and `invisible'.
12842
12843 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12844
12845         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12846         in gnus-registry-trim.
12847
12848 2004-09-13  Simon Josefsson  <jas@extundo.com>
12849
12850         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12851
12852         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12853
12854         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12855         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12856         <yamaoka@jpl.org>.
12857         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12858         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12859         <yamaoka@jpl.org>.
12860
12861         * sieve.el (sieve-manage-mode): Ditto.
12862
12863 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12866
12867 2004-09-11  Simon Josefsson  <jas@extundo.com>
12868
12869         * dns-mode.el: Add.
12870
12871         * mm-view.el (mm-display-dns-inline): Add.
12872
12873         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12874         (mm-automatic-display): Ditto.
12875
12876         * mailcap.el (mailcap-mime-data): Add text/dns.
12877         (mailcap-mime-extensions): Map .soa to text/dns.
12878
12879 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12880
12881         * gnus-art.el (article-decode-mime-words, article-babel)
12882         (gnus-article-highlight-signature, gnus-article-add-buttons)
12883         (gnus-signature-toggle): Remove unnecessary bindings of
12884         `inhibit-read-only' inherited from v5.10 merge.
12885
12886 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * nntp.el (nntp): New customization group.
12889         (nntp-authinfo-file): Add customization group.
12890
12891         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12892
12893         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12894
12895         * gnus.el (to-address, to-list, subscribed)
12896         (large-newsgroup-initial): Ditto.
12897
12898         * flow-fill.el (fill-flowed-display-column)
12899         (fill-flowed-encode-column): Ditto.
12900
12901 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12902
12903         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12904         Use point-min rather than 1.
12905         (message-send-mail): Use buffer-size rather than point-max.
12906
12907         * gnus-sum.el (gnus-summary-search-article-forward):
12908         Signal a specific `search-failed' rather than a generic `error'.
12909
12910         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12911         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12912         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12913
12914 2004-09-10  Simon Josefsson  <jas@extundo.com>
12915
12916         * nndb.el (require): Remove tcp and duplicate cl.
12917
12918 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-agent.el (directory-files-and-attributes): Move forward.
12921
12922 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12923
12924         * gnus-agent.el (directory-files-and-attributes): Optionally
12925         defined to support XEmacs.
12926
12927 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12928
12929         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12930         to avoid run-time CL dependencies.
12931         (gnus-agent-unfetch-articles): New function.
12932         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12933         article numbers even when local .overview file is missing.
12934         (gnus-agent-read-article-number): New function.  Only accepts
12935         27-bit article numbers.
12936         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12937         gnus-agent-read-article-number.
12938         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12939         from backend while recognizing that article numbers in .overview
12940         must be valid.
12941         (gnus-agent-update-files-total-fetched-for): Use
12942         directory-files-and-attributes to improve performance.
12943         * gnus-int.el (gnus-request-move-article): Use
12944         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12945         improve performance.
12946
12947         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12948         some users confused by references to .newsrc when they only have a
12949         .newsrc.eld file.
12950         (gnus-convert-mark-converter-prompt)
12951         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12952         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12953         New function.  Used internally to only display 'gnus converting
12954         files' message when actually necessary.
12955
12956         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12957         methods now autoloaded.
12958
12959 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12962         identifiers.
12963
12964 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12965
12966         * gnus-picon.el: Fix indentation and closing parenthesis.
12967
12968 2004-09-01  Simon Josefsson  <jas@extundo.com>
12969
12970         * message.el (message-canlock-generate): Require sha1, not
12971         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12972         to require within a function.  Sadly, if sha1.el isn't loaded, the
12973         let binding in m-c-g will hide the defcustom definition, which is
12974         bad.)
12975
12976         * canlock.el: Require sha1, not sha1-el.
12977
12978         * message.el: Don't autoload sha1 (there is a autoload cookie in
12979         sha1.el).
12980
12981         * sha1-el.el: Renamed to sha1.el.
12982
12983 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12984
12985         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12986
12987 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12988
12989         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12990
12991 2004-08-30  Kim F. Storm  <storm@cua.dk>
12992
12993         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12994
12995         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12996         Add :group 'nnimap.
12997
12998 2004-08-30  Andreas Schwab  <schwab@suse.de>
12999
13000         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13001         ?* and ?\;.
13002
13003         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13004         and ?\' to symbol instead of whitespace.
13005
13006 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13009
13010         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13011         instead of re-search-forward.
13012
13013         * gnus-uu.el (gnus-uu-save-article): Ditto.
13014         (gnus-uu-post-encode-uuencode): Ditto.
13015
13016         * html2text.el (html2text-clean-list-items): Ditto.
13017         (html2text-clean-dtdd): Ditto.
13018         (html2text-format-tags): Ditto.
13019
13020         * message.el (message-send-mail-with-sendmail): Fix regexp.
13021         (message-fill-field-general): Use search-forward instead of
13022         re-search-forward.
13023         (unbold-region): Ditto.
13024
13025         * nnrss.el (nnrss-request-article): Ditto.
13026
13027         * nnslashdot.el (nnslashdot-request-article): Ditto.
13028
13029         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13030
13031         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13032         "Unrecognized menu descriptor" error in XEmacs.
13033
13034 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13035
13036         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13037         parent article of a sparse article in the thread hashtb.
13038
13039 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13040
13041         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13042         (nnmail-expand-newtext): Lowercase expanded entries if
13043         nnmail-split-lowercase-expanded is non-nil.
13044
13045 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13048
13049         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13050         of gnus-tmp-news-method into string under XEmacs.  It will be
13051         passed to gnus-correct-length which takes only a string argument.
13052
13053 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus-util.el (gnus-bind-print-variables): New macro.
13056         (gnus-prin1): Use it.
13057         (gnus-prin1-to-string): Use it.
13058         (gnus-pp): New function.
13059         (gnus-pp-to-string): New function.
13060
13061         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13062         Replace pp-to-string with gnus-pp-to-string.
13063         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13064         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13065         * gnus-msg.el (gnus-debug): Ditto.
13066         * gnus-score.el (gnus-score-save): Ditto.
13067         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13068         gnus-pp-to-string.
13069         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13070         with gnus-pp.
13071         * score-mode.el (gnus-score-pretty-print): Ditto.
13072         * webmail.el (webmail-debug): Ditto.
13073
13074 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-art.el (article-display-face, article-display-x-face):
13077         Use buffer-read-only.
13078
13079 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-art.el (article-hide-list-identifiers):
13082         Bind inhibit-read-only as t.
13083
13084 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13087
13088 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13089
13090         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13091         (gnus-narrow-to-page): Don't assume point-min == 1.
13092         (gnus-article-edit-mode): Derive from message-mode.
13093
13094         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13095         point-min == 1.
13096
13097         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13098         Disable incorrect use of `assert'.
13099
13100         * message.el (message-mode): Set comment-start-skip.
13101
13102
13103 2004-08-22  Sam Steingold  <sds@gnu.org>
13104
13105         * pop3.el (pop3-leave-mail-on-server): New user variable.
13106         (pop3-movemail): Delete mail only when it is nil.
13107
13108 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13111
13112         * mml.el (mml-preview): Use `pop-to-buffer'.
13113
13114         * message.el (message-goto-mail-followup-to): Insert after "To".
13115         (message-carefully-insert-headers): Add comment.
13116
13117         * gnus.el: Remove unused variable `gnus-article-check-size'.
13118
13119         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13120
13121         * gnus-art.el (gnus-button-alist): Improve
13122         `gnus-button-handle-library' entry.
13123
13124 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13125
13126         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13127         downcase, since XEmacs capitalizes error messages differently.
13128
13129 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13130
13131         * nntp.el: Add (require 'gnus) due to reference to
13132         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13133
13134 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13135
13136         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13137         `mm-fill-flowed'.
13138
13139         * mm-decode.el (mm-dissect-singlepart): Check it.
13140
13141 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13144         'imap' for netrc parsing.
13145
13146 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * mailcap.el (mailcap-mime-data): Mark as risky.
13149
13150 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13153         may be included in the encoded word.
13154         (rfc2047-encode): Don't append a space if the encoded word
13155         includes close parenthesis.
13156
13157 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13160         of text within parentheses.
13161
13162 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13163
13164         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13165         (gnus-encrypt-write-file-contents): Make the password key the file
13166         name PLUS the cipher, not just the cipher.  Also remove failed
13167         passwords from the cache.
13168
13169 2004-08-06  Simon Josefsson  <jas@extundo.com>
13170
13171         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13172         fix.
13173
13174 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13177         LWSP.
13178
13179 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13180
13181         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13182         to append in-reply-to: data to the references: header.
13183
13184         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13185         (netrc-parse): Use gnus-encrypt.el functions.
13186
13187         * gnus-encrypt.el: Add new file for encryption support; currently
13188         does only a few GPG ciphers and an internal XOR cipher.
13189
13190         * password.el: Add comments on using password-read-and-add.
13191         (password-read-and-add): Add function to read and add the
13192         password to the cache at once.
13193
13194 2004-07-28  Simon Josefsson  <jas@extundo.com>
13195
13196         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13197         parameter (but don't use it, for now).
13198
13199         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13200         instead of hard coding to nil.
13201
13202 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13205         as mm-inline-image-xemacs does.
13206
13207 2004-07-26  Simon Josefsson  <jas@extundo.com>
13208
13209         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13210         Revert part of 2004-07-17 change below.
13211
13212 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13215         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13216
13217 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218
13219         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13220         quotes that actually start with ">" at the beginning of the
13221         lines.
13222
13223 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * rfc2047.el (rfc2047-encode-region): Fix last change.
13226         (rfc2047-encode-parameter): Remove useless concat.
13227
13228 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13231         encode special characters; fix some kind of misconfigured headers;
13232         signal a real error if debug-on-quit or debug-on-error is non-nil.
13233         (rfc2047-encode-max-chars): New variable.
13234         (rfc2047-encode-1): Use it.
13235         (rfc2047-encode-parameter): New function.
13236
13237         * mml.el (mml-insert-parameter): Remove an excessive space.
13238
13239 2004-07-17  Simon Josefsson  <jas@extundo.com>
13240
13241         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13242         Kai Grossjohann <kai@emptydomain.de>.
13243         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13244         (gnus-group-make-menu-bar): Ditto.
13245
13246         * gnus-util.el (gnus-group-server): Add.
13247
13248 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13249
13250         * message.el (message-clone-locals): Clone sendmail and smtp
13251         variables.
13252
13253 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * rfc2047.el (rfc2047-encode-region): Fix last change.
13256
13257 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13260         characters as non-special.
13261
13262 2004-07-09  Simon Josefsson  <jas@extundo.com>
13263
13264         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13265         Users will lose all flag changes made while unplugged with
13266         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13267         good default.  See numerous reports on ding mailing list.
13268
13269 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13272         add generate-head-function and generate-article-function to the
13273         rfc822-forward entry.
13274         (nndoc-rfc822-forward-generate-article): New function.
13275         (nndoc-rfc822-forward-generate-head): New function.
13276
13277         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13278
13279 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13280
13281         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13282         respect display group parameter and gnus-summary-expunge-below.
13283         (gnus-articles-to-read): Remove unused reference to display group
13284         parameter.
13285
13286 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13287
13288         * nnheader.el (nnheader-uniquify-message-id): New experimental
13289         variable.
13290         (nnheader-nov-read-message-id): Use it.
13291
13292         * spam-report.el (spam-report-gmane): Add interactive.
13293
13294 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13297         qp-or-base64 for the application/* types.
13298
13299 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13300
13301         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13302
13303 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13304
13305         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13306         trim value.
13307
13308 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13309
13310         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13311         New macro and function.
13312         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13313
13314 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13317         after-load-alist.
13318
13319 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320
13321         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13322         update info that isn't there.
13323
13324 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13325
13326         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13327         entry.
13328
13329 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mm-view.el (mm-inline-render-with-function): Use multibyte
13332         buffer; decode html source by charset.
13333
13334         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13335
13336         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13337         Mule-UCS is loaded under XEmacs.
13338         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13339
13340 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13341
13342         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13343
13344 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * mm-util.el (mm-coding-system-p): Return a coding-system.
13347         (mm-mime-mule-charset-alist): Use shift_jis instead of
13348         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13349         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13350         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13351         instead of japanese-shift-jis and iso-latin-1 respectively in
13352         order to share the default value with both Emacs and XEmacs-mule.
13353         (mm-mule-charset-to-mime-charset): Make
13354         mm-coding-system-priorities effective.
13355         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13356         while predicating of candidates upon the priorities.
13357
13358 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13359
13360         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13361         gnus-uu-invert-processable.
13362
13363         * gnus.el: Autoload gnus-uu-invert-processable.
13364
13365 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * mm-util.el (mm-with-multibyte-buffer): New macro.
13368
13369         * rfc2047.el (rfc2047-encode-string): Use it.
13370         (rfc2047-encode-region): Move point to the end of the region after
13371         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13372
13373 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13376         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13377
13378 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13381         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13382         Karl Chen <quarl@nospam.quarl.org>.
13383
13384 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13385
13386         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13387         invalid addresses.
13388
13389 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         * spam.el: Change section markers, revise TODO list.
13392         (spam-backends): Make new master list of all installed backends.
13393         (spam-summary-exit-behavior): Add new variable to determine how
13394         messages moves are done at summary exit.
13395         (spam-move-spam-nonspam-groups-only)
13396         (spam-process-ham-in-nonham-groups)
13397         (spam-process-ham-in-spam-groups): Remove variables, the
13398         spam-summary-exit-behavior variable should be used to manage this
13399         behavior.
13400         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13401         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13402         and spam-old-spam-articles.
13403         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13404         Add empty variables, placeholders for the backends they represent.
13405         (spam-set-difference): Move, unchanged.
13406         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13407         unless the user has a processor variable.
13408         (spam-classifications, spam-classification-valid-p)
13409         (spam-backend-properties, spam-backend-property-valid-p)
13410         (spam-backend-function-type-valid-p)
13411         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13412         (spam-report-articles-gmane, spam-report-articles-resend):
13413         Remove functions, they are not needed.
13414         (spam-install-backend-super, spam-backend-list)
13415         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13416         (spam-backend-function, spam-backend-ham-registration-function)
13417         (spam-backend-spam-registration-function)
13418         (spam-backend-ham-unregistration-function)
13419         (spam-backend-spam-unregistration-function)
13420         (spam-backend-statistical-p, spam-backend-mover-p)
13421         (spam-install-backend-alias, spam-install-checkonly-backend)
13422         (spam-install-mover-backend, spam-install-nocheck-backend)
13423         (spam-install-backend, spam-install-statistical-backend)
13424         (spam-install-statistical-checkonly-backend): Add backend installation
13425         support.
13426         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13427         (spam-group-processor-p): Use the new backend code and respect the
13428         summary exit behavior.
13429         (spam-mark-spam-as-expired-and-move-routine): Remove.
13430         (spam-summary-prepare): Change to use the new spam-old-articles
13431         variable.
13432         (spam-copy-or-move-routine, spam-copy-spam-routine)
13433         (spam-move-spam-routine, spam-copy-ham-routine)
13434         (spam-move-ham-routine): Add code to copy/move ham or spam.
13435         (spam-fetch-field-fast): Improve doc and code, plus allow the
13436         'number request.
13437         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13438         variables.
13439         (spam-split, spam-find-spam): Use the new backend code.
13440         (spam-registration-functions): Remove variable.
13441         (spam-unregister-routine): Add convenience wrapper.
13442         (spam-log-undo-registration, spam-register-routine)
13443         (spam-log-processing-to-registry)
13444         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13445         where possible.
13446         (spam-check-gmane-xref, spam-check-regex-headers)
13447         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13448         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13449         (spam-check-bogofilter-headers, spam-check-spamoracle)
13450         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13451         (spam-check-crm114-headers): Use the spam-split-group that
13452         spam-split prepares, no need to determine it every time.
13453
13454         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13455         to the nnheader-parse-naked-head call.
13456
13457         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13458
13459         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13460         the nnheader-nov-read-message-id call.
13461
13462 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13465         gnus-activate-group twice.  Suggested by Markus Peter
13466         <warp@spin.de>.
13467
13468 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-art.el (gnus-article-time-format): Exchange the order of
13471         day and month in the default value; fix customization type.
13472         (article-date-ut): Use add-text-properties.
13473         (article-make-date-line): Use message-make-date instead of
13474         current-time-string.
13475
13476         * message.el (message-fetch-field): Don't use set-text-properties.
13477         (message-make-date): Simplify.
13478
13479         * messagexmas.el (message-xmas-make-date): New function.
13480         (message-xmas-redefine): Defalias message-make-date to it.
13481
13482 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13485         (rfc2047-encode-region): Treat text within parentheses as special;
13486         show the original text when error has occurred.
13487
13488         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13489         already-computed method to gnus-activate-group.
13490
13491         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13492         same select-methods identical Lisp objects.
13493
13494         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13495         object when modifying the info.
13496
13497 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13500         gnus-opened-servers since it has never been opened with the new
13501         configuration yet.
13502
13503 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13506         arg to nnheader-generate-fake-message-id.
13507
13508 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13511         number and build a fake message ID localized to a group and
13512         article number (so it's repeatable from that point on).
13513         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13514         ID format.
13515
13516         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13517         nnheader-generate-fake-message-id with the article number.
13518
13519 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13520
13521         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13522         end-of-buffer.
13523
13524 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13525
13526         * message.el (message-ignored-supersedes-headers): Add Approved.
13527
13528 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13531         goto-char.
13532         (rfc2047-encode): Fold the line before encoding.
13533
13534 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535
13536         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13537         folding -- not all headers can be folded, and this should be done
13538         by the message composition mode.  Probably.  I think.
13539
13540 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13543         fast.
13544
13545         * gnus-ems.el (gnus-remove-image): Don't use
13546         message-text-with-property; remove only the image found first.
13547
13548         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13549         found first.
13550
13551 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13552
13553         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13554
13555 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * message.el (message-text-with-property): Make it fast and accept
13558         optional arguments.
13559         (message-strip-forbidden-properties): Use it.
13560         (message-fix-before-sending): Follow the m-t-w-p change.
13561
13562         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13563
13564 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-art.el (article-hide-headers): Don't change the buffer
13567         mistakenly when performing mml-preview even if
13568         gnus-single-article-buffer is nil.
13569
13570 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13571
13572         * message.el (message-expand-name-databases): New user option.
13573         (message-expand-name): Use it.
13574
13575 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13576
13577         * spam.el (spam-report-articles-resend)
13578         (spam-report-resend-register-routine): Allow ham reporting.
13579         (spam-report-resend-register-ham-routine): Add wrapper.
13580         (spam-registration-functions): Add ham resending functions.
13581         (spam-list-of-processors): Add ham resend processor.
13582
13583         * gnus.el (ham-resend-to): Add new group parameter.
13584         (spam-process): Add ham resend option.
13585
13586         * spam-report.el (spam-report-resend): Allow reporting ham.
13587         (spam-report-resend-ham): Add wrapper.
13588
13589 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * message.el (message-cite-articles-with-x-no-archive): New
13592         variable.
13593         (message-cite-original): Use it.
13594
13595 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13596
13597         * message.el (message-cite-original): Respect X-No-Archive.
13598
13599 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-art.el (article-hide-headers): Refer to the values for
13602         gnus-ignored-headers and gnus-visible-headers in the summary
13603         buffer since a user may have set them as group parameters.
13604
13605 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13606
13607         * assistant.el (assistant-node-name): Add convenience function.
13608         (assistant-render-text, assistant-render-node): Add error handling,
13609         plus handle multiple next nodes.
13610         (assistant-find-next-node): Comment out for now.
13611         (assistant-find-next-nodes): Add function, returns list of next
13612         nodes.
13613
13614 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * mail-source.el (mail-source-directory): Fix doc-string.
13617
13618 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13619
13620         * assistant.el (assistant-render-text, assistant-eval): Add :set
13621         widget type, which is different because it takes and returns a
13622         list.  Much hilarity ensues.
13623
13624 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13627
13628         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13629         doc-string.
13630
13631         * gnus-start.el (gnus-activate-group): Added doc-string.
13632
13633 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13636
13637 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13638
13639         * assistant.el (assistant-render-text): Try to add a :set
13640         widget, more to come.
13641
13642         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13643         strings.
13644         (spam-report-articles-resend)
13645         (spam-register-routine): Do registration iff any articles warrant
13646         it.
13647         (spam-summary-prepare-exit): Change log message for nil group
13648         destinations.
13649
13650 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13651
13652         * spam.el (spam-report-resend-register-routine): Allow
13653         spam-report-resend-to to be a group parameter or a global value.
13654
13655 2004-05-26  Simon Josefsson  <jas@extundo.com>
13656
13657         * starttls.el: Merge with my GNUTLS based starttls.el.
13658         (starttls-gnutls-program, starttls-use-gnutls)
13659         (starttls-extra-arguments, starttls-process-connection-type)
13660         (starttls-connect, starttls-failure, starttls-success): New
13661         variables.
13662         (starttls-program, starttls-extra-args): Doc fix.
13663         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13664         functions.
13665         (starttls-negotiate, starttls-open-stream): Check
13666         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13667         function if it is set.
13668
13669 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13672         structured fields.
13673
13674 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13677
13678 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13679
13680         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13681         variable.
13682         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13683         assigning the spam-mark to new messages.
13684
13685 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13686
13687         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13688
13689 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13692
13693         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13694         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13695         default.
13696
13697 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13698
13699         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13700         correct data.
13701
13702 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13703
13704         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13705         (spam-group-processor-p): Fix function.
13706         (spam-group-processor-multiple-p)
13707         (spam-group-spam-processor-report-gmane-p)
13708         (spam-group-spam-processor-report-resend-p)
13709         (spam-group-spam-processor-bogofilter-p)
13710         (spam-group-spam-processor-blacklist-p)
13711         (spam-group-spam-processor-ifile-p)
13712         (spam-group-ham-processor-ifile-p)
13713         (spam-group-spam-processor-spamoracle-p)
13714         (spam-group-spam-processor-crm114-p)
13715         (spam-group-ham-processor-bogofilter-p)
13716         (spam-group-spam-processor-stat-p)
13717         (spam-group-ham-processor-stat-p)
13718         (spam-group-ham-processor-whitelist-p)
13719         (spam-group-ham-processor-BBDB-p)
13720         (spam-group-ham-processor-spamoracle-p)
13721         (spam-group-ham-processor-copy-p): Remove functions with some
13722         prejudice against unneeded code.
13723         (spam-report-articles-resend)
13724         (spam-report-resend-register-routine): Allow the group/topic
13725         spam-resend-to value to override spam-report-resend-to.
13726         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13727         properly now.
13728
13729         * gnus.el (spam-resend-to): Add group/topic parameter.
13730         (spam-process): Move the OBSOLETE processors to the end of the
13731         choices.
13732
13733 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13734
13735         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13736         with resend-to set to nil, and then ask the user if necessary.
13737         (spam-report-resend): spam-report-resend takes a list of articles, not
13738         separate article numbers.
13739
13740 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13743         addition to emacs-w3m.
13744
13745 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13746
13747         * assistant.el (assistant-authinfo-data): New function.
13748         (assistant-eval): Eval for entire assistant.
13749
13750         * netrc.el (netrc-services-file): New variable.
13751         (netrc-parse-services): New function.
13752         (netrc-find-service-name): New function.
13753         (netrc-find-service-number): New function.
13754         (netrc-port-equal): New function.
13755         (netrc-machine): Use it.
13756
13757         * nnimap.el (nnimap-open-connection): Use netrc.
13758
13759         * gnus-util.el (gnus-netrc-get): Remove aliases.
13760
13761         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13762
13763         * assistant.el (wid-edit): Fix compilation.
13764
13765         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13766
13767 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13768
13769         * gnus-util.el (gnus-set-file-modes): New function.  (small
13770         patch).
13771
13772 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773
13774         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13775
13776         * assistant.el (assistant-render-node): Fix up rendering and
13777         read-only text.
13778         (assistant-render-node): Reset.
13779         (assistant-make-read-only): Not sticky.
13780
13781 2004-05-20  Danny Siu  <dsiu@adobe.com>
13782
13783         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13784         centered even when gnus-auto-center-summary is t.
13785
13786 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13787
13788         * dns.el (dns-get-txt-answer): New function.
13789         (dns-read-txt): Ditto.
13790         (query-dns): Use it.
13791
13792 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13795         active for foreign groups even if the group level is higher than
13796         the specified value.
13797
13798 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13801         non-active groups.
13802
13803         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13804
13805 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13806
13807         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13808
13809 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13812         (spam-crm114-header, spam-crm114-spam-switch)
13813         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13814         (spam-crm114-positive-spam-header)
13815         (spam-crm114-database-directory, spam-list-of-processors)
13816         (spam-group-spam-processor-crm114-p)
13817         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13818         (spam-generic-score, spam-list-of-checks)
13819         (spam-list-of-statistical-checks, spam-registration-functions)
13820         (spam-check-crm114-headers, spam-crm114-score)
13821         (spam-check-crm114, spam-crm114-register-with-crm114)
13822         (spam-crm114-register-spam-routine)
13823         (spam-crm114-unregister-spam-routine)
13824         (spam-crm114-register-ham-routine)
13825         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13826         asjo@koldfront.dk (Adam Sjøgren).
13827
13828         * gnus.el: Add spam-use-crm114.
13829
13830         * spam.el (spam-list-of-processors, spam-registration-functions):
13831         Add spam-use-resend.
13832         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13833         (spam-report-articles-gmane): Add doc fix.
13834         (spam-report-articles-resend, spam-report-resend-register-routine):
13835         Add wrappers around spam-report-resend-to.
13836
13837         * spam-report.el (spam-report-resend-to, spam-report-resend):
13838         Add support for resending spam.
13839         (spam-report-gmane): Fix line length >80.
13840
13841         * gnus.el (spam-process): Add spam-use-resend.
13842
13843 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13844
13845         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13846         number of processed spam messages.
13847         (spam-ham-copy-or-move-routine): Return the number of processed
13848         ham messages.
13849         (spam-summary-prepare-exit): Use the above values to decide
13850         whether status messages shouled be displayed.
13851
13852 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13855         `rfc2047-encoding-function-alist' in order to avoid conflicting
13856         with the old version.
13857         (rfc2047-encode-region): Concatenate words containing non-ASCII
13858         characters in structured fields; don't encode space-delimited
13859         ASCII words even in unstructured fields; don't break words at
13860         char-category boundaries.
13861         (rfc2047-encode-1): New function.
13862         (rfc2047-encode): Use it; encode text so that it occupies the
13863         maximum width within 76-column; work correctly on Q encoding for
13864         iso-2022-* charsets.
13865         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13866         sure not to break a line just after the header name.
13867         (rfc2047-b-encode-region): Removed.
13868         (rfc2047-b-encode-string): New function.
13869         (rfc2047-q-encode-region): Removed.
13870         (rfc2047-q-encode-string): New function.
13871
13872         * mm-util.el (mm-replace-in-string): New function.
13873
13874 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13875
13876         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13877         get it right.
13878         (gnus-inews-make-draft): Really.
13879
13880 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13881
13882         * nnmh.el (nnmh-request-list-1): Don't check the link count
13883         before descending.  (small patch)
13884
13885 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13886
13887         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13888         stuff.
13889
13890         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13891         on real group name.
13892
13893         * gnus-art.el (gnus-signature-limit): Doc fix.
13894
13895         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13896
13897         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13898
13899 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13900
13901         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13902         isn't a string.
13903
13904 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13905
13906         * gnus-draft.el (gnus-draft-send): Bind
13907         rfc2047-encode-encoded-words.
13908
13909         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13910         (rfc2047-encodable-p): Say that =? needs encoding.
13911         (rfc2047-encode-encoded-words): New variable.
13912
13913         * gnus-group.el (gnus-group-select-group): Doc fix.
13914
13915         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13916
13917         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13918         to nil.
13919
13920         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13921
13922         * nnheader.el (nnheader-get-lines-and-char): New function.
13923
13924 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * gnus-msg.el (gnus-summary-followup-with-original): Document
13927         yanking of region when active.
13928
13929 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13932         groups if the group level is higher than the specified value.
13933
13934 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13937         (gnus-group-jump-to-group): Added prefix argument using
13938         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13939         non-active group.
13940
13941         * compface.el (uncompface): Be verbose when changing
13942         `uncompface-use-external'.
13943
13944         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13945         handle manual section.
13946
13947 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13948
13949         * gnus-art.el (gnus-button-alist): Revert previous change.
13950
13951 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13954
13955 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13956
13957         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13958         whether backend can accept message.
13959
13960         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13961
13962 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13963
13964         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13965         Avoid creating directory when nntp-marks-is-evil is true.
13966         Reported by Reiner Steib.
13967
13968 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-picon.el (gnus-picon-style): New variable.
13971         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13972         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13973         Jesper Harder <harder@ifa.au.dk>.
13974
13975 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13976
13977         * message.el (message-fill-field): Return point.
13978         (message-generate-headers): Go to end of field.
13979
13980         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13981         stuff for non-living groups.
13982
13983 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13984
13985         * gnus-art.el (gnus-article-followup-with-original)
13986         (gnus-article-reply-with-original): gnus-mark-active-p ->
13987         gnus-region-active-p.
13988
13989 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13990
13991         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13992         only when there is spam or ham to be processed.
13993
13994 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13995
13996         * mail-source.el (mail-source-delete-crash-box): Refactor.
13997         (mail-source-fetch): Use it.
13998         (mail-source-fetch-file): Ditto.
13999         (mail-source-fetch-directory): Run postscript in loop.
14000         (mail-source-fetch-pop): Delete.
14001         (mail-source-fetch-maildir): Ditto.
14002         (mail-source-fetch-imap): Ditto.
14003
14004         * imap.el (imap-authenticators): Comment out sasl.
14005
14006         * message.el (message-skip-to-next-address): New function.
14007         (message-fill-header-address): Refactor.
14008         (message-fill-address): Use it.
14009         (message-delete-address): Use it.
14010         (message-fill-header-general): Refactor.
14011         (message-fill-field-address): Rename.
14012         (message-narrow-to-field): Find the start of the header.
14013         (message-header-format-alist): Don't pre-fill.
14014         (message-fill-header): Removed.
14015         (message-insert-header): New function.
14016         (message-shorten-references): Use it.
14017
14018         * rfc2047.el (rfc2047-field-value): Strip props.
14019
14020         * mail-parse.el (mail-header-make-address): New alias.
14021
14022         * ietf-drums.el (ietf-drums-make-address): New function.
14023
14024         * imap.el: Add compiler directives.
14025
14026         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14027
14028         * gnus-art.el (article-decode-idna-rhs): Don't use
14029         message-idna-inside-rhs-p.
14030
14031 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14032
14033         * message.el (message-idna-inside-rhs-p): Removed.
14034         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14035
14036         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14037         false positives.
14038
14039 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14040
14041         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14042
14043 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044
14045         * nneething.el (nneething-file-name): Don't create spurious
14046         files.
14047
14048         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14049         (gnus-inews-do-gcc): Remove sleep.
14050
14051         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14052         part under point.
14053
14054         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14055         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14056
14057 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14058
14059         * spam.el (spam-summary-prepare-exit): Fixed (length).
14060
14061 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14062
14063         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14064         as expired without moving it" message when there are spam
14065         messages left.
14066
14067 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14068
14069         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14070         header is not nil.
14071
14072 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14073
14074         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14075         nntp-possibly-create-directory, not nntp-possibly-change-group.
14076         (nntp-marks-changed-p): New arg SERVER.
14077         (nntp-request-update-info): Adjust caller.
14078
14079 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14080
14081         * nntp.el (nntp-save-marks): Pass missing arg.
14082
14083 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14084
14085         * nntp.el: Support marks.
14086         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14087         (nntp-marks-modtime, nntp-marks-directory): New variables.
14088         (nntp-request-set-mark, nntp-request-update-info)
14089         (nntp-possibly-create-directory, nntp-marks-changed-p)
14090         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14091         functions.
14092
14093 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14094
14095         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14096         (gnus-xmas-redefine): Rename.
14097
14098         * gnus-score.el (gnus-score-insert-help): Use
14099         gnus-select-lowest-window.
14100
14101         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14102         appt-select-lowest-window and rename to gnus-select-lowest-window.
14103
14104         * gnus.el: do.
14105
14106 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14107
14108         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14109         encodings of MIME-encoded words, in order to improve
14110         interoperability with several broken MUAs.
14111
14112 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14113
14114         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14115         tags, only when charsets are not specified in headers.
14116         (mm-inline-text-html-render-with-w3m): Ditto.
14117
14118         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14119         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14120
14121 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14122
14123         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14124         instead of MIME-decoded from fields when checking
14125         `gnus-article-address-banner-alist'.
14126
14127 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14128
14129         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14130         description rather than subject.
14131
14132 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14133
14134         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14135
14136 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14137
14138         * gnus.el (gnus-version-number): Bump.
14139
14140 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14141
14142         * gnus.el: No Gnus v0.2 is released.
14143
14144 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14145
14146         * gnus-agent.el (gnus-agent-read-agentview): Inline
14147         gnus-uncompress-range.
14148
14149 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14150
14151         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14152         `exec-installed-p'.
14153
14154 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14155
14156         * gnus.el (spam-process, spam-autodetect-methods): Add
14157         bsfilter and bsfilter-headers.
14158
14159         * spam.el (spam-bsfilter): New customize group.
14160         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14161         (spam-bsfilter-header, spam-bsfilter-probability-header)
14162         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14163         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14164         (spam-bsfilter-database-directory): New options.
14165         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14166         (spam-list-of-statistical-checks, spam-registration-functions):
14167         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14168         (spam-bsfilter-score): New command.
14169         (spam-check-bsfilter-headers, spam-check-bsfilter)
14170         (spam-bsfilter-register-with-bsfilter)
14171         (spam-bsfilter-register-spam-routine)
14172         (spam-bsfilter-unregister-spam-routine)
14173         (spam-bsfilter-register-ham-routine)
14174         (spam-bsfilter-unregister-ham-routine): New functions.
14175         (spam-generic-score): Support bsfilter; Accept an optional argument
14176         to recalcurate spam score even if scoring header has already been
14177         added.
14178         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14179         optional argument to recalcurate spam score even if scoring header
14180         has already been added.
14181
14182 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14183
14184         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14185         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14186         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14187         link is missing.
14188
14189 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14190
14191         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14192         (html2text-get-attr): Rewrite.
14193
14194         * message.el (message-setup-1): Remove redundant put-text-property
14195         on mail-header-separator.
14196
14197 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * gnus-registry.el (gnus-registry-cache-whitespace)
14200         (gnus-registry-action, gnus-registry-spool-action)
14201         (gnus-registry-split-fancy-with-parent): Change message levels
14202         from 5 to 3 or 7, as needed.
14203
14204         * spam.el (spam-summary-prepare-exit)
14205         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14206         (spam-split, spam-find-spam, spam-log-undo-registration)
14207         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14208         level from 5 to 6.
14209
14210 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14213         2004-03-04 change).
14214
14215 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14216
14217         * sieve-manage.el (sieve-manage-open):
14218         * nnweb.el (nnweb-insert-html):
14219         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14220         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14221         * nnspool.el (nnspool-request-group):
14222         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14223         * nnml.el (nnml-request-update-info):
14224         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14225         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14226         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14227         (nnimap-request-set-mark):
14228         * nnfolder.el (nnfolder-request-update-info):
14229         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14230         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14231         * gnus-uu.el (gnus-uu-find-articles-matching):
14232         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14233         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14234         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14235         * gnus-nocem.el (gnus-nocem-scan-groups):
14236         * gnus-int.el (gnus-start-news-server):
14237         * gnus-group.el (gnus-group-make-kiboze-group)
14238         (gnus-group-browse-foreign-server):
14239         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14240         Use mapc when appropriate.
14241
14242 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14243
14244         FIXME: Make separate entries for each person.
14245
14246         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14247         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14248         <shields@msrl.com>:
14249
14250         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14251         may need for spam sorting and scoring.
14252         (spam-user-format-function-S): Add user format function suitable for
14253         general use.
14254         (spam-article-sort-by-spam-status): Add sorting function for summary
14255         sorting.
14256         (spam-extra-header-to-number): Add function to get a score from a
14257         header.
14258         (spam-summary-score): Add function to get a numeric score from the
14259         headers.
14260         (spam-generic-score): Fix function doc, was in wrong place.
14261         (spam-initialize): Take symbols when it's run, and install the
14262         extra headers that spam-necessary-extra-headers thinks we need.
14263
14264 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14265
14266         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14267         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14268
14269 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14270
14271         * gnus-sum.el (gnus-set-global-variables)
14272         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14273         (gnus-article-get-xrefs, gnus-summary-best-group)
14274         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14275         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14276         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14277         Use with-current-buffer.
14278
14279 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14280
14281         * spam.el (spam-summary-prepare-exit): Simplify logic.
14282         (spam-fetch-article-header): Read the article header if it's not
14283         available.
14284         (spam-list-articles): Simplify logic.
14285         (spam-filelist-register-routine): Fix bug with unregister-list.
14286
14287         * gnus-registry.el: Fix comments at beginning.
14288
14289 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14290
14291         * message.el (message-cater-to-broken-inn): Remove.
14292         (message-shorten-references): Make sure the total folded length of
14293         References is shorter than 998 characters to cater to a bug in INN
14294         2.3.  Also, don't pretend that references aren't folded -- this
14295         hasn't worked for a while.
14296
14297 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14298
14299         * gnus-agent.el (gnus-agentize):
14300         gnus-agent-send-mail-real-function no longer set to current value
14301         of message-send-mail-function but rather a lambda that calls
14302         message-send-mail-function.  The change makes the agent real-time
14303         responsive to user changes to message-send-mail-function.
14304
14305 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14306
14307         * legacy-gnus-agent.el
14308         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14309         help from Florian Weimer <fw@deneb.enyo.de>
14310
14311 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * nnmail.el (nnmail-cache-insert): Revert last change.
14314
14315 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * nnmail.el (nnmail-cache-insert): Always check whether
14318         nnmail-cache-ignore-groups matches a group name.
14319
14320 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14323         (spam-find-spam, spam-log-processing-to-registry)
14324         (spam-log-registered-p, spam-log-unregistration-needed-p)
14325         (spam-log-undo-registration): Use gnus-message instead of
14326         gnus-error, none of these errors are fatal.
14327
14328         * gnus-registry.el (gnus-registry-clean-empty-function)
14329         (gnus-registry-clean-empty): Remove only empty entries without
14330         extra data.
14331
14332 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14333
14334         * spam-stat.el (spam-stat-buffer-change-to-spam)
14335         (spam-stat-buffer-change-to-non-spam): Change (error) to
14336         (gnus-message 8) invocation.
14337
14338 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * nntp.el (nntp-via-netcat-command): New variable.
14341         (nntp-via-netcat-switches): New variable.
14342         (nntp-open-via-rlogin-and-netcat): New function.
14343         (nntp-open-connection-function): Doc fix.
14344         (nntp-telnet-command): Doc fix.
14345         (nntp-end-of-line): Doc fix.
14346         (nntp-via-rlogin-command): Doc fix.
14347         (nntp-via-user-name): Doc fix.
14348         (nntp-via-address): Doc fix.
14349
14350 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14353         error in Emacs 21.1.
14354
14355 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14358
14359 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14360
14361         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14362         (gnus-agent-with-refreshed-group): New macro.
14363         (gnus-agent-rename-group): New function.
14364         (gnus-agent-delete-group): New function.
14365         (gnus-agent-save-group-info): Use gnus-command-method when
14366         `method' parameter is nil.  Don't write nil entries into the
14367         active file.
14368         (gnus-agent-get-group-info): New function.
14369         (gnus-agent-fetch-articles): Use
14370         gnus-agent-update-files-total-fetched-for to increment disk space
14371         used.
14372         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14373         gnus-agent-update-view-total-fetched-for to increment disk space
14374         used.
14375         (gnus-agent-get-local): Added optional parameters to avoid calling
14376         gnus-group-real-name and gnus-find-method-for-group.
14377         (gnus-agent-set-local): Delete stored entry if either min, or max,
14378         are nil.
14379         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14380         quit, use gnus-agent-regenerate-group to record existance of any
14381         articles fetched to disk before the quit occurred.
14382         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14383         gnus-agent-update-view-total-fetched-for, and
14384         gnus-agent-update-files-total-fetched-for to decrement disk space
14385         used.
14386         (gnus-agent-retrieve-headers): Use
14387         gnus-agent-update-view-total-fetched-for to increment disk space
14388         used.
14389         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14390         with gnus-agent-update-files-total-fetched-for to decrement disk
14391         space and fresh group buffer.
14392         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14393         (gnus-agent-need-update-total-fetched-for): New variable.
14394         (gnus-agent-update-files-total-fetched-for): New function.
14395         (gnus-agent-update-view-total-fetched-for): New function.
14396         (gnus-agent-total-fetched-for): New function.
14397
14398         * gnus-cache.el (gnus-cache-save-buffers): Use
14399         gnus-cache-update-overview-total-fetched-for to change disk space
14400         used by this group.
14401         (gnus-cache-possibly-enter-article): Use
14402         gnus-cache-update-file-total-fetched-for to increment disk space
14403         used by this group.
14404         (gnus-cache-possibly-remove-article): Use
14405         gnus-cache-update-file-total-fetched-for to decrement disk space
14406         used by this group.
14407         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14408         (gnus-cache-rename-group): New function.
14409         (gnus-cache-delete-group): New function.
14410         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14411         (gnus-cache-need-update-total-fetched-for): New variable.
14412         (gnus-cache-with-refreshed-group): New macro.
14413         (gnus-cache-update-file-total-fetched-for): New function.
14414         (gnus-cache-update-overview-total-fetched-for): New function.
14415         (gnus-cache-rename-group-total-fetched-for): New function.
14416         (gnus-cache-delete-group-total-fetched-for): New function.
14417         (gnus-cache-total-fetched-for): New function.
14418
14419         * gnus-group.el: Require gnus-sum and autoload functions to
14420         resolve warnings when gnus-group.el compiled alone.
14421         (gnus-group-line-format): Documented new %F.
14422         (size of Fetched data) group line format; identifies disk space
14423         used by agent and cache.
14424         (gnus-group-line-format-alist): Defined new F format.
14425         (gnus-total-fetched-for): New function.
14426         (gnus-group-delete-group): No longer update
14427         gnus-cache-active-altered as gnus-request-delete-group now keeps
14428         the cache in sync.
14429         (gnus-group-list-active): Let the agent store a server's active
14430         list if currently plugged.
14431
14432         * gnus-int.el (gnus-request-delete-group):
14433         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14434         local disk in sync with the server.
14435         (gnus-request-rename-group):
14436         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14437         local disk in sync with the server.
14438
14439         * gnus-start.el (gnus-get-unread-articles):
14440         Cosmetic simplification to logic.
14441
14442         * gnus-util.el (gnus-rename-file): New function.
14443
14444 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14445
14446         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14447
14448 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14449
14450         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14451         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14452
14453 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14454
14455         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14456         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14457
14458 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14459
14460         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14461
14462 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * spam.el (spam-set-difference): Add function to replace
14465         gnus-set-difference in spam.el.
14466         (spam-summary-prepare-exit): Use spam-set-difference.
14467
14468 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * gnus-registry.el (gnus-registry-cache-file): Update to use
14471         gnus-dribble-directory OR gnus-home-directory OR ~.
14472         (gnus-registry-split-fancy-with-parent): Fix doc.
14473
14474 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * message.el (message-exchange-point-and-mark): Use
14477         message-mark-active-p.  Suggested by Jesper Harder
14478         <harder@ifa.au.dk>.
14479
14480 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * message.el (message-exchange-point-and-mark): Don't activate
14483         region if it was inactive.  Suggested by Hiroshi Fujishima
14484         <pooh@nature.tsukuba.ac.jp>.
14485
14486 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (article-display-face): Display Faces in the same
14489         order as X-Faces.
14490
14491 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14494
14495 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14498         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14499         (gnus-article-mime-hierarchy): Remove.
14500         (gnus-article-mime-hierarchy-next): Remove.
14501         (gnus-article-mode): Revert 2004-03-19 change.
14502         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14503         (gnus-insert-mime-button): Revert 2004-03-19 change.
14504         (gnus-mime-accumulate-hierarchy): Remove.
14505         (gnus-mime-enter-multipart): Remove.
14506         (gnus-mime-leave-multipart): Remove.
14507         (gnus-mime-display-part): Revert 2004-03-19 change.
14508         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14509
14510         * mml.el (mml-preview): Revert 2004-03-19 change.
14511
14512 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14513
14514         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14515
14516 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14519         t while entering a file name using the mm-with-multibyte macro.
14520         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14521
14522         * mm-util.el (mm-with-multibyte): New macro.
14523
14524 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14527         user option.
14528         (gnus-mime-multipart-functions): Doc and customization fix.
14529         (gnus-article-mime-hierarchy): New variable.
14530         (gnus-article-mime-hierarchy-next): New variable.
14531         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14532         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14533         gnus-article-mime-hierarchy-next to nil.
14534         (gnus-insert-mime-button): Show hierarchy numbers.
14535         (gnus-mime-accumulate-hierarchy): New function.
14536         (gnus-mime-enter-multipart): New function.
14537         (gnus-mime-leave-multipart): New function.
14538         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14539         (gnus-mime-display-alternative): Show hierarchy numbers.
14540
14541         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14542         gnus-article-mime-hierarchy-next to nil.
14543
14544 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14545
14546         * dns.el: Don't require gnus-xmas.
14547
14548 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14549
14550         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14551         inline PGP.
14552         (mml-menu): Disable mml-quote-region if mark is inactive.
14553
14554 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14557         when the group's active is not available.
14558
14559 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14562         error.
14563
14564 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * imap.el (imap-store-password): New variable.
14567         (imap-interactive-login): Use it.
14568         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14569
14570 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14573         window-start and hscroll to summary window.
14574
14575 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14576
14577         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14578         conversion message to newsrc-dribble when an actual conversion is
14579         performed.
14580
14581 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14582
14583         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14584
14585 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * mm-decode.el (mm-complicated-handles): New function reviving
14588         former definition of mm-multiple-handles.
14589
14590         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14591         (gnus-mime-delete-part): Use it.
14592
14593 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14594
14595         * gnus-agent.el (gnus-agent-read-local): Bind
14596         nnheader-file-coding-system to gnus-agent-file-coding-system to
14597         avoid the implicit assumption that they will always be equal.
14598         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14599         coding-system-for-write, as the with-temp-file macro first prints
14600         to a buffer then saves the buffer.
14601
14602 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * gnus-art.el (gnus-article-edit-part): New function.
14605         (gnus-mime-save-part-and-strip): Use it; do query instead of
14606         signaling an error; don't use mm-multiple-handles.
14607         (gnus-mime-delete-part): Ditto.
14608
14609 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14610
14611         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14612         old file versions.
14613         (gnus-group-prepare-hook): Removed function that converted list
14614         form of gnus-agent-expire-days to group properties.
14615
14616         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14617         (gnus-request-accept-article): Re-indented.
14618
14619         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14620         converters to handle old agent file formats.  Added logic for a
14621         "backup before upgrading warning".
14622         (gnus-convert-mark-converter-prompt): Developers can mark
14623         functions as needing (default), or not needing,
14624         gnus-convert-old-newsrc's "backup before upgrading warning".
14625         (gnus-convert-converter-needs-prompt): Tests whether the user
14626         should be protected from potentially irreversable changes by the
14627         function.
14628
14629         * legacy-gnus-agent.el: New.  Provides converters that are only
14630         loaded when gnus-convert-old-newsrc needs to call them.
14631
14632 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * mail-source.el (mail-source-touch-pop): Doc fix.
14635
14636         * message.el (message-smtpmail-send-it): Doc fix.
14637
14638 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14639
14640         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14641
14642         * nnmail.el (nnmail-split-fancy): do.
14643
14644         * gnus-kill.el (gnus-kill, gnus-execute): do.
14645
14646 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14647
14648         * gnus-sum.el (gnus-widget-reversible-match)
14649         (gnus-widget-reversible-to-internal)
14650         (gnus-widget-reversible-to-external): New functions.
14651         (gnus-widget-reversible): New widget.
14652         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14653
14654 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14655
14656         * gnus-sum.el (gnus-thread-sort-functions)
14657         (gnus-article-sort-functions): Document `(not F)' items.
14658
14659 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14660
14661         * spam.el (spam-use-gmane-xref): Add new backend.
14662         (spam-gmane-xref-spam-group): Add variable to control the name of the
14663         Gmane spam group.
14664         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14665         (spam-regex-headers-spam, spam-regex-headers-ham)
14666         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14667         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14668         backends and checks.
14669         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14670
14671         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14672         an autodetect method.
14673
14674 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14675
14676         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14677         articles are being added to a group.
14678         (gnus-request-replace-article): Inform the agent that articles
14679         need to be uncached as the cached contents are no longer valid.
14680
14681 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * binhex.el: Don't autoload executable-find.
14684
14685         * canlock.el: Don't autoload mail-fetch-field.
14686
14687         * dgnushack.el: Autoload c-mode for XEmacs.
14688
14689         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14690
14691         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14692         rmail-dont-reply-to and rmail-output.
14693
14694         * gnus-score.el: Don't autoload ffap-string-at-point.
14695
14696         * gnus-setup.el: Don't autoload sc-cite-original.
14697
14698         * imap.el: Don't autoload base64-decode-string,
14699         base64-encode-string and md5.
14700
14701         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14702         and rmail-msg-restore-non-pruned-header.
14703
14704         * mm-decode.el: Don't autoload executable-find.
14705
14706         * mm-url.el: Don't autoload executable-find.
14707
14708         * mm-view.el: Don't autoload diff-mode.
14709
14710         * nndb.el: Don't autoload news-reply-mode, news-setup,
14711         cancel-timer and telnet.
14712
14713         * password.el: Don't autoload run-at-time for Emacs.
14714
14715         * sha1-el.el: Don't autoload executable-find.
14716
14717         * sieve-mode.el: Don't autoload c-mode.
14718
14719         * uudecode.el: Don't autoload executable-find.
14720
14721 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14722
14723         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14724         (gnus-agent-possibly-alter-active): Avoid null in numeric
14725         comparison.
14726         (gnus-agent-set-local): Refuse to save null in local object table.
14727         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14728         list of articles that will be marked as unread.
14729
14730 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14733
14734 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14735
14736         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14737         language tags.
14738
14739 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14740
14741         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14742         Don't bind "obarray".
14743
14744         * gnus-sum.el (gnus-thread-sort-functions): Added
14745         `gnus-thread-sort-by-most-recent-number' and
14746         `gnus-thread-sort-by-most-recent-date'.
14747         Reported by Kai Grossjohann <kai@emptydomain.de>.
14748
14749 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14752
14753 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14754
14755         * gnus-cus.el (gnus-agent-customize-category): Removed
14756         ignore-errors macro reference that required cl to be loaded at
14757         run-time.
14758
14759         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14760         single-interval range of the form (min . max).  Previously the
14761         range had to look like ((min . max)).  Likewise, return
14762         (min . max) rather than ((min . max)).
14763         (gnus-range-map): Use gnus-range-normalize to accept
14764         single-interval range.
14765
14766         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14767         the cache, but not the agent, now appear with their usual face.
14768
14769         * dgnushack.el (loaddir): New variable that is bound to the
14770         directory containing the dgnushack.el file. Use loaddir, rather
14771         than srcdir, to update load-path. Change lets dgnushack compile
14772         code in directories other than GNUS/lisp.
14773
14774 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * lpath.el: Don't bind w3m-safe-url-regexp.
14777
14778         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14779         w3m-safe-url-regexp variable buffer-local.
14780
14781         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14782
14783 2004-02-27  Simon Josefsson  <jas@extundo.com>
14784
14785         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14786         gnus-group-real-prefix.
14787         (gnus-summary-move-article): Use it, instead of
14788         gnus-group-real-prefix.
14789
14790 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * lpath.el: Bind w3m-safe-url-regexp.
14793
14794         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14795         w3m-safe-url-regexp variable buffer-local and set it as the value
14796         of mm-w3m-safe-url-regexp.
14797
14798         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14799
14800         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14801         parsing gnus-posting-styles when the message is not for replying.
14802
14803         * dgnushack.el: Autoload sgml-mode for XEmacs.
14804
14805         * nnrss.el (nnrss-opml-export): Use
14806         mm-set-buffer-file-coding-system instead of
14807         set-buffer-file-coding-system.
14808
14809 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14810
14811         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14812         of checkdoc.el).
14813         * nnrss.el: do.
14814         * gnus-mlspl.el: do.
14815         * gnus-ml.el: do.
14816         * gnus-srvr.el: do.
14817
14818         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14819
14820 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14821
14822         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14823         Corrections to custom-manual links.
14824
14825         * gnus-art.el (gnus-article): Ditto.
14826
14827         * mm-decode.el (mime-display, mime-security): Ditto.
14828
14829 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * flow-fill.el: Typo.
14832
14833 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14834
14835         * spam-wash.el: New file.
14836
14837 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14838
14839         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14840
14841 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14842
14843         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14844         to be run with new-articles as LIST1, not LIST2.
14845         (spam-registration-functions): Add spam-use-ham-copy as a nil
14846         registration backend.
14847
14848 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14849
14850         * spam-stat.el (spam-stat-washing-hook): New option.
14851         (spam-stat-buffer-words): Use it.
14852         (spam-stat-process-directory, spam-stat-test-directory): Use
14853         insert-file-contents-literally.
14854         (spam-stat-coding-system): New variable.
14855         (spam-stat-load, spam-stat-save): Use it.
14856
14857 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * spam-report.el (spam-report-plug-agent): Quote
14860         spam-report-url-to-file and spam-report-url-ping-plain.
14861
14862 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14865         / in mailto URLs.
14866
14867 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * spam-report.el (spam-report-process-queue): Fix interactive use.
14870         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14871         (spam-report-unplug-agent): Doc fixes.
14872         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14873         (spam-report-agentize, spam-report-deagentize): Autoload.
14874
14875 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14878
14879         * message.el (message-setup-fill-variables): Add mml tags to
14880         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14881         <ajk@iu.edu>.
14882         (message-mode): Don't modify paragraph-separate there.
14883
14884 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * compface.el (uncompface-use-external): Default to undecided.
14887         (uncompface-use-external-threshold): New variable.
14888         (uncompface-float-time): New macro.
14889         (uncompface): Determine whether to use the external decoder if
14890         uncompface-use-external is undecided.
14891
14892 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14893
14894         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14895         after images.
14896
14897         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14898
14899 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14900
14901         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14902
14903         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14904
14905         * gnus-sum.el (gnus-summary-limit-to-age)
14906         (gnus-summary-limit-children): do.
14907
14908         * gnus-int.el (gnus-request-scan): do.
14909
14910         * gnus-group.el (gnus-group-suspend): do.
14911
14912         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14913
14914         * gnus-cite.el (gnus-cite-parse-attributions): do.
14915
14916         * gnus-agent.el (gnus-summary-set-agent-mark)
14917         (gnus-agent-regenerate-group): do.
14918
14919         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14920
14921         * binhex.el (binhex-decode-region-internal): do.
14922
14923 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-fun.el (gnus-face-properties-alist): New user option.
14926         (gnus-display-x-face-in-from): Use it.
14927
14928         * gnus-art.el (article-display-face): Ditto.
14929
14930         * compface.el (uncompface-use-external): Default to nil.
14931
14932 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14933
14934         * nntp.el (nntp-erase-buffer): New function.
14935         (nntp-retrieve-data, nntp-send-command)
14936         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14937         (nntp-possibly-change-group): Use it.
14938
14939         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14940         with-current-buffer.
14941
14942 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14943
14944         * compface.el: Merge the ELisp-based uncompface program.
14945         (compface): New customization group.
14946         (uncompface-use-external): New user option.
14947         (uncompface): Call uncompface-internal if uncompface-use-external
14948         is nil.
14949         (uncompface-internal): New function.  Note that there are also
14950         some other functions and variables added for this function.
14951
14952 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14953
14954         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14955         if necessary.
14956
14957 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * spam-report.el (spam-report-unplug-agent)
14960         (spam-report-plug-agent, spam-report-deagentize)
14961         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14962         Add support for the Agent in spam-report: when unplugged, report to a
14963         file; when plugged, submit all the requests.
14964
14965         * spam.el (spam-register-routine): Fix message about
14966         registration.
14967
14968 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14969
14970         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14971         dependencies.
14972         (rfc2047-encode): Use it.
14973
14974         * gnus-art.el (gnus-button-marker-list): Move before first
14975         reference.
14976
14977         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14978         (imap-parse-body): Fix format string mismatch.
14979
14980         * gnus-score.el (gnus-summary-increase-score): do.
14981
14982         * nnrss.el (nnrss-close): New function.
14983
14984 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14985
14986         * nnrss.el (nnrss-make-filename): New function.
14987         (nnrss-request-delete-group, nnrss-read-server-data)
14988         (nnrss-save-server-data, nnrss-read-group-data)
14989         (nnrss-save-group-data): Use it.
14990         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14991         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14992         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14993
14994 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14995
14996         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14997
14998 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14999
15000         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15001         files.
15002
15003         * message.el (message-generate-headers-first): Don't quote nil
15004         and t in docstrings.
15005
15006         * imap.el (imap-id): do.
15007
15008         * gnus-agent.el (gnus-agent-consider-all-articles)
15009         (gnus-agent-queue-mail): do.
15010
15011 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * spam-report.el (spam-report-process-queue): New function.
15014         Process requests from `spam-report-requests-file'.
15015         (spam-report-process-queue): Doc fix.
15016
15017 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * spam.el (spam-register-routine)
15020         (spam-log-processing-to-registry, spam-log-registered-p)
15021         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15022         Change "check" to "spam-check" for semi-clarity.
15023
15024 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15025
15026         * pop3.el: Require nnheader.
15027
15028         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15029
15030         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15031
15032         * gnus-picon.el: Require cl.
15033
15034         * gnus-fun.el: Require gnus-ems and gnus-util.
15035
15036         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15037
15038         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15039
15040         * gnus-art.el (gnus-article-edit-mode): Define before first
15041         reference.
15042
15043 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15046         (gnus-uu-post-encoded): Use point-at-bol.
15047
15048         * gnus-topic.el (gnus-group-active-topic-p): do.
15049
15050         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15051
15052         * gnus-group.el (gnus-group-kill-region): do.
15053
15054         * gnus-art.el (article-date-ut): do.
15055
15056         * message.el (message-fetch-field): Remove redundant
15057         case-fold-search binding.
15058         (message-narrow-to-field): Simplify.
15059
15060 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * spam.el (spam-directory): Derive from `gnus-directory'.
15063
15064         * spam-report.el (spam-report-url-to-file)
15065         (spam-report-requests-file): New function and variable for offline
15066         reporting.
15067         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15068         and user defined function.
15069         (spam-report-url-ping-mm-url): Remove doubled slash.
15070
15071 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15072
15073         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15074
15075 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15076
15077         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15078         format string mismatch.
15079
15080         * sieve.el (sieve-deactivate-all): do.
15081
15082         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15083
15084         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15085
15086         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15087
15088         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15089
15090 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15091
15092         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15093         the list of checks.
15094
15095 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15098         padding.
15099
15100 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15101
15102         * mm-view.el (mm-fill-flowed): New variable.
15103         (mm-inline-text): Use it.
15104
15105 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * spam.el (spam-spamassassin-register-ham-routine)
15108         (spam-spamassassin-register-spam-routine): Fix function names.
15109
15110 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus.el (gnus-tmp-grouplens): Remove.
15113         (gnus-summary-line-format): Remove grouplens.
15114
15115         * gnus-group.el (gnus-group-line-format): Ditto.
15116
15117         * gnus-spec.el (gnus-format-specs): Ditto.
15118         (gnus-update-format-specifications): Flush the group format spec
15119         cache if there's the grouplens stuff.
15120         (gnus-parse-simple-format): Replace %l with the empty string.
15121
15122 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15123
15124         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15125         omission.
15126
15127 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15130         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15131
15132 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15133
15134         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15135         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15136         New macros and functions.
15137         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15138         Handle > NLINK_MAX messages.
15139         * nnmaildir.el (nnmaildir-request-set-mark): Use
15140         nnmaildir--emlink-p and nnmaildir--eexist-p.
15141
15142 2004-01-25  Alex Schroeder  <alex@gnu.org>
15143
15144         * spam-stat.el (spam-stat-process-directory-age): New option.
15145         (spam-stat-process-directory): Use it.
15146
15147 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15148
15149         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15150         (spam-stat-save): Accept prefix argument.
15151
15152 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15153
15154         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15155         links" error.
15156
15157 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15160         the rest of the and/or forms.
15161
15162 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15163
15164         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15165         compatibility with old .newsrc.eld files.
15166
15167         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15168
15169         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15170
15171         * gnus-start.el (gnus-1): do.
15172
15173         * gnus-group.el (gnus-group-line-format-alist): do.
15174
15175         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15176
15177         * gnus-gl.el: Remove.
15178
15179 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15180
15181         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15182         marks consisting of a single range {for example, (3 . 5)} rather
15183         than a list of a single range { ((3 . 5)) }.
15184
15185 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15186
15187         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15188         with-current-buffer.
15189         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15190         avoid consing a string.
15191
15192         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15193         Remove obsolete entries for big5 and gb2312.
15194
15195 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15196
15197         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15198         uncompressed list.
15199
15200 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15201
15202         * spam-stat.el (spam-stat-strip-xref): New function.
15203         (spam-stat-process-directory): Use it.
15204
15205         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15206         here -- it's done in message-fetch-field.
15207
15208 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15209
15210         * gnus-agent.el (gnus-agent-queue-mail)
15211         (gnus-agent-prompt-send-queue): New variables.
15212         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15213         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15214         "nndraft:queue" along to gnus-draft-send.  Use
15215         gnus-agent-prompt-send-queue.
15216         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15217         is "nndraft:queue".  Suggested by Gaute Strokkenes
15218         <gs234@srcf.ucam.org>
15219
15220         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15221         (agent-enable-undownloaded-faces): Added.
15222         (gnus-agent-cat-groups): Use eval-and-compile, not
15223         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15224         method of gnus-agent-cat-groups even when the buffer has been
15225         evaled.
15226         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15227         delete gnus-agent-save-active-1.
15228         (gnus-agent-save-groups): Deleted.  Identical to
15229         gnus-agent-save-active.
15230         (gnus-agent-write-active): No longer adjust agent's copy of active
15231         file as agent's adjustments are now stored in their own
15232         file.  Removed optional parameter.
15233         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15234         servers.  Add use of min/max range limits from server's local
15235         file.
15236         (gnus-agent-save-alist): Removed unused optional argument.
15237         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15238         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15239         (gnus-agent-set-local): A per-server file that keeps min/max range
15240         limits for articles known to the agent.  Provides a fast mechanism
15241         for altering many active ranges.
15242         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15243         active file (local makes it unnecessary).
15244         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15245
15246         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15247         (agent-enable-undownloaded-faces): Added.
15248
15249         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15250         disable it when sending to "nndraft:queue".
15251         (gnus-group-send-queue): Add safety check to avoid sending queue
15252         when unplugged.
15253
15254         * gnus-group.el (gnus-group-catchup): Use new
15255         gnus-sequence-of-unread-articles, not
15256         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15257         numbers of articles.  Use gnus-range-map to avoid having to
15258         uncompress the unread list.
15259         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15260         Fixed invalid ange-ftp reference.
15261
15262         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15263         (gnus-sorted-range-intersection): Intersection of two ranges
15264         without requiring that they first be uncompressed.
15265
15266         * gnus-start.el (gnus-activate-group): Unless blocked by the
15267         caller, possibly expand the active range to include both cached
15268         and agentized articles.
15269         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15270         multiple version-dependent converters.
15271         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15272         gnus-agent-save-active.
15273         (gnus-save-newsrc-file): Save dirty agent range limits.
15274
15275         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15276         gnus-agent-possibly-alter-active.
15277         (gnus-adjust-marked-articles): Faster handling of simple lists.
15278
15279 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * spam-stat.el (spam-stat-test-directory): New optional argument
15282         displays a list of files detected.  Suggested by Andrew Cohen
15283         <cohen@andy.bu.edu>.
15284         (spam-stat-buffer-words-with-scores): Don't narrow and change
15285         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15286
15287 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15288
15289         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15290         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15291         (spam-spamassassin-arguments)
15292         (spam-spamassassin-spam-flag-header)
15293         (spam-spamassassin-positive-spam-flag-header)
15294         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15295         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15296         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15297         (spam-list-of-processors, spam-list-of-checks)
15298         (spam-list-of-statistical-checks, spam-registration-functions)
15299         (spam-check-spamassassin-headers, spam-check-spamassassin)
15300         (spam-spamassassin-score)
15301         (spam-spamassassin-register-with-sa-learn)
15302         (spam-spamassassin-register-spam-routine)
15303         (spam-spamassassin-register-ham-routine)
15304         (spam-assassin-register-spam-routine)
15305         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15306         (spam-bogofilter-score): Fix to show article before scoring.
15307
15308 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15309
15310         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15311         default scoring function.
15312         (spam-generic-score): Call spam-spamassassin-score if
15313         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15314         spam-bogofilter-score otherwise.
15315
15316         * gnus.el (spam-process, spam-autodetect-methods): Add
15317         spamassassin and spamassassin-headers.
15318
15319 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15320
15321         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15322         Suppress unnecessary messages.
15323
15324 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15325
15326         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15327         make-hash-table.
15328
15329 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * canlock.el (base64-encode-string): Don't autoload it.
15332
15333 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * run-at-time.el: Remove useless (require 'itimer),
15336         eval-and-compile and (featurep 'xemacs).
15337
15338 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15339
15340         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15341         GROUP is a virtual group.
15342
15343 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15344
15345         * gnus.el: Autoload `message-y-or-n-p'.
15346
15347 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15348
15349         * pgg-parse.el: Remove unnecessary (require 'custom).
15350
15351         * pgg-def.el: do.
15352
15353         * nnmail.el: do.
15354
15355         * gnus-undo.el: do.
15356
15357         * gnus-picon.el: do.
15358
15359         * gnus-util.el: do.
15360
15361 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15364
15365 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15368         handle, as well as a list.
15369
15370         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15371         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15372         (mm-w3m-cid-retrieve): Simplify.
15373
15374 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15375
15376         * message.el (message-kill-to-signature): Allow prefix arg to
15377         specify number of lines to keep before signature.
15378
15379 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15380
15381         * message.el (message-kill-to-signature): Change docstring.
15382
15383 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * canlock.el: Always require sha1-el.
15386         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15387
15388         * message.el: Autoload sha1 only when compiling.
15389
15390         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15391         eudc-expand-inline for XEmacs.
15392
15393 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * message.el (message-canlock-generate): Require sha1-el.
15396
15397 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15398
15399         * message.el (message-expand-name): Silence the byte compiler.
15400
15401         * lpath.el: Add detect-coding-system.
15402
15403         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15404         cus-edit.
15405
15406 2004-01-13  Simon Josefsson  <jas@extundo.com>
15407
15408         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15409         Invoke gnus-score-mode.  Reported by
15410         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15411
15412         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15413         Jim Blandy <jimb@redhat.com> (tiny change).
15414
15415 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15416
15417         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15418
15419 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * spam.el (spam-get-article-as-string): Update to use
15422         gnus-request-article-this-buffer, much simpler.
15423         (spam-get-article-as-buffer): Remove.
15424
15425 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15426
15427         * message.el (message-expand-name): Use EUDC if the user uses that.
15428
15429 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15430
15431         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15432         character for the encoding to avoid consing a string.
15433
15434         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15435         unnecessarily.
15436
15437         * mm-util.el (mm-replace-chars-in-string): Remove.
15438
15439         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15440         of mm-replace-chars-in-string.
15441
15442 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15443
15444         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15445
15446         * mm-util.el (mm-subst-char-in-string): Support inplace.
15447
15448         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15449         a new string in every iteration.  Use shy groups.
15450
15451 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15452
15453         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15454         * gnus-soup.el (gnus-soup-group-brew):
15455         * gnus-msg.el (gnus-put-message):
15456         * gnus-move.el (gnus-group-move-group-to-server):
15457         * gnus-kill.el (gnus-batch-score):
15458         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15459         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15460         (gnus-group-update-group, gnus-group-read-group)
15461         (gnus-group-make-group, gnus-group-make-help-group)
15462         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15463         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15464         (gnus-group-sort-by-unread, gnus-group-catchup)
15465         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15466         (gnus-group-yank-group, gnus-group-set-info)
15467         (gnus-group-list-groups):
15468         * gnus.el (gnus-generate-new-group-name):
15469         * gnus-delay.el (gnus-delay-send-queue):
15470         * nnvirtual.el (nnvirtual-catchup-group):
15471         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15472         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15473         (gnus-group-prepare-topics, gnus-topic-check-topology):
15474         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15475         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15476         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15477         (gnus-group-make-articles-read):
15478         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15479         (gnus-group-change-level, gnus-kill-newsgroup)
15480         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15481         (gnus-get-unread-articles, gnus-make-articles-unread)
15482         (gnus-make-ascending-articles-unread): Use accessor
15483         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15484         to get group information for improved readability.
15485
15486
15487 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15488
15489         * gnus-art.el (article-decode-mime-words, article-babel)
15490         (gnus-article-highlight-signature, gnus-article-add-buttons)
15491         (gnus-signature-toggle): Use gnus-with-article-buffer.
15492
15493         * gnus-art.el (gnus-article-highlight-headers)
15494         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15495
15496         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15497         (gnus-article-set-globals, gnus-request-article-this-buffer)
15498         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15499         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15500         (gnus-mime-display-alternative): Use with-current-buffer.
15501
15502 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15503
15504         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15505         also under 80 char limit, and call gnus-error if needed.
15506         (spam-fetch-article-header): Fix - it was a
15507         buffer-local variable (gnus-newsgroup-data).
15508         (spam-find-spam): Use spam-generate-fake-headers, forget about
15509         spam-insert-fake-headers.
15510         (spam-insert-fake-headers): Remove.
15511
15512 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15513
15514         * deuglify.el (gnus-article-outlook-unwrap-lines)
15515         (gnus-outlook-rearrange-article)
15516         (gnus-outlook-repair-attribution-outlook)
15517         (gnus-outlook-repair-attribution-block)
15518         (gnus-outlook-repair-attribution-other): Remove redundant
15519         save-excursion.
15520
15521 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15522
15523         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15524         (spam-fetch-field-subject-fast)
15525         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15526         (spam-fetch-article-header): Add functions to deal with Gnus
15527         internals for fast retrieval of article header data.
15528         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15529
15530 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15531
15532         * pop3.el (pop3-md5): Remove.
15533         (pop3-apop): Replace pop3-md5 with md5.
15534
15535         * mm-bodies.el: base64 is always built-in.
15536
15537         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15538         with-current-buffer.
15539
15540 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * canlock.el (canlock-insert-header): Remove excessive grouping in
15543         regexp.
15544
15545         * gnus-sum.el (gnus-summary-read-document): Ditto.
15546
15547         * gnus-uu.el (gnus-uu-part-number): Ditto.
15548
15549         * html2text.el (html2text-remove-tags): Ditto.
15550         (html2text-format-tags): Ditto.
15551         (html2text-format-single-elements): Ditto.
15552
15553         * mml.el (mml-parse-1): Ditto.
15554
15555 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15556
15557         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15558
15559         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15560
15561         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15562
15563         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15564
15565 2003-11-15  Simon Josefsson  <jas@extundo.com>
15566
15567         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15568         (pgg-gpg-lookup-key): Use regexp match instead of
15569         split-string (split-string is different between emacs 21.2 and
15570         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15571
15572 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15573
15574         * gnus-art.el (gnus-mime-view-all-parts)
15575         (gnus-article-part-wrapper, gnus-article-view-part): Use
15576         with-current-buffer.
15577
15578 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15579
15580         * spam.el (spam-disable-spam-split-during-ham-respool)
15581         (spam-spamoracle-database, spam-cache-lookups)
15582         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15583         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15584         (spam-group-ham-marks, spam-group-spam-marks)
15585         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15586         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15587         also add spam-use-blackholes to the statistical checks.
15588         (spam-fetch-field-fast): Add interface to fetching fields, may
15589         become a macro.
15590         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15591         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15592         (spam-insert-fake-headers): Fake an article when needed.
15593         (spam-find-spam): Fake article when possible.
15594         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15595         (spam-check-bogofilter-headers): Use message-fetch-field instead
15596         of nnmail-fetch-field.
15597
15598 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15601
15602 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * spam.el (spam-split): Do not require spam-use-CHECK to be
15605         enabled if that check is passed to spam-split explicitly; also
15606         fix so 'spam doesn't get converted to spam-split-group when
15607         spam-split-symbolic-return is t.
15608         (spam-find-spam): Find registrations of the article and use those
15609         instead of re-running spam-split to find the spam/ham
15610         classification of the article.
15611         (spam-log-processing-to-registry, spam-log-registered-p)
15612         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15613         Use gnus-error instead of gnus-message.
15614         (spam-log-registration-type): Add function to determine the
15615         classification of a message based on registry entries; will
15616         return nil if both 'spam and 'ham are found.
15617         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15618         a reasonably fast local cache without the loading errors.
15619         (spam-cache-lookups): Set to t by default.
15620         (spam-find-spam): Don't try to guess spam-cache-lookups.
15621         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15622         spam-caches entry.
15623         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15624         caching of whitelist/blacklist entries.
15625         (spam-check-whitelist, spam-check-blacklist): Invoke
15626         spam-from-listed-p with a type, not a cache variable.
15627         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15628
15629 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15630
15631         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15632
15633         * nnmail.el (nnmail-split-fancy): do.
15634
15635         * mml.el (mml-parse): do.
15636
15637         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15638         (gnus-score-adaptive): do.
15639
15640 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15643         (gnus-mime-button-map): Don't set keymap parent.
15644         (gnus-button-ctan-directory-regexp): Use shy grouping.
15645         (gnus-prev-page-map): Don't set keymap parent.
15646         (gnus-prev-page-map): Remove duplicated one.
15647         (gnus-next-page-map): Don't set keymap parent.
15648         (gnus-mime-security-button-map): Ditto.
15649
15650         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15651         version number.
15652
15653         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15654
15655 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * canlock.el (canlock-sha1-function): Remove.
15658         (canlock-sha1-function-for-verify): Remove.
15659         (canlock-openssl-program): Remove.
15660         (canlock-openssl-args): Remove.
15661         (canlock-ignore-errors): Remove.
15662         (canlock-sha1-with-openssl): Remove.
15663         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15664         (canlock-verify): Don't use canlock-ignore-errors.
15665
15666         * sha1-el.el (sha1-string-external): Make it can return a string
15667         in binary form.
15668         (sha1-region-external): Ditto.
15669         (sha1-string-internal): Ditto.
15670         (sha1-region-internal): Ditto.
15671         (sha1-region): Ditto.
15672         (sha1-string): Ditto.
15673         (sha1): Ditto.
15674
15675 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676
15677         * spam.el (spam-report-articles-gmane): New command.
15678
15679 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15682
15683         * run-at-time.el (run-at-time-saved): Remove.
15684         (run-at-time): Doc fix.
15685
15686 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15687
15688         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15689         (gnus-summary-limit-map): Add it.
15690         (gnus-summary-make-menu-bar): do.
15691
15692 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15693
15694         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15695         Make attempt at some caching support (done for BBDB only now).
15696         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15697         addresses to be checked.
15698         (spam-clear-cache-BBDB): Add function, to be invoked by
15699         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15700         (spam-check-BBDB): Check and use the caches, if
15701         spam-cache-lookups is on, remove superfluous (provide).
15702
15703 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15704
15705         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15706
15707 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15708
15709         * run-at-time.el (run-at-time-saved): Move to after the definition
15710         of `run-at-time'.
15711
15712         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15713
15714 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15717         mm-w3m-local-map-property.
15718
15719         * mm-view.el (mm-w3m-mode-map): Remove.
15720         (mm-w3m-local-map-property): Remove.
15721         (mm-inline-text-html-render-with-w3m): Don't use
15722         mm-w3m-local-map-property.
15723
15724 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15725
15726         * run-at-time.el: New file.
15727
15728         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15729         under Emacs.
15730
15731         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15732         of gnus-set-text-properties.
15733
15734         * gnus-uu.el (gnus-uu-save-article): Ditto.
15735
15736         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15737
15738         * gnus-cite.el (gnus-cite-parse): Ditto.
15739
15740         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15741         of gnus-.
15742
15743         * gnus-xmas.el (run-at-time): Require run-at-time.
15744
15745         * gnus.el: Changed calls to nnheader-run-at-time and
15746         password-run-at-time throughout to use run-at-time directly.
15747
15748         * password.el: Removed definition of run-at-time.
15749
15750         * nnheaderxm.el: Remove definition of run-at-time.
15751
15752 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15753
15754         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15755         in prompt.
15756
15757 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15758
15759         * messagexmas.el (message-xmas-redefine): Alias
15760         `message-make-caesar-translation-table' to
15761         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15762         version.
15763
15764         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15765         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15766         `gnus-xmas-set-text-properties'.
15767         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15768         `gnus-xmas-completing-read'.
15769         (gnus-xmas-completing-read): Removed.
15770         (gnus-xmas-open-network-stream): Removed.
15771
15772         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15773         XEmacs version.
15774
15775         * dns.el (dns-make-network-process): Use `open-network-stream'
15776         instead of `gnus-xmas-open-network-stream'.
15777
15778         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15779
15780         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15781
15782 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * gnus-art.el (gnus-mime-display-alternative)
15785         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15786         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15787         Don't use gnus-local-map-property.
15788
15789         * gnus-util.el (gnus-local-map-property): Remove.
15790
15791         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15792         gnus-completing-read-maybe-default with completing-read.
15793
15794         * gnus-util.el (gnus-completing-read): do.
15795         (gnus-completing-read-maybe-default): Remove.
15796
15797 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15798
15799         * password.el: Only autoload `run-at-time' if not XEmacs.
15800         Only autoload the itimer functions if XEmacs.
15801
15802 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15805         XEmacsen.
15806
15807         * dgnushack.el: Autoload executable-find for XEmacs.
15808
15809 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * gnus-art.el (gnus-read-string): Remove.
15812         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15813         read-string.
15814
15815 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15816
15817         * netrc.el: Autoload password-read.
15818         (netrc): Add configuration group.
15819         (netrc-encoding-method, netrc-openssl-path): Add
15820         variables for encoding and decoding of files with symmetric
15821         ciphers.
15822         (netrc-encode): Add assistant function to encode a file with
15823         netrc-encoding-method.
15824         (netrc-parse): Add interactive parameter, added optional
15825         decoding if netrc-encoding-method is non-nil but otherwise
15826         behavior is standard.
15827         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15828         Do s/encode/encrypt/ everywhere.
15829
15830         * spam.el: Remove executable-find autoload.
15831
15832 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15833
15834         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15835
15836         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15837
15838 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15839
15840         * gnus-art.el (gnus-treat-ansi-sequences)
15841         (article-treat-ansi-sequences): New variable and function.
15842         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15843
15844         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15845         Use it.
15846
15847 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15848
15849         * mm-util.el (mm-quote-arg): Remove.
15850
15851         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15852         shell-quote-argument.
15853
15854         * gnus-uu.el (gnus-uu-command): do.
15855
15856         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15857
15858         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15859         with make-char.
15860
15861         * mm-util.el (mm-make-char): Remove.
15862
15863         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15864         add-minor-mode.
15865
15866         * gnus-undo.el (gnus-undo-mode): do.
15867
15868         * gnus-topic.el (gnus-topic-mode): do.
15869
15870         * gnus-sum.el (gnus-dead-summary-mode): do.
15871
15872         * gnus-start.el (gnus-slave-mode): do.
15873
15874         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15875
15876         * gnus-ml.el (gnus-mailing-list-mode): do.
15877
15878         * gnus-gl.el (gnus-grouplens-mode): do.
15879
15880         * gnus-draft.el (gnus-draft-mode): do.
15881
15882         * gnus-dired.el (gnus-dired-mode): do.
15883
15884         * gnus-ems.el (gnus-add-minor-mode): Remove.
15885
15886         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15887         Replace gnus-char-width with char-width.
15888
15889         * gnus-ems.el (gnus-char-width): Remove.
15890
15891         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15892         Replace gnus-char-width with char-width.
15893
15894         * gnus-ems.el (gnus-char-width): Remove.
15895
15896         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15897         definition.
15898         Remove Emacs 20 hash table compatibility code.
15899
15900         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15901         20 compatibility code.
15902
15903         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15904
15905         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15906
15907         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15908         with point-at-{eol,bol}.
15909
15910         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15911
15912         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15913
15914         * flow-fill.el (fill-flowed-point-at-bol)
15915         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15916
15917         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15918         Replace with point-at-{eol,bol} throughout all files.
15919
15920 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * ntlm.el (ntlm-string-as-unibyte): New macro.
15923         (ntlm-build-auth-response): Use it.
15924
15925         Remove Emacs 20 stuff:
15926         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15927         (butlast, mapc, remove): Remove the compiler macros.
15928         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15929         of delq and copy-sequence.
15930         * gnus-art.el (popup-menu): Remove the compiler macro.
15931         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15932         Emacs 20.
15933
15934 2004-01-05  Simon Josefsson  <jas@extundo.com>
15935
15936         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15937         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15938         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15939         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15940         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15941         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15942         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15943         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15944         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15945         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15946         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15947         string-xor into ntlm-string-xor.  Suggested by
15948         Jesper Harder <harder@myrealbox.com>.
15949
15950         * ntlm.el: Don't include poem.
15951
15952         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15953         Jesper Harder <harder@myrealbox.com>.
15954
15955         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15956
15957         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15958         probably breaks emacs with DL patch, but do we care? Is anyone
15959         still using the DL stuff?)
15960
15961         * sieve-manage.el: Use the password package.
15962         (sieve-manage-read-passwd): Remove.
15963         (sieve-manage-interactive-login): Use password.  Re-add
15964         condition-case around loop.
15965
15966         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15967         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15968         the password package.
15969
15970 2003-02-19  Simon Josefsson  <jas@extundo.com>
15971
15972         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15973         token.
15974
15975 2002-08-07  Simon Josefsson  <jas@extundo.com>
15976
15977         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15978         (sieve-manage-authenticators):
15979         (sieve-manage-authenticator-alist): Add some SASL mechs.
15980         (sieve-sasl-auth): New function.
15981         (sieve-manage-cram-md5-auth):
15982         (sieve-manage-plain-auth): Rewrite using SASL library.
15983         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15984         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15985         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15986         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15987
15988 2004-01-05  Simon Josefsson  <jas@extundo.com>
15989
15990         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15991         New files.
15992
15993 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * gnus-group.el (gnus-no-groups-message): Update.
15996
15997         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15998
15999 2003-11-09  Simon Josefsson  <jas@extundo.com>
16000
16001         * imap.el: Support for ID IMAP extension (RFC 2971).
16002         (imap-local-variables): Add imap-id.
16003         (imap-id): New variable.
16004         (imap-id): New function.
16005         (imap-parse-response): Parse untagged ID response.
16006         * nnimap.el (nnimap-id): New variable.
16007         (nnimap-open-connection): Use it.
16008
16009 2003-12-28  Simon Josefsson  <jas@extundo.com>
16010
16011         * gnus-score.el (gnus-score-edit-all-score): New.
16012         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16013
16014 2004-01-04  Simon Josefsson  <jas@extundo.com>
16015
16016         * password.el: Add.
16017
16018 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16019
16020         * dns.el (dns-query-types): Fix typo.
16021         (dns-query-types): New function.
16022         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16023         PTR and SOA replies, see RFC 1035.
16024
16025 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16026
16027         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16028
16029         * Moved to Changelog.2.
16030
16031 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16032
16033         * gnus.el (gnus-version-number): Bump version.
16034
16035 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16036
16037         * gnus.el: No Gnus v0.1 is released.
16038
16039 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16040
16041         * gnus.el: No Gnus v0.0 is released.
16042
16043 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044
16045         * gnus.el (gnus-version-number): Bump.
16046         (gnus-version): No.
16047
16048 See ChangeLog.2 for earlier changes.
16049
16050     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16051       Free Software Foundation, Inc.
16052
16053   This file is part of GNU Emacs.
16054
16055   GNU Emacs is free software: you can redistribute it and/or modify
16056   it under the terms of the GNU General Public License as published by
16057   the Free Software Foundation, either version 3 of the License, or
16058   (at your option) any later version.
16059
16060   GNU Emacs is distributed in the hope that it will be useful,
16061   but WITHOUT ANY WARRANTY; without even the implied warranty of
16062   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16063   GNU General Public License for more details.
16064
16065   You should have received a copy of the GNU General Public License
16066   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16067
16068 ;; Local Variables:
16069 ;; coding: utf-8
16070 ;; fill-column: 79
16071 ;; add-log-time-zone-rule: t
16072 ;; End: