a728229f691d37347b3db3584b8135477186f27e
[gnus] / lisp / ChangeLog
1 2010-09-18  Julien Danjou  <julien@danjou.info>
2
3         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4         than curl to retrieve images.
5
6 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9         the marks.
10         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11         (nnimap-wait-for-connection): New function.
12         (nnimap-open-connection): If we have PREAUTH, don't query for login
13         credentials.
14         (nnimap-update-info): Fix off-by-one error when concatenating ranges
15         when doing a partial update.
16
17 2010-09-18  Julien Danjou  <julien@danjou.info>
18
19         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
20         tags.
21
22 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-credentials): New function.
25         (nnimap-open-connection): Use the new function to look for credentials
26         also on the numeric equivalents of "imap" and "imaps".
27
28         * gnus-start.el (gnus-activate-group): Send the info to
29         gnus-request-group.
30
31         * nnimap.el (nnimap-request-group): Have the "check" version of the
32         function parse flags and update the info, so that a `M-g' get a total
33         resync of all flags from the group.
34
35         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
36         to allow backends to alter the info on group selection.  Also alter all
37         the backend -request-group functions to take the parameter.
38
39         * nnimap.el (nnimap-store-info): New function.
40         (nnimap-update-info): Store the info for later usage.
41         (nnimap-request-group): Use the stored info for the dont-check case, so
42         that we don't retrieve all marks when we enter a group.
43
44         * nnimap.el: Use deffoo instead of defun for interface functions.
45
46         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
47         update the group info.  This makes the nndraft groups, for instance, go
48         back to their old behaviour.
49
50         * gnus-sum.el (gnus-select-newsgroup): Indent.
51
52         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
53         in.
54         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
55         nothing.
56
57         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
58         from methods that are denied.
59
60         * gnus-int.el (gnus-method-denied-p): New function.
61
62         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
63         store the password instead of netrc.
64         (nnimap-open-connection): Don't error out when we can't make a
65         connections.
66
67         * auth-source.el (auth-source-create): In the password prompt, say what
68         we're querying for.  Also prompt for user name if that hasn't been
69         given.
70
71         * nnimap.el (nnimap-with-process-buffer): Removed.
72
73 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
76         method when we're reading from the agent.
77
78         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
79
80         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
81         that's probably most useful for users.
82
83         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
84         "failed" all the time.
85
86         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
87         ...)) with (with-current-buffer ... ).
88
89         * nntp.el (nntp-open-server): Return whether the open was successful or
90         not.
91
92         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
93         select an unread unseen article first.
94
95         * nnimap.el (nnimap-open-connection): If the user doesn't have a
96         /etc/services, supply some sensible port defaults.
97
98         * dgnushack.el: Define netrc-credentials.
99
100 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
101
102         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
103
104 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
105
106         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
107         doesn't have any parameters.
108
109 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
112         only upcased checks.
113
114         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
115
116         * nnimap.el (nnimap-open-shell-stream): New function.
117         (nnimap-open-connection): Use it.
118         (nnimap-transform-headers): Get the number of lines in each message.
119         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
120         number of lines.
121         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
122         problem.
123
124         * utf7.el (utf7-encode): Autoload.
125
126         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
127         to allow the mail splitting to not return a default group.  This is
128         useful for nnimap, which will leave unmatched mail in the inbox.
129
130         * nnimap.el: Rewritten.
131
132         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
133         nnimap usage.
134
135         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
136         if the move is internal, so that nnimap can do fast internal moves.
137
138         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
139         data.
140         (gnus-read-active-for-groups): Support finishing the early retrieval of
141         data.
142
143         * gnus-range.el (gnus-range-nconcat): New function.
144
145         * gnus-int.el (gnus-finish-retrieve-group-infos)
146         (gnus-retrieve-group-data-early): New functions.
147
148 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
149
150         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
151         (nnrss-retrieve-groups):
152         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
153         (pop3-quit): Use with-current-buffer.
154
155 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
158         instead of nnheader-accept-process-output.
159
160         * dgnushack.el (dgnushack-compile): Add comment.
161
162         * lpath.el: No need to fbind propertize for XEmacs 21.4.
163
164         * gnus-html.el (gnus-html-schedule-image-fetching)
165         (gnus-html-prefetch-images): Replace process-kill-without-query by
166         gnus-set-process-query-on-exit-flag.
167
168 2010-09-16  Romain Francoise  <romain@orebokech.com>
169
170         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
171
172 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-registry.el (gnus-registry-install-shortcuts): The second
175         parameter to unintern is mandatory-ish in Emacs 24.
176
177         * gnus-html.el (gnus-html-schedule-image-fetching)
178         (gnus-html-prefetch-images): Check for curl before using it.
179
180         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
181         depend on curl, which isn't essential.
182
183         * imap.el: Revert back to version
184         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
185         seem problematic.
186
187 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
188
189         * gnus-registry.el (gnus-registry-install-shortcuts):
190         Explicitly pass `obarray' to `unintern' to avoid a warning.
191
192 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
195         change.
196
197         * nnrss.el (nnrss-request-list): Removed this function and related
198         functions, including the moreover stuff.
199
200 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * nnrss.el (nnrss-retrieve-groups): New function.
203
204 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
205
206         * .dir-locals.el: Add no-byte-compile cookie.
207
208 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * time-date.el (format-seconds): Comment fix.
211
212         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
213         for back end that doesn't support request-scan.
214
215 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
218         then do request scans from the backends.
219
220         * netrc.el (netrc-credentials): New conveniency function.
221
222         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
223         avoid running a hook per line, since this takes a lot of time,
224         profiling shows.
225         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
226         directly if gnus-visual-p is true.
227
228 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
231         groups; replace mapcar with dolist which is a bit faster; pass groups
232         info to gnus-read-active-file-1.
233         (gnus-read-active-file-1): Scan only specified groups if the new
234         optional arg `infos' is given.
235
236 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
239
240         * pop3.el (pop3-movemail): Removed.
241         (pop3-streaming-movemail): Renamed to pop3-movemail.
242
243         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
244         don't restrict end-tag searches to the end of the line.
245
246 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
249         articles of every unchecked group to t, which means unknown since the
250         server has never been opened.
251
252 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-html.el (gnus-html-show-alt-text): New command.
255         (gnus-html-browse-image): Ditto.
256         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
257         to browse the image directly.
258         (gnus-html-wash-tags): Search for images first, so that <a><img> works
259         better.
260
261         * gnus-async.el (gnus-async-article-callback): Call
262         `gnus-html-prefetch-images' unconditionally.
263
264         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
265         before feeding URLs to curl.
266
267 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
270         internal images as deletable by `W D D'.
271
272         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
273         (gnus-async-article-callback): Fix typo.
274
275 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
278         current line to work around bugs in the output from w3m.
279
280         * gnus-async.el (gnus-async-article-callback): Always prefetch images
281         for groups that want that.
282
283         * nntp.el (nntp-wait-for-string): Supply a timeout for
284         accept-process-output to ensure progress.
285
286         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
287         level to get unread articles from, then use that for foreign groups,
288         too.
289
290         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
291         confuses the rest of the function.
292
293         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
294         for the methods that support -retrieve-groups, too.
295
296         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
297
298 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
301         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
302
303         * pop3.el: Require cl when compiling.
304         (pop3-number-of-responses): Search for "+OK", not "+OK ".
305
306 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
309         that aren't going to be activated.
310         (gnus-get-unread-articles): Fix up the last commit.
311
312         * gnus-html.el (gnus-article-html): Allow calling without specifying
313         the handle.  In that case, dissect the buffer first.
314
315         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
316
317         * nnimap.el (nnimap-open-connection): Revert the change that would look
318         into authinfo for imaps instead of imap.
319
320         * gnus-start.el (gnus-activate-group): Take an optional parameter to
321         say that you don't want to call gnus-request-group with don-check, but
322         do check the reponse.  This is for virtual groups only.
323         (gnus-get-unread-articles): Count the archive groups as secondary, so
324         that they're activated the same way as before.
325
326         * imap.el (imap-message-map): Removed optional buffer parameter, since
327         no callers use it.
328         (imap-message-get): Ditto.
329         (imap-message-put): Ditto.
330         (imap-mailbox-map): Ditto.
331         (imap-mailbox-put): Ditto.
332         (imap-mailbox-get): Ditto.
333         (imap-mailbox-get): Revert last change for this function.
334
335         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
336         case-insensitively.
337         (nnimap-debug): Removed.
338
339         * imap.el (imap-fetch-safe): Removed function, and altered all callers
340         to use `imap-fetch' instead.  According to the comments, this should be
341         safe, since all other IMAP clients use the 1:* syntax.
342         (imap-enable-exchange-bug-workaround): Removed.
343         (imap-debug): Removed -- doesn't seem very useful.
344
345         * mail-source.el (mail-source-fetch): Don't message if we're fetching
346         mail from a file, and the file doesn't exist.
347
348         * imap.el (imap-log): New convenience function used throughout instead
349         of repeating the same code all over the place.
350
351         * pop3.el (pop3-streaming-movemail): Return t for success.
352
353         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
354         .authinfo if we're using ssl connection.
355
356         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
357         already have if we're in a main Gnus `g' run.
358
359         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
360
361 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
364
365         * nnmh.el (nnmh-request-list-1): Bind `file'.
366
367         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
368         alias to set-process-query-on-exit-flag or process-kill-without-query.
369         (pop3-open-server): Use it.
370
371 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * mail-source.el (mail-source-delete-crash-box): Always move the crash
374         box to the Incoming file.  Fixes mistake in previous checkin.
375
376         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
377         request loop (for debugging purposes) removed.
378
379         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
380         culprit is more visible.
381         (nnml-save-incremental-nov, nnml-open-incremental-nov)
382         (nnml-add-incremental-nov): New functions to do "incremental" nov
383         updates, where we just append to the end of the existing nov files
384         without reading/writing them in full.
385
386         * mail-source.el (mail-source-delete-crash-box): Really only check the
387         incoming files once in a while.
388
389         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
390
391         * mail-source.el (mail-source-delete-crash-box): Only check the
392         incoming files for deletion once per day to save a lot of file
393         accesses.
394
395         * pop3.el (pop3-logon): Fix up unbound variable typo.
396
397         * mail-source.el (pop3-streaming-movemail): Autoload.
398
399         * pop3.el (pop3-streaming-movemail): Respect
400         pop3-leave-mail-on-server.
401
402         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
403         retrieval.
404
405         * pop3.el (pop3-process-filter): Removed unused function.
406         (pop3-streaming-movemail, pop3-send-streaming-command)
407         (pop3-wait-for-messages, pop3-write-to-file)
408         (pop3-number-of-responses): New functions for streaming pop3
409         retrieval.
410
411         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
412         come from no known methods.
413         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
414         list.
415
416         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
417         message sizes.
418         (pop3-movemail): Use erase-buffer instead of looping and deleting
419         regions, which seems rather odd.
420
421         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
422         file once per `g' run.
423
424         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
425         directories.  This makes the draft queue directory work.
426
427         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
428         data from the backends, so that we only request the list of groups from
429         each method once.  This should speed things up considerably.
430
431         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
432         detect that it's not implemented.
433
434         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
435         we actually do recurse down into the tree, but don't stat all leaf
436         nodes.
437
438         * gnus-html.el (gnus-html-show-images): If there are no images to show,
439         then say so instead of bugging out.
440
441         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
442         files exist before trying to read them.
443
444         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
445         around <pre_int>.
446
447         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
448
449         * nnmh.el (nnmh-request-list-1): Optimize for speed.
450
451 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * mm-util.el (mm-image-load-path): Just return the image directories,
454         not all directories in the path in addition to the image directories.
455         (mm-image-load-path): Maintain a cache of the image directories so that
456         the `g' command in Gnus doesn't have to stat dozens of directories each
457         time.
458
459         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
460         (gnus-html-wash-tags): Add a new `i' command to insert images.
461         (gnus-html-insert-image): New command and keystroke.
462         (gnus-html-redisplay-with-images): New command and keystroke.
463         (gnus-html-show-images): Renamed command.
464         (gnus-html-wash-tags): Remove more white space before <pre_int> image
465         spacers.
466         (gnus-html-wash-tags): Decode entities at the end, so that entities
467         inside the tags don't mess up the rest of the "parsing".
468
469         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
470         so that nnimap methods aren't agentized by default.  There's apparently
471         many problems related to agent/imap behaviour.
472
473         * gnus-art.el (gnus-article-copy-string): New command and key binding.
474
475         * gnus-html.el: Doc fix.
476
477 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
480         specifier-spec-list for Emacs 21.
481
482         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
483         glyph-width and glyph-height instead of display-graphic-p and
484         image-size; make avoidance of displaying small images work for XEmacs.
485
486         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
487         for XEmacs.
488
489         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
490         of symbol that holds plist data.
491         (gnus-process-plist): Remove plist of process after getting it.
492
493 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * message.el (message-generate-hashcash): Change default to
496         'opportunistic if hashcash is installed.
497
498         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
499         (gnus-html-put-image): Only call image-size once, since it's somewhat
500         time-consuming on remote X servers.
501
502 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
505         type on data, not a file name.
506
507         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
508         window-pixel-edges for Emacs 21.
509
510         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
511         decoded contents.
512         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
513
514 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
517         group line format, since it isn't very interesting.
518
519         * gnus-agent.el (gnus-agent-short-article),
520         (gnus-agent-long-article): Increase values for these two variables,
521         since most people are likely to have more network connection and
522         storage than before.
523
524         * gnus.el (gnus-refer-article-method): Change default to 'current.
525         When referring an article, the common behaviour is to refer it from the
526         current select method, not the native select method.  The chances of
527         the native select method having the message in question is rather slim
528         these days.
529
530         * gnus-sum.el (gnus-auto-select-subject): Change default to
531         `unseen-or-unread'.  I think it's likely that most people want to
532         select an unseen article over a previously seen, but unread one.
533
534         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
535         means that in the article buffer none of the minor mode elements will
536         be shown, usually, and this is not desirable in most cases.
537
538         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
539         that commands like `d' (and the like) go to the next line in the
540         buffer, instead of the next unread article.  I think this is the
541         behaviour that is most natural for most users.
542         (gnus-single-article-buffer): Change default to nil, so that people can
543         have as many article buffers open as they have summary buffer.  I think
544         this is the most natural way for the groups to behave.
545
546         * message.el (message-generate-new-buffers): Change default to
547         `unsent', so that all new message buffers start their names with the
548         string "*unsent", and it's easier to find the buffers if you move from
549         them.
550
551 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
554         small. They're probably tracking images.
555         (gnus-html-wash-tags): Remove all <pre_int> place holders.
556         (gnus-html-rescale-image): Yet another try at getting the image sizing
557         right.
558
559         * nntp.el (nntp-request-set-mark): Refuse to do marks if
560         nntp-marks-file-name is nil.
561
562 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * gnus-html.el (gnus-html-wash-tags)
565         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
566         Better logging.
567
568 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
571
572         * gnus-html.el (gnus-html-wash-tags): Check the value of
573         gnus-blocked-images in the summary buffer.
574
575 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
578
579 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
582         like "a", it seems like.
583         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
584         since it needs to be picked from the correct buffer.
585
586         * nnwfm.el: Removed.
587
588         * nnlistserv.el: Removed.
589
590 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
591
592         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
593         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
594
595 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * nnkiboze.el: Removed.
598
599         * nndb.el: Removed.
600
601         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
602         alt text.
603         (gnus-html-rescale-image): Try to get the rescaling logic right for
604         images that are just wide and not tall.
605
606         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
607         overshadow variable bindings.
608
609 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * gnus-html.el (gnus-html-wash-tags)
612         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
613         extra logging.
614
615 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
618         (gnus-max-image-proportion): New variable.
619         (gnus-html-rescale-image): New function.
620         (gnus-html-put-image): Rescale images.
621
622 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
623
624         Fix up some byte-compiler warnings.
625         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
626         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
627         (gnus-article-fill-cited-article, gnus-article-hide-citation)
628         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
629         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
630         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
631         (gnus-group-update-group): Use save-excursion and with-current-buffer.
632
633 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-html.el (gnus-article-html): Decode contents by charset.
636
637 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
640         (gnus-html-frame-width, gnus-blocked-images)
641         * message.el (message-prune-recipient-rules): Add custom version.
642         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
643
644         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
645         functions.
646
647         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
648         gnus-process-get.
649
650 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
651
652         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
653         instead of lsub directly.
654
655 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * nnwarchive.el: Removed.
658
659         * gnus-soup.el: Removed.
660
661         * nnsoup.el: Removed.
662
663         * nnultimate.el: Removed.
664
665         * gnus-html.el (gnus-blocked-images): New variable.
666
667         * message.el (message-prune-recipients): New function.
668         (message-prune-recipient-rules): New variable.
669
670         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
671         guess whether a long line is natural text or not.
672
673         * gnus-html.el (gnus-html-schedule-image-fetching): Use
674         gnus-process-plist and friends for compatibility.
675
676 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
677
678         * gnus-html.el: Require packages that define macros used in this file.
679         (gnus-article-mouse-face): Declare to silence byte-compiler.
680         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
681         process-get.
682         (gnus-html-put-image): Use plist-get to avoid getf.
683         (gnus-html-prefetch-images): Use with-current-buffer.
684
685 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-ems.el: Provide compatibility functions for
688         gnus-set-process-plist.
689
690         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
691         header-line-format for XEmacs 21.4.
692
693         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
694         * gnus.el (gnus-valid-select-methods)
695         * message.el (message-send-mail-partially-limit)
696         * mm-decode.el (mm-text-html-renderer)
697         * mml.el (mml-insert-mime-headers-always)
698         * smiley.el (smiley-regexp-alist): Bump custom version.
699
700 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-html.el: require mm-url.
703         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
704         with the url to `url'.
705         (gnus-html-wash-tags): Support cid: URLs/images.
706
707 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
710         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
711         bindings, as they aren't useful at all. `w' is moved to `W w'.
712
713         * gnus-move.el: Removed file, since it doesn't really work.
714
715         * gnus-html.el (gnus-article-html): Tell w3m that the input is
716         UTF-8. This seems to fix problems with some German web feeds.
717
718         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
719         at the top so that the proper colours are applied.
720
721         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
722         don't have dots in their names.
723
724         * gnus-art.el (gnus-article-view-part): Doc fix.
725
726         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
727         XEmacs-compatible.
728         (gnus-html-put-image): Don't do images on non-graphic displays.
729
730         * nnslashdot.el: Removed this unused backend.
731
732         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
733         actions.
734         (gnus-undo-register-1): Revert last change.
735
736         * gnus-group.el (gnus-group-completing-read): Protect against not
737         having completion-styles bound.
738
739         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
740         make broken recipients happier.
741
742         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
743
744         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
745         point parameter.
746
747         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
748
749         * gnus-group.el (gnus-group-completing-read): Add 'substring to
750         completion-styles for group selection.
751
752 2009-02-04  Andreas Schwab  <schwab@suse.de>
753
754         * gnus-score.el (gnus-score-string): Fix regex for matching extra
755         headers and regexp-quote the match if necessary.
756
757 2009-03-24  Miles Bader  <miles@gnu.org>
758
759         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
760         the blinking smiley.
761
762 2009-03-24  Simon Josefsson  <simon@josefsson.org>
763
764         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
765         blink smiley.
766
767 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
770         where the dribbel file lives exists.
771
772         * message.el (message-send-mail-partially-limit): Change the default to
773         nil, since most people don't want this.
774
775         * mm-url.el (mm-url-decode-entities): Also decode entities like
776         &#x3212.
777
778 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
779
780         * gnus-sum.el (gnus-summary-idna-message):
781         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
782         Hyperlink urls in docstrings with URL `...'.
783
784 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
785
786         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
787         functions.
788
789 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
792         say what the mouseover text should be.
793
794         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
795         version of the mm-w3m-safe-url-regexp variable to only download images
796         in the groups where we want that to happen.
797
798         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
799
800         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
801         easier debugging.
802         (gnus-article-beginning-of-window): Add kludge to allow spacing past
803         big pictures in the article buffer.
804
805         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
806         gnus-article-html.
807         (mm-text-html-renderer): gnus-article-html needs curl in addition to
808         w3m.
809
810         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
811
812 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
815         which doesn't exist.
816
817         * message.el (message-inhibit-ecomplete): New variable to allow some
818         function to inhibit ecomplete address storage.
819         (message-resend): Disable ecomplete message storage when resending
820         messages.
821
822         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
823
824 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
827         Save excursion while copying, moving, and deleting articles in order to
828         prevent the cursor from jumping to unforeseen place.
829
830 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * lpath.el: No need to bind bookmark-current-buffer,
833         bookmark-yank-point and bookmark-make-record-function.
834
835 2010-08-17  Glenn Morris  <rgm@gnu.org>
836
837         * gnus-sync.el: Require gnus components whose functions are used.
838
839         * gnus-art.el (bookmark-make-record-function):
840         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
841         Declare for compiler.
842
843         * mm-url.el (mml-compute-boundary): Autoload.
844
845 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
848
849 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         Typo fix "hoo4a" -> "hook".
852
853         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
854
855 2010-08-14  Glenn Morris  <rgm@gnu.org>
856
857         * gnus-sync.el (gnus-sync): Fix defgroup version.
858
859 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         Doc fixes and keep unknown groups (ammended for nunion bug fix).
862
863         * gnus-sync.el: Fix docs.
864         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
865         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
866
867 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         Optimizations for gnus-sync.el.
870
871         * gnus-sync.el: Add docs about gnus-sync-backend
872         possibilities.
873         (gnus-sync-save): Remove unnecessary message.
874         (gnus-sync-read): Optimize and show what groups were skipped.
875
876 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         Minor bug fixes for gnus-sync.el.
879
880         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
881         read the sync on get-new-news.
882
883         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
884         quiet.
885
886         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
887
888 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
889
890         Make saving and restoring of hidden threads work with overlays.
891         Patch applied by Ted Zlatanov.
892
893         * gnus-sum.el (gnus-hidden-threads-configuration)
894         (gnus-restore-hidden-threads-configuration): Update to deal with text
895         properties, rather than searching for a magic character.
896
897 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         New gnus-sync.el library for synchronization of marks.
900
901         * gnus-sync.el: New library for synchronization of marks.
902
903         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
904         renamed from `gnus-registry-grep-in-list'.
905
906         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
907
908         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
909
910 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
913         determining charset of text fails.
914
915 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * nnmail.el (nnmail-get-new-mail-1): Revert.
918
919         * nnml.el (nnml-active-number): Make sure names of newly created groups
920         in nnml-group-alist are encoded.
921
922 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
925         containing non-ASCII characters in active file for nnml back end.
926
927 2010-07-24  David Engster  <dengste@eml.cc>
928
929         * mml-smime.el (mml-smime-epg-verify): Also accept the older
930         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
931
932 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
933
934         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
935         tag (Bug#6654).
936
937 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
940         the article buffer, not the summary buffer.
941
942 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
945         Emacs 23 as well.
946
947 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
950         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
951
952 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
953
954         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
955         Patch applied by Karl Fogel.
956
957         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
958         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
959
960 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
961
962         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
963         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
964         C-w still not working correctly from Article buffers; Thierry's
965         patch to fix that will be applied after this.
966
967         * gnus-art.el (bookmark-make-record-function): New local variable.
968
969         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
970         article buffer.
971         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
972
973 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
974
975         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
976         on changes in bookmark.el.
977
978 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
981         `no-log' instead of message not to log prompt string.
982
983 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
984
985         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
986         the *other* type of HTML form submission.
987
988 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
989
990         * auth-source.el (auth-source-pick): If choice does not contain a
991         questioned keyword, set the check to t.
992
993 2010-06-12  Romain Francoise  <romain@orebokech.com>
994
995         * gnus-util.el (gnus-date-get-time): Move up before first use.
996
997 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1000         (gnus-article-edit-part): Bind it to make last part that is substituted
1001         or deleted visible.
1002         (gnus-mime-display-single): Buttonize part of which id equals to
1003         gnus-mime-buttonized-part-id.
1004
1005 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1006
1007         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1008         (gnus-dd-mmm): Use gnus-date-get-time.
1009         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1010         simplify logic.
1011         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1012         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1013
1014 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1015
1016         * auth-source.el (top): Autoload `secrets-list-collections',
1017         `secrets-create-item', `secrets-delete-item'.
1018         (auth-sources): Fix tag string.
1019         (auth-get-source, auth-source-retrieve, auth-source-create)
1020         (auth-source-delete): New defuns.
1021         (auth-source-pick): Rewrite in order to avoid 2 passes.
1022         (auth-source-forget-user-or-password): New parameter USERNAME.
1023         (auth-source-user-or-password): New parameters CREATE-MISSING and
1024         DELETE-EXISTING.  Retrieve password interactively, if needed.
1025
1026 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1027
1028         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1029         deleting unused directories when gnus-expert-user is t.
1030
1031 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1034         for each temp file when gnus-article-browse-delete-temp is ask.
1035
1036 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1037
1038         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1039         Lisp calls to delete-backward-char by calls to delete-char.
1040
1041 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1042
1043         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1044
1045 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1046
1047         * password-cache.el (password-cache-remove): Fix docstring.
1048
1049 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1052         article unless decoding article to be saved.
1053
1054 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1057         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1058         generated within the mm-with-unibyte-current-buffer macro.
1059
1060 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1063         to nil when we're in a mml-preview buffer and no group is selected.
1064
1065 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1066
1067         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1068         when catching the `C-g'.  Reported by "Leo".
1069
1070 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * message.el (message-forward-make-body-plain)
1073         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1074         multibyte-string-p.
1075
1076         * lpath.el: Revert.
1077
1078 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * message.el (message-forward-make-body-mml): Assume original message
1081         is multibyte string; error on unibyte.
1082         (message-forward-make-body-plain): Ditto; don't add excessive newline
1083         in body end.
1084
1085         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1086
1087 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1088
1089         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1090         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1091
1092 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * mm-extern.el (mm-extern-url): Don't use
1095         mm-with-unibyte-current-buffer.
1096         (mm-extern-cache-contents): Use with-current-buffer instead of
1097         save-excursion + set-buffer.
1098
1099 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * mm-util.el (mm-emacs-mule): Remove.
1102
1103 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1104
1105         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1106         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1107         change.
1108
1109 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1112         bind the default value of enable-multibyte-characters to nil.
1113
1114 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * message.el (message-forward-make-body-plain)
1117         (message-forward-make-body-mml):
1118         Don't use mm-with-unibyte-current-buffer.
1119
1120 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1121
1122         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1123
1124 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1125
1126         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1127         (Bug#5592).
1128
1129 2010-05-07  Julien Danjou  <julien@danjou.info>
1130
1131         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1132         it to mm-pipe-part.
1133
1134         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1135         it is given.
1136
1137 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * binhex.el (binhex-decode-region-internal)
1140         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1141         (dns-query)
1142         * nnweb.el (nnweb-gmane-search)
1143         * pgg-parse.el (pgg-parse-armor)
1144         * pgg.el (pgg-verify-region)
1145         * sha1.el (sha1-string-external)
1146         * uudecode.el (uudecode-decode-region-internal)
1147         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1148         XEmacs.
1149
1150         * gnus-art.el (gnus-article-browse-html-parts)
1151         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1152         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1153         make-temp-file.
1154
1155         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1156         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1157         compiling.
1158
1159         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1160         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1161         XEmacs when compiling.
1162
1163         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1164         gnus-pick-mode-off-hook for XEmacs when compiling.
1165         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1166         gnus-binary-mode-off-hook for XEmacs when compiling.
1167
1168         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1169         nil if char-charset is not available.
1170
1171         * imap.el (imap-disable-multibyte)
1172         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1173         macros.
1174
1175         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1176         instead of encode-coding-string.
1177
1178         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1179         'xemacs) instead of mm-emacs-mule to switch function definitions.
1180         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1181
1182         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1183         bind temporary-file-directory for XEmacs;
1184         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1185         timer-set-function for XEmacs 21.4 and SXEmacs;
1186         bind timer-list for XEmacs 21.4 and SXEmacs;
1187         fbind char-charset and find-charset-region for non-Mule XEmacs;
1188         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1189         encode-coding-region and encode-coding-string for XEmacs having no
1190         file-coding feature.
1191
1192 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1193
1194         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1195
1196 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1199         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1200
1201 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1202
1203         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1204         alias `jka-compr-delete-temp-file' no longer exists.
1205
1206 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1207
1208         Use define-minor-mode in Gnus where applicable.
1209         * mml.el (mml-mode): Use define-minor-mode.
1210         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1211         (gnus-undo-mode): Use define-minor-mode.
1212         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1213         (gnus-dead-summary-mode): Use define-minor-mode.
1214         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1215         Initialize in declaration.
1216         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1217         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1218         (gnus-mailing-list-mode): Use define-minor-mode.
1219         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1220         (gnus-draft-mode): Use define-minor-mode.
1221         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1222         (gnus-dired-mode): Use define-minor-mode.
1223
1224 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1225
1226         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1227         handles on recursive mml-to-mime translation and check them for
1228         boundary delimiter collisions.  Reported by Greg Troxel.
1229
1230 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1233
1234 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1235
1236         * mm-util.el (mm-find-buffer-file-coding-system):
1237         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1238
1239 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1240
1241         * message.el (message-generate-headers): Record insertion of optional
1242         headers as well.  Otherwise the check to prevent repeated insertion of
1243         optional headers is a no-op.
1244
1245 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         * smime.el: Don't mention CVS.
1248
1249         * nnrss.el (nnrss-fetch): Don't mention CVS.
1250
1251         * nnir.el: Don't mention CVS.
1252
1253 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1254
1255         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1256
1257 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * lpath.el: Fbind bookmark-default-handler,
1260         bookmark-get-bookmark-record, bookmark-make-record-default,
1261         bookmark-prop-get for Emacs <23 and XEmacs.
1262
1263 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1264
1265         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1266         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1267         Use with-current-buffer to silence the byte-compiler.
1268         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1269         bother to require `gnus'.
1270         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1271
1272 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1273
1274         * gnus-sum.el (gnus-summary-bookmark-make-record)
1275         (gnus-summary-bookmark-jump): New functions.
1276         (gnus-summary-mode): Setup bookmark support.
1277
1278 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1279
1280         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1281         if set.
1282
1283 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1286         gnus-article-browse-html-save-cid-image; make it work recursively for
1287         forwarded messages as well.
1288         (gnus-article-browse-html-parts): Work when prefix arg is given.
1289         (gnus-article-browse-html-article): Doc fix.
1290
1291 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1292
1293         * message.el (message-default-mail-headers):
1294         (message-default-headers): Carry the value mail-default-headers over
1295         into message-default-mail-headers, rather than message-default-headers.
1296
1297 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1298
1299         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1300         charset.
1301
1302         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1303         charset into the <meta> tag when the article is encoded to utf-8.
1304
1305 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1308         directories as well.
1309         (gnus-article-browse-html-parts): Work for images that do not specify
1310         file names; delete temp directory when quitting; insert header at the
1311         right place; use file: scheme for image files.
1312
1313 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1314
1315         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1316         (gnus-article-browse-html-parts): Use it to make temporary cid image
1317         files in addition to html file so that browser may display them.
1318
1319 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1322
1323 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1324
1325         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1326
1327 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1328
1329         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1330         about Secret Service API sources.  Improve Customize options.
1331         (auth-source-pick): Change to accept any number of search parameters.
1332         Implement fallbacks iteratively, not recursively.  Add scoring on the
1333         second pass and sort by score.  Call Secret Service API when needed.
1334         (auth-source-user-or-password): Use it.  Call Secret Service API
1335         directly when needed to get the user name and the password.
1336
1337 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1338
1339         * message.el (message-interactive): Doc fix.
1340         (message-qmail-inject-args): Reflow.
1341         (message-kill-to-signature): Fix typo in docstring.
1342
1343         * smiley.el (smiley-buffer): Fix typo in docstring.
1344
1345 2010-03-24  Glenn Morris  <rgm@gnu.org>
1346
1347         * mail-source.el (gnus-message): Declare.
1348         (mail-source-delete-old-incoming): Require gnus-util.
1349
1350 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1353
1354         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1355
1356         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1357         password-cache's default if it is not bound.
1358         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1359         password-cache-expiry's default if it is not bound.
1360
1361         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1362         available in Emacs 21.
1363
1364         * lpath.el: Suppress compiler warnings for:
1365         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1366         XEmacs;
1367         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1368         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1369         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1370
1371 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1372
1373         * auth-source.el (auth-sources): Fix up definition so extra parameters
1374         are always inline.
1375
1376 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1377
1378         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1379         wasn't updated after mismatch.  Clear cached mailbox info correctly
1380         when uidvalidity changes.
1381         (nnimap-group-prefixed-name): New function to avoid some code
1382         duplication.
1383         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1384         (nnimap-request-group): Use it.
1385         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1386         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1387         with many imap folders.  This is done by caching the group status from
1388         the imap server persistently in a group parameter `imap-status'.  (This
1389         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1390         but not persistently, so every Gnus startup was still very slow.)
1391
1392 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1395         delete the extra newline.  Otherwise editing of :string and :number
1396         types don't work.
1397
1398 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1401         secrets.el dependency.
1402         (auth-sources): Add optional user name.  Add secrets.el configuration
1403         choice (unused right now).
1404
1405 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1408         `gnus-registry-install-shortcuts' fill in the functions.
1409
1410         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1411         warnings.
1412         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1413         (gnus-registry-install-shortcuts): Populate and use it in a
1414         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1415
1416 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1417
1418         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1419         In-place substitutions for the group name encoding/decoding.
1420         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1421         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1422         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1423         (nnimap-update-unseen, nnimap-request-list)
1424         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1425         (nnimap-request-set-mark, nnimap-split-to-groups)
1426         (nnimap-split-articles, nnimap-request-newgroups)
1427         (nnimap-request-create-group, nnimap-request-accept-article)
1428         (nnimap-request-delete-group, nnimap-request-rename-group)
1429         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1430         `encoded-mbx' for consistency.
1431         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1432         variable `imap-current-mailbox'.
1433
1434         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1435         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1436
1437 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1438
1439         * pop3.el (pop3-display-message-size-flag): Display message size byte
1440         counts during POP3 download.
1441         (pop3-movemail): Use it.
1442         (pop3-list): Implement listing of available messages.
1443
1444 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1445
1446         * nnir.el (nnir-get-article-nov-override-function): New function to
1447         override the normal NOV retrieval.
1448         (nnir-retrieve-headers): Use it.
1449
1450 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1451
1452         * auth-source.el (netrc-machine-user-or-password): Autoload.
1453
1454 2010-03-19  Glenn Morris  <rgm@gnu.org>
1455
1456         Stop message.el from loading about 40 libraries it doesn't always need.
1457         The general approach is to autoload rather than require, and to
1458         require in the specific functions rather than the file.  (Bug#5642)
1459
1460         * gmm-utils.el: Don't require wid-edit.
1461         (widget-create-child-value, widget-convert, widget-default-get):
1462         Autoload.
1463
1464         * gnus-util.el: Don't require time-date, netrc.
1465         (message-fetch-field, gnus-group-name-decode): Declare rather than
1466         autoloading.
1467         (gnus-fetch-field): Require message.
1468         (gnus-decode-newsgroups): Require gnus-group.
1469
1470         * ietf-drums.el: Don't require time-date.
1471
1472         * message.el: Don't require hashcash, canlock, ecomplete.
1473         Do require mail-utils.  Require nnheader only when compiling.
1474         (smtpmail-default-smtp-server): Remove declaration.
1475         (message-send-mail-function): Check smtpmail-default-smtp-server
1476         is bound rather than requiring smtpmail.
1477         (message-auto-save-directory, message-insert-signature): Use
1478         expand-file-name rather than nnheader-concat.
1479         (nnheader-insert-file-contents): Autoload.
1480         (hashcash-wait-async): Declare.
1481         (message-send-mail): Only call gnus-setup-posting-charset if
1482         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1483         (message-send-mail-with-sendmail): Require sendmail.
1484         (canlock-password, canlock-password-for-verify): Declare.
1485         (message-canlock-password): Require canlock.
1486         (nnheader-get-report): Autoload.
1487         (gnus-setup-posting-charset): Declare.
1488         (message-send-news): Require gnus-msg.
1489         (message-make-references, message-make-in-reply-to): Use mail-header-id
1490         rather than the alias mail-header-message-id.
1491         (ecomplete-add-item, ecomplete-save): Declare.
1492         (message-put-addresses-in-ecomplete): Require ecomplete.
1493         (ecomplete-display-matches): Autoload.
1494
1495         * mm-decode.el: Don't require mailcap, gnus-util.
1496         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1497         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1498         Autoload.
1499         (mailcap-mime-extensions): Declare.
1500
1501         * mm-encode.el: Don't require mailcap.
1502         (mailcap-extension-to-mime): Autoload.
1503
1504         * mml-sec.el: Don't require password-cache.
1505
1506         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1507         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1508         (mml-minibuffer-read-type): Require mailcap.
1509         (mml-preview): Require gnus-msg.
1510
1511         * mml1991.el: Require password-cache.
1512         (password-cache-expiry): Remove declaration.
1513
1514         * mml2015.el: Require password-cache.
1515         (password-cache-expiry): Remove declaration.
1516
1517         * nneething.el (mailcap): Require mailcap.
1518
1519         * nnheader.el (declare-function): Add compatibility stub.
1520         (message-remove-header): Declare rather than autoload.
1521         (nnheader-replace-header): Require message.
1522
1523         * nnimap.el (declare-function): Add compatibility stub.
1524         (netrc-parse, netrc-machine-user-or-password): Declare.
1525         (nnimap-open-connection): Require netrc.
1526
1527         * nntp.el (declare-function): Add compatibility stub.
1528         (netrc-parse, netrc-machine, netrc-get): Declare.
1529         (nntp-send-authinfo): Require netrc.
1530
1531         * rfc2047.el: Don't require qp.
1532         (quoted-printable-encode-region, quoted-printable-decode-string):
1533         Autoload.
1534
1535         * sieve-mode.el: Don't require easymenu.
1536         (easy-menu-add-item): Autoload it.
1537
1538         * spam-stat.el (time-to-number-of-days): Autoload it.
1539
1540 2010-03-19  Glenn Morris  <rgm@gnu.org>
1541
1542         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1543
1544 2010-03-18  Glenn Morris  <rgm@gnu.org>
1545
1546         * hashcash.el (declare-function): Remove duplicate definition.
1547
1548 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1549
1550         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1551         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1552         value if any backslash escapes).
1553
1554 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1557         if it is available.  (bug#5647)
1558
1559         * lpath.el: Suppress compiler warning for coding-system-from-name for
1560         Emacs 21 and XEmacs.
1561
1562 2010-03-14  Juri Linkov  <juri@jurta.org>
1563
1564         * hmac-def.el:
1565         * hmac-md5.el:
1566         * netrc.el: Fix keywords.
1567
1568 2010-02-26  Glenn Morris  <rgm@gnu.org>
1569
1570         * message.el (message-send-mail-function): Change the default, so that
1571         it inherits from a customized send-mail-function.  (Bug#5643)
1572
1573 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1574
1575         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1576         shell-command-to-string signals an error (bug#5299).
1577
1578 2010-02-24  Glenn Morris  <rgm@gnu.org>
1579
1580         * message.el (message-smtpmail-send-it)
1581         (message-send-mail-with-mailclient): Doc fixes.
1582
1583 2010-02-16  Glenn Morris  <rgm@gnu.org>
1584
1585         * message.el (message-default-mail-headers): Change the default value
1586         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1587
1588 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1591         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1592
1593 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1594
1595         * time-date.el (date-to-time): Doc fix (Bug#5408).
1596
1597 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1598
1599         * message.el (message-mail): Just pass yank-action on to message-setup.
1600         (message-setup): Handle (FUN . ARGS) form of yank-action.
1601         (message-with-reply-buffer, message-widen-reply)
1602         (message-yank-original): Handle non-buffer values of
1603         message-reply-buffer (Bug#4080).
1604         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1605
1606 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1607
1608         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1609         Fix typo in docstring.
1610
1611 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1612
1613         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1614         response.
1615
1616 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1619
1620         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1621
1622         * message.el (message-check-news-header-syntax): Protect against a
1623         string that `rfc822-addresses' returns when parsing fails.
1624
1625 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1628         (gnus-previous-char-property-change): New functions.
1629
1630         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1631
1632 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1633
1634         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1635         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1636
1637 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1638
1639         * message.el (message-exchange-point-and-mark): Rework last change to
1640         avoid using optional arg of exchange-point-and-mark, for backward
1641         compatibility.
1642
1643 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1644
1645         * message.el (message-exchange-point-and-mark): Call
1646         exchange-point-and-mark with an argument rather than setting
1647         mark-active by hand (Bug#5175).
1648
1649 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * nntp.el (nntp-service-to-port): Work for service expressed with
1652         numeric string; replace [:digit:] with [0-9] for XEmacs.
1653
1654 2009-12-17  Glenn Morris  <rgm@gnu.org>
1655
1656         * gnus-group.el (gnus-bug-group-download-format-alist):
1657         Change emacs entry to debbugs.gnu.org.  Bump :version.
1658
1659 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1662
1663 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1664
1665         * message.el (message-info): Explain why we use `Info-goto-node'.
1666
1667 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1670
1671 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1672
1673         * message.el (message-completion-in-region): New compatibility function.
1674         (message-expand-group): Use it.
1675
1676 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1679         with no unread article should be listed if the 2nd arg `predicate' is
1680         given.
1681
1682 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1685
1686 2009-11-29  Juri Linkov  <juri@jurta.org>
1687
1688         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1689         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1690         on `gnus-recenter'. (Bug#4698, Bug#4981)
1691
1692 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1693
1694         * sha1.el (sha1-string-external): default-directory "/" in case
1695         otherwise non-existent.  process-connection-type pipe for touch of
1696         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1697
1698 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1699
1700         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1701         it's comms related and sgml-mode.el has "comm" on that basis too.
1702
1703 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1706         containing tspecial characters if they have been already quoted.
1707
1708 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1709
1710         * dns-mode.el (auto-mode-alist): Purecopy string.
1711
1712 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1713
1714         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1715
1716 2009-10-24  Glenn Morris  <rgm@gnu.org>
1717
1718         * gnus-art.el (help-xref-stack-item): Define for compiler.
1719
1720 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1721
1722         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1723
1724 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1727
1728 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1731         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1732
1733 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1736         (gnus-overlays-in): New alias to overlays-in.
1737
1738         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1739         gnus-overlay-get, and gnus-delete-overlay.
1740         (gnus-summary-show-thread): Make it work as well for systems in which
1741         next-single-char-property-change is not available.
1742         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1743
1744         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1745         (gnus-overlay-get): New alias to extent-property.
1746         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1747
1748         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1749         SXEmacs.
1750
1751         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1752         SXEmacs.
1753
1754 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1755
1756         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1757
1758 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1759
1760         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1761         and XEmacs that don't have `remove-overlays'.
1762
1763 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1764
1765         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1766         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1767         selective display.  Use overlays instead.
1768
1769 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1770
1771         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1772
1773 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1774
1775         * spam-stat.el (spam-stat-load): Fix typo in message.
1776
1777 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1778
1779         * dig.el (dig-invoke): Fix typo in docstring.
1780         (query-dig): Reflow docstring.
1781
1782 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1783
1784         * gnus-art.el (gnus-article-encrypt-body):
1785         * message.el (message-check-recipients):
1786         * mm-util.el (mm-codepage-setup):
1787         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1788         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1789
1790 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1791
1792         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1793         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1794         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1795         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1796         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1797
1798 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1799
1800         * dig.el: Add "Keywords: comm", as per net-utils.el.
1801
1802 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1803
1804         * dig.el (dig-mode): Use define-derived-mode.
1805
1806 2009-09-19  Glenn Morris  <rgm@gnu.org>
1807
1808         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1809
1810 2009-09-18  Glenn Morris  <rgm@gnu.org>
1811
1812         * gnus-diary.el (gnus-diary-check-message):
1813         * message.el (message-insert-formatted-citation-line):
1814         * nnbabyl.el (top-level):
1815         * nndiary.el (nndiary-schedule):
1816         Fix typos in condition-case handlers.
1817
1818 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1821         configuration that provides the sole article window in a frame;
1822         position point correctly after deleting a part.
1823
1824 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1825
1826         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1827         (spam-resolve-registrations-routine): Use it to unregister articles
1828         that change status.
1829
1830 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1833         with XEmacs.
1834         (parse-time-string-chars): Use it.
1835
1836 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1837
1838         * imap.el (imap-interactive-login): Better messages.
1839         (imap-open): Fix bug with renamed buffer on reconnect.
1840         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1841         for easier debugging and cleaner code.  On successful (guessed based on
1842         server capabilities) secondary authentication, set imap-state
1843         correctly.
1844         (imap-last-authenticator): Define imap-last-authenticator as a variable
1845         to avoid warnings.
1846
1847 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * nnrss.el (nnrss-request-article): Remove binding of
1850         default-enable-multibyte-characters that has gotten needless by
1851         the 2007-07-13 change in rfc2047-encode-message-header.
1852
1853         * mml.el (mml-insert-multipart): Error on the message header.
1854         (mml-insert-part): Error on the message header; position point at
1855         the end of a MIME tag.
1856
1857 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * time-date.el (autoload): Expand define-obsolete-function-alias into
1860         defalias and make-obsolete for old Emacsen that Gnus supports.
1861         (with-no-warnings): Define it for old Emacsen.
1862         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1863         is available.
1864         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1865         float-time is available; suppress compile warning for time-to-seconds.
1866
1867         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1868         (gnus-float-time): Alias to float-time if it exists.
1869
1870         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1871         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1872         float-time is available; suppress compile warning for time-to-seconds.
1873
1874         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1875         XEmacs.
1876
1877 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1878
1879         * imap.el (imap-message-map): Docstring fix.
1880
1881 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1884         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1885         Add the optional argument `encoding' that overrides the default.
1886
1887         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1888         mm-encode-buffer.
1889
1890 2009-09-04  Glenn Morris  <rgm@gnu.org>
1891
1892         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1893         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1894         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1895         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1896         * mm-util.el (mm-with-unibyte-current-buffer)
1897         (mm-find-buffer-file-coding-system):
1898         * yenc.el (yenc-decode-region): Use default-value rather than
1899         default-enable-multibyte-characters.
1900
1901 2009-09-03  Glenn Morris  <rgm@gnu.org>
1902
1903         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1904         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1905         than default-enable-multibyte-characters.
1906
1907 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1908
1909         * gnus-art.el (gnus-article-read-summary-keys):
1910         Fix gnus-buffer-configuration's value temporarily used.
1911
1912 2009-09-02  Glenn Morris  <rgm@gnu.org>
1913
1914         * gnus-util.el (gnus-float-time): New function.
1915         * gnus-delay.el (gnus-delay-article):
1916         * gnus-sum.el (gnus-thread-latest-date):
1917         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1918         * nnspool.el (nnspool-request-newgroups):
1919         Use gnus-float-time rather than time-to-seconds.
1920         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1921
1922         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1923         (gnus-header-subject-face, gnus-header-newsgroups-face)
1924         (gnus-header-name-face, gnus-header-content-face):
1925         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1926         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1927         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1928         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1929         (gnus-cite-face-11):
1930         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1931         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1932         (gnus-server-closed-face, gnus-server-denied-face)
1933         (gnus-server-offline-face):
1934         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1935         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1936         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1937         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1938         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1939         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1940         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1941         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1942         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1943         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1944         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1945         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1946         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1947         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1948         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1949         (gnus-summary-high-undownloaded-face)
1950         (gnus-summary-low-undownloaded-face)
1951         (gnus-summary-normal-undownloaded-face)
1952         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1953         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1954         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1955         (gnus-splash-face):
1956         * message.el (message-header-to-face, message-header-cc-face)
1957         (message-header-subject-face, message-header-newsgroups-face)
1958         (message-header-other-face, message-header-name-face)
1959         (message-header-xheader-face, message-separator-face)
1960         (message-cited-text-face, message-mml-face):
1961         * sieve-mode.el (sieve-control-commands-face)
1962         (sieve-action-commands-face, sieve-test-commands-face)
1963         (sieve-tagged-arguments-face):
1964         * spam.el (spam-face):
1965         Mark face aliases with "-face" in the name as obsolete.
1966
1967 2009-09-01  Glenn Morris  <rgm@gnu.org>
1968
1969         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1970         than goto-line.
1971
1972 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1975         Don't move point if the command is invoked inside the message header.
1976
1977 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1978
1979         * imap.el (imap-send-command): Simplify.
1980         (imap-wait-for-tag): point-max -> buffer-size.
1981
1982 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1983
1984         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1985         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1986         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1987         * nnir.el (nnir-swish-e-index-file):
1988         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1989         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1990         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1991         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1992         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1993         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1994
1995 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1998         Don't save excursion.
1999
2000 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2001
2002         * nnheader.el (nnheader-find-file-noselect):
2003         * mm-util.el (mm-insert-file-contents):
2004         Use (default-value 'major-mode) instead of default-major-mode.
2005
2006 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2007
2008         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2009
2010 2009-08-26  Glenn Morris  <rgm@gnu.org>
2011
2012         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2013         than placing in files.el.
2014
2015 2009-08-25  Glenn Morris  <rgm@gnu.org>
2016
2017         * nnir.el (top-level): Don't require cl at run-time.
2018         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2019         Replace cl-function substitute with gnus-replace-in-string.
2020         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2021         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2022         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2023         simplified expansions.
2024
2025 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2026
2027         * dig.el (dig): Add autoload cookie.
2028
2029 2009-08-22  Glenn Morris  <rgm@gnu.org>
2030
2031         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2032         goto-line.
2033
2034 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2035
2036         * parse-time.el (parse-time-string-chars): Save match data.
2037
2038 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2039
2040         * parse-time.el (parse-time-string-chars): Compute using character
2041         classes, to handle non-ascii characters (Bug#3190).
2042
2043 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2046
2047         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2048         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2049         (gnus-mm-display-part, gnus-mime-display-single)
2050         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2051         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2052
2053         * gnus-sum.el
2054         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2055         (gnus-summary-move-article): Add expirable mark to articles copied or
2056         moved to group that has auto-expire turned on if the option is non-nil.
2057
2058 2009-07-24  Glenn Morris  <rgm@gnu.org>
2059
2060         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2061         Fix typo.  (Bug#3903)
2062
2063 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2066         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2067         that should not be used for draft articles.
2068         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2069         that has no concern in minor mode keys.
2070         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2071         Abolish.
2072
2073 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2076         article without making inquiry to a user for unknown encoding.
2077
2078         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2079         (nnmaildir--scan): Assume i-node and device number that file-attributes
2080         returns might be cons-cell.
2081
2082         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2083
2084         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2085
2086 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2087
2088         * auth-source.el: Remove docs now in auth.texi.  Don't use
2089         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2090         `auth-source-hide-passwords' and use them.
2091
2092 2009-07-15  Glenn Morris  <rgm@gnu.org>
2093
2094         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2095
2096 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2099         excessive whitespace from the default values of title and description.
2100
2101 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2104         mail-fetch-field to fetch Content-Description header in order to
2105         exclude newlines.
2106
2107 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2108
2109         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2110         format used by GnuPG 2.0.11.
2111
2112 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2115         to deleted part.
2116
2117 2009-05-30  David Engster  <dengste@eml.cc>
2118
2119         * nnmairix.el: Remove old documentation in the commentary block.
2120         (nnmairix-request-group): Do not update active file for nnml back ends.
2121         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2122         end so that overview files are ignored.
2123         (nnmairix-update-groups): Make updating the groups more robust by using
2124         marks.
2125         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2126         with dollar characters in message-id.
2127
2128 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2129
2130         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2131         2008-12-25 in dns.el.
2132
2133 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2134
2135         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2136         could happen if the text is only composed of spaces and/or tabs.
2137
2138 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2139
2140         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2141         when sending a queued message to avoid extra mml tags.
2142
2143 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2146
2147 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2150         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2151         rmail-toggle-header for XEmacs;
2152         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2153
2154 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-dired.el: Remove autoload for gnus-setup-message.
2157         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2158         displaying Gnus logo; always use compose-mail.
2159
2160 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2163
2164 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2167         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2168         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2169         available.
2170         (gnus-nocem-epg-verify): New function.
2171
2172 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2173
2174         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2175
2176 2009-02-15  Glenn Morris  <rgm@gnu.org>
2177
2178         * gnus-util.el (rmail-insert-rmail-file-header)
2179         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2180         autoloads.
2181         (rmail-default-rmail-file): Remove unnecessary declaration.
2182         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2183
2184 2009-02-14  Glenn Morris  <rgm@gnu.org>
2185
2186         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2187         variable (only used in gnus-util, which declares it anyway).
2188         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2189         which was only needed by gnus-art (changed to not use it any more).
2190         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2191         only used in gnus-util, which autoloads it itself.
2192         (rmail-update-summary): Fix autoload.
2193
2194         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2195         rather than rmail-output-to-rmail-file.
2196
2197 2009-02-07  Glenn Morris  <rgm@gnu.org>
2198
2199         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2200         autoload of function that no longer exists.
2201         (rmail-toggle-header): Declare.
2202         (message-forward-rmail-make-body): Handle mbox Rmail.
2203
2204 2009-01-31  Glenn Morris  <rgm@gnu.org>
2205
2206         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2207         2009-01-09 change.
2208
2209 2009-01-31  Dave Love  <fx@gnu.org>
2210
2211         * imap.el (imap-fetch-safe): Bind debug-on-error.
2212         (imap-debug): Add imap-fetch-safe.
2213
2214 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2217         (auth-source-forget-all-cached): New convenience function.
2218         (auth-source-user-or-password): Accept list of modes or a single mode.
2219
2220         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2221         auth-source modes.
2222
2223         * netrc.el (netrc-machine-user-or-password): Use list of
2224         auth-source modes.
2225
2226         * nnimap.el (nnimap-open-connection): Use list of
2227         auth-source modes.
2228
2229         * nntp.el (nntp-send-authinfo): Use list of
2230         auth-source modes.
2231
2232 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2233
2234         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2235         now.
2236
2237 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2240         coding system in XEmacs; add a workaround for XEmacs.
2241
2242         * lpath.el: Fbind coding-system-aliasee.
2243
2244 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2247         of current-language-environment.
2248
2249 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2250
2251         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2252         available at runtime.
2253
2254 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2257
2258 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2259
2260         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2261         the greatest positive fixnum value doesn't work under an XEmacs with
2262         bignum support; use the most-positive-fixnum constant instead,
2263         available since Emacs 21.1 with cl and XEmacs 21.1.
2264
2265 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2268         XEmacs gets not to work.
2269
2270 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * mm-util.el (mm-coding-system-priorities): Allow the value like
2273         "Japanese (UTF-8)" of current-language-environment.
2274
2275 2009-01-09  Glenn Morris  <rgm@gnu.org>
2276
2277         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2278         with last-command-event.
2279
2280 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2281
2282         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2283         in the doc string.
2284
2285         * message.el (message-fix-before-sending): Amend comment.
2286
2287 2009-01-08  Dave Love  <fx@gnu.org>
2288
2289         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2290
2291 2009-01-07  David Engster  <dengste@eml.cc>
2292
2293         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2294         simplified server definitions by converting it via
2295         gnus-server-to-method.
2296
2297 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2300         parameter's operands.
2301
2302 2009-01-06  David Engster  <dengste@eml.cc>
2303
2304         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2305         primary select method (for gnus-group-mark-article-as-read).
2306
2307 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2308
2309         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2310         `(gnus)Face', not `(gnus)X-Face'.
2311
2312 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * mm-util.el (mm-ucs-to-char): New function.
2315
2316         * mm-url.el (mm-url-decode-entities): Use it.
2317
2318         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2319         unicode-to-char.
2320
2321 2009-01-05  Dave Love  <fx@gnu.org>
2322
2323         * time-date.el: Require cl for `declare'.
2324
2325 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2326
2327         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2328         Dave Love.
2329
2330 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2331
2332         * message.el (message-fix-before-sending): Add `eight-bit' to
2333         illegible-text check.
2334
2335 2009-01-03  Michael Olson  <mwolson@gnu.org>
2336
2337         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2338         `headers' is nil.  This can occur if the IMAP server does not have
2339         permissions to read messages from a folder, but can write new messages
2340         to the folder.
2341         (nnimap-request-article-part): Do not insert `data' if it is nil.
2342
2343         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2344         characters which will confuse `read', so skip past them.
2345
2346 2009-01-01  Dave Love  <fx@gnu.org>
2347
2348         * imap.el (imap-string-to-integer): Fix typo.
2349         (imap-fetch-safe): New function.
2350         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2351
2352         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2353
2354         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2355         (imap-parse-greeting): Fix doc strings.
2356         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2357         (imap-parse-flag-list): Make messages unique.
2358         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2359
2360         * nnimap.el: Fix author email.
2361         (nnimap-split-rule): Add FIXME comment.
2362         (nnimap-debug): Fix doc string.
2363
2364 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2367
2368 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2369
2370         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2371         nslookup if resolv.conf isn't available.
2372         (dns-query): Rename from query-dns.
2373         (dns-query-cached): Rename from query-dns-cached.
2374
2375 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2378         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2379         to check if those variables exist (first appeared in Emacs 18.50).
2380
2381 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * mm-util.el (mm-line-number-at-pos): New function.
2384
2385         * spam-report.el (spam-report-process-queue): Use it.
2386
2387 2008-12-24  David Engster  <dengste@eml.cc>
2388
2389         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2390         parameters that haven't existed as variables as buffer-local variables.
2391
2392 2008-12-23  Dave Love  <fx@gnu.org>
2393
2394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2395         cadar.
2396
2397         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2398         imap-starttls-p.
2399         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2400
2401 2008-12-22  Dave Love  <fx@gnu.org>
2402
2403         * imap.el: Fix author email.  Doc fixes.
2404         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2405         reply.
2406
2407 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2408
2409         * spam-report.el (spam-report-gmane-max-requests): New constant.
2410         (spam-report-gmane-wait): New variable.
2411         (spam-report-gmane-ham, spam-report-gmane-spam)
2412         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2413         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2414         the server.
2415
2416         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2417         Add explanations.
2418
2419         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2420         nnheader-accept-process-output and nnheader-read-timeout if available.
2421         (pop3-movemail): Use it.
2422
2423         * message.el (message-check-news-body-syntax): Fix signature check if
2424         there's an attachment.
2425
2426 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * mm-util.el: Add comments to the mm- emulating functions.
2429
2430 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2431
2432         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2433         by Stephen Berman <stephen.berman@gmx.net>.
2434
2435 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * mm-util.el (mm-substring-no-properties): New function.
2438         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2439         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2440         (mm-string-to-multibyte): Doc fix.
2441
2442         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2443
2444 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2445
2446         * mml.el (mml-attach-file): Strip text properties from file name.
2447         (Bug#1574)
2448
2449 2008-12-16  Glenn Morris  <rgm@gnu.org>
2450
2451         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2452
2453 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2456         knows since the charset specified might be a bogus alias that
2457         mm-charset-synonym-alist provides.
2458
2459 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2460
2461         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2462         "ISO_8859-1".
2463
2464         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2465
2466 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * mm-util.el (mm-charset-eval-alist):
2469         Define it before mm-charset-to-coding-system.
2470         (mm-charset-to-coding-system): Add optional argument `silent';
2471         define it before mm-charset-override-alist.
2472         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2473         default value if it can be used in Emacs currently running;
2474         silence mm-charset-to-coding-system.
2475
2476 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2479         `allow-override' which says whether to use `mm-charset-override-alist'.
2480         (rfc2047-decode-encoded-words): Use it.
2481
2482         * mm-util.el (mm-charset-override-alist): Fix custom type;
2483         add `(gb2312 . gbk)' to choices.
2484
2485 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2488         fast.
2489
2490         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2491
2492         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2493
2494 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2495
2496         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2497         on links.
2498
2499         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2500
2501 2008-12-03  Lute Kamstra  <lute@gnu.org>
2502
2503         * sha1.el: Remove leading * from docstrings of defcustoms,
2504         deffaces, defconsts and defuns.
2505
2506 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2509         users' addresses that don't have domain parts.
2510         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2511         rather than message-narrow-to-head since there will be the message
2512         header separator.
2513
2514 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2515
2516         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2517         since the result is inserted in a unibyte buffer anyway.
2518         (nnimap-demule-use-string-to-multibyte): Remove.
2519         (nnimap-demule): Alias it to mm-string-to-multibyte.
2520
2521 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2522
2523         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2524         variable for debugging bug#464 and bug#1174.
2525         (nnimap-demule): Use it.
2526
2527 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2528
2529         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2530         score calculation correctly.
2531
2532 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2533
2534         * message.el (message-send-mail): Just set the buffer to unibyte
2535         rather than use mm-with-unibyte-current-buffer which does a lot more.
2536         (message-send-mail-partially): Don't bother with
2537         mm-with-unibyte-current-buffer since it's already been made unibyte by
2538         message-send-mail.
2539
2540 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2543
2544 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2545
2546         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2547
2548 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2551         require itself and to remove `with-no-warnings'.
2552
2553 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * starttls.el (starttls-any-program-available): Get the name of the
2556         available TLS layer program.
2557         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2558         well as the host name in the "opening" message.
2559
2560         * auth-source.el (auth-source-cache, auth-source-do-cache)
2561         (auth-source-user-or-password): Cache passwords and logins by default,
2562         allow override with `auth-source-do-cache'.
2563         (auth-source-forget-user-or-password): Allow users to remove cache
2564         entries if needed.
2565
2566 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2567
2568         * md4.el (md4-buffer): Fix typo in docstring.
2569         (md4, md4-64): Doc fixes.
2570         (md4-pack-int32): Reflow docstring.
2571
2572 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2573
2574         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2575         condition-case to only the forward-sexp call.
2576
2577 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2580         quotes contained.  Make it more robust regardless by an extra
2581         condition-case wrapper.
2582
2583 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2586
2587 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * nnml.el (nnml-request-expire-articles): Check if the function set to
2590         `nnmail-expiry-target' returns the symbol `delete'.
2591
2592         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2593
2594         * nnmail.el (nnmail-expiry-target): Fix custom type.
2595
2596 2008-10-02  Glenn Morris  <rgm@gnu.org>
2597
2598         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2599         Silence compiler warning.
2600
2601 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2602
2603         * tls.el (open-tls-stream): Show the actual command being
2604         executed, instead of the format string.
2605
2606 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * lpath.el: Fbind codepage-setup for Emacs 23.
2609
2610 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2611
2612         * mml.el (mml-menu): Don't assume mml2015 is bound.
2613
2614 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2617         exists.
2618
2619 2008-09-27  Glenn Morris  <rgm@gnu.org>
2620
2621         * gnus-util.el (mail-header-remove-comments): Autoload it.
2622
2623 2008-09-27  Andreas Schwab  <schwab@suse.de>
2624
2625         * gnus-util.el (gnus-split-references): Strip comments.
2626         (gnus-parent-id): Likewise.
2627
2628 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * message.el (message-confirm-send): Fix version.
2631
2632 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * message.el (message-idna-to-ascii-rhs-1): Use
2635         mail-extract-address-components rather than mail-header-parse-addresses
2636         that is an alias by default to ietf-drums-parse-addresses that does not
2637         support non-ASCII names in headers' contents.
2638
2639 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2640
2641         * message.el (message-confirm-send): Fixed variable documentation to
2642         avoid the "y/n" wording.
2643
2644 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2645
2646         * message.el (message-set-auto-save-file-name): Save to a different
2647         filename so multiple messages (especially drafts) can be recovered.
2648
2649 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2650
2651         * message.el (message-confirm-send): Add appropriate version.
2652
2653 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2654
2655         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2656         defvar.
2657
2658 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2659
2660         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2661         (mm-pkcs7-enveloped-magic): Ditto.
2662
2663 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2664
2665         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2666         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2667
2668 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2669
2670         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2671         default, it's better.
2672
2673 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2676         summary line gnus-number property and ignore them (with a warning
2677         message).
2678
2679 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2682         macro caddr in the interactive form since it won't be expanded.
2683
2684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2687         `charset'; fix name of function called recursively.
2688         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2689
2690 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2693         (gnus-mime-set-charset-parameters): New function.
2694         (gnus-mime-view-part-as-charset): Use it to correctly display part
2695         specifying wrong charset.
2696
2697 2008-09-08  David Engster  <dengste@eml.cc>
2698
2699         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2700         in completing-read for back end server.
2701
2702 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * message.el (message-confirm-send): New variable to confirm sending a
2705         message.
2706         (message-send): Use it.
2707
2708 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2709
2710         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2711
2712 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2715
2716 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2719         prevent tracking too many groups.
2720         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2721         Use it.
2722
2723 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2724
2725         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2726         moving point to the bottom of the window in order to avoid recentering.
2727
2728 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2731
2732         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2733         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2734         (gnus-article-beginning-of-window): Fix calculation.
2735
2736 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-msg.el (gnus-summary-supersede-article)
2739         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2740         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2741         message header.
2742
2743 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2744
2745         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2746         pending output coming after the status change.
2747
2748 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2749
2750         * message.el:
2751         * gnus-start.el:
2752         * gnus-registry.el: Remove VMS support.
2753
2754 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2757         macro.
2758         (rfc2104-hash): Use it.
2759
2760 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2761
2762         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2763         (gnus-summary-sort-by-most-recent-date): New commands.
2764         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2765         and menu entries.
2766
2767 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2770         don't redisplay article for raw contents; remove plural articles stuff.
2771
2772         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2773         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2774         on gnus-summary-save-article; display results properly.
2775
2776 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * lpath.el: No need to fbind ns-focus-frame.
2779
2780 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2783
2784 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2787         gnus-save-all-headers.
2788
2789 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2790
2791         * gnus-util.el (ns-focus-frame): Remove declaration.
2792         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2793         like x.
2794
2795 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2796
2797         * rfc2104.el (rfc2104-zero): Delete defconst.
2798         (rfc2104-hex-alist): Likewise.
2799         (rfc2104-hex-to-int): Delete func.
2800         (rfc2104-hexstring-to-bitstring): Likewise.
2801         (rfc2104-nybbles): New defconst.
2802         (rfc2104-hash): Rewrite for speed.
2803
2804 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * tls.el (open-tls-stream): Make it work with the 2nd argument
2807         BUFFER that is a string but does not exist as a buffer object, as
2808         mentioned in the doc-string.
2809
2810 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2813         SXEmacs.
2814
2815 2008-07-16  Glenn Morris  <rgm@gnu.org>
2816
2817         * gnus-util.el (ns-focus-frame): Declare for compiler.
2818
2819 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2822         set as a group parameter.
2823         (gnus-summary-save-in-pipe): Work when it is called independently.
2824         (gnus-summary-pipe-to-muttprint): Don't modify
2825         gnus-summary-pipe-output-default-command.
2826
2827 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2828
2829         * message.el (message-send-mail-with-sendmail):
2830         Display the error message.
2831
2832 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (gnus-default-article-saver):
2835         Add gnus-summary-save-in-pipe to choices.
2836         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2837         gnus-summary-pipe-output-default-command as the default command.
2838         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2839         instead of gnus-last-shell-command.
2840
2841         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2842         New user option.
2843         (gnus-summary-muttprint-program): Mention the value will be changed.
2844         (gnus-summary-save-article): Force showing of all headers.
2845         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2846
2847 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2848
2849         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2850
2851 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2852
2853         * nnimap.el (nnimap-id):
2854         * sieve-manage.el (sieve-manage-open): Doc fixes.
2855
2856 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2857
2858         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2859         if available.
2860
2861 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2862
2863         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2864
2865         * nnkiboze.el (nnkiboze-generate-group):
2866         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2867
2868         * nnmairix.el: Require CL.
2869
2870 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * dgnushack.el: Autoload get-display-table and put-display-table for
2873         XEmacs 21.5.
2874
2875         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2876         21.4 and SXEmacs.
2877
2878 2008-06-15  David Engster  <dengste@eml.cc>
2879
2880         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2881
2882 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2883
2884         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2885         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2886         runtime choice under XEmacs.
2887
2888         * gnus-sum.el (gnus-summary-set-display-table):
2889         Use `gnus-put-display-table', `gnus-get-display-table',
2890         `gnus-set-display-table' for the display table, instead of `aset'.
2891
2892         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2893         Use `gnus-put-display-table', `gnus-get-display-table',
2894         `gnus-set-display-table' for the display table.
2895
2896 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2897
2898         * nnmairix.el: Add autoloads.
2899
2900 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2901
2902         * nnmairix.el (nnmairix-delete-recreate-group)
2903         (nnmairix-update-and-clear-marks): Fix error messages.
2904
2905 2008-06-14  David Engster  <dengste@eml.cc>
2906
2907         * nnmairix.el: Upgrade to version 0.6.
2908         (nnmairix-group-toggle-propmarks-this-group)
2909         (nnmairix-group-toggle-readmarks-this-group)
2910         (nnmairix-group-delete-recreate-this-group)
2911         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2912         (nnmairix-remove-tick-mark-original-article): New commands.
2913         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2914         (nnmairix-propagate-marks-to-nnmairix-groups)
2915         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2916         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2917         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2918         functions needed for marks propagation and manipulation of read marks.
2919         (nnmairix-update-groups): New function.
2920         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2921         (nnmairix-determine-original-group-from-registry)
2922         (nnmairix-determine-original-group-from-path)
2923         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2924         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2925         New helper functions.
2926         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2927         keystrokes for new commands.
2928         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2929         (nnmairix-request-group): Check allow-fast group parameter.
2930         (nnmairix-request-create-group): Set allow-fast group parameter if
2931         nnmairix-allowfast-default is set.
2932         (nnmairix-close-group): Propagate marks upon closing if needed.
2933         (nnmairix-group-toggle-threads-this-group): Use new.
2934         nnmairix-group-toggle-parameter helper function.
2935         (nnmairix-search): Better check for empty search result.
2936         (nnmairix-goto-original-article): Use new helper functions for
2937         determining original article.
2938         (nnmairix-show-original-article): Make sure message-id is in brackets.
2939         (nnmairix-call-mairix-binary): Change variable name.
2940         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2941         helper function.
2942         (nnmairix-widget-toggle-activate): Fix doc string.
2943
2944 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * nnir.el: Require edmacro when compiling with XEmacs.
2947         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2948         available in Emacs 21.
2949
2950 2008-06-11  Glenn Morris  <rgm@gnu.org>
2951
2952         * gnus-util.el (x-focus-frame):
2953         * gnus.el (image-size):
2954         * mm-decode.el (image-size): Declare.
2955
2956         * gnus-picon.el (declare-function): Add compat definition.
2957         (image-size): Declare.
2958
2959         * gnus-group.el (tool-bar-map):
2960         * gnus-sum.el (tool-bar-map): Define for compiler.
2961
2962         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2963
2964         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2965
2966         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2967         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2968         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2969         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2970         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2971         * sieve-manage.el, spam-report.el, spam.el:
2972         Remove unnecessary eval-and-compile of autoloads.
2973
2974 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2975
2976         * auth-source.el: Precise Tramp doc.
2977
2978 2008-06-07  Glenn Morris  <rgm@gnu.org>
2979
2980         * nnmairix.el: Remove unnecessary eval-when-compile.
2981
2982 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * lpath.el: Fbind propertize for XEmacs 21.4.
2985
2986 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2987
2988         * nnir.el: Move here from ../contrib.
2989
2990 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2991
2992         * gnus-util.el (gnus-read-shell-command): New function.
2993         * mm-decode.el (mm-pipe-part):
2994         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2995
2996 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2999
3000 2008-06-03  Glenn Morris  <rgm@gnu.org>
3001
3002         * pop3.el (nnheader-accept-process-output): Autoload it.
3003
3004 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3007         are not 2-digit hexadecimal characters that follow `%'s.
3008
3009 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * message.el (message-bogus-recipient-p): Fix type in doc string.
3012         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3013         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3014         Improve custom options.
3015         (message-bogus-recipient-p): Adjust accordingly.
3016
3017 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3018
3019         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3020         long-form month and day names.
3021
3022 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * dgnushack.el: Autoload debug, eudc-expand-inline and
3025         pgg-snarf-keys-region for XEmacs.
3026
3027         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3028
3029         * nnmairix.el: Require edmacro when compiling with XEmacs.
3030
3031 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3034         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3035
3036 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3037
3038         * auth-source.el: Add more docs.
3039
3040         * netrc.el (netrc-machine): Always match if the port is not given.
3041
3042 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3045         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3046         retrieval faster in some cases, but might make CPU usage larger.  If
3047         this has any bad side effects, we might revert this change.
3048
3049         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3050         seems to make mail retrieval much, much faster.
3051         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3052         unconditionally.
3053
3054         * gnus-draft.el (gnus-group-send-queue): Bind
3055         message-send-mail-partially-limit to nil to avoid being prompted.
3056
3057 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3060
3061         * message.el (message-bogus-address-regexp): Fix and improve custom
3062         type.
3063         (message-setup-hook): Add message-check-recipients as custom option.
3064
3065 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3066
3067         * message.el (message-cite-function): Remove bogus autoload which crept
3068         in during merge from v5-10.
3069
3070 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3073
3074         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3075
3076         * auth-source.el: Preliminary Tramp docs.
3077         (auth-sources): Change the default auth-sources to use
3078         EPA .gpg files.
3079
3080 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3081
3082         * nntp.el: Autoload `auth-source-user-or-password'.
3083         (nntp-send-authinfo): Use it.
3084
3085         * nnimap.el: Autoload `auth-source-user-or-password'.
3086         (nnimap-open-connection): Use it.
3087
3088         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3089         for the gnus-message function.
3090         (auth-source-user-or-password): Use it.
3091
3092 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3093
3094         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3095         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3096         (rfc2104-hash): Use it.
3097
3098 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3099
3100         * gnus-art.el (gnus-article-toggle-truncate-lines):
3101         Don't use `iff' in docstring.
3102
3103 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3104
3105         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3106
3107         * gnus-util.el (gnus-extract-address-component-name)
3108         (gnus-extract-address-component-email): Convenience functions around
3109         `gnus-extract-address-components'.
3110
3111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3112         Use `gnus-extract-address-component-email' to fix bug of comparing full
3113         sender name to `user-mail-address'.
3114
3115 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3116
3117         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3118         catch/throw to optimize.
3119         (gnus-registry-find-keywords): Just use member to find a keyword.
3120
3121 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3122
3123         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3124         is current before calling gnus-server-prepare.
3125         (gnus-server-setup-buffer, gnus-server-update-server)
3126         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3127
3128 2008-05-04  Juri Linkov  <juri@jurta.org>
3129
3130         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3131         (mailcap-file-default-commands): Use mailcap-replace-in-string
3132         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3133         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3134
3135 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3136
3137         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3138
3139 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3140
3141         * gnus.el: Bump version to 0.11.
3142
3143 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3144
3145         * gnus.el: No Gnus v0.10 is released.
3146
3147 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3150         hooks.
3151         (gnus-update-read-articles): Speed up non-marks-using users.
3152         (gnus-use-marks): Define gnus-use-marks.
3153         (gnus-propagate-marks): Rename variable to something more sensible.
3154
3155 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3156
3157         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3158         (gmm-image-load-path-for-library): Fix typos in docstrings.
3159         (gmm-message): Reflow docstring.
3160
3161 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3162
3163         * mail-source.el (mail-source-set-1, mail-source-bind):
3164         Move auth-source code out of the macro to clean it up and fix bugs.
3165
3166 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3167
3168         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3169         by sender if it's equal to user-mail-address, it's likely to be
3170         useless.
3171
3172         * mail-source.el (mail-source-bind): Don't use user or password if they
3173         are not bound.  Unintern them if they are nil.  Don't use server unless
3174         it's bound, and default it to empty string otherwise.
3175
3176 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3177
3178         * mail-source.el: Load auth-source.el.
3179         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3180         get user name or password, if auth-sources is set up.
3181
3182         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3183         strategy of splitting with parent.
3184         (gnus-registry-split-fancy-with-parent)
3185         (gnus-registry-post-process-groups): Use it and fix prior
3186         bug (returning a list as the split result).
3187
3188         * auth-source.el (auth-sources): Remove server parameter.
3189         (auth-source-pick, auth-source-user-or-password)
3190         (auth-source-user-or-password-imap)
3191         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3192         (auth-source-user-or-password-sftp)
3193         (auth-source-user-or-password-smtp): Remove server parameter.
3194
3195 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3196
3197         * smime.el (smime-sign-region, smime-encrypt-region)
3198         (smime-decrypt-region):
3199         Remove redundant calls to `generate-new-buffer-name'.
3200
3201 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3202
3203         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3204         Don't use QP for message/rfc822.
3205         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3206
3207 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * sieve-manage.el (sieve-string-bytes): Remove.
3210         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3211         correct byte-length only if the process's coding-system is the same as
3212         the one used internally by Emacs to represent strings.
3213
3214 2008-04-22  Juri Linkov  <juri@jurta.org>
3215
3216         * mailcap.el (mailcap-file-default-commands): New function.
3217
3218 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * message.el (message-signature-separator, message-cite-function):
3221         Change custom version.
3222
3223 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3224
3225         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3226         commands.
3227         (tls-checktrust): Ditto.
3228
3229 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * mm-decode.el (mm-display-external): Make temp file read-only.
3232
3233 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3236         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3237         `C-c C-f d'.
3238
3239 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3240
3241         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3242
3243 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         * gnus.el: Bump version to 0.9.
3246
3247 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * gnus.el: No Gnus v0.8 is released.
3250
3251 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3252
3253         * mail-source.el (mail-source-value):
3254         Prefer fboundp to functionp so it works with macros as well.
3255
3256 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3257
3258         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3259         Fix last change in case the element is not even a symbol.
3260
3261 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3262
3263         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3264         Prefer fboundp to functionp so it works with macros as well.
3265
3266 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3267
3268         * auth-source.el: Added docs.
3269         (auth-sources): Modify format to support server.
3270         (auth-source-pick, auth-source-user-or-password)
3271         (auth-source-user-or-password-imap)
3272         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3273         (auth-source-user-or-password-sftp)
3274         (auth-source-user-or-password-smtp): Add server parameter.
3275
3276 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-registry.el: Initialize the registry when gnus-registry-install
3279         is t.
3280
3281 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * compface.el (uncompface): Make buffer unibyte.
3284
3285 2008-04-05  Glenn Morris  <rgm@gnu.org>
3286
3287         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3288
3289 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3290
3291         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3292         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3293
3294         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3295         multibyteness after rather than before erasing it.
3296
3297         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3298         mm-with-multibyte.
3299         (gnus-request-article-this-buffer): Make sure the proper decoding is
3300         used if gnus-original-article-buffer happens to be unibyte.
3301
3302         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3303         default-enable-multibyte-characters.
3304
3305         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3306         default-enable-multibyte-characters.
3307
3308         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3309
3310         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3311
3312 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3313
3314         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3315         (imap-message-copyuid-1): Use it.
3316         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3317         J. Williams in
3318         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3319
3320         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3321         imap-enable-exchange-bug-workaround.
3322         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3323
3324 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3325
3326         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3327         a 100 byte status-checks into a 2-3MB transfer for each group.
3328         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3329         to enable bug workaround or not.
3330         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3331
3332 2008-03-31  Glenn Morris  <rgm@gnu.org>
3333
3334         * message.el (mml2015-use): Declare for compiler.
3335         (message-info): Require mml2015 when appropriate.
3336
3337 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3340         whitespace.
3341
3342 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3345         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3346         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3347         (nntp-service-to-port): New function.
3348         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3349         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3350         (nntp-open-netcat-stream): New function.
3351         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3352
3353 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3354
3355         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3356
3357 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3358
3359         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3360
3361 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3362
3363         * dns.el (dns-write): Use set-buffer-multibyte.
3364
3365 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3366
3367         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3368
3369 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * message.el (message-signature-separator): Change default.
3372         Improve custom type.
3373         (message-cite-function): Change default to
3374         message-cite-original-without-signature.
3375
3376         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3377         toggle.
3378
3379         * message.el (message-check-news-body-syntax): Fix signature check.
3380         (message-setup-1): Mark buffer as unmodified _after_ running
3381         message-setup-hook and handling message-alternative-emails.
3382         (message-shorten-references): Be more strict when building list of
3383         valid references to comply with GNKSA.
3384
3385         * gnus-group.el (gnus-read-ephemeral-bug-group)
3386         (gnus-read-ephemeral-debian-bug-group)
3387         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3388
3389         * message.el (message-info): Don't use booleanp which isn't supported
3390         in Emacs 21 and XEmacs.
3391
3392 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3393
3394         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3395         gnus-group-gmane-group-download-format.
3396         (gnus-group-read-ephemeral-gmane-group): Rename from
3397         gnus-group-read-ephemeral-gmane-group.
3398         (gnus-read-ephemeral-gmane-group-url): Rename from
3399         gnus-group-read-ephemeral-gmane-group-url.
3400         (gnus-bug-group-download-format-alist): New variable.
3401         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3402         (gnus-read-ephemeral-emacs-bug-group): New commands.
3403
3404 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3407         (gnus-visible-headers): Improve custom type.
3408
3409 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * mml.el (mml-menu): Add workarounds for XEmacs.
3412
3413         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3414         X-Boundary header.
3415
3416         * message.el (message-simplify-recipients): Fix previous commit.
3417
3418 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3419
3420         * mm-util.el (mm-set-buffer-multibyte): New function.
3421         * mm-decode.el (mm-copy-to-buffer): Use it.
3422
3423 2008-03-19  Glenn Morris  <rgm@gnu.org>
3424
3425         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3426         Accidentally removed in the sync process with Emacs.
3427
3428 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * message.el (message-alter-recipients-discard-bogus-full-name):
3431         New function.
3432         (message-alter-recipients-function): New variable.
3433         (message-get-reply-headers): Use it.
3434         (message-replace-header): New helper function.
3435         (message-recipients-without-full-name): New variable.
3436         (message-simplify-recipients): New command.
3437
3438         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3439
3440         * message.el (message-info): Handle EasyPG manual.
3441
3442         * mml.el (mml-menu): Add entry for EasyPG.
3443
3444 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3445
3446         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3447         parameter.
3448
3449         * message.el (message-disassociate-draft): Specify drafts group name
3450         fully.
3451
3452 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3453
3454         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3455         unnecessary duplicates from the match list.
3456
3457 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3460
3461         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3462
3463         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3464         args of `how-many' of which the XEmacs version doesn't take; declare
3465         Info-index-next as function.
3466
3467 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * gnus-score.el (gnus-score-headers): Fix handling of
3470         gnus-inhibit-slow-scoring.
3471
3472         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3473         string.
3474         (gnus-button-url-regexp): Improve handling of parenthesis.
3475         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3476         (gnus-button-handle-info-keystrokes): Handle index entries.
3477
3478 2008-03-15  Glenn Morris  <rgm@gnu.org>
3479
3480         * parse-time.el (parse-time-string): Simplify.
3481
3482 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3485         Incoming* files.
3486
3487 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3488
3489         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3490         (auth-source-pick): Use it.
3491
3492 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3493
3494         * binhex.el (binhex-decode-region-internal):
3495         * uudecode.el (uudecode-decode-region-internal):
3496         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3497         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3498         setting default-enable-multibyte-characters.
3499
3500 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * auth-source.el (auth-source-protocols)
3503         (auth-source-protocols-customize, auth-source-choices): Added and
3504         modified variable customizations and defaults.
3505         (auth-source-pick, auth-source-user-or-password)
3506         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3507         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3508         (auth-source-user-or-password-sftp)
3509         (auth-source-user-or-password-smtp): Use new variables and provide an
3510         interface to netrc.el.
3511
3512 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3515         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3516         Make sure the nntp port to specify is a string.
3517
3518 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3519
3520         * nntp.el: Use with-current-buffer.
3521         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3522         dubious mm-with-unibyte-current-buffer.
3523         (nntp-with-open-group-function): New function extracted from
3524         nntp-with-open-group macro.
3525         (nntp-with-open-group): Use the function, so it's easier to debug.
3526         Add indentation and debugging info.
3527         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3528         the use of the netcat alternatives.
3529
3530         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3531         Avoid mm-string-as-multibyte as well.
3532
3533         * nnweb.el (nnweb-insert-html):
3534         Remove use of nnheader-string-as-multibyte.
3535
3536         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3537         (nnheader-string-as-multibyte): Remove.
3538
3539         * mm-view.el: Use inhibit-read-only.
3540         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3541         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3542         or unibyte-string.
3543
3544         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3545         (mm-uu-yenc-extract): Use with-current-buffer.
3546
3547         * gnus-soup.el (gnus-soup-send-packet): Don't use
3548         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3549
3550         * nnmh.el: Use with-current-buffer.
3551         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3552         mm-string-as-multibyte on the output of mm-encode-coding-string.
3553
3554         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3555         (nnimap-request-move-article): Use with-current-buffer.
3556
3557         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3558         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3559         conversion uses string-make-unibyte rather than string-as-unibyte.
3560
3561         * gnus-msg.el: Use with-current-buffer.
3562
3563         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3564
3565 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3566
3567         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3568         string for caching if it is 'PIN.
3569
3570 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * lpath.el: Consider the case without Emacs/W3.
3573
3574 2008-03-08  Glenn Morris  <rgm@gnu.org>
3575
3576         * time-date.el (date-to-time, time-subtract, time-add)
3577         (safe-date-to-time): Doc fixes.
3578
3579 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3580
3581         * mail-source.el (mail-source-delete-old-incoming-confirm):
3582         Change default to nil.
3583         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3584
3585 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * lpath.el: Rearrange.
3588
3589         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3590         (gnus-article-goto-prev-page): Work for articles having ^L's.
3591
3592         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3593
3594         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3595
3596 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3597
3598         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3599         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3600         (gnus-bookmark-jump): Adjust some variable names.
3601
3602 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3603
3604         * auth-source.el: New package.
3605         (auth-source-choices): Add customization entry point variable.
3606
3607         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3608         bug.
3609
3610 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3613         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3614         (gnus-registry-install-shortcuts): Rename from
3615         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3616         the `gnus-registry-mark-map' keymap dynamically from
3617         `gnus-registry-marks'.  The generated functions update the summary line
3618         when a registry mark is added or deleted, and will call
3619         `gnus-registry-install-p' (see the comments in the code).
3620         (gnus-registry-user-format-function-M): Use concat intelligently.
3621
3622         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3623         the registry mark functions.
3624
3625 2008-03-05  Glenn Morris  <rgm@gnu.org>
3626
3627         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3628         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3629         gnus-art.
3630         (top-level): No need to load own source when compiling.
3631
3632 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3633
3634         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3635         Suggested by <chris.anderton@zetnet.co.uk>.
3636
3637 2008-03-04  Glenn Morris  <rgm@gnu.org>
3638
3639         * gnus-sum.el (top-level): No need to require gnus when compiling,
3640         since unconditionally required near start of file.
3641         (gnus-summary-display-while-building): Move definition before use.
3642
3643 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3646         formatting function.
3647
3648 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3649
3650         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3651         with plists.
3652         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3653         Use new format.
3654
3655 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3658         `where-is-internal' that returns a range of key sequences.
3659
3660 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3661
3662         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3663
3664         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3665         (gnus-summary-jump-to-group): Consider windows on other displayed
3666         frames as well.  Similar changes might be needed elsewhere, but that's
3667         the one I've bumped into during my use.
3668
3669         * nndoc.el (nndoc-oe-dbx-type-p):
3670         * gnus-msg.el (gnus-debug):
3671         * gnus-group.el (gnus-update-group-mark-positions):
3672         Use mm-string-to-multibyte.
3673
3674 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3677         doesn't handle NotDashEscaped.
3678
3679         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3680         (mml-dnd-attach-options): Fix typo in custom choice.
3681
3682         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3683         nndoc-article-type to mbox.
3684         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3685
3686         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3687         to nil, instead of html2text.
3688
3689         * imap.el (imap-debug): Add `imap-ping-server'.
3690
3691         * gnus-bookmark.el: Add FIXMEs.
3692
3693         * message.el (message-form-letter-separator)
3694         (message-send-form-letter-delay): New variables.
3695         (message-send-form-letter): Use them.  New command to send form
3696         letters.  Requested by Uwe Siart.
3697         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3698
3699 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3700
3701         * Update copyright years.
3702
3703 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         Sync from EMACS_22_BASE.
3706
3707         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3708
3709 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3710
3711         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3712         empty author.
3713
3714 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * gnus-registry.el (gnus-registry-marks): Add variable for
3717         customization of marks and their appearance.
3718         (gnus-registry-read-mark): Use it.
3719         (gnus-registry-do-marks): Add utility function to loop through
3720         `gnus-registry-marks'.
3721         (gnus-registry-install-shortcuts-and-menus): Add function to install
3722         shortcuts and menus.
3723         (gnus-registry-initialize): Use it.
3724         (gnus-registry-default-mark): Clarify documentation.
3725
3726 2008-02-29  Glenn Morris  <rgm@gnu.org>
3727
3728         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3729         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3730         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3731         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3732         Change defcustom :version from 23.0 to 23.1.
3733
3734 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3735
3736         * gnus-registry.el (gnus-registry-follow-group-p)
3737         (gnus-registry-post-process-groups): Add functions to aid registry
3738         splitting and improve logging.  Clarify behavior in function
3739         documentation.
3740         (gnus-registry-split-fancy-with-parent): Use them.
3741
3742 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * gnus-art.el: Use with-current-buffer.
3745
3746 2008-02-27  David Engster  <dengste@eml.cc>
3747
3748         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3749         Express real group name in the response.
3750
3751 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3754         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3755         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3756         autoload gnus-registry-fetch-group when compiling.
3757         (nnmairix-request-group-with-article-number-correction): Remove
3758         unreferenced argument passed to nnmairix-call-backend.
3759
3760 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3763         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3764         Wilde.
3765
3766 2008-02-27  Glenn Morris  <rgm@gnu.org>
3767
3768         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3769         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3770         variables to defconsts.  Convert comments to doc-strings.
3771         (nnmairix-last-server, nnmairix-current-server): Convert from free
3772         variables to defvars.  Convert comments to doc-strings.
3773         (gnus-registry-fetch-group): Autoload.
3774         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3775         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3776         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3777         caddr.
3778         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3779         nnmairix-request-group-with-article-number-correction call.
3780         (nnmairix-fast, nnmairix-group): New, less general names, for free
3781         variables passed from nnmairix-request-group to
3782         nnmairix-request-group-with-article-number-correction.  Declare.
3783         (nnmairix-request-group-with-article-number-correction):
3784         Use nnmairix-fast, nnmairix-group rather than fast, group.
3785
3786 2008-02-26  David Engster  <dengste@eml.cc>
3787
3788         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3789         version 0.5.
3790
3791 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3794         instead of making an extra function call.  Don't add the current group
3795         to articles only when they have the group.  Use
3796         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3797         Reported by David <de_bb@arcor.de>.
3798
3799 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3802         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3803
3804 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * mail-source.el (mail-source-delete-incoming): Change default.
3807         Supplement doc string.
3808
3809         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3810
3811 2008-02-14  Glenn Morris  <rgm@gnu.org>
3812
3813         * time-date.el (format-seconds): New function.
3814
3815 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * nnmail.el (nnmail-message-id-cache-file): Derive from
3818         `gnus-home-directory'.
3819
3820 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3823         Document negative prefix.
3824
3825         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3826
3827 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * message.el (message-unsent-separator): Add the Exim bounce
3830         separator.
3831
3832 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3833
3834         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3835         list.
3836         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3837         recipient/signer list.
3838
3839 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * Makefile.in (datarootdir): Define.
3842         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3843         name that might contain whitespace.
3844
3845 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3848         fbound (Emacs 23 unicode), signal an error.
3849
3850 2008-02-08  Glenn Morris  <rgm@gnu.org>
3851
3852         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3853
3854 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3855
3856         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3857         ports to the calls to `netrc-machine-user-or-password' in addition to
3858         "imap" and "imaps".
3859
3860 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3861
3862         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3863
3864         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3865
3866 2008-02-01  Kenichi Handa  <handa@m17n.org>
3867
3868         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3869         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3870         (rfc2104-hash): Convert the result of concat to unibyte string.
3871
3872 2008-02-01  Dave Love  <fx@gnu.org>
3873
3874         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3875         coding-system-for-read.
3876         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3877
3878 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3881         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3882         <hanche@math.ntnu.no>.
3883
3884 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3887
3888         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3889
3890 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3891
3892         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3893         * message.el (message-beginning-of-line): Use featurep instead of bound
3894         tests in order to resolve conditionals at compile time.
3895
3896 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3897
3898         * mail-source.el (mail-sources): Add `group' choice.
3899
3900         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3901         parameter `in-group' to control into which group the articles go.
3902         Add treatment of `group' mail-source.
3903
3904 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3907
3908         * mm-decode.el (mm-dissect-buffer): Decode description.
3909
3910         * mml.el (mml-to-mime): Encode message header first.
3911
3912 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3915         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3916
3917         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3918         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3919
3920 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3923
3924 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3927         prefix keys.
3928         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3929         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3930         gnus-xmas.el.
3931
3932         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3933         (gnus-xmas-article-describe-bindings): New function.
3934         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3935         gnus-xmas-article-describe-bindings.
3936
3937         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3938
3939 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3942         Add new variables for article mark management.
3943         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3944         list of extra data entries which, when present, will indicate that the
3945         article ID should not be trimmed from the registry.
3946         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3947         functions.
3948         (gnus-registry-read-mark): New function to read a mark name from the
3949         user.
3950         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3951         (gnus-registry-set-article-mark-internal): New functions to add and
3952         remove marks.
3953         (gnus-registry-get-article-marks): New function to show the marks for
3954         an article, or retrieve them for further use.
3955
3956 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3959         keys when no argument is given.
3960
3961 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * imap.el (imap-ping-server): New variable.
3964         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3965         (imap-ping-server): Minor doc string fixes.
3966
3967 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3968
3969         * imap.el (imap-ping-server): New function.
3970         (imap-opened): Call imap-ping-server.
3971
3972 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * gnus-sum.el (gnus-article-sort-by-random)
3975         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3976         jidanni@jidanni.org.
3977
3978 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (gnus-article-describe-bindings): New function.
3981         (gnus-article-read-summary-keys): Use it.
3982         (gnus-article-mode-map): Bind `C-h b' to it.
3983
3984 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3987         XEmacs.
3988         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3989         against non-character events.
3990
3991         * lpath.el: Fbind map-keymap for Emacs 21.
3992
3993 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3996         command.
3997         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3998         instead of END.  Change name of the temp file.
3999         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4000         customizable.
4001
4002 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4005         bind `S W' to gnus-article-wide-reply-with-original; set default
4006         binding to gnus-article-read-summary-send-keys.
4007         (gnus-article-read-summary-keys): Fix the order of keys; display
4008         continuation keys correctly in the echo area; describe bindings
4009         correctly when keys end with `C-h'.
4010         (gnus-article-read-summary-send-keys): New function.
4011         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4012         for gnus-article-read-summary-send-keys; display continuation keys
4013         correctly in the echo area.
4014         (gnus-article-reply-with-original): Ignore prefix argument.
4015         (gnus-article-wide-reply-with-original): New function.
4016
4017         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4018         Emacs 21.
4019
4020 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4023         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4024
4025 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4028         (gnus-group-read-ephemeral-gmane-group): New command.
4029
4030 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4031
4032         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4033
4034 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4035
4036         * message.el (message-send-mail-function): Increase custom version.
4037
4038         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4039         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4040
4041 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4044         for the cases where imap-authenticate is called with a nil buffer
4045         parameter.
4046
4047 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4050         html parts correctly; support forwarded messages.
4051         (gnus-article-browse-html-article): Remove work buffers.
4052
4053         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4054         compiling.
4055         (netrc-bound-and-true-p): New macro.
4056         (netrc-parse): Use it instead of bound-and-true-p that is not available
4057         in XEmacs 21.4.
4058
4059 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4060
4061         * gnus-registry.el (gnus-registry-mark-article)
4062         (gnus-registry-article-marks): Add functionality to mark articles
4063         through the Gnus registry.
4064
4065         * encrypt.el: Clarify documentation for the new pgg method.
4066         (encrypt-file-alist): Add PGG option.
4067         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4068         functionality.  Abstract password key and messaging to external
4069         functions.
4070         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4071         (encrypt-message-method-and-cipher): Add new convenience external
4072         functions.
4073         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4074         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4075
4076         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4077         (netrc-parse): Use encrypt-file-alist to determine if
4078         encrypt-find-model or encrypt-insert-file-contents should be used.
4079
4080         * encrypt.el: Clarify documentation.  Load password-cache or
4081         password, whichever one is found first, instead of autoloading.
4082
4083 2007-12-19  Glenn Morris  <rgm@gnu.org>
4084
4085         * mml.el (message-options-set, message-narrow-to-head)
4086         (message-in-body-p, message-mail-p, message-encode-message-body):
4087         Autoload.
4088         (message-remove-header, message-narrow-to-headers-or-head)
4089         (message-subscribed-p, message-make-mail-followup-to)
4090         (message-position-on-field, message-news-p)
4091         (message-options-set-recipient, message-generate-headers)
4092         (message-sort-headers): Declare as functions.
4093
4094 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4097         convention in doc string.
4098
4099 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4102         title to html parts.
4103         (gnus-article-browse-html-article): Pass message header to it.
4104
4105         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4106
4107 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4108
4109         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4110         or password compatible with XEmacs.
4111
4112 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4115         format document.
4116         (gnus-mime-delete-part): Don't write description line if empty.
4117         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4118
4119 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4120
4121         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4122         (gnus-summary-mark-read-and-unread-as-read)
4123         (gnus-summary-mark-current-read-and-unread-as-read)
4124         (gnus-summary-mark-unread-as-ticked): Doc fix.
4125         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4126
4127 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4130         Christoph Conrad <christoph.conrad@gmx.de>.
4131
4132 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4135         yes-or-no-p.
4136
4137 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mm-decode.el (mm-add-meta-html-tag): New function.
4140         (mm-save-part-to-file, mm-pipe-part): Use it.
4141
4142         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4143         gnus-y-or-n-p instead of y-or-n-p.
4144         (gnus-article-browse-html-parts): Work with message/external-body; use
4145         mm-add-meta-html-tag.
4146
4147 2007-12-11  Glenn Morris  <rgm@gnu.org>
4148
4149         * gnus-cache.el: Require gnus-sum not just when compiling.
4150
4151         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4152
4153         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4154         definitions before use.
4155
4156         * mm-decode.el: Require gnus-util.
4157         (mm-remove-part): Only call delete-annotation on XEmacs.
4158
4159         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4160
4161         * nnmail.el: Require gnus-int.
4162
4163         * spam.el: Move `require's before `eval-when-compile's.
4164
4165         * gnus-ems.el (gnus-alive-p):
4166         * gnus-fun.el (message-goto-eoh):
4167         * gnus-util.el (gnus-group-name-decode):
4168         * mail-source.el (gnus-compress-sequence):
4169         * message.el (Info-goto-node, format-spec):
4170         * mm-bodies.el (message-options-get):
4171         * mm-decode.el (mm-view-pkcs7):
4172         * mm-util.el (gmm-write-region):
4173         * mml-smime.el (mml-compute-boundary)
4174         (gnus-completing-read-with-default):
4175         * mml.el (widget-button-press, gnus-make-hashtable):
4176         * mml1991.el (mm-decode-content-transfer-encoding)
4177         (mm-encode-content-transfer-encoding)
4178         (message-options-get, message-options-set):
4179         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4180         * nnfolder.el (gnus-request-group):
4181         * nnheader.el (ietf-drums-unfold-fws):
4182         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4183         * smime.el (gnus-run-mode-hooks):
4184         * spam-stat.el (gnus-message): Autoload.
4185
4186         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4187         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4188         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4189         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4190         Add declare-function compatibility definition.
4191
4192         * gnus-cache.el (nnvirtual-find-group-art):
4193         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4194         (gnus-add-image, gnus-add-wash-type):
4195         * gnus-group.el (nnkiboze-score-file):
4196         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4197         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4198         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4199         (message-tokenize-header, gnus-get-buffer-create)
4200         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4201         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4202         * gnus.el (gnus-group-decoded-name):
4203         * mail-source.el (imap-capability):
4204         * mm-bodies.el (message-options-set):
4205         * mm-decode.el (gnus-configure-windows):
4206         * mm-extern.el (message-goto-body):
4207         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4208         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4209         (epg-sub-key-validity, message-options-set):
4210         * mml.el (widget-event-point, gnus-configure-windows):
4211         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4212         * mml2015.el (epg-check-configuration, epg-configuration)
4213         (message-options-set):
4214         * nndb.el (nndb-request-article):
4215         * nnfolder.el (gnus-request-create-group):
4216         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4217         * nnmaildir.el (gnus-group-mark-article-read):
4218         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4219         * rfc1843.el (message-fetch-field):
4220         * spam.el (gnus-extract-address-components):
4221         Declare as functions.
4222
4223 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4226
4227         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4228
4229         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4230         bind show-trailing-whitespace for XEmacs.
4231
4232 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4235         new no-op macro for backward compatibility.
4236
4237         * imap.el (imap-string-to-integer): New function.
4238
4239 2007-12-09  Glenn Morris  <rgm@gnu.org>
4240
4241         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4242
4243         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4244         * message.el, mm-view.el, sieve-manage.el, smime.el:
4245         Add declare-function compatibility definition.
4246
4247         * gnus-art.el (w3-region, w3m-region, Info-menu):
4248         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4249         * gnus-sum.el (gnus-get-predicate):
4250         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4251         * message.el (mail-abbrev-in-expansion-header-p):
4252         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4253         (w3m-detect-meta-charset, w3m-region):
4254         * sieve-manage.el (password-read, password-cache-add)
4255         (password-cache-remove):
4256         * smime.el (password-read-and-add): Declare as functions.
4257
4258 2007-12-08  David Kastrup  <dak@gnu.org>
4259
4260         * gnus-sum.el (gnus-summary-simplify-subject-query):
4261         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4262         `message'.
4263
4264 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4267         it to bind idna-program, installation-directory, defined-colors, and
4268         face-attribute for XEmacs of the version that compiles defcustom forms.
4269
4270 2007-12-07  Glenn Morris  <rgm@gnu.org>
4271
4272         * gnus-art.el (article-make-date-line): Revert previous change.
4273
4274 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4277
4278 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4279
4280         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4281         Call gnus-add-to-range ranges only once with a prepared article-list.
4282
4283 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4284
4285         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4286         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4287         group names with backslashes.  Reported by Tassilo Horn
4288         <tassilo@member.fsf.org>.
4289
4290 2007-12-06  Deepak Goel  <deego3@gmail.com>
4291
4292         * gnus-art.el (article-make-date-line):
4293         * gnus-start.el (gnus-load):
4294         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4295
4296 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus-art.el (gnus-use-idna)
4299         * gnus-start.el (gnus-site-init-file)
4300         * message.el (message-use-idna)
4301         * mm-uu.el (mm-uu-hide-markers)
4302         * smiley.el (smiley-style): Revert changes that suppress warnings.
4303
4304 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4307         specify charset to html source.  Reported by Christoph Conrad
4308         <christoph.conrad@gmx.de>.
4309
4310 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4313         idna-program in order to suppress byte compile warning issued by XEmacs
4314         that came to byte compile the default value section of defcustom forms
4315         recently.
4316
4317         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4318         value of installation-directory.
4319
4320         * message.el (message-use-idna): Don't directly refer to the value of
4321         idna-program.
4322
4323         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4324
4325         * smiley.el (smiley-style): Don't directly call face-attribute.
4326
4327 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4330
4331         * gnus-dired.el: Reduce Gnus dependencies.
4332         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4333         require.  Use autoloads instead.
4334         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4335         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4336         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4337         (gnus-dired-mode): Adjust doc string.
4338         (gnus-dired-mail-mode): New variable.
4339         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4340         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4341         (gnus-dired-mail-buffers): New function.  Return mail or message
4342         composition buffers.
4343         (gnus-dired-attach): Use it.
4344         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4345         NO-DECODE.
4346         (gnus-dired-print): Use `gnus-print-buffer' depending on
4347         `gnus-dired-mail-mode'.
4348
4349 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * rfc2047.el (rfc2047-encoded-word-regexp)
4352         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4353         explaining what regexp patterns are for.
4354
4355 2007-12-04  Glenn Morris  <rgm@gnu.org>
4356
4357         * password.el: Move to password-cache.el.
4358
4359         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4360         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4361         * mml-smime.el (password-read, password-cache-add)
4362         (password-cache-remove):
4363         No need to autoload, since mml-sec requires password.
4364
4365         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4366         * message.el (gnus-extract-address-components):
4367         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4368
4369         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4370         password.
4371
4372 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * mailcap.el: Reduce dependencies.
4375         (mail-header-parse-content-type): Autoload.
4376         (mailcap-delete-duplicates): New alias.
4377         (mailcap-mime-info): Add optional argument NO-DECODE.
4378         (mailcap-mime-types): Use mailcap-delete-duplicates.
4379
4380         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4381
4382 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4383
4384         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4385         (imap-parse-status): Upcase status-att for servers that sends them
4386         lower-case (e.g., MS Exchange 2007).
4387
4388 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4391         function.
4392
4393         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4394         (gnus-uu-yenc-article): New function.
4395
4396         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4397
4398         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4399         buffer.
4400
4401 2007-12-02  Glenn Morris  <rgm@gnu.org>
4402
4403         * binhex.el (binhex): New custom group.
4404         (binhex-decoder-program, binhex-decoder-switches)
4405         (binhex-use-external): Move to the binhex custom group.
4406
4407         * uudecode.el (uudecode): New custom group.
4408         (uudecode-decoder-program, uudecode-decoder-switches)
4409         (uudecode-use-external): Move to the uudecode custom group.
4410
4411         * netrc.el (top-level): Don't load `encrypt' features.
4412         (netrc-parse): Don't use encrypt.
4413         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4414
4415         * encrypt.el: Remove file.
4416
4417 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4420         matches on patches.
4421
4422         * gnus-art.el (gnus-article-browse-html-article): Mention
4423         `mm-text-html-renderer' in the doc string.
4424
4425         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4426         string.  Add comments.
4427
4428         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4429         if rhs is ASCII.
4430
4431 2007-12-01  Glenn Morris  <rgm@gnu.org>
4432
4433         * mail-source.el (top-level): Require format-spec before
4434         eval-when-compile.
4435
4436 2007-11-30  Glenn Morris  <rgm@gnu.org>
4437
4438         * encrypt.el: Require password, rather than autoloading password-read.
4439
4440 2007-11-29  Glenn Morris  <rgm@gnu.org>
4441
4442         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4443         (sasl-make-client, sasl-next-step, sasl-step-data)
4444         (sasl-step-set-data): Declare as functions.
4445
4446 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4449
4450 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4451
4452         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4453         certs should be verified and what is to be done in the event of a
4454         verification failure.
4455
4456         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4457         caller can indicate whether the cache should be disregarded for this
4458         call.  This way the result of the call is reproducible at all times and
4459         can be considered a canonical server name for the supplied method.
4460         (gnus-agent-method-p): Canonicalize server names by pushing their
4461         method through `gnus-method-to-server' using the no-cache argument.
4462
4463         * gnus-srvr.el (gnus-server-insert-server-line): Call
4464         `gnus-method-to-server' with `no-cache' argument.
4465
4466         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4467         gnus-agent-possibly-synchronize-flags as this should be called when the
4468         server is actually being opened.
4469         (gnus-agent-possibly-synchronize-flags)
4470         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4471         flags file of an agentized server to the latter function.
4472
4473         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4474         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4475         after a connection has been established successfully.
4476
4477 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (article-display-face): Force to display face if called
4480         interactively; check if gnus-article-x-face-too-ugly matches author.
4481         (article-display-x-face): Display face even if From header is missing
4482         as article-display-face does.
4483
4484 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4485
4486         * hashcash.el (message-narrow-to-headers-or-head)
4487         (message-fetch-field, message-goto-eoh)
4488         (message-narrow-to-headers): Declare as functions.
4489
4490 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * mail-source.el (mail-sources): Default to fetch from file for
4493         compatibility with default of nnmail-spool-file.
4494
4495 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4498         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4499         to look for encoded word that should be encoded again.
4500         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4501         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4502         encoding pattern.
4503         (rfc2047-decode-region): Switch strict regexp and loose one according
4504         to rfc2047-allow-irregular-q-encoded-words.
4505
4506 2007-11-25  Romain Francoise  <romain@orebokech.com>
4507
4508         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4509
4510 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * tls.el (tls-program): Provide more custom choices from
4513         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4514         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4515
4516 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4519         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4520
4521         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4522         `nnmail-spool-file'.
4523
4524         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4525         `nnmail-spool-file'.
4526
4527         * gnus-move.el (gnus-change-server): Ditto.
4528
4529         * gnus-kill.el (gnus-batch-score): Ditto.
4530
4531         * gnus-cache.el (gnus-jog-cache): Ditto.
4532
4533         * gnus-msg.el (gnus-summary-reply):
4534         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4535
4536 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4539         version.  Minor improvement to doc strings.
4540         (tls-program): Add comment.
4541
4542 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4543
4544         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4545         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4546         mismatch between the hostname provided in the certificate and the name
4547         of the host connnecting to.
4548         (open-tls-stream): Use them.  Check certificates against trusted root
4549         certificates.
4550
4551 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4552
4553         * gnus-cache.el (gnus-cache-generate-nov-databases):
4554         Use nnml-generate-nov-databases-directory instead of
4555         nnml-generate-nov-databases-1.
4556
4557 2007-11-24  Glenn Morris  <rgm@gnu.org>
4558
4559         * message.el (message-tool-bar-retro): Update for rename
4560         mail_send.xpm->mail-send.xpm.
4561
4562 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4565         `smime-ldap-search' for Emacs 22 and up.
4566
4567 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4570
4571         * message.el (message-send-mail-function): Fix error convention.
4572         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4573         (message-widen-reply, message-send-mail, message-talkative-question)
4574         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4575         (message-clone-locals, message-send-news): Use with-current-buffer.
4576         (message-insert-or-toggle-importance): Remove unused var `valid'.
4577         (message-make-references): Remove unused var `new-references'.
4578         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4579
4580 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4581
4582         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4583         (spam-split-symbolic-return-positive): Reflow docstring.
4584         (spam-backends, spam-summary-exit-behavior)
4585         (spam-mark-ham-unread-before-move-from-spam-group)
4586         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4587         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4588         (spam-clear-cache, spam-backend-check, spam-install-backend)
4589         (spam-install-statistical-backend, spam-list-of-processors)
4590         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4591         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4592         (spam-check-crm114, spam-initialize, spam-unload-hook):
4593         Fix typos in docstrings.
4594
4595 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4598         been checked if they have never been read and those group levels are
4599         higher than the one that a user specified.
4600
4601 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4604         foreign groups unless a group level is specified by a user.
4605         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4606
4607 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4608
4609         * message.el (message-send-mail-function): Require sendmail.
4610
4611 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4612
4613         * message.el (message-send-mail-function): Check for smtpmail too.
4614
4615         * utf7.el (utf7-encode, utf7-decode): Use coding system
4616         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4617
4618         * message.el (message-send-mail-function): New function.
4619         (message-send-mail-function): Set default using
4620         message-send-mail-function.  Adjust doc string.
4621         (message-send-mail-with-mailclient): New function.
4622
4623 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4624
4625         * smime.el (from):
4626         * rfc2047.el (message-posting-charset):
4627         * qp.el (mm-use-ultra-safe-encoding):
4628         * pop3.el (parse-time-months):
4629         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4630         * nnml.el (files):
4631         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4632         (jka-compr-compression-info-list, ange-ftp-path-format)
4633         (efs-path-regexp):
4634         * nndiary.el (files):
4635         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4636         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4637         (epg-digest-algorithm-alist, inhibit-redisplay)
4638         (password-cache-expiry):
4639         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4640         (pgg-output-buffer, password-cache-expiry):
4641         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4642         (efs-path-regexp):
4643         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4644         (inhibit-redisplay):
4645         * mm-uu.el (file-name, start-point, end-point, entry)
4646         (gnus-newsgroup-name, gnus-newsgroup-charset):
4647         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4648         (latin-unity-ucs-list):
4649         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4650         (mm-uu-binhex-decode-function):
4651         * message.el (gnus-message-group-art, gnus-list-identifiers)
4652         (rmail-enable-mime-composing, gnus-local-organization)
4653         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4654         (gnus-read-active-file, facemenu-add-face-function)
4655         (facemenu-remove-face-function, gnus-article-decoded-p)
4656         (tool-bar-mode):
4657         * mail-source.el (display-time-mail-function):
4658         * gnus-util.el (nnmail-pathname-coding-system)
4659         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4660         (gnus-original-article-buffer, gnus-user-agent)
4661         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4662         (xemacs-codename, sxemacs-codename, emacs-program-version):
4663         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4664         * gnus-start.el (gnus-agent-covered-methods)
4665         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4666         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4667         (gnus-newsgroup-headers, gnus-group-list-mode)
4668         (gnus-group-mark-positions, gnus-newsgroup-data)
4669         (gnus-newsgroup-unreads, nnoo-state-alist)
4670         (gnus-current-select-method, mail-sources)
4671         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4672         (nnmail-spool-file, gnus-cache-active-hashtb):
4673         * gnus-mh.el (mh-lib-progs):
4674         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4675         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4676         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4677         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4678         (gnus-group-buffer):
4679         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4680         (font-lock-set-defaults):
4681         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4682         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4683         (gnus-summary-post-menu, total-parts, type, condition, length):
4684         * gnus-agent.el (gnus-agent-read-agentview):
4685         * flow-fill.el (show-trailing-whitespace):
4686         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4687         eval-and-compile wrappers for byte compiler pacifiers.
4688
4689         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4690         (mm-display-inline-fontify): Check for featurep 'xemacs not
4691         extent-list.
4692
4693         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4694         itimer-list.
4695         (mm-create-image-xemacs): Only do something for XEmacs.
4696         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4697
4698         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4699
4700         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4701         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4702
4703 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4704
4705         * nnimap.el (nnimap-split-download-body):
4706         * gnus-demon.el (gnus-demon):
4707         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4708
4709 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4712         macros.
4713         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4714         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4715         copy data from unibyte buffer to multibyte current buffer.
4716         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4717         to copy data from unibyte current buffer to multibyte buffer.
4718         (nntp-make-process-buffer): Make process buffer unibyte.
4719
4720         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4721
4722 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4723
4724         * pop3.el (pop3-open-server): Accept and process data more robustly at
4725         connexion start to avoid spurious "POP SSL connexion failed" errors.
4726
4727 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4730         read group names.
4731
4732 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4735
4736 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4739         (nnmail-save-active): Use a unibyte buffer when saving active file,
4740         which may contain non-ASCII group names.
4741
4742         * nnml.el (nnml-request-group): Decode group names in messages.
4743
4744 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * message.el (message-citation-line-function)
4747         (message-insert-formatted-citation-line): Fix spelling of
4748         `message-insert-formated-citation-line'.
4749
4750 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4753
4754 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4757         nnmail-pathname-coding-system.
4758
4759         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4760         that a user enters; decode group names in messages.
4761
4762         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4763
4764 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4767
4768         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4769
4770         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4771         risky local variable.
4772
4773         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4774
4775 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * encrypt.el: Improve documentation to fix function name typo.
4778         Reported by Daiki Ueno <ueno@unixuser.org>.
4779
4780 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4783         even if the point is not in the last page of an article.
4784         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4785         back to the previous page.
4786
4787 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4790
4791 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4794
4795 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4796
4797         * message.el (message-check-news-body-syntax): Avoid
4798         mm-string-as-multibyte.
4799         (message-hide-headers): Don't assume (point-min)==1.
4800
4801 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * message.el (message-remove-blank-cited-lines): Fix if remove is
4804         given.
4805         (message-bogus-address-regexp): New variable.
4806         (message-bogus-recipient-p): New function.
4807         (message-check-recipients): New command.
4808         (message-syntax-checks): Add `bogus-recipient'.
4809         (message-fix-before-sending): Add `bogus-recipient'.
4810
4811         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4812         (gnus-treat-body-boundary): Don't test window-system.
4813
4814 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4815
4816         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4817
4818 2007-10-28  Miles Bader  <miles@gnu.org>
4819
4820         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4821         at compile-time too.
4822
4823 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4824
4825         * gnus-msg.el (gnus-message-setup-hook): Add
4826         `message-remove-blank-cited-lines' to options.
4827
4828 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * message.el (message-remove-blank-cited-lines): New function.
4831         Suggested by Karl Plästerer.
4832
4833 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4836         mapc.
4837
4838         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4839         (top-level): Use mapc to set functions to be traced for debugging.
4840
4841         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4842         called for effect with while loop.
4843
4844         * message.el (message-talkative-question): Replace mapcar called for
4845         effect with mapc.
4846
4847         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4848         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4849         called for effect with dolist.
4850
4851         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4852
4853         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4854         gnus-extra-headers and nnmail-extra-headers.
4855
4856         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4857         called for effect with dolist.
4858         (top-level): Use mapc to set functions to be traced for debugging.
4859
4860         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4861         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4862         dolist.
4863
4864         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4865         Replace mapcar called for effect with mapc.
4866         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4867         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4868         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4869         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4870
4871         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4872         remove-if that's a cl function.
4873
4874         * webmail.el (webmail-debug): Replace mapcar called for effect with
4875         dolist.
4876
4877         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4878         with mapc.
4879
4880 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4883         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4884         with while loop.
4885
4886         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4887         functions from article-* functions.
4888         (gnus-multi-decode-header): Replace mapcar called for effect with
4889         dolist.
4890
4891         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4892         (gnus-bookmark-show-details): Replace mapcar called for effect with
4893         while loop.
4894
4895         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4896         called for effect with while loop.
4897
4898         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4899         with dolist.
4900
4901         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4902         mapcar called for effect with dolist.
4903
4904         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4905
4906         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4907         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4908         Replace mapcar called for effect with dolist.
4909         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4910         mapc.
4911
4912         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4913         Replace mapcar called for effect with dolist.
4914         (gnus-topic-list): Replace mapcar called for effect with mapc.
4915
4916         * gnus.el: Use mapc instead of mapcar to add autoloads.
4917
4918 2007-10-23  Richard Stallman  <rms@gnu.org>
4919
4920         * gnus-group.el (gnus-group-highlight): Mark as risky.
4921
4922 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus.el (gnus-server-to-method): Return method found first in
4925         gnus-newsrc-alist.
4926
4927         * gnus-art.el (gnus-article-highlight-signature)
4928         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4929         button overlay without the front stickiness.
4930
4931 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4932
4933         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4934         overview buffer needed a catch to receive its throw.
4935         (gnus-agent-flush-cache): Declared as interactive to make this function
4936         easier to use.
4937
4938 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4941         `next-line'.
4942
4943 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4946         exclude address matching message-dont-reply-to-names.
4947
4948 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-util.el (gnus-string<): New function.
4951
4952         * gnus-sum.el (gnus-article-sort-by-author)
4953         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4954
4955 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4958         the frame-focus tag is set in gnus-buffer-configuration.
4959
4960 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4963         the front stickiness.
4964
4965 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4968         url pattern; remove duplicate one.
4969         (gnus-article-extend-url-button): New function.
4970         (gnus-article-add-buttons): Use it.
4971         (gnus-button-push): Use concatenated url that it makes.
4972
4973 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4974
4975         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4976
4977 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4978
4979         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4980         Don't hardcode point-min==1.
4981
4982 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4985         Fix comment about "iso8859-1".
4986
4987 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4988
4989         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4990         ones returned from the verify-function.
4991
4992         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4993         mml2015-extract-cleartext-signature if extraction failed.
4994
4995 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4996
4997         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4998         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4999         failed.
5000
5001 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5004
5005 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5008         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5009         recommends to use EasyPG instead of PGG.
5010
5011         * pgg.el: Revert to revision 6.23.2.16.
5012
5013         * pgg-def.el: Revert to revision 6.6.2.14.
5014
5015         * pgg-gpg.el: Revert to revision 6.23.2.34.
5016
5017 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5020         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5021         thread for both the null and zero (kill/expire thread) universal prefix
5022         cases.
5023         (gnus-summary-expire-thread): Add new function to expire a thread,
5024         using gnus-summary-kill-thread.
5025         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5026         shortcuts for gnus-summary-expire-thread.
5027         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5028         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5029
5030 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5033         extras value, so an extras entry can be deleted.
5034         (gnus-registry-delete-extra-entry): Use it.
5035         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5036         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5037         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5038         storage through the gnus-registry, and provide an appropriate API for
5039         it.
5040
5041 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5044         Suggested by Leo <sdl.web@gmail.com>.
5045
5046         * gnus.el: Do.
5047
5048 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5051         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5052
5053         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5054
5055         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5056         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5057
5058 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5061         newline.
5062         (nnmbox-request-accept-article): Don't change article in source buffer;
5063         narrow to header to use message-fetch-field rather than
5064         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5065         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5066         as delimiters; make sure article ends with newline.
5067         (nnmbox-delete-mail): Correct last position of article to be deleted;
5068         ignore X-Gnus-Newsgroup header in article body.
5069         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5070         positions; make sure article ends with newline.
5071
5072         * message.el (message-display-abbrev): Don't infloop when a user
5073         inserts SPC in the beginning of header.
5074
5075         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5076         coding-system-for-read and coding-system-for-write for XEmacs having no
5077         file-coding feature.
5078
5079         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5080
5081 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5084         list of groups not followed by default.  Fix type to be regexp.
5085         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5086
5087 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5088
5089         * hmac-def.el (define-hmac-function): Switch from old-style to
5090         new-style backquotes.
5091
5092         * md4.el (md4-make-step): Likewise.
5093
5094 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5097         raw-text coding system when saving .newsrc file, which may contain
5098         non-ASCII group names.
5099
5100 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-cus.el (gnus-score-extra): New widget.
5103         (gnus-score-extra-convert): New function.
5104         (gnus-score-customize): Use it for Extra.
5105
5106 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5107
5108         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5109         (mml2015-mailcrypt-clear-verify): Use it.
5110         (mml2015-gpg-clear-verify): Use it.
5111         (mml2015-pgg-clear-verify): Use it.
5112         (mml2015-epg-clear-verify): Replace the current part with the output
5113         from GnuPG; don't extract the plaintext by itself.
5114
5115         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5116         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5117         mml2015-clear-verify-function; don't touch the armor headers or
5118         dash-escaped text here.
5119
5120 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5123         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5124         parts, or application/octet-stream as a last resort.
5125         (gnus-mime-view-part-as-type): Don't toggle display.
5126         (gnus-mime-view-part-as-charset): Don't turn off display before
5127         querying charset.
5128
5129         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5130         stuff to undisplayer function in Emacs.
5131         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5132
5133         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5134         text/calendar parts.
5135
5136 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5139         decoding text/calendar parts.
5140
5141         * message.el (message-forward-make-body-mime): Always mark body as
5142         having no illegible text; remove signed-or-encrypted argument.
5143         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5144
5145         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5146         (mml-generate-mime-1): Don't encode body if it is specified to be in
5147         raw form; don't make buffer be unibyte when inserting multibyte string.
5148
5149 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * sha1.el: Fix up comment style.
5152         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5153         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5154
5155         * hex-util.el: Fix up comment style.
5156         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5157
5158         * gnus-salt.el: Use with-current-buffer.
5159         (gnus-pick-setup-message): Fix long-standing typo.
5160
5161 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * imap.el (imap-logout-timeout): New variable.
5164         (imap-logout, imap-logout-wait): New functions.
5165         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5166
5167         * nnimap.el (nnimap-logout-timeout): New server variable.
5168         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5169         nnimap-logout-timeout.
5170
5171         * gnus-art.el (gnus-article-summary-command-nosave)
5172         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5173
5174 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus.el (gnus-maximum-newsgroup): New variable.
5177
5178         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5179         according to gnus-maximum-newsgroup.
5180
5181         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5182         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5183         Limit the range of articles according to gnus-maximum-newsgroup.
5184
5185 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5186
5187         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5188         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5189         Don't perform gnus-configure-windows here; reuse existing sticky
5190         article buffer.
5191
5192         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5193         it doesn't exist in gnus-article-mode.
5194
5195 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5198         (gnus-agent-decoded-group-name): New function.
5199         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5200         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5201
5202 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5203
5204         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5205         Add binding for gnus-sticky-article.
5206         (gnus-summary-exit): Don't kill sticky article buffers.
5207
5208         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5209         article buffer.
5210         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5211         (gnus-kill-sticky-article-buffers): New commands.
5212
5213 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * nntp.el (nntp-xref-number-is-evil): New server variable.
5216         (nntp-find-group-and-number): If it is non-nil, don't trust article
5217         numbers in the Xref header.
5218
5219 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-agent.el (gnus-agent-read-group): New function.
5222         (gnus-agent-flush-group, gnus-agent-expire-group)
5223         (gnus-agent-regenerate-group): Use it.
5224         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5225         nnmail-pathname-coding-system.
5226
5227 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5230
5231         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5232         that are unread as unread, and also as selected so that information of
5233         marks having been changed by a user may be updated when exiting group.
5234
5235 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5238         calculated ignoring signature parts to gnus-treat-article.
5239
5240 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5243         a point here in order to keep the window start.
5244         (gnus-insert-mime-security-button): Make a button overlay without the
5245         front stickiness.
5246         (gnus-mime-display-security): Goto the end of a button.
5247
5248         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5249
5250 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5253         group-name-at-point.
5254         (gnus-group-completing-read): New function that offers decoded
5255         non-ASCII group names for completion.
5256         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5257         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5258         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5259         (gnus-group-fetch-control): Use it.
5260         (gnus-fetch-group): Use group-name-at-point for the initial value
5261         rather than the default value; use gnus-alive-p.
5262
5263         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5264         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5265         (gnus-summary-post-news): Use gnus-group-completing-read.
5266
5267         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5268         (gnus-read-move-group-name): Decode group name for completion.
5269
5270 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5273         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5274         Yamaoka slightly modified the code).
5275
5276 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5279         (nnmail-split-incoming): Bind it.
5280
5281         * nnml.el (nnml-group-name-charset): New function.
5282         (nnml-decoded-group-name): Use it; don't decode group name if
5283         nnmail-group-names-not-encoded-p is non-nil.
5284         (nnml-encoded-group-name): New function.
5285         (nnml-group-pathname): Inline nnml-decoded-group-name.
5286         (nnml-request-expire-articles): Decode group name in message.
5287         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5288         nnmail-pathname-coding-system.
5289         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5290         not decoded ones according to nnmail-group-names-not-encoded-p.
5291         (nnml-generate-active-info): Use nnml-encoded-group-name.
5292
5293 2007-08-08  Glenn Morris  <rgm@gnu.org>
5294
5295         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5296         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5297         doc-strings and comments.
5298
5299 2007-07-25  Glenn Morris  <rgm@gnu.org>
5300
5301         * Relicense all FSF files to GPLv3 or later.
5302
5303 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-sum.el (gnus-summary-move-article): Make
5306         gnus-summary-respool-article work.
5307
5308 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5311         string.
5312
5313 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5314
5315         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5316         that should be ignored when comparing distant RSS articles with local
5317         ones.
5318         (nnrss-make-hash-index): New function.  Create a hash index according
5319         to the ignored fields.
5320         (nnrss-check-group): Use it.
5321
5322 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5325
5326         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5327
5328         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5329         the new optional argument ENCODED is non-nil.
5330         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5331         coding system for encoding group name.
5332         (gnus-group-make-rss-group): Pass un-encoded group name to
5333         gnus-group-make-group.
5334         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5335         encoded.
5336
5337         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5338         Encode group name to which articles are moved or copied.
5339         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5340         coding system for encoding Newsgroup, Followup-To and Xref headers.
5341
5342         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5343         marks; use nnheader-file-coding-system to write a file.
5344         (nnagent-retrieve-headers): Bind file-name-coding-system to
5345         nnmail-pathname-coding-system.
5346
5347         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5348
5349         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5350         (nnml-request-article, nnml-request-create-group)
5351         (nnml-request-rename-group, nnml-find-id)
5352         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5353         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5354         (nnml-save-marks): Use nnml-group-pathname instead of
5355         nnmail-group-pathname.
5356
5357         (nnml-request-create-group, nnml-request-expire-articles)
5358         (nnml-request-move-article, nnml-request-delete-group)
5359         (nnml-deletable-article-p, nnml-possibly-create-directory)
5360         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5361         (nnml-open-marks): Bind file-name-coding-system to
5362         nnmail-pathname-coding-system.
5363
5364         (nnml-request-article): Pass server argument to nnml-find-group-number.
5365         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5366         server argument to nnml-possibly-create-directory.
5367         (nnml-request-accept-article): Pass server argument to
5368         nnml-active-number and nnml-save-mail.
5369         (nnml-find-group-number): Pass server argument to nnml-find-id.
5370         (nnml-request-update-info): Pass server argument to
5371         nnml-marks-changed-p.
5372
5373         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5374         (nnml-save-mail, nnml-active-number): Add server argument.
5375
5376         (nnml-request-delete-group): Warn if group is missing.
5377         (nnml-get-nov-buffer): Decode group name.
5378         (nnml-generate-active-info): Encode group name.
5379         (nnml-open-marks): Decode group name in messages.
5380
5381 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5384         if it is not specified.
5385         (gnus-article-pipe-part, gnus-article-save-part)
5386         (gnus-article-interactively-view-part, gnus-article-copy-part)
5387         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5388         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5389         (gnus-article-replace-part, gnus-article-delete-part)
5390         (gnus-article-view-part-as-type): Pass raw prefix argument to
5391         gnus-article-part-wrapper.
5392
5393 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-agent.el (gnus-agent-save-active): Bind
5396         nnheader-file-coding-system to gnus-agent-file-coding-system.
5397
5398         * gnus-cache.el (gnus-cache-save-buffers)
5399         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5400         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5401         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5402         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5403         (gnus-cache-generate-active, gnus-cache-rename-group)
5404         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5405         (gnus-cache-update-overview-total-fetched-for): Bind
5406         file-name-coding-system to nnmail-pathname-coding-system.
5407         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5408         variables.
5409         (gnus-cache-decoded-group-name): New function.
5410         (gnus-cache-file-name): Use it.
5411         (gnus-cache-generate-active): Use non-decoded group name for active.
5412
5413         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5414         right place.
5415         (gnus-write-active-file): Don't break non-ASCII group names.
5416
5417         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5418         nnmail-pathname-coding-system.
5419
5420         * lpath.el: Bind default-file-name-coding-system,
5421         file-name-coding-system and language-info-alist for XEmacs.
5422
5423         * gnus-uu.el (gnus-uu-decode-save): Typo.
5424
5425 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5428
5429 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5432         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5433         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5434         (gnus-agent-flush-group, gnus-agent-flush-cache)
5435         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5436         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5437         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5438         (gnus-agent-regenerate-group)
5439         (gnus-agent-update-files-total-fetched-for)
5440         (gnus-agent-update-view-total-fetched-for): Bind
5441         file-name-coding-system to nnmail-pathname-coding-system.
5442         (gnus-agent-group-pathname): Don't encode file names by
5443         nnmail-pathname-coding-system.
5444         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5445         coding-system-for-write instead of buffer-file-coding-system to
5446         gnus-agent-file-coding-system.
5447
5448         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5449         Decode group name.
5450
5451         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5452
5453         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5454         (gnus-read-newsrc-el-file): Make group names unibyte.
5455
5456         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5457         nnmail-pathname-coding-system.
5458
5459         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5460         (nnrss-request-delete-group): Bind file-name-coding-system to
5461         nnmail-pathname-coding-system.
5462         (nnrss-read-server-data, nnrss-read-group-data): Bind
5463         file-name-coding-system correctly.
5464         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5465
5466         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5467         (nntp-server-to-method-cache): New variable.
5468         (nntp-group-pathname): New function that decodes non-ASCII group names.
5469         (nntp-possibly-create-directory, nntp-marks-changed-p)
5470         (nntp-save-marks, nntp-open-marks): Use it.
5471         (nntp-possibly-create-directory, nntp-open-marks):
5472         Bind file-name-coding-system to nnmail-pathname-coding-system.
5473         (nntp-open-marks): Decode group names when bootstrapping marks.
5474
5475         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5476         Newsgroups and Folowup-To headers.
5477
5478 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5481         (gnus-server-closed-face, gnus-server-denied-face)
5482         (gnus-server-offline-face): Remove variable.
5483         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5484
5485         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5486         of modifying message-stack directly for XEmacs.
5487
5488         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5489         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5490         if the coding-system argument is nil for XEmacs.
5491
5492         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5493         mm-charset-override-alist.
5494
5495         * rfc2047.el: Don't require base64; require rfc2045 for the function
5496         rfc2045-encode-string.
5497         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5498         to quote the parameter value.
5499
5500 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5503         form in gnus-group-name-charset-method-alist.
5504
5505         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5506         overrides the default layout edit-form.
5507
5508         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5509
5510         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5511
5512 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5515         as unfetched articles.
5516
5517 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5520
5521 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5524         original back end that keeps marks in the local system.
5525
5526 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5529         arg of pop-to-buffer for XEmacs.
5530         (gnus-article-read-summary-keys): Ditto; don't restore window
5531         configuration if summary command ends up with neither article buffer
5532         nor summary buffer; describe bindings if summary keys end with C-h.
5533
5534 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * message.el (message-fix-before-sending): Skip raw message part to be
5537         forwarded while checking illegible text.
5538         (message-forward-make-body-mime, message-forward-make-body): Mark
5539         signed or encrypted raw message as having no illegible text.
5540
5541 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5544         (gnus-message-with-timestamp-1): New macro.
5545         (gnus-message-with-timestamp): New function.
5546         (gnus-message): Use them.
5547
5548         * nnheader.el (nnheader-message): Use them.
5549
5550 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5553         .newsrc.eld file.
5554
5555 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-agent.el (gnus-agent-fetch-headers)
5558         (gnus-agent-retrieve-headers): Bind
5559         gnus-decode-encoded-address-function to identity.
5560
5561         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5562         available also when the server returns simply a dot.
5563
5564         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5565
5566 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5569
5570 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-ems.el (gnus-x-splash): Make it work.
5573
5574         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5575         from being used.
5576
5577         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5578
5579 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5582         4th and the 5th arguments.
5583
5584         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5585         the front stickiness.
5586         (gnus-article-summary-command-nosave): Correct the order of the
5587         arguments passed to pop-to-buffer.
5588         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5589         summary command ends up with the article buffer.
5590
5591         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5592         the same faces.
5593
5594 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5595
5596         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5597
5598 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5599
5600         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5601         * gnus-sum.el (gnus-summary-highlight):
5602         * pgg.el (pgg-sign-region, pgg-sign):
5603         * mail-source.el (mail-source-delete-old-incoming-confirm):
5604         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5605
5606 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-art.el (gnus-mime-view-part-externally)
5609         (gnus-mime-view-part-internally): Fix predicate function passed to
5610         completing-read.
5611
5612         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5613
5614         * gnus.el (gnus-update-message-archive-method): Add :version.
5615
5616 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus.el (gnus-update-message-archive-method): New variable.
5619
5620         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5621         according to gnus-message-archive-method if
5622         gnus-update-message-archive-method is non-nil.
5623
5624 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5627         by Loic Dachary <loic@dachary.org>.
5628         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5629
5630 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * message.el (message-pop-to-buffer): Add switch-function argument.
5633         (message-mail): Pass switch-function argument to it.
5634
5635 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5638         Improve doc string.
5639
5640 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5643         (gnus-header-content)
5644         * gnus-cite.el (gnus-cite-10)
5645         * gnus-srvr.el (gnus-server-closed)
5646         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5647         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5648         (gnus-group-mail-3-empty, gnus-group-mail-low)
5649         (gnus-group-mail-low-empty, gnus-splash)
5650         * message.el (message-header-to, message-header-cc)
5651         (message-header-subject, message-header-other, message-header-name)
5652         (message-header-xheader, message-separator, message-cited-text)
5653         (message-mml): Lighten colors of faces used for dark background.
5654
5655 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5656
5657         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5658         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5659
5660 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * message.el (message-narrow-to-headers-or-head):
5663         Ignore mail-header-separator in the body.
5664
5665 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5668         same as window size.
5669
5670 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5671
5672         * message.el (message-font-lock-keywords): Use message-header-xheader
5673         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5674         ahead of the anything pattern, to get it recognised.
5675
5676 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5679         spam.el loads uses it in the compiled defadvice form.
5680
5681 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5682
5683         * gnus-sum.el (gnus-articles-to-read)
5684         (gnus-summary-insert-old-articles): Don't truncate group name for
5685         `read-string'.
5686
5687         * gnus-util.el (gnus-limit-string): Delete this function.
5688
5689         * gnus-sum.el (gnus-simplify-subject-fully): Use
5690         `truncate-string-to-width' instead.
5691
5692 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5693
5694         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5695         if, on summary exit, the next group has to be selected.
5696         (gnus-summary-exit): Use it.
5697
5698 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5701         non-break space.
5702
5703 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5706         Check if group is not a directory.
5707         (nnfolder-request-expire-articles): Don't delete articles if the target
5708         group is not available.
5709
5710         * nnml.el (nnml-request-create-group): Properly check if group is not a
5711         file.
5712         (nnml-request-expire-articles): Don't delete articles if the target
5713         group is not available.
5714
5715         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5716         Don't quote characters that are within parentheses.
5717
5718 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5721         (gnus-handle-ephemeral-exit): Select article according to it.
5722
5723 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * message.el (message-insert-formated-citation-line): Remove newline.
5726         (message-citation-line-format): Add final \n here so that the user can
5727         avoid a blank line.
5728
5729 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5730
5731         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5732         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5733         Update lanl/arXiv support.
5734
5735 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus.el: Bump version number.
5738
5739 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus.el (gnus-version-number): Bump version.
5742
5743 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5744
5745         * gnus.el: No Gnus v0.6 is released.
5746
5747 2007-04-27  Didier Verna  <didier@xemacs.org>
5748
5749         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5750         * gmm-utils.el (gmm-regexp-concat): here.
5751         * message.el: Don't require 'gnus-util.
5752         (message-dont-reply-to-names): Handle name change above.
5753         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5754
5755 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5758         since the initial value varies according to the system.
5759
5760 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5763
5764 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5765
5766         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5767
5768 2007-04-24  Didier Verna  <didier@xemacs.org>
5769
5770         Improve the type of gnus-ignored-from-addresses.
5771         * gnus-util.el (gnus-orify-regexp): New function.
5772         * message.el (gnus-util): Require it.
5773         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5774         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5776
5777 2007-04-24  Didier Verna  <didier@xemacs.org>
5778
5779         * gnus-sum.el:
5780         * gnus-utils.el: Fix some trailing whitespaces.
5781
5782 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5785         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5786         article's Message-ID; refer parent article in summary buffer.
5787
5788         * message.el (message-bounce): Call mime-to-mml.
5789
5790         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5791         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5792         optimize and/or forms properly.
5793
5794 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5797         URL.
5798
5799 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5802
5803 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5806         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5807         displayed of multipart/alternative part if it is invoked from summary
5808         buffer.
5809
5810         * mm-view.el (mm-inline-text-html-render-with-w3m)
5811         (mm-inline-text-html-render-with-w3m-standalone)
5812         (mm-inline-render-with-function): Use mail-parse-charset by default.
5813
5814 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5815
5816         * parse-time.el (parse-time-string-chars): Check if CHAR
5817         is less than the length of parse-time-syntax.
5818
5819 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5822         from gnus-newsgroup-processable.
5823
5824 2007-04-16  Didier Verna  <didier@xemacs.org>
5825
5826         * gnus-msg.el (gnus-configure-posting-styles): Handle
5827         message-signature-directory properly with :file syntax.  Reported by
5828         "Leo".
5829
5830 2007-04-11  Didier Verna  <didier@xemacs.org>
5831
5832         New user option: message-signature-directory.
5833         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5834         * message.el (message-insert-signature): Ditto.
5835         * message.el (message-signature-file): Doc update.
5836         * message.el (message-signature-directory): New.
5837
5838 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-msg.el (gnus-inews-yank-articles): Use
5841         message-exchange-point-and-mark instead of exchange-point-and-mark.
5842
5843 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * message.el (message-yank-original): Make sure cited text ends with
5846         newline; don't exchange point and mark.
5847
5848 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5849
5850         * tls.el (open-tls-stream): Properly handle case where there
5851         is no associated buffer.
5852
5853 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5854
5855         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5856         message-yank-original, make sure (< mark TEXT point).
5857
5858 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * message.el (message-fill-column): New variable.
5861         (message-mode): Use it.  Add comment on a possible new hook.
5862
5863         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5864         (nnmail-get-new-mail): Reformat.
5865
5866         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5867
5868         * gmm-utils.el: Fix Commentary.
5869         (gmm-tool-bar-from-list): Fix typo in doc string.
5870
5871 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5872
5873         * message.el (message-yank-original): Don't switch point and mark
5874         unnecessarily to put point and mark as documented.
5875
5876 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5879         from the message heads.
5880
5881 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5882
5883         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5884         article buffer does not have a window.  This may not be the best
5885         solution but is certainly better than setting the start of the null,
5886         that is the current, window.
5887
5888 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5891         (gnus-draft-setup): Run it.
5892
5893         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5894         gnus-score-fast-scoring.  Allow regexp.
5895         (gnus-score-headers): Use it.
5896
5897         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5898         XEmacs.
5899
5900         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5901         string.
5902         (gnus-button-alist): Also catch `<f1> k ...'.
5903         (gnus-treat-display-x-face): Fix doc string.
5904
5905 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5906
5907         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5908         evaluation of gnus-extended-version to ensure correct generation of the
5909         User-Agent header when message-generate-headers-first is used.
5910
5911 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5912
5913         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5914         hashcash-path is nil.  Don't call callback with incorrect number of
5915         parameters if val is 0.
5916
5917 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5918
5919         * message.el (message-required-news-headers):
5920         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5921
5922 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5923
5924         * tls.el (open-tls-stream): In handshake-waiting loop,
5925         don't wait more if there is output available to process.
5926
5927 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5928
5929         * tls.el (tls-program): Doc fix.
5930
5931 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * message.el (message-generate-new-buffers): Change the meaning of the
5934         nil value; add `standard' to the choices; treat t as `unique'; improve
5935         doc string.
5936         (gnus-select-frame-set-input-focus): Autoload.
5937         (message-buffer-name): Search for the existing message buffer if
5938         message-generate-new-buffers is nil or `standard'; treat the value t of
5939         message-generate-new-buffers as `unique'.
5940         (message-pop-to-buffer): Raise the frame already displaying the message
5941         buffer; clear the echo area after querying.
5942         (message-setup): Pass the `continue' argument to compose-mail.
5943         (message-mail): Prefer `switch-function' if it is given; search for the
5944         existing message buffer if the `continue' argument is non-nil; pass
5945         continue and switch-function arguments to compose-mail by way of
5946         message-setup.
5947         (message-mail-other-window): Adjust argument of message-setup.
5948         (message-mail-other-frame): Ditto.
5949
5950 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5953         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5954         to turn font-lock on when turning gnus-message-citation-mode on.
5955
5956 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5957
5958         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5959         (mml-smime-function-alist): New variable; add epg as the backend.
5960         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5961         mml-smime- functions instead.
5962         * mm-view.el: Require smime.
5963
5964 2007-03-05  Didier Verna  <didier@xemacs.org>
5965
5966         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5967         instead of just inheritance for posting styles.
5968         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5969
5970 2007-02-24  Chris Moore  <dooglus@gmail.com>
5971
5972         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5973         * pgg-pgp.el (pgg-pgp-encrypt-region):
5974         * pgg-gpg.el (pgg-gpg-encrypt-region):
5975         Check pgg-encrypt-for-me if no other recipients.
5976
5977 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5978
5979         * tls.el (tls-certtool-program): Fix custom type.
5980
5981 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5984         and point-at-eol instead of line-(beginning|end)-position.
5985
5986         * assistant.el (assistant-parse-buffer): Ditto.
5987
5988         * netrc.el (netrc-parse-services): Ditto.
5989
5990 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5991
5992         * mml2015.el (mml2015-epg-find-usable-key): New function.
5993         (mml2015-epg-sign): Use it.
5994         (mml2015-epg-encrypt): Use it.
5995
5996 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * message.el (message-make-in-reply-to): Quote name containing
5999         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6000         if there are special characters.  Reported by NAKAJI Hiroyuki
6001         <nakaji@jp.freebsd.org>.
6002
6003 2007-02-27  Didier Verna  <didier@xemacs.org>
6004
6005         Include the group parameters as well as the topic ones in the
6006         inheritance filter process.
6007         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6008         argument GROUP-PARAMS-LIST.
6009         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6010
6011 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * nntp.el (nntp-never-echoes-commands)
6014         (nntp-open-connection-functions-never-echo-commands): New variables.
6015         (nntp-send-command): Use them.
6016
6017 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6018
6019         * mml2015.el (mml2015-epg-verify): Simplified.
6020
6021 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * mml.el (mml-content-disposition-alist): New user option.
6024         (mml-content-disposition): New function.
6025         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6026         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6027
6028 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6029
6030         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6031         verification.
6032
6033 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6034
6035         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6036         articles posted in the last 24 hours.
6037
6038 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6039
6040         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6041
6042 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6043
6044         * nntp.el (nntp-send-command): Don't wait for echoes when
6045         nntp-open-ssl-stream is used.
6046
6047 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6050         (gnus-message-add-citation-keywords)
6051         (gnus-message-remove-citation-keywords): Remove.
6052         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6053         directly, make the variables in font-lock-defaults buffer-local, add
6054         gnus-message-citation-keywords to them and then update the value of
6055         font-lock-keywords.
6056
6057 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * message.el (message-cite-original-1): Don't call
6060         gnus-article-highlight-citation.
6061
6062         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6063         citations; fix line count.
6064
6065 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6068         (gnus-message-add-citation-keywords)
6069         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6070         versions of font-lock-add-keywords and font-lock-remove-keywords to
6071         work with XEmacs correctly.
6072
6073 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-cite.el (gnus-cite-face-list): Set the values of
6076         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6077         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6078         (gnus-message-cite-prefix-regexp): New variable.
6079         (gnus-message-search-citation-line): Use it; protect against long
6080         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6081         the 0th match data for Emacs.
6082         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6083         (gnus-message-add-citation-keywords): Append keywords rather than
6084         prepending; emulate font-lock-add-keywords if it is not available.
6085         (gnus-message-remove-citation-keywords): Emulate
6086         font-lock-remove-keywords if it is not available.
6087
6088         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6089
6090         * message.el (message-cite-prefix-regexp): Set the value of
6091         gnus-message-cite-prefix-regexp.
6092
6093 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6094
6095         * nnweb.el (nnweb-google-parse-1): Update parser.
6096
6097 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6098
6099         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6100
6101 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6102
6103         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6104         regexp.
6105
6106 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6109         string-to-multibyte.
6110         (uudecode-decode-region-internal): Use it.
6111
6112         * lpath.el: Fbind string-as-multibyte for XEmacs.
6113
6114 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6117         custom choice.
6118
6119         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6120
6121 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6122
6123         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6124
6125         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6126         `write-region' to respect `mm-inhibit-file-name-handlers'.
6127
6128 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6131         Use gnus-home-directory instead of "~/" or "$HOME".
6132
6133 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6136         to mention filename.
6137         Add comments at beginning regarding usage.
6138         (encrypt-write-file-contents): Change interactive so a string is
6139         acceptable.  If the file has no associated model, show an error instead
6140         of a nonsense prompt.
6141
6142 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6143
6144         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6145         Thanks to Yoshihiko Yamada for kind notification of this typo.
6146
6147 2007-01-12  Kenichi Handa  <handa@m17n.org>
6148
6149         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6150         multibyte buffer.
6151
6152 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * gnus-score.el (gnus-score-fast-scoring): New variable.
6155         (gnus-score-headers): Use it.
6156
6157         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6158
6159         * message.el (message-cite-original-1): Call
6160         gnus-article-highlight-citation if requested.
6161         (message-make-from): Allow name and address as optional arguments.
6162
6163         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6164
6165         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6166         bugs to doc string.
6167         (gnus-button-alist): Add mid\\|message-id.
6168         (gnus-button-fetch-group): Extend for use in
6169         `browse-url-browser-function'.
6170         (gnus-button-url-regexp): Try to catch paired parentheses like in
6171         Wikipedia URLs.
6172
6173         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6174         Suggested by Simon Krahnke <overlord@gmx.li>.
6175
6176 2007-01-13  Romain Francoise  <romain@orebokech.com>
6177
6178         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6179         Update copyright.
6180
6181 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6182
6183         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6184
6185 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * gnus-registry.el (gnus-registry-unfollowed-groups)
6188         (gnus-registry-split-fancy-with-parent): Fix documentation.
6189
6190 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191
6192         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6193         from nnweb groups.
6194
6195 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6198         Xref urls.  Erase buffer before requesting head.
6199
6200 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6203         customizable.
6204
6205 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6206
6207         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6208         no signing key is found.
6209         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6210         no encrypting and/or signing key is found.
6211
6212 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6215
6216 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6217
6218         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6219         headers read from disk with the ones newly found in the current search.
6220         This should no longer cause problems, because the article numbers in
6221         Gmane's `nov.php' output are ignored since the previous change.
6222
6223 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6224
6225         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6226
6227 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6230         replace-regexp-in-string; bind url-version; fbind display-images-p and
6231         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6232         find-face and set-itimer-function for Emacs; bind itimer-list for
6233         Emacs.
6234
6235         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6236
6237 2007-01-01  Romain Francoise  <romain@orebokech.com>
6238
6239         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6240
6241 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6242
6243         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6244         `define-minor-mode' macro definition expanded properly.
6245         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6246         exclude it there.
6247
6248         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6249         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6250         `fboundp' test.
6251         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6252         This is OK to autoload in (S)XEmacs now.
6253
6254 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6257         keystroke.
6258         (gnus-summary-limit-to-singletons): Fix typo.
6259
6260         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6261         else fails.
6262
6263 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6264
6265         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6266         docstring.
6267
6268         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6269         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6270         (gnus-summary-insert-dormant-articles): Fix typo in message.
6271
6272 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6275         nil for XEmacs.
6276         (gnus-message-citation-mode): Don't autoload in XEmacs.
6277
6278         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6279
6280 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6281
6282         * nnimap.el (nnimap-expunge-search-string): Mention
6283         nnimap-search-uids-not-since-is-evil in docstring.
6284
6285 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * spam.el: Revert to make-obsolete-variable because
6288         define-obsolete-variable-alias is not supported in Emacs 21.
6289
6290         * spam.el (spam-ifile-path, spam-ifile-database-path)
6291         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6292         make-obsolete-variable.
6293         (spam-bsfilter-path, spam-bsfilter-program)
6294         (spam-spamassassin-path, spam-spamassassin-program)
6295         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6296         use "path" inappropriately.
6297         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6298         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6299         variable names.
6300
6301 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6302
6303         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6304         summary buffer.
6305
6306         * password.el (password-cache-remove): Use clear-string to burn
6307         password, if available.
6308
6309 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6312
6313         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6314
6315         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6316         (gnus-message-highlight-citation): Move defcustom here from
6317         gnus-cite.el.
6318         (gnus-message-citation-mode): Autoload.
6319
6320         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6321         checks to make it compile with XEmacs.
6322         (gnus-message-citation-mode): New minor mode.
6323         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6324         (gnus-message-highlight-citation): New variables.
6325         (gnus-message-search-citation-line)
6326         (gnus-message-add-citation-keywords)
6327         (gnus-message-remove-citation-keywords)
6328         (turn-on-gnus-message-citation-mode)
6329         (turn-off-gnus-message-citation-mode): New functions.
6330
6331 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6332
6333         * gnus-cite.el: Enable highlighting of different citation levels in
6334         message-mode.
6335
6336 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * message.el (message-make-fqdn): Fix comment.
6339         (message-bogus-system-names): Add ".local".
6340
6341         * spam.el (spam-ifile-path, spam-ifile-program)
6342         (spam-ifile-database-path, spam-ifile-database)
6343         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6344         Don't use "path" inappropriately.
6345         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6346         strings.
6347         (spam-check-ifile, spam-ifile-register-with-ifile)
6348         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6349         new variable names.
6350
6351         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6352         (gnus-treat-display-smileys): Simplify using
6353         gnus-image-type-available-p.
6354
6355         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6356         available.
6357
6358         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6359         `display-images-p' if available.
6360
6361 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6364         one after turning on the buffer's multibyteness instead of decoding
6365         them directly in the unibyte buffer that causes unexpected conversion
6366         in Emacs 23 (unicode).
6367
6368 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6369
6370         * message.el (message-generate-hashcash): Fix custom type.
6371
6372 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6373
6374         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6375
6376 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6379         disconnect icons.  Add help text.
6380
6381 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6384         negated to be consistent with the others we handle.
6385
6386 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6389         version of gnus-summary-buffer to something, so that we can use two
6390         article buffers at the same time.
6391
6392 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6395         trigger all the extra headers.
6396         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6397         sorting.
6398
6399 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6400
6401         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6402         solid groups.
6403
6404 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6405
6406         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6407
6408 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * legacy-gnus-agent.el: Add Copyright notice.
6411
6412 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6413
6414         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6415
6416 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6419
6420         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6421         to make it work reliably in CVS Emacs.
6422         (gnus-summary-limit-strange-charsets-predicate)
6423         (gnus-summary-limit-to-predicate): New functions.
6424
6425 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6426
6427         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6428         specifying array size.
6429         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6430         array if it is too small.
6431         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6432         (gnus-sort-threads-loop): New function.
6433
6434 2006-12-06  Chris Moore  <dooglus@gmail.com>
6435
6436         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6437         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6438
6439 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6440
6441         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6442         options.
6443
6444 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6447         DOS-ing the recipient.
6448
6449         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6450         the headers when creating the mapping to avoid mismappings.
6451         (nnweb-gmane-create-mapping): Always nix out old mapping.
6452
6453 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6456         and mm-verify-option to never.
6457
6458 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * message.el (message-signed-or-encrypted-p): New function.
6461         (message-forward-make-body): Use it.
6462
6463         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6464         Replace encode-coding-string with mm-encode-coding-string.
6465
6466 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * nneething.el (nneething-decode-file-name): Replace
6469         decode-coding-string with mm-decode-coding-string.
6470
6471         * gnus-int.el (gnus-open-server): Say failed server's name.
6472
6473 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6476         strings to a single string.  Quote `errors-file-name'.
6477         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6478         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6479         Adjust calls.  Use `shell-quote-argument'.
6480
6481 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6482
6483         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6484         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6485
6486         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6487         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6488         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6489         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6490         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6491         (gnus-subscribe-newsgroup, gnus-1):
6492         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6493         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6494         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6495         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6496
6497 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6500         keystroke.
6501         (gnus-summary-limit-to-bodies): Implement headersp.
6502
6503 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6506
6507 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6510
6511 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * message.el (message-generate-hashcash): Expand range of values to
6514         include `opportunistic'.
6515         (message-send-mail): Use it.
6516
6517 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6518
6519         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6520         and comment it.
6521
6522         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6523
6524 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * gnus-util.el (gnus-extract-address-components): Improve comment.
6527
6528 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-util.el (gnus-extract-address-components): Work with address in
6531         which the name portion contains @.
6532
6533         * lpath.el: Fbind custom-autoload.
6534
6535 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * gnus.el (gnus-start): Move custom group up.
6538         (gnus-select-method): Don't autoload, but make it available for
6539         `customize-variable'.
6540         (gnus-getenv-nntpserver): Don't autoload.
6541
6542 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6543
6544         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6545
6546 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * message.el (message-sendmail-extra-arguments): New variable.
6549         (message-send-mail-with-sendmail): Use it.
6550
6551 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6554         mm-with-unibyte-current-buffer to make string unibyte.
6555
6556         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6557         mm-string-as-multibyte.
6558
6559 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6560
6561         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6562         Reported by Werner Koch <wk@gnupg.org>.
6563
6564 2006-11-14  Daiki Ueno  <ueno@p360>
6565
6566         * mml2015.el: Autoload epa-select-keys when compiling.
6567
6568 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6569
6570         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6571         message-options.
6572         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6573
6574 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6575
6576         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6577         EasyPG (< 0.0.6).
6578         (mml2015-always-trust): New user option.
6579         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6580         prompt.
6581
6582 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * nntp.el (nntp-authinfo-force): New variable.
6585         (nntp-send-authinfo): Use it.
6586
6587 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6590         decode encoded words.  Improve prompt.  Add comment about forwarding.
6591         (message-replacement-char): Move up.
6592
6593 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6594
6595         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6596         instead of gnus-intersection because arguments of gnus-sorted-nunion
6597         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6598
6599 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6602         (message-simplify-subject-functions): Enable
6603         message-strip-subject-encoded-words by default.
6604
6605 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * message.el (message-strip-subject-encoded-words): New function.
6608         (message-simplify-subject-functions): New variable.
6609         (message-simplify-subject): Use it.  Fix typo in doc string.
6610         Support message-strip-subject-encoded-words.
6611
6612 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6613
6614         * gnus-diary.el (gnus-diary-delay-format-function):
6615         * nndiary.el (nndiary-reminders):
6616         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6617
6618 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * gnus-art.el (article-hide-boring-headers): Fetch date from
6621         gnus-original-article-buffer to avoid problems with localized date
6622         strings.
6623
6624 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6627
6628 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6631         New variables.
6632         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6633         (mm-charset-synonym-alist): Move some entries to
6634         mm-codepage-iso-8859-list.
6635         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6636         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6637
6638 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6641
6642 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6645         with Emacs 21 and XEmacs.
6646
6647 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * spam.el (spam-parse-address): New function for better parsing,
6650         catching errors, etc.
6651         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6652
6653 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * mm-view.el: Add interactive arg to html2text autoload.
6656
6657 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6660
6661 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6664         variables.
6665         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6666         (mm-charset-synonym-alist): Move some entries to
6667         mm-codepage-iso-8859-list.
6668
6669         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6670
6671 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * message.el (message-citation-line-format)
6674         (message-insert-formated-citation-line): Fix implementation of %E, %N
6675         and %n according to the doc string.
6676
6677 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6678
6679         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6680         car-safe to avoid bad parses.
6681
6682 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6685         names.
6686
6687         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6688
6689 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6692         header.
6693
6694         * message.el (message-draft-headers): Add Date.
6695         (message-headers-to-generate): Fix typo in docstring.
6696
6697         * nndraft.el (nndraft-required-headers): New variable.
6698         (nndraft-generate-headers): Use it.
6699
6700         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6701
6702 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6703
6704         * gnus-registry.el (gnus-registry-wash-for-keywords)
6705         (gnus-registry-find-keywords): New functions to allow easy searching of
6706         articles that are in the registry.
6707
6708 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6711         ietf-drums-parse-address instead of gnus-extract-address-components.
6712         Reported by Damien Elmes <damien@repose.cx>.
6713
6714 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * gnus.el (gnus-mime): Remove unused custom group.
6717
6718 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6719
6720         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6721         "blank line" when searching for end of armor headers.
6722
6723 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gmm-utils.el (gmm-write-region): Fix variable name.
6726
6727 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gmm-utils.el (gmm-write-region): New function based on compatibility
6730         code from `mm-make-temp-file'.
6731
6732         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6733
6734         * nnmaildir.el (nnmaildir--update-nov)
6735         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6736         Use `gmm-write-region'.
6737
6738 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6741         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6742
6743         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6744
6745         * message.el (message-replacement-char): New variable.
6746         (message-fix-before-sending): Use it.
6747         (message-simplify-subject): New function to remove duplicate code.
6748         (message-reply, message-followup): Use it.
6749
6750         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6751         gnus-summary-limit-to-articles.
6752
6753 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-util.el (gnus-with-local-quit): New macro.
6756
6757         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6758
6759 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6762         ignore non-string data.
6763
6764 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6767         non-string data (needs to be done in the registry too).
6768
6769 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6772         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6773         (gnus-registry-split-fancy-with-parent)
6774         (gnus-registry-fetch-simplified-message-subject-fast)
6775         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6776         Remove text properties on ingress into the registry and when it's saved.
6777         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6778         registry from entries with no groups.
6779
6780 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6783         function to remove string properties.
6784
6785 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * gmm-utils.el (gmm): Adjust custom version.
6788
6789         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6790         custom version.
6791
6792         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6793
6794 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * gnus-art.el (gnus-insert-prev-page-button)
6797         (gnus-insert-next-page-button): Simplify.  Reformat.
6798
6799 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6800
6801         * gnus-art.el (gnus-insert-prev-page-button)
6802         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6803
6804 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6805
6806         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6807
6808 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6809
6810         * gnus-art.el (gnus-insert-mime-button)
6811         (gnus-insert-mime-security-button):
6812         Apply gnus-article-button-face to MIME and security buttons.
6813
6814 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6817         readable.
6818
6819 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6822
6823 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6824
6825         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6826         `browse-url-of-file' instead of `browse-url'.
6827
6828 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6829
6830         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6831         regexp.  Articles containing quotation were cut prematurely.
6832
6833 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * message.el (message-cite-original-1): Use nobody by default for the
6836         value of From header.
6837         (message-reply): Ditto.
6838
6839 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6840
6841         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6842         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6843         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6844
6845 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6848         mails in the doc string.  Add some URLs in comment.
6849         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6850
6851 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6854         backslashes handling and the way to find boundaries of quoted strings.
6855
6856 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6857
6858         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6859         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6860         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6861         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6862
6863 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6866         doc string.
6867         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6868
6869 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * lpath.el: Fbind epg-check-configuration.
6872
6873 2006-09-06  Simon Josefsson  <jas@extundo.com>
6874
6875         * mml2015.el (mml2015-use): Doc fix, mention epg.
6876
6877 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6878
6879         * mml2015.el (mml2015-use): Default to epg, if available.
6880
6881 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6882
6883         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6884         message-sender.
6885         (mml1991-epg-encrypt): Ditto.
6886         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6887         message-sender.
6888         (mml2015-epg-encrypt): Ditto.
6889
6890 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6891
6892         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6893         several common directories.
6894
6895 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6896
6897         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6898         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6899
6900 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-art.el (article-decode-encoded-words): Make it fast.
6903
6904 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6907
6908         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6909         in quoted string into `\'.
6910
6911 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6914         Use standard-syntax-table.
6915
6916 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-art.el (gnus-decode-address-function): New variable.
6919         (article-decode-encoded-words): Use it to decode headers which are
6920         assumed to contain addresses.
6921         (gnus-mime-delete-part): Remove useless `or'.
6922
6923         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6924         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6925         (gnus-nov-parse-line): Use it to decode From header.
6926         (gnus-get-newsgroup-headers): Ditto.
6927         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6928
6929         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6930         (mail-decode-encoded-address-string): New alias.
6931
6932         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6933         New function.
6934         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6935         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6936         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6937         (rfc2047-decode-string): Ditto.
6938         (rfc2047-decode-address-region): New function.
6939         (rfc2047-decode-address-string): New function.
6940
6941 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * message.el (message-caesar-buffer-body): Allow rotating headers.
6944
6945         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6946
6947         * message.el (message-insert-formated-citation-line): Fix %f.
6948         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6949
6950 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6953         (gnus-bookmark-mouse-available-p): New macro.
6954         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6955         (gnus-bookmark-bmenu-show-infos): Use it.
6956         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6957         (gnus-bookmark-bmenu-hide-infos): Ditto.
6958         (gnus-bookmark-remove-properties): New function.
6959         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6960         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6961         (gnus-bookmark-write-file): Bind coding-system-for-write.
6962         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6963         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6964         group before selecting it.
6965         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6966         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6967         quit-window if it is not available; use gnus-mouse-2 and bind it to
6968         gnus-bookmark-bmenu-select-by-mouse.
6969         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6970         (gnus-bookmark-bmenu-select-by-mouse): New function.
6971
6972 2006-08-13  Romain Francoise  <romain@orebokech.com>
6973
6974         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6975         space.
6976
6977 2006-08-10  Romain Francoise  <romain@orebokech.com>
6978
6979         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6980         (dns-mode-soa-auto-increment-serial): New user option.
6981         (dns-mode-soa-maybe-increment-serial): New function.
6982         (dns-mode): Add the latter to `write-contents-functions'.
6983
6984 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * compface.el (uncompface): Use binary rather than raw-text-unix.
6987
6988 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * compface.el (uncompface): Make sure the eol conversion doesn't take
6991         place when communicating with the external programs.  Reported by
6992         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6993
6994 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6997
6998 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6999
7000         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7001         Make it more robust by parsing author and date independently.
7002
7003 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7006
7007 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7008
7009         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7010         first matching secret key.
7011         (mml2015-epg-encrypt): Ditto.
7012
7013         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7014         first matching secret key.
7015         (mml1991-epg-encrypt): Ditto.
7016
7017         * mml2015.el (mml2015-encrypt-to-self): New user option.
7018         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7019         mml2015-epg-encrypt-to-self is set.
7020
7021         * mml1991.el (mml1991-encrypt-to-self): New variable.
7022         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7023         mml1991-epg-encrypt-to-self is set.
7024
7025         * mml2015.el (mml2015-signers): New user option.
7026         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7027         (mml2015-epg-encrypt): Allow to select signing keys.
7028
7029         * mml1991.el (mml1991-signers): New variable.
7030         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7031         (mml1991-epg-encrypt): Allow to select signing keys.
7032
7033 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * nnheader.el (nnheader-insert-head): Make it work even if the file
7036         uses CRLF for the line-break code.
7037
7038 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7039
7040         * mml2015.el: Require mml-sec instead of password.
7041         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7042         (mml2015-cache-passphrase): Inherit the default value from
7043         mml-secure-cache-passphrase.
7044         (mml2015-passphrase-cache-expiry): Inherit the default value from
7045         mml-secure-passphrase-cache-expiry.
7046
7047         * mml1991.el: Require mml-sec instead of password.
7048         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7049         (mml1991-cache-passphrase): Inherit the default value from
7050         mml-secure-cache-passphrase.
7051         (mml1991-passphrase-cache-expiry): Inherit the default value from
7052         mml-secure-passphrase-cache-expiry.
7053
7054         * mml-sec.el: Require password.
7055         (mml-secure-verbose): New user option.
7056         (mml-secure-cache-passphrase): New user option.
7057         (mml-secure-passphrase-cache-expiry): New user option.
7058
7059 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7060
7061         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7062         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7063         andreas@altroot.de (Andreas Vögele).
7064
7065         FIXME: Use `tiny change'?
7066
7067 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7068
7069         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7070         workaround for the url package included with Emacs.
7071
7072         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7073
7074 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7077         correctly.  This fixes a bug caused by the 2006-05-12 change.
7078
7079 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7080
7081         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7082         some information about the error when saying that the `bogus' mail
7083         group will be used.
7084
7085 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7088         string.
7089
7090 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7091
7092         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7093
7094 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7095
7096         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7097
7098 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7099
7100         * mml1991.el (mml1991-function-alist): Add epg.
7101         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7102         (mml1991-epg-encrypt): New functions.
7103
7104 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7105
7106         * mml2015.el (mml2015-verbose): New variable.
7107         (mml2015-cache-passphrase): Ditto.
7108         (mml2015-passphrase-cache-expiry): Ditto.
7109         (mml2015-function-alist): Add epg.
7110         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7111         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7112         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7113         functions.
7114
7115 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7116
7117         * message.el (message-cite-original-1): Preserve region when removing
7118         quoted text due to X-No-Archive in order to avoid bogus attribution
7119         when citing multiple messages.
7120
7121 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7122
7123         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7124         Kenneth Jacker <khj@be.cs.appstate.edu>.
7125
7126 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-diary.el (gnus-user-format-function-d)
7129         (gnus-user-format-function-D): Autoload.
7130
7131         * imap.el (Commentary): Fix typo.
7132
7133         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7134         2006-04-22 contribution.
7135
7136 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7137
7138         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7139         It didn't really fix the bogosity I'm seeing with solid web groups.
7140
7141 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7142
7143         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7144         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7145         created using server names.  If we use the feature without declaring
7146         it, Gnus does not properly manage server and group state.
7147
7148         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7149         bound.
7150
7151 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7152
7153         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7154         looking up the method using GROUP's prefix before inventing a new one.
7155         It is used on killed/unknown groups in various places where returning
7156         an all-new method isn't expected by the caller.
7157
7158         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7159         and match semantics of gnus-group-real-prefix.
7160
7161 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * nnmail.el (nnmail-broken-references-mailers): New variable.
7164         (nnmail-ignore-broken-references): New function generalizing
7165         nnmail-fix-eudora-headers.
7166         (nnmail-fix-eudora-headers): Now obsolete.
7167
7168         * gnus-art.el (gnus-button-handle-custom): Support
7169         `customize-apropos*'.
7170
7171 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7174
7175         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7176         articles.
7177
7178 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * message.el (message-cite-reply-above): New variable.
7181         (message-yank-original): Use it.
7182
7183 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7186
7187 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7190         as read.
7191
7192         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7193
7194 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7197         (gnus-bookmark-default-file): Use gnus-directory.
7198         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7199         Remove "*" in doc string.
7200         (gnus-bookmark-write-file): Simplify.
7201         (gnus-bookmark-maybe-sort-alist): Use `when'.
7202         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7203         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7204         FIXME about Emacs 21 and XEmacs compatibility.
7205         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7206         compatibility.
7207         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7208         compatibility.
7209         (gnus-bookmark-menu-heading): Fix version.
7210
7211 2006-06-19  Bastien Guerry  <bzg@altern.org>
7212
7213         * gnus-bookmark.el: New file.
7214
7215 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * message.el (message-syntax-checks): Doc fix.
7218
7219 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7220
7221         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7222         unsubscribed groups as if they were killed ones.  It causes duplicate
7223         entries in gnus-newsrc-alist.
7224
7225 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * message.el (message-syntax-checks): Doc fix.
7228         (message-send-mail): Add check for continuation headers.
7229         (message-check-news-header-syntax): Fix regexp used to check for
7230         continuation headers.
7231
7232 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7235
7236 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7239
7240 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7243         default-truncate-lines.
7244
7245 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7248         to fill the utf-8 entry.
7249
7250         * lpath.el: Fbind unicode-precedence-list.
7251
7252 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7253
7254         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7255
7256 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7257
7258         * gnus-agent.el (directory-files-and-attributes): Move all the way
7259         forward (the third and final move).
7260         (gnus-agent-read-agentview): Trap reconstruction errors due to
7261         nonexistant directory.  Handle by returning nil.
7262
7263 2006-05-30  Didier Verna  <didier@xemacs.org>
7264
7265         * message.el (message-dont-reply-to-names): Update the custom type.
7266         * message.el (message-dont-reply-to-names): New defsubst: potentially
7267         convert a list of regexps into a single one.
7268         * message.el (message-get-reply-headers): Use it.
7269         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7270
7271 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-agent.el (directory-files-and-attributes): Move forward.
7274
7275 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * gnus-ml.el (gnus-mailing-list-subscribe)
7278         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7279         (gnus-mailing-list-message): Fix doc strings.
7280
7281 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7282
7283         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7284         of doing it manually.
7285
7286 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7289         comment.
7290
7291 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7292
7293         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7294         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7295         (gnus-agent-read-local): All symbols allocated in my-obarray.
7296         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7297         (gnus-agent-regenerate-group): Check numeric names to see if they are
7298         messages or groups.
7299         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7300         better way of do this...)
7301
7302         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7303         'dummy.group' (there should be a better way of do this...)
7304
7305 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7308         (gnus-saved-headers): Ditto.
7309         (gnus-default-article-saver): Mention functions may have properties.
7310         (gnus-article-save): Override gnus-save-all-headers and
7311         gnus-saved-headers by :headers property which saver function may have.
7312         (gnus-summary-save-in-file): Add :headers property.
7313         (gnus-summary-write-to-file): Ditto.
7314
7315         * gnus-sum.el (gnus-summary-save-article): Bind
7316         gnus-prompt-before-saving to t when saving many articles in a file;
7317         always show all headers.
7318
7319         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7320
7321 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7324         marks.
7325
7326         * message.el (message-indent-citation): Add optional arguments to allow
7327         using it outside of message buffers.
7328
7329         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7330         (gnus-article-treat-unfold-headers): Use it.
7331         (gnus-article-truncate-lines): New variable.
7332         (gnus-article-mode): Use it.
7333         (gnus-article-toggle-truncate-lines): New function.
7334
7335         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7336         gnus-article-toggle-truncate-lines.
7337
7338         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7339         coding system in XEmacs, use binary.
7340
7341 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7344         after-load-alist.
7345
7346         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7347         this function should save decoded articles.
7348         (gnus-summary-write-to-file): Use property to specify this function
7349         should save decoded articles and specify gnus-summary-save-in-file
7350         should be used to save articles other than the first one when saving
7351         many articles.
7352         (gnus-summary-save-body-in-file): Use property to specify this
7353         function should save decoded articles.
7354         (gnus-summary-write-body-to-file): Use property to specify this
7355         function should save decoded articles and specify
7356         gnus-summary-save-body-in-file should be used to save articles other
7357         than the first one when saving many articles.
7358
7359         * gnus-sum.el (gnus-summary-save-article): Simplify.
7360
7361 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-art.el (gnus-default-article-saver): Add
7364         gnus-summary-write-body-to-file.
7365         (gnus-article-save-coding-system): Don't use coding system object
7366         in XEmacs.
7367         (gnus-read-save-file-name): Add optional `dir-var' argument which
7368         specifies directory in which files are saved; work even if optional
7369         `variable' argument is not specified.
7370         (gnus-summary-write-to-file): Read file name.
7371         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7372         (gnus-summary-write-body-to-file): New function.
7373
7374         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7375         (gnus-summary-local-variables): Add it.
7376         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7377         (gnus-summary-save-article): Remove optional `decode' argument;
7378         determine whether to decode articles by the value of
7379         gnus-default-article-saver; when saving many files using
7380         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7381         it first and use gnus-summary-save-in-file or
7382         gnus-summary-save-body-in-file thereafter unless
7383         gnus-prompt-before-saving is always; move point to article which
7384         will be saved.
7385         (gnus-summary-save-article-file): Revert.
7386         (gnus-summary-write-article-file): Revert.
7387         (gnus-summary-save-article-body-file): Revert.
7388         (gnus-summary-write-article-body-file): New function.
7389
7390 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-art.el (gnus-default-article-saver): Doc fix.
7393         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7394         from gnus-summary-save-article-coding-system, and default to a
7395         certain coding system.
7396         (gnus-output-to-file): Add coding cookie and encode text according
7397         to gnus-article-save-coding-system; don't use mm-append-to-file.
7398
7399         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7400         gnus-art.el and rename to gnus-article-save-coding-system.
7401         (gnus-summary-save-article): Require gnus-art; don't show all
7402         headers if it decodes articles; don't add coding cookie here;
7403         don't bind mm-text-coding-system-for-write.
7404         (gnus-summary-save-article-file): Save decoded articles.
7405         (gnus-summary-write-article-file): When saving many files, use
7406         gnus-summary-write-to-file first and gnus-summary-save-in-file
7407         thereafter unless gnus-prompt-before-saving is always.
7408         (gnus-summary-save-article-body-file): Save decoded articles.
7409
7410         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7411
7412 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * nnrss.el (nnrss-check-group): Bind hash-index.
7415
7416 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7417
7418         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7419         its hash index.  Store this hash in `nnrss-group-data'.
7420         (nnrss-read-group-data): Update accordingly.
7421
7422 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7425         entry.
7426
7427         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7428         gnus-article-browse-html-article.
7429
7430 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7431
7432         * gnus-sum.el (gnus-summary-mime-map): Add
7433         gnus-article-browse-html-article.
7434
7435         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7436
7437 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7440         suitable coding systems in customize.
7441
7442 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * mail-source.el (mail-sources): Fix custom type.
7445
7446 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7449         (gnus-summary-expire-articles-now): Shorten prompt.
7450
7451         * gmm-utils.el (wid-edit): Require.
7452         (defun-gmm): Renamed from `gmm-defun-compat'.
7453         (gmm-image-search-load-path): Use it.
7454         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7455
7456 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7459         variable.
7460         (gnus-summary-save-article): Add optional `decode' argument.  If
7461         it is set and gnus-summary-save-article-coding-system is non-nil,
7462         save decoded article.
7463         (gnus-summary-write-article-file): Save decoded article if
7464         gnus-summary-save-article-coding-system is non-nil.
7465
7466         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7467         type.
7468
7469 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7472
7473 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7476         first to test gnus-single-article-buffer which may be buffer-local.
7477
7478         * gnus-sum.el (gnus-summary-setup-buffer): Make
7479         gnus-single-article-buffer buffer-local and nil in ephemeral
7480         group; make gnus-article-buffer, gnus-article-current, and
7481         gnus-original-article-buffer always buffer-local.
7482         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7483         group.
7484         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7485
7486 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * nnml.el (nnml-request-compact-group): Compressed files might not
7489         have .gz extension.
7490
7491 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7492
7493         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7494         (mm-copy-to-buffer): Use with-current-buffer.
7495         (mm-display-part): Simplify.
7496         (mm-inlinable-p): Add optional arg `type'.
7497
7498 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7499
7500         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7501         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7502         Try harder to show the attachment internally or externally using
7503         gnus-mime-view-part-as-type.
7504
7505 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * message.el (message-from-style, message-signature-separator)
7508         (message-user-organization-file, message-send-mail-function)
7509         (message-citation-line-function, message-yank-prefix)
7510         (message-indent-citation-function, message-signature)
7511         (message-signature-file, message-signature-insert-empty-line):
7512         Remove autoloads.
7513
7514         * gnus-art.el (gnus-buttonized-mime-types): Remove
7515         "multipart/signed".  Revert 2006-04-26 change.
7516
7517 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * gnus.el (gnus-version-number): Bump version.
7520
7521 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7522
7523         * gnus.el: No Gnus v0.5 is released.
7524
7525 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7526
7527         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7528         fetching articles by message-id.
7529
7530 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * message.el (hashcash): Require hashcash as normal.
7533
7534         * ecomplete.el (ecomplete-highlight-match-line): Use
7535         point-at-eol.
7536         (ecomplete-highlight-match-line): Use `highlight', because that
7537         face exists in both Emacs and XEmacs.
7538
7539         * message.el (message-display-abbrev): Use point-at-bol.
7540
7541         * mail-source.el: Don't require timer/timer-funcs.
7542
7543         * gnus-async.el: Ditto.
7544
7545         * password.el: Ditto.
7546
7547         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7548
7549         * mm-url.el: Ditto.
7550
7551         * gnus-xmas.el: Don't require timer-funcs.
7552
7553         * mm-util.el: Require timer/timer-funcs.
7554
7555 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7556
7557         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7558         Close.
7559
7560 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7563         unibyte after clear-decrypt function runs.
7564
7565         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7566         returns as a unibyte string.
7567
7568 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * lpath.el: Revert.
7571
7572         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7573         (pgg-gpg-process-sentinel): Revert.
7574
7575         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7576         (pgg-pgp-lookup-key): Revert.
7577
7578         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7579         (pgg-pgp5-lookup-key): Revert.
7580
7581         * pgg.el (pgg-fetch-key): Revert.
7582
7583 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * lpath.el: Fbind string-as-multibyte for XEmacs.
7586
7587         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7588         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7589         (mml1991-pgg-encrypt): Ditto.
7590
7591         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7592         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7593         a multibyte buffer.
7594
7595         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7596         (pgg-pgp-lookup-key): Ditto.
7597
7598         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7599         (pgg-pgp5-lookup-key): Ditto.
7600
7601         * pgg.el (pgg-fetch-key): Ditto.
7602
7603 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * message.el (message-user-organization-file): Check several
7606         locations of the organization file.
7607
7608         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7609         Add gnus-article-view-part-as-type.
7610
7611         * gnus-art.el (gnus-article-view-part-as-type): New function.
7612
7613         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7614         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7615
7616         * mml.el: Simplify autoload.
7617         (mml-mode): defvar dnd-protocol-alist instead of using
7618         symbol-value.
7619         (mml-default-directory): New variable.
7620         (mml-minibuffer-read-file): Use it.
7621         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7622
7623         * message.el (message-citation-line-format): New variable.
7624         (message-insert-formated-citation-line): New function.
7625         (message-citation-line-function): Add
7626         `message-insert-formated-citation-line' to custom type.
7627
7628         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7629         to doc string.
7630
7631         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7632         depending on mm-verify-option.
7633
7634 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7637         binding pgg-* variables; reimplement the section which prevents
7638         MIME header from being signed.
7639         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7640         pgg-text-mode; remove a blank line at the top of body.
7641
7642         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7643         lines at the top of body; use gnus-newsgroup-charset if there's no
7644         Charset header.
7645
7646 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * message.el (message-self-insert-commands): Doc fix.
7649
7650         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7651         (mm-uu-pgp-encrypted-test): Ditto.
7652         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7653         between header and body; return application/pgp-encrypted handle
7654         if decryption failed; decode decrypted body by charset.
7655
7656         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7657         element match to application/pgp-*.
7658
7659 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7660
7661         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7662         HTML.
7663
7664 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * mail-source.el (mail-source-call-script): Message the error
7667         string.
7668
7669 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus-util.el (gnus-byte-compile): Use it.
7672
7673 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7674
7675         * gnus-util.el (kill-empty-logs): New function.
7676
7677 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * message.el (message-mail-alias-type): Doc fix.
7680         (message-mail-alias-type-p): New function.
7681         (message-send): Use it.
7682         (message-mode): Ditto.
7683         (message-strip-forbidden-properties): Ditto.
7684
7685         * ecomplete.el (ecomplete-database-file-coding-system): New
7686         variable.
7687         (ecomplete-save): Use it.
7688         (ecomplete-setup): Use it.
7689
7690 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * message.el (message-self-insert-commands): New variable.
7693         (message-strip-forbidden-properties): Use it.
7694
7695 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7698         that doesn't make XEmacs choke.
7699
7700 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * gnus-util.el (gnus-replace-in-string):
7703         Prefer replace-regexp-in-string over of replace-in-string.
7704
7705 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-util.el (gnus-select-frame-set-input-focus):
7708         Use select-frame-set-input-focus if it is available in XEmacs; use
7709         definition defined in Emacs 22 for old Emacsen.
7710
7711         * dgnushack.el: Autoload unmorse-region for XEmacs.
7712
7713         * lpath.el: Bind cursor-in-non-selected-windows and
7714         select-frame-set-input-focus for XEmacs.
7715
7716 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7719
7720 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7721
7722         * gnus-registry.el (gnus-registry-cache-save): Remove text
7723         properties when saving via the temp buffer.
7724
7725 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * message.el (message-generate-hashcash): Honor custom type.
7728
7729 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * message.el (message-generate-hashcash): Default to non-nil when
7732         hashcash is found.
7733
7734         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7735         (gnus-refer-thread-limit): Increase default to 500.
7736
7737         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7738
7739         * flow-fill.el (fill-flowed): Allow delete-space.
7740
7741 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7744         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7745         Remove autoloads.
7746
7747 2006-04-18  Simon Josefsson  <jas@extundo.com>
7748
7749         * message.el (message-generate-hashcash): Default to.
7750
7751 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7754         concatenating segments rather than before concatenating them.
7755
7756 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7759
7760 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7763
7764         * message.el (message-forward-make-body-plain): Allow
7765         message-forward-ignored-headers to be a list.
7766         (message-remove-ignored-headers): Factor out into function.
7767         (message-forward-make-body-mml): Use it.
7768
7769         * imap.el (imap-quote-specials): New function.
7770         (imap-login-auth): Quote specials.
7771
7772         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7773         (rfc2231-parse-string): Allow concatanation of parameters that
7774         aren't contiguous.  The test case is
7775           (mail-header-parse-content-type "message/external-body;
7776             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7777             access-type=LOCAL-FILE;
7778             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7779
7780 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7781
7782         * nntp.el (nntp-accept-process-output): Return the value of
7783         `nnheader-accept-process-output'.
7784
7785 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7788         (gnus-button-alist): Recognize more diff formats.
7789         (gnus-button-patch): Strip directory.
7790
7791 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7794         Emacs 22 when setting focus.
7795
7796 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * gnus-art.el (gnus-article-treat-types): Do treatment of
7799         text/x-verbatim parts.
7800         (gnus-button-patch): New command.
7801
7802         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7803         addresses that contain invalid characters.
7804
7805 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * message.el (message-put-addresses-in-ecomplete): Use
7808         gnus-replace-in-string.
7809         (message-is-yours-p): Use the more correct
7810         mail-header-parse-address instead of
7811         mail-extract-address-components.
7812         (message-put-addresses-in-ecomplete): Fix typo.
7813
7814         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7815         keystroke.
7816
7817         * gnus-art.el (gnus-treatment-function-alist): Change order of
7818         newsgroups/generic header folding to avoid double-folding.
7819
7820         * message.el (message-hidden-headers): Add X-Draft-From.
7821
7822         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7823         command.
7824         (gnus-summary-repeat-search-article-backward): New command.
7825
7826         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7827         groups in the parent topic.
7828
7829 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7830
7831         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7832         (spam-extra-header-to-number): Return the CRM114 number as a
7833         number instead of a string.
7834
7835 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * gnus-art.el (gnus-face-properties-alist): Moved here from
7838         gnus-fun.
7839
7840         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7841
7842 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * message.el (message-strip-forbidden-properties): Only display on
7845         self-insert-command.
7846
7847         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7848         reindent.
7849         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7850
7851 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7852
7853         * smiley.el (smiley-style): Fix typo.
7854
7855 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * hashcash.el (hashcash-insert-payment-async-2): Use
7858         message-goto-eoh instead of doing it manually.
7859         (mail-add-payment): Use message-narrow-to-header instead of trying
7860         to do the same itself.
7861
7862         * message.el (message-hidden-headers): Add Face.
7863
7864         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7865         reparenting code.
7866         (gnus-summary-reparent-children): Refactored out code.
7867         (gnus-summary-thread-map): New keystroke.
7868         (gnus-summary-reparent-children): Make into command.
7869
7870         * smiley.el (smiley-style): Default to `medium' if using a large
7871         font.
7872
7873         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7874         does it itself.
7875
7876         * message.el (message-point-in-header-p): Simplify definition.
7877
7878 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * nnagent.el (nnagent-request-set-mark): Silence log file
7881         writing.
7882         (nnagent-request-set-mark): Use write-region instead of
7883         append-to-file.
7884
7885         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7886         strange select method.
7887
7888         * ecomplete.el (ecomplete-display-matches): Get highlightling
7889         right.
7890         (ecomplete-display-matches): Use literals.
7891         (ecomplete-display-matches): Disable message logging.
7892
7893         * message.el (message-display-abbrev): Small optimization.
7894
7895         * ecomplete.el (ecomplete-display-matches): Allow automatic
7896         display.
7897
7898         * message.el (message-strip-forbidden-properties): Display
7899         abbrevs.
7900         (message-display-abbrev): Get automatic display right.
7901
7902         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7903         keystrokes.
7904
7905 2006-04-13  Romain Francoise  <romain@orebokech.com>
7906
7907         TODO: Backport to v5-10!
7908
7909         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7910         Moved here (and renamed) from gnus-registry.el.
7911
7912         * gnus-registry.el: Require gnus-util.
7913         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7914
7915 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-group.el (gnus-group-catchup-current): Change
7918         if-then-else-if-then-else into cond.
7919         (gnus-group-catchup): Indent.
7920         (group-name-at-point): New function.
7921         (gnus-fetch-group): Provide default from thing at point.
7922
7923 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * message.el (message-display-abbrev): Fix regexp.
7926
7927         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7928         choosing.
7929         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7930         dead variables.
7931
7932         * message.el (message-newline-and-indent): Remove debugging.
7933         (message-display-abbrev): Use new implementation.
7934
7935 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-art.el (gnus-article-mode): Set
7938         cursor-in-non-selected-windows to nil.
7939
7940         * smiley.el: Revert previous change.
7941         (smiley-data-directory): defvar it before using it in the
7942         defcustom of `smiley-style'.
7943
7944 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * message.el (message-newline-and-indent): New function.
7947
7948         * ecomplete.el: Implement more bits.
7949
7950         * message.el (message-put-addresses-in-ecomplete): Clean up the
7951         string.
7952
7953         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7954
7955         * gnus-sum.el (gnus-summary-save-parts): Bind
7956         gnus-summary-save-parts-counter and use it to make unique file
7957         names.
7958
7959         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7960
7961         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7962         parameter to say whether to actually parse the individual
7963         addresses.
7964
7965         * message.el (message-put-addresses-in-ecomplete): New function.
7966         (ecomplete): Require.
7967         (message-mail-alias-type): Add ecomplete as an option.
7968
7969 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7970
7971         * flow-fill.el (fill-flowed): Remove trailing space from blank
7972         quoted lines.
7973
7974 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * smiley.el (smiley-style): Move definition later to avoid a
7977         compilation warning.
7978
7979 2006-04-12  Kenichi Handa  <handa@m17n.org>
7980
7981         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7982         buffer and then decode the buffer text if necessary.
7983         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7984         first, and after mm-encode-body, change the buffer to unibyte.
7985         Use mm-disable-multibyte instead of set-buffer-multibyte.
7986
7987 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7990         Content-Type header instead of Content-Disposition header.
7991         (gnus-mime-inline-part): Ditto.
7992         (gnus-mime-view-part-as-charset): Ignore charset that the part
7993         specifies.
7994
7995         * mm-decode.el (mm-display-part): Work with external parts and
7996         usual parts similarly.
7997
7998         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7999         instead of gnus-display-mime.
8000
8001         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8002         instead of with-temp-buffer.
8003
8004         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8005         tag to summarized topics part in order to encode non-ASCII text.
8006
8007 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * smiley.el (smiley-style): New variable.
8010         (smiley-directory): New function.
8011         (smiley-data-directory): Derive from `smiley-style' using
8012         `smiley-directory'.
8013         (smiley-regexp-alist): Add new entries.
8014
8015         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8016         (gnus-article-browse-delete-temp): Add :version.
8017
8018 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8019
8020         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8021         the sieve region.
8022
8023 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * gnus.el (gnus-version-number): Bump version.
8026
8027 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * gnus.el: No Gnus v0.4 is released.
8030
8031 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8032
8033         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8034         layout.
8035
8036         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8037         unknown charset.
8038
8039         * message.el (message-header-synonyms): Add Original-To to the
8040         default.
8041
8042         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8043         optional parameter.
8044
8045 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * gnus-fun.el (gnus): Require it for gnus-directory.
8048
8049 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8052
8053 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8054
8055         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8056
8057 2006-04-05  Simon Josefsson  <jas@extundo.com>
8058
8059         * password.el (password-reset): New function.
8060
8061 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8062
8063         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8064         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8065
8066 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8067
8068         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8069         Some whitespace was matched into the url, which broke browsing hits
8070         > 100 when mm-url-use-external was nil.
8071
8072 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8075         gnus-extra-headers for 'Newsgroups.
8076
8077         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8078         bound.
8079
8080 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8081
8082         * pgg-gpg.el: Clean up process buffers every time gpg processes
8083         complete.
8084
8085 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8088         doc string.
8089
8090 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8091
8092         * pgg-gpg.el (pgg-gpg-process-filter)
8093         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8094
8095         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8096         lines, temporary fix.
8097
8098 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8101
8102 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8103
8104         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8105         default-enable-multibyte-characters.  This reverts the change from
8106         revision 6.17 which is no longer necessary because the passphrase
8107         is sent separately now.  GnuPG messages are unreadable under
8108         multibyte locales with default-enable-multibyte-characters set to
8109         nil.
8110
8111 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * message.el (message-tool-bar-gnome): Move "spell".
8114
8115 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8118         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8119         instead.
8120
8121 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8122
8123         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8124         newsgroups handling for NNTP overviews which don't include
8125         Newsgroups.
8126
8127 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8128
8129         * message.el (message-resend): Bind message-generate-hashcash to nil.
8130
8131 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8132
8133         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8134         when searching for already-paid recipients.
8135
8136 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8137
8138         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8139         passphrases when it is not needed.
8140         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8141         passphrase stuff from gpg, should only be necessary when you use
8142         gpg with a smartcard.
8143
8144 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * mml.el (mml-insert-mime): Ignore cached contents of
8147         message/external-body part.
8148
8149         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8150         (mm-insert-part): Ditto.
8151
8152 2006-03-23  Simon Josefsson  <jas@extundo.com>
8153
8154         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8155         Reiner.
8156         (pgg-gpg-use-agent-p): Use it again.
8157
8158 2006-03-23  Simon Josefsson  <jas@extundo.com>
8159
8160         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8161         older emacsen.
8162         (pgg-gpg-use-agent-p): Don't use it.
8163
8164 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8167         if we can.
8168
8169 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8170
8171         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8172         (pgg-gpg-update-agent): New function.
8173         (pgg-gpg-use-agent-p): New function.
8174         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8175         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8176         (pgg-gpg-sign-region): Use it.
8177
8178 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8181         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8182
8183 2006-03-21  Simon Josefsson  <jas@extundo.com>
8184
8185         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8186         <wilde@sha-bang.de>.
8187         (pgg-gpg-use-agent): New variable.
8188         (pgg-gpg-process-region): Use it.
8189         (pgg-gpg-encrypt-region): Likewise.
8190         (pgg-gpg-encrypt-symmetric-region): Likewise.
8191         (pgg-gpg-decrypt-region): Likewise.
8192         (pgg-gpg-sign-region): Likewise.
8193         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8194
8195 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8198
8199         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8200         Add comment on version.
8201
8202 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * smiley.el: Add missing test smiley.
8205
8206 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * mm-decode.el (mm-with-part): New macro.
8209         (mm-get-part): Use it; work with message/external-body as well.
8210         (mm-save-part): Treat name and filename equally.
8211
8212         * mm-extern.el (mm-extern-cache-contents): New function.
8213         (mm-inline-external-body): Use it; force the part to be displayed;
8214         move undisplayer added to the cached handle to the parent.
8215
8216         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8217         (gnus-mime-view-part-as-type): Work with message/external-body.
8218
8219         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8220
8221 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8224         images in image-load-path.  [Sync with image.el, revision 1.60, in
8225         Emacs.]
8226
8227 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8230         path rather than symbol.  Always return list of directories.
8231         Guarantee that image directory comes first.  [Sync with image.el,
8232         revision 1.59, in Emacs.]
8233
8234         * message.el (message-make-tool-bar): Adjust to new API of
8235         `gmm-image-load-path-for-library'.
8236
8237         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8238
8239         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8240
8241 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8242
8243         * gnus-art.el (gnus-article-only-boring-p):
8244         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8245         intangible text.
8246         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8247
8248 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8251         `defun' instead of `gmm-defun-compat'.
8252
8253 2006-03-14  Simon Josefsson  <jas@extundo.com>
8254
8255         * message.el (message-unique-id): Don't use message-number-base36
8256         if (user-uid) is a float.
8257         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8258
8259 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8262
8263         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8264         empty line between a part and a message part.
8265
8266 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * smiley.el: Add more test smileys.
8269         (smiley-data-directory, smiley-regexp-alist)
8270         (gnus-smiley-file-types): Fix doc strings.
8271         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8272         adding new elements.
8273         (smiley-mouse-map): Unused code.  Make it a comment.
8274
8275 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8278         scan latest NoCeM messages instead of old ones.
8279         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8280         delimiters that are recently used.
8281         (gnus-nocem-load-cache): Add autoload cookie.
8282
8283         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8284
8285         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8286         level which is larger than gnus-use-nocem is specified.
8287
8288         * gnus-group.el (gnus-group-get-new-news): Ditto.
8289
8290 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * gnus-util.el (gnus-tool-bar-update): New function.
8293
8294         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8295         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8296
8297         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8298
8299         * gnus-group.el (gnus-group-redraw-when-idle)
8300         (gnus-group-redraw-check): Remove.
8301         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8302
8303 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8306         if optional last element is specified in splits (FIELD VALUE...).
8307
8308 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8311         to gmm-image-load-path-for-library.  Call with no-error argument.
8312         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8313
8314         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8315
8316         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8317
8318         * gmm-utils.el (gmm-image-load-path): Remove alias.
8319
8320 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * gmm-utils.el (gmm-image-load-path): Add alias.
8323
8324         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8325         nnml-generate-nov-databases-1.
8326         (nnml-generate-nov-databases): Use it.
8327         (nnml-generate-nov-databases-directory): Document no-active
8328         argument.
8329
8330         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8331         directory if path is t.  Add no-error.
8332
8333         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8334         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8335
8336         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8337         resetting gnus-article-browse-html-temp-list.
8338
8339         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8340         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8341         Add example to docstring.  Rename local variables.  Move error
8342         checks to default case in cond and simplify.
8343
8344 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8347         handle is multipart when calling it recursively.
8348         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8349
8350 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8351
8352         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8353         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8354
8355 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8358         is loaded.
8359
8360         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8361         loaded.
8362
8363 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8366         to "Emacs 23 (unicode)" in doc string.
8367
8368         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8369         "Emacs 23 (unicode)" in comment.
8370
8371 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8374
8375         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8376         characters 160 through 255 in Emacs 23.
8377
8378 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8381         gnus-article-browse-html-temp.
8382         (gnus-article-browse-delete-temp): Make it customizable.  Add
8383         `file'.  Adjust doc string.
8384         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8385         query for each file.  Adjust doc string.
8386         (gnus-article-browse-html-parts): Add
8387         `gnus-article-browse-delete-temp-files' to
8388         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8389
8390 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8391
8392         * gnus-art.el (gnus-article-browse-html-temp)
8393         (gnus-article-browse-delete-temp): New variables.
8394         (gnus-article-browse-delete-temp-files): New function.
8395         (gnus-article-browse-html-parts): Use it.
8396
8397 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8400
8401         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8402         string.
8403
8404         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8405         gnus-summary-insert-new-articles when unplugged.  Remove
8406         gnus-summary-search-article-forward.
8407
8408         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8409         display-visual-class instead of display-color-cells.
8410
8411 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * dgnushack.el: Autoload customize-group for XEmacs.
8414
8415         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8416         message/* containing non-ASCII text properly.
8417
8418 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * message.el: Require gmm-utils, remove autoloads.
8421         (message-tool-bar): Set default based on
8422         gmm-tool-bar-style.
8423         (message-tool-bar-gnome): Add gmm-customize-mode.
8424
8425         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8426         gmm-tool-bar-style.
8427         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8428
8429         * gnus-group.el (gnus-group-tool-bar): Set default based on
8430         gmm-tool-bar-style.
8431         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8432
8433         * gmm-utils.el (gmm-image-directory): Rename variable from
8434         gmm-image-load-path.
8435         (gmm-image-load-path): Use gmm-image-directory.
8436         (gmm-customize-mode): New function.
8437         (gmm-tool-bar-style): New variable.
8438
8439         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8440         gnus-group-redraw-line-number.
8441         (gnus-group-redraw-check): Simplify.
8442         (gnus-group-tool-bar-update): Remove redraw check.
8443         (gnus-group-make-tool-bar): Add redraw check.
8444
8445 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8446
8447         * gnus-art.el (gnus-button): Add missing parentheses.
8448
8449 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * lpath.el: Fbind line-number-at-pos.
8452
8453 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8456
8457 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * gnus-art.el (gnus-button): New face.
8460         (gnus-article-button-face): Use it.
8461
8462         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8463         gnus-summary-next-page.  Re-order.
8464
8465         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8466         next-node are now included.
8467         (gnus-group-redraw-line-number): New internal variable.
8468         (gnus-group-redraw-check): Helper function for updating the tool
8469         bar.
8470         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8471
8472         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8473
8474         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8475         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8476         Use it to match format of Spamassassin 3.0 and later.  Reported by
8477         IRIE Tetsuya <irie@t.email.ne.jp>.
8478         (spam-check-bogofilter)
8479         (spam-bogofilter-register-with-bogofilter): Fix args of
8480         `gnus-error' calls.
8481
8482 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8485         unnecessary interaction when sending queued mails.  Reported by
8486         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8487
8488 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8491         first or last are nil.
8492
8493 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8494
8495         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8496
8497 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8500
8501 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * dns.el (query-dns): Protect more against buggy tcp output.
8504
8505 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8508         nov.php.
8509
8510 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8511
8512         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8513         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8514         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8515         output on the server side.
8516         (nnweb-google-create-mapping): Update regexps and add some
8517         progress indication.
8518
8519 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8522         gnus-agent-toggle-plugged.  Re-order icons.
8523         (gnus-group-tool-bar-gnome): Add
8524         gnus-group-{prev,next}-unread-group.
8525         (gnus-group-tool-bar-gnome): Re-order icons.
8526
8527         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8528         gnus-summary-insert-new-articles.
8529
8530         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8531         comments.
8532
8533         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8534         also available in Emacs 21.3.
8535
8536         * message.el (message-fix-before-sending): Change "Emacs 22" to
8537         "Emacs 23 (unicode)" in comment.
8538
8539         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8540         "Emacs 23 (unicode)" in comment.
8541
8542         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8543         comment.
8544         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8545
8546         * mm-view.el (mm-fill-flowed): Add :version.
8547
8548 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8551         and load-path.
8552
8553 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * message.el: Autoload gmm-image-load-path.
8556         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8557         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8558         consitency.
8559
8560         * gmm-utils.el (gmm-image-load-path): Also search in
8561         "../etc/images".  Don't set gmm-image-load-path if we don't find
8562         the image.
8563
8564 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gmm-utils.el (gmm-image-load-path): Don't make
8567         `gmm-image-load-path' include subdirectories which the second arg
8568         `image' might specify.
8569
8570         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8571         subdirectory to icon file names.
8572
8573         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8574
8575 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8578         gmm-image-load-path calls.
8579
8580         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8581
8582         * message.el (message-make-tool-bar): Ditto.
8583
8584         * mml.el (mml-preview): Added comment concerning tool bar icons.
8585
8586         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8587         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8588
8589         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8590         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8591
8592         * message.el (message-tool-bar-gnome): Use new icon names.
8593         (message-make-tool-bar): Use `gmm-image-load-path'.
8594
8595         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8596         functions from MH-E.
8597         (gmm-image-load-path): New variable from MH-E.
8598         (gmm-image-load-path): New function from MH-E.  Added arguments
8599         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8600         *-image-load-path-called-flag.
8601
8602 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8603
8604         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8605
8606 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8607
8608         * nnimap.el (nnimap-request-move-article): Change folder back to
8609         source group before deleting.
8610
8611 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8614
8615         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8616         mm-url.
8617
8618         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8619
8620 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8623         coding system which mm-charset-to-coding-system returns for a
8624         given charset is valid.
8625
8626 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8627
8628         * html2text.el (html2text-remove-tag-list):
8629         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8630
8631 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8632
8633         * gnus-cus.el: Revert 2005-10-17 change.
8634
8635 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (article-strip-banner): Call
8638         article-really-strip-banner only when the regexp match is made.
8639
8640 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-art.el (article-strip-banner): Use
8643         gnus-extract-address-components instead of
8644         mail-header-parse-addresses to make it work with non-ASCII text;
8645         remove mail-encode-encoded-word-string.
8646
8647         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8648         values which are surrounded with \"...\"; make it never cause a
8649         Lisp error; give up parsing of parameters if it failed in
8650         extracting type.
8651
8652 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8653
8654         * smime.el (smime-cert-by-ldap-1): Fix bug where
8655         `smime-ldap-search' returns results without userCertificates.
8656
8657 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8660
8661 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * spam.el (spam-check-spamassassin-headers): Adapt format for
8664         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8665         <ari@mbf.ocn.ne.jp>.
8666         (spam-list-of-processors): Add spam-use-gmane.
8667
8668 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8671         make-temp-file; make it work with XEmacs as well.
8672
8673         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8674         mm-make-temp-file.
8675
8676         * mm-decode.el (mm-display-external): Use the 3rd arg of
8677         mm-make-temp-file.
8678         (mm-create-image-xemacs): Ditto.
8679
8680 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8683         with message-narrow-to-headers.
8684         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8685         (gnus-draft-check-draft-articles): New function.
8686         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8687
8688 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-art.el (gnus-article-browse-html-parts):
8691         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8692         Don't use suffix argument for mm-make-temp-file for Emacs 21
8693         compatibility.  Remove useless `format'.
8694
8695 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8696
8697         * nnweb.el (nnweb-google-wash-article): Update regexps.
8698         (nnweb-group-alist): Use defvoo instead of defvar.
8699
8700 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8703         re-loading nn* modules.
8704
8705 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8708         for `tool-bar-mode' and don't check it's default-value.
8709
8710         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8711
8712         * message.el (message-make-tool-bar): Ditto.
8713
8714         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8715         `substring'.  Shorten tmp-file name.
8716
8717         * gnus.el: Remove bogus comment.
8718
8719 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8720
8721         * gnus-art.el (gnus-article-browse-html-parts): New function.
8722         (gnus-article-browse-html-article): New function for viewing html
8723         articles with a browser.
8724
8725 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8726
8727         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8728         in elisp.
8729         (pgg-gpg-encrypt-symmetric-region): Ditto.
8730         (pgg-gpg-sign-region): Ditto.
8731
8732         * pgg-def.el (pgg-text-mode): New variable.
8733
8734         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8735         (mml2015-pgg-encrypt): Ditto.
8736
8737         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8738         (mml1991-pgg-encrypt): Ditto.
8739
8740 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8743         message-make-date instead of current-time-string.
8744
8745         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8746         to gnus-decoded which mm-uu might set.
8747
8748 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8751         don't decode quoted parameters; remove misimported Emacs code.
8752         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8753         (rfc2231-decode-encoded-string): Don't use split-string which
8754         behaves differently according to Emacs version; use
8755         mm-decode-coding-region to convert charset to coding-system.
8756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8757         (rfc2231-encode-string): Remove misimported Emacs code.
8758
8759 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8762         when calling mail-header-parse-content-type.
8763         (article-de-quoted-unreadable): Ditto.
8764         (article-de-base64-unreadable): Ditto.
8765         (article-wash-html): Ditto.
8766
8767         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8768         calling mail-header-parse-content-type and
8769         mail-header-parse-content-disposition.
8770         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8771         mail-header-parse-content-type.
8772
8773         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8774         insert charset and format parameters; encode description after
8775         inserting it to buffer.
8776         (mml-insert-parameter): Fold lines properly even if a parameter is
8777         segmented into two or more lines; change the max column to 76.
8778
8779         * rfc1843.el (rfc1843-decode-article-body): Don't use
8780         ignore-errors when calling mail-header-parse-content-type.
8781
8782         * rfc2231.el (rfc2231-parse-string): Return at least type if
8783         possible; don't cause an error even if it fails in parsing of
8784         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8785         (rfc2231-encode-string): Don't break lines at the beginning, leave
8786         it to mml-insert-parameter.
8787
8788         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8789         calling mail-header-parse-content-type.
8790
8791 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * spam-report.el (spam-report-gmane-use-article-number):
8794         Improve doc string.
8795         (spam-report-gmane-internal): Check if a suitable header was found
8796         in the article.
8797
8798 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8801         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8802
8803 2006-02-05  Romain Francoise  <romain@orebokech.com>
8804
8805         Update copyright notices of all files in the gnus directory.
8806
8807 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8808
8809         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8810
8811 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8814         segmented lines of parameter value to cope with Thunderbird 1.5
8815         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8816         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8817         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8818
8819 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8820
8821         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8822         parts.
8823
8824 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8825
8826         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8827         there's only one active file for all servers.
8828         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8829         solid groups.  Gnus might have used a FAST request to select the group.
8830         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8831         and nnweb-search redundantly in the active file.
8832         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8833         (nnweb-request-create-group): Don't use ARGS.
8834         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8835         initialisations.  Let nnoo do the work.
8836
8837 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8840         Say the part has been decoded.
8841
8842         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8843
8844 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8845
8846         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8847         mailcap-viewer-test-cache when there's no 'test clause, since that
8848         will invert the meaning of a "nil" test previously determined by
8849         mailcap-mailcap-entry-passes-test.
8850
8851 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8854         compiling.
8855
8856         * gnus-sum.el: Ditto.
8857
8858         * message.el: Don't bind tool-bar-map when compiling.
8859
8860 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8863
8864 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8865
8866         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8867         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8868         current Google Groups.
8869
8870 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8873         and tool-bar-mode.
8874
8875         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8876         and tool-bar-mode.
8877
8878         * message.el (message-tool-bar-update): Simplify.
8879         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8880
8881         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8882         gnus-summary-buffer.
8883         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8884         gnus-summary-reply.
8885
8886         * gmm-utils.el (gmm): Add :version.
8887
8888 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * Makefile.in (clean): New rule.
8891         (distclean): Use it.
8892
8893 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8894
8895         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8896         autoload.
8897
8898 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gmm-utils.el (gmm-verbose): Add :group.
8901
8902 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * message.el: Change some comments WRT tool-bars.
8905
8906         * gnus-sum.el (gnus-summary-tool-bar)
8907         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8908         (gnus-summary-tool-bar-zap-list): New variables.
8909         (gnus-summary-make-tool-bar): Complete rewrite using
8910         `gmm-tool-bar-from-list'.
8911
8912         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8913         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8914         variables.
8915         (gnus-group-make-tool-bar): Complete rewrite using
8916         `gmm-tool-bar-from-list'.
8917         (gnus-group-tool-bar-update): New function.
8918
8919         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8920
8921 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8924         is dissected into a single part of which the type is the same as
8925         the given one; decode charset.
8926
8927 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8928
8929         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8930         into alists as symbol not string, since that's what
8931         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8932         look for.
8933
8934 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8937         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8938
8939         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8940
8941 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8944         (gnus-xmas-mime-security-button-menu): New function.
8945
8946         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8947         (gnus-mime-security-button-menu): New definition.
8948         (gnus-mime-security-button-map): Use them.
8949         (gnus-mime-security-button-menu): New function.
8950         (gnus-insert-mime-security-button): Addition to help echo.
8951         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8952         (gnus-mime-security-pipe-part): New functions.
8953
8954         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8955         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8956
8957         * mm-decode.el (mm-handle-set-disposition): Remove.
8958         (mm-handle-set-description): Remove.
8959
8960 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8963         (mm-w3m-standalone-supports-m17n-p): New function.
8964         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8965         w3m usage.
8966
8967         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8968         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8969
8970 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * message.el (message-tool-bar-zap-list): Use
8973         gmm-tool-bar-zap-list as custom type.
8974         (message-tool-bar-update): New function.
8975         (message-tool-bar, message-tool-bar-gnome)
8976         (message-tool-bar-retro): Add message-tool-bar-update.
8977         (message-tool-bar-gnome): Add flyspell-buffer.
8978
8979         * gnus-util.el (gnus-error): Describe `args'.
8980
8981         * gmm-utils.el (gmm-error): Describe `args'.
8982         (gmm-tool-bar-zap-list): New widget.
8983         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8984
8985 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8988         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8989         the number of recursive calls.
8990
8991         * mm-decode.el (mm-handle-set-disposition): New macro.
8992         (mm-handle-set-description): New macro.
8993
8994 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8997         encoding.
8998
8999 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * message.el (message-tool-bar-zap-list, message-tool-bar)
9002         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9003         (message-tool-bar-local-item-from-menu): Remove.
9004         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9005         (message-make-tool-bar): New function.
9006         (message-mode): Use `message-make-tool-bar'.
9007
9008         * gmm-utils.el: New file.
9009         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9010         (gmm-lazy): New widget copied from `nnmail.el'.
9011         (gmm-tool-bar-from-list): New function for creating customizable
9012         tool bars.
9013         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9014         output.
9015         (gmm): Add :prefix to defgroup.
9016
9017 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9018
9019         * gmm-utils.el (gmm-widget-p): New function.
9020
9021 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * mml.el (mml-attach-file): Describe `description' in doc string.
9024         (mml-menu): Add Emacs MIME manual and PGG manual.
9025
9026 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9027
9028         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9029
9030 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9031
9032         * nntp.el (nntp-end-of-line): Doc fix.
9033
9034 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9035
9036         * imap.el (imap-open): Handle case where buffer is a buffer
9037         object.
9038
9039 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9040
9041         * gnus-delay.el (gnus-delay): Don't autoload.
9042         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9043         to be re-loaded when customizing the `gnus-delay' group.
9044
9045 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9046
9047         * message.el (message-insert-citation-line): Use newlines.
9048
9049 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9050
9051         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9052         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9053         these routines, so the passphrase can be managed externally and
9054         passed in to the system.
9055         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9056         pgg-add-passphrase-to-cache function.
9057
9058         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9059         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9060         these routines, so the passphrase can be managed externally and
9061         passed in to the system.
9062         (pgg-pgp5-sign-region): Use new name of
9063         pgg-add-passphrase-to-cache function.
9064
9065 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9066
9067         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9068         part of the decoded armor to find the key-identifier.
9069         (pgg-gpg-lookup-key-owner): New function to return the
9070         human-readable identifier of a key owner.
9071         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9072         itself.
9073         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9074         the key value) if we have a key and can match it against a secret
9075         key.  Also, added a note pointing out fact that the prompt only
9076         indicates the first matching key.
9077
9078         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9079         pgg-decrypt-region.
9080         (pgg-add-passphrase-to-cache): Rename from
9081         `pgg-add-passphrase-cache' to reduce confusion (all callers
9082         changed).
9083         (pgg-remove-passphrase-from-cache): Rename from
9084         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9085         changed).
9086         (pgg-read-passphrase, pgg-add-passphrase-cache)
9087         (pgg-remove-passphrase-cache): Add informative docstrings.
9088         (pgg-decrypt): Convey provided passphrase in subordinate call to
9089         pgg-decrypt-region.
9090
9091 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9092
9093         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9094         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9095         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9096         'passphrase' argument, so the passphrase can be managed externally
9097         and then passed in to the system.
9098
9099         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9100         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9101         so the passphrase cache can be used reliably with identifiers
9102         besides a pgp packet's key id.
9103
9104         * pgg-gpg.el (pgg-gpg-encrypt-region)
9105         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9106         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9107         these routines, so the passphrase can be managed externally and
9108         passed in to the system.
9109
9110         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9111         'notruncate' argument, so the passphrase cache can be used
9112         reliably with identifiers besides a pgp packet's key id.
9113
9114 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9115
9116         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9117         symmetric encryption.
9118         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9119         encrypted session key.
9120         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9121         message ask for the passphrase in a proper way.
9122
9123         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9124         New user commands for symmetric encryption.
9125
9126 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9129
9130         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9131
9132 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9133
9134         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9135
9136 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * mm-decode.el (mm-inlined-types): Add application/pgp.
9139         (mm-automatic-display): Ditto.
9140
9141         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9142         part as text.
9143
9144 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * nnrss.el: Update copyright.
9147         (nnrss-opml-import): Query whether to subscribe to each entry.
9148
9149         * gnus-art.el:
9150         * gnus-sum.el:
9151         * gnus-xmas.el:
9152         * messagexmas.el:
9153         * mm-uu.el:
9154         * mm-view.el: Update copyright.
9155
9156 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * message.el (message-info): New function.
9159         (message-mode-menu): Add it.
9160         Update copyright.
9161
9162         * ChangeLog: Fix and update copyright.
9163
9164 2006-01-13  Romain Francoise  <romain@orebokech.com>
9165
9166         * message.el (message-forward-subject-name-subject): Prefer the
9167         address to 'nowhere' if the sender has no name.
9168         Fix typo.  Update copyright year.
9169
9170 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-art.el (article-wash-html): Use
9173         gnus-summary-show-article-charset-alist if a numeric arg is given.
9174         (gnus-article-wash-html-with-w3m-standalone): New function.
9175
9176         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9177         mm-inline-text-html-render-with-w3m-standalone.
9178         (mm-text-html-washer-alist): Map w3m-standalone to
9179         gnus-article-wash-html-with-w3m-standalone.
9180         (mm-inline-text-html-render-with-w3m-standalone): New function.
9181
9182 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9185         Improve LaTeX.
9186
9187 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9190         (nnrss-request-article): Render text/plain parts as HTML.
9191
9192         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9193         the buffer.
9194
9195 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9198         custom definition of `gnus-posting-styles'.
9199
9200         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9201         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9202
9203 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9206         Use nntp for bug archive.
9207
9208 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9211         parts.
9212         (nnrss-normalize-date): New function converts ISO 8601 date into
9213         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9214         (nnrss-check-group): Use it.
9215
9216 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9219
9220         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9221         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9222         (nnrss-insert-w3): Ditto.
9223
9224 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9227         the articles to be forwarded including the case where neither a
9228         number of articles nor a region is specified.
9229
9230 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * nnrss.el (nnrss-request-article): Fix last change; fill
9233         text/plain parts.
9234
9235 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9238         in text/plain part.
9239         (nnrss-check-group): Don't add excessive newline to dc:subject.
9240
9241 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9242
9243         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9244         article.
9245
9246 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9249         (nnml-use-compressed-files, nnml-save-mail): Support other
9250         comression programs such as bzip2.
9251
9252 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * dns.el (query-dns): Make sure we check the buffer size before
9255         removing tcp headers.
9256
9257 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9260         remove MIME buttons associated with multipart/alternative parts.
9261         (gnus-mime-display-alternative): Tag buttons using `article-type'
9262         text property.
9263
9264         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9265         associated with multipart/alternative parts.
9266
9267         * gnus-art.el (gnus-signature-separator): Fix custom type.
9268
9269         * mm-decode.el (mm-inlined-types): Fix custom type.
9270         (mm-keep-viewer-alive-types): Ditto.
9271         (mm-automatic-display): Ditto.
9272         (mm-attachment-override-types): Ditto.
9273         (mm-inline-override-types): Ditto.
9274         (mm-automatic-external-display): Ditto.
9275
9276 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * spam-report.el (spam-report-user-mail-address)
9279         (spam-report-user-agent): New variables.
9280         (spam-report-url-ping-plain): Use spam-report-user-agent.
9281
9282 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9283
9284         * gnus-art.el (gnus-button-handle-custom): Do not just use
9285         `customize-apropos' for any "M-x customize-*" button but the
9286         function called for.  Accept both the function name and its
9287         argument in order to achieve this.
9288         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9289         function name to `gnus-button-handle-custom' in case of "M-x
9290         customize-*" buttons.
9291
9292 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9295         multipart/alternative and add xref to mm-discouraged-alternatives
9296         in doc string.
9297
9298         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9299         gnus-buttonized-mime-types in doc string.
9300
9301 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9304         Suggest image/.* in the doc string.
9305
9306 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9309         message-marks (Debian bug #342521).
9310
9311 2005-12-12  Simon Josefsson  <jas@extundo.com>
9312
9313         * password.el (password-read-from-cache): Add.
9314         (password-read): Use it.
9315
9316 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9319         us-ascii as a MIME charset.
9320
9321         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9322         against the case where the 2nd arg TYPE is nil.
9323
9324 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * pop3.el (pop3-stream-type): Fix custom version.
9327
9328         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9329
9330 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9331
9332         * mm-decode.el (mm-display-external): Add missing cdr.
9333
9334 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9337         RFC1524) if it is in mailcap or add a suffix according to
9338         mailcap-mime-extensions when generating a temp filename; postpone
9339         deleting a temp file for 2 seconds for some wrappers, shell
9340         scripts, and so on, which might exit right after having started a
9341         viewer command as a background job.
9342
9343 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * nntp.el (nntp-marks-directory): Fix custom group.
9346
9347         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9348         steps when < 10.
9349
9350         * gnus-start.el (gnus-no-server-1): Mention
9351         `gnus-level-default-subscribed' in doc string.
9352
9353 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9354
9355         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9356         parens.
9357
9358 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-xmas.el (gnus-use-toolbar): Revert.
9361         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9362         gnus-use-toolbar is default.
9363
9364         * messagexmas.el (message-use-toolbar): Revert.
9365         (message-setup-toolbar): Use global default-toolbar if
9366         message-use-toolbar is default.
9367
9368 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9371         according to default-toolbar-visible-p.
9372
9373         * messagexmas.el (message-use-toolbar): Ditto.
9374
9375 2005-11-26  Dave Love  <fx@gnu.org>
9376
9377         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9378         (tls-program, tls-success): Provide openssl alternative.
9379
9380         * starttls.el: Doc fixes.
9381         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9382         SERVICE to PORT.
9383
9384         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9385         port null or service name.
9386         (starttls-negotiate): Autoload.
9387
9388 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * message.el (message-kill-to-signature): Fix interactive spec.
9391
9392 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * pop3.el (pop3-open-server): Recognize a string as a service name.
9395
9396 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9397
9398         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9399
9400 2005-11-23  Dave Love  <fx@gnu.org>
9401
9402         Add pop3s, pop3/starttls.
9403
9404         * pop3.el (pop3-authentication-scheme): Clarify doc.
9405         (open-tls-stream, starttls-open-stream): Autoload.
9406         (pop3-stream-type): New.
9407         (pop3-open-server): Use it.
9408
9409         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9410         for POP.
9411         (mail-source-keyword-map): Add :stream for POP.
9412         (mail-source-fetch-pop): Use pop3-stream-type.
9413
9414 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9417         of current-time-string.
9418
9419 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9420
9421         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9422         date header.
9423
9424 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9425
9426         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9427         it can seriously impact performance as it bypasses the agent's
9428         local caches.
9429
9430 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9431
9432         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9433         must be explicitly online rather than "not explicitly offline" for
9434         its flags to be synchronized.
9435
9436         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9437         that gnus-uu-unmark-thread will function correctly.
9438
9439         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9440         1024K is instead displayed as 1M.
9441
9442 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9445
9446 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9447
9448         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9449
9450 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9451
9452         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9453         error message to display actual error condition.
9454         (gnus-agent-save-local): Avoid saving symbols that are bound to
9455         nil as they simply result in a warning message in
9456         gnus-agent-read-local.
9457
9458 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9461         rather than make-variable-buffer-local for file-precious-flag.
9462
9463 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9464
9465         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9466         for duplicates which are removed.  The invalid sort check then
9467         triggers a rescan after the sort as sorting may have moved
9468         duplicate entries such that they can be cheaply detected.
9469
9470 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9473
9474 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9475
9476         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9477         internal variable to a custom variable.  Changed default value
9478         from compressed(2) to uncompressed(1).
9479         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9480         support for uncompressed agentview files.  Taken together, reading
9481         the agentview file should now be 6-7 times faster.
9482
9483 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9484
9485         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9486         as a buffer-local variable.  This avoids creating truncated
9487         dribble files as a result of a hang up, eg.
9488
9489 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9490
9491         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9492         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9493         XEmacs.
9494
9495 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus-start.el (gnus-start-draft-setup): Enforce
9498         `gnus-draft-mode' for nndraft:drafts at startup.
9499
9500         * gnus.el (gnus-splash): Change custom group.
9501         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9502         allow-list argument.
9503
9504         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9505         string.
9506
9507 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * gnus-art.el (gnus-default-article-saver): Add user-defined
9510         `function' to custom type.
9511
9512 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9513
9514         * imap.el (imap-open): Handle case where buffer is a buffer
9515         object.
9516
9517 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9520         long lines.
9521         (gnus-cache-delete-group): Wrap doc strings.
9522
9523         * gnus-agent.el (gnus-agent-rename-group)
9524         (gnus-agent-delete-group): Wrap doc strings.
9525
9526 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * messagexmas.el (message-use-toolbar): Change the valid values
9529         into default, top, bottom, left, and right.
9530         (message-toolbar-thickness): New variable.
9531         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9532         well.
9533         (message-setup-toolbar): Make it work.
9534
9535         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9536         (gnus-use-toolbar): Change the valid values into default, top,
9537         bottom, left, and right.
9538         (gnus-toolbar-thickness): New variable.
9539         (gnus-xmas-setup-toolbar): New function.
9540         (gnus-xmas-setup-group-toolbar): Use it.
9541         (gnus-xmas-setup-summary-toolbar): Use it.
9542
9543 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * gnus-start.el (gnus-1): Add "native" to
9546         gnus-predefined-server-alist.
9547
9548         * gnus.el (gnus-method-to-server): Don't add "native" to the
9549         lists here, because that leads to problems when
9550         gnus-select-method is bound.
9551
9552 2005-11-09  Simon Josefsson  <jas@extundo.com>
9553
9554         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9555         use (not sort-by-date) instead.
9556
9557 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9558
9559         * gnus-delay.el (gnus-delay-group): Don't autoload.
9560         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9561         to be re-loaded when customizing the `gnus-delay' group.
9562
9563 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9564
9565         * message.el: Revert last changes.
9566         (message-insert-citation-line): Use newlines.
9567
9568 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9569
9570         * message.el (message-courtesy-message)
9571         (message-mark-insert-begin, message-mark-insert-end)
9572         (message-elide-ellipsis, message-cancel-message)
9573         (message-add-header, message-change-subject)
9574         (message-cross-post-followup-to-header)
9575         (message-cross-post-insert-note, message-reduce-to-to-cc)
9576         (message-widen-reply, message-delete-not-region)
9577         (message-kill-to-signature, message-insert-signature)
9578         (message-insert-importance-high, message-insert-importance-low)
9579         (message-insert-or-toggle-importance)
9580         (message-insert-disposition-notification-to)
9581         (message-indent-citation, message-yank-original)
9582         (message-cite-original-without-signature, message-cite-original)
9583         (message-insert-citation-line, message-position-on-field)
9584         (message-fix-before-sending, message-send-mail-partially)
9585         (message-send-mail, message-send-mail-with-sendmail)
9586         (message-send-mail-with-qmail, message-send-news)
9587         (message-check-news-header-syntax, message-generate-headers)
9588         (message-insert-courtesy-copy, message-fill-address)
9589         (message-fill-header, message-shorten-references)
9590         (message-setup-1, message-cancel-news)
9591         (message-forward-make-body-plain, message-forward-make-body-mime)
9592         (message-forward-make-body-mml, message-encode-message-body)
9593         (message-forward-make-body-digest-plain)
9594         (message-forward-make-body-digest-mime)
9595         (message-use-alternative-email-as-from): Insert `hard-newline'
9596         instead of ordinary newlines.
9597
9598 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * message.el (message-generate-headers): Downcase the argument
9601         given to message-check-element.
9602
9603 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9604
9605         * nntp.el (nntp-authinfo-rejected): New error condition.
9606         (nntp-wait-for): Use new error condition to signal authentication
9607         error.
9608         (nntp-retrieve-data): Rethrow new error condition to break out of
9609         recursive call to nntp-send-authinfo.
9610
9611 2005-11-08  Romain Francoise  <romain@orebokech.com>
9612
9613         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9614         (gnus-summary-exit-map): Bind to `Z p'.
9615         (gnus-summary-make-menu-bar): Add menu item.
9616
9617 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9620         (gnus-treat-*): Add `first' in all doc strings.
9621
9622         * gnus-group.el (gnus-group-compact-group): Fix typo.
9623
9624 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus.el (gnus-parameters-case-fold-search): New variable.
9627         (gnus-parameters-get-parameter): Use it.
9628
9629         * gnus-score.el (gnus-home-score-file): Doc fix.
9630
9631 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9632
9633         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9634
9635 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * mm-util.el (mm-special-display-p): New function.
9638
9639         * mml.el (mml-preview): Use it; doc fix.
9640
9641 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9642
9643         * imap.el (imap-open): Handle case where buffer is a buffer object.
9644
9645 2005-10-29  Romain Francoise  <romain@orebokech.com>
9646
9647         * message.el (message-fix-before-sending): Fix comment.
9648
9649 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9650
9651         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9652
9653 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9654
9655         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9656         Used in gnus-score.el.
9657
9658 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9661
9662 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9665         whitespace removed in revision 7.8.  Use concatenated string to
9666         protect trailing whitespace.
9667
9668 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9669
9670         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9671         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9672         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9673         Courier IMAP ("some version from 2004").  Mostly based on similar
9674         code in the same function.
9675
9676 2005-10-26  Didier Verna  <didier@xemacs.org>
9677
9678         * gnus-group.el (gnus-group-compact-group): Invalidate original
9679         article buffer.
9680         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9681         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9682         NOV database and in article itself.
9683         Invalidate article backlog.
9684
9685 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9688
9689 2005-10-26  Simon Josefsson  <jas@extundo.com>
9690
9691         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9692         part of 2004-07-25 change.
9693
9694 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * message.el (message-display-completion-list): New function.
9697         (message-expand-group): Use it; make sure the Completions buffer
9698         is modifiable.
9699 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9700
9701         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9702         user-mail-name is an empty string.
9703
9704 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9707         depending on gnus-score-decay-constant.
9708
9709         * encrypt.el (encrypt-insert-file-contents)
9710         (encrypt-write-file-contents): Don't use `gnus-message'.
9711
9712         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9713         arguments.
9714         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9715         arguments to mm-uu-verbatim-marks-extract.
9716         (mm-uu-hide-markers): New variable.
9717         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9718
9719         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9720         (gnus-convert-image-to-face-command): Use "convert" by default to
9721         allow other input image formats.
9722         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9723         accordingly.
9724
9725 2005-10-23  Simon Josefsson  <jas@extundo.com>
9726
9727         * imap.el (imap-gssapi-program): Align command line parameters
9728         with latest GNU SASL.
9729         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9730
9731 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9734         HTML.
9735         (nnslashdot-request-article): Ditto.
9736
9737         * lpath.el (featurep): Add nobreak-char-display.
9738
9739 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9740
9741         * mail-source.el (mail-source-fetch-pop): Require pop3.
9742         (mail-source-check-pop): Ditto.
9743
9744 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9747         errors.
9748
9749 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9752         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9753
9754         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9755
9756         * mm-bodies.el (mm-decode-string): Call
9757         `mm-charset-to-coding-system' with allow-override argument.
9758
9759 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9762         (rfc2047-charset-to-coding-system): New function.
9763         (rfc2047-decode-encoded-words): New function.
9764         (rfc2047-decode-region): Use them.
9765         (rfc2047-decode-cte): Remove.
9766         (rfc2047-parse-and-decode): Remove.
9767         (rfc2047-decode): Remove.
9768
9769 2005-10-15  Kenichi Handa  <handa@m17n.org>
9770
9771         * rfc2047.el (rfc2047-decode-cte): New function.
9772         (rfc2047-decode-region): Change the way to decode successive
9773         encoded-words: decode B- or Q-encoding in each encoded-word,
9774         concatenate them, and decode it as charset.
9775
9776 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * lpath.el: Fbind codepage-setup for XEmacs.
9779
9780 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9781
9782         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9783         widget-move-and-invoke.
9784         (gnus-custom-mode): Use gnus-custom-map.
9785
9786 2005-10-15  Bill Wohler  <wohler@newt.com>
9787
9788         * message.el (message-tool-bar-map): Renamed image file from
9789         mail_send to mail/send.
9790
9791 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9792
9793         * message.el (message-expand-group): Pass the common
9794         prefix substring of completion to `display-completion-list'.
9795
9796 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * mml-sec.el (mml-secure-method): New internal variable.
9799         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9800         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9801         functions using mml-secure-method.
9802
9803         * mml.el (mml-mode-map): Add key bindings for those functions.
9804         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9805         Harder <harder@myrealbox.com>.
9806         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9807         end of message if point is the headers of the message.
9808
9809         * message.el (message-in-body-p): New function.
9810
9811         * assistant.el: Autoload gnus-util and netrc.
9812
9813         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9814         Use `mm-charset-override-alist' only when decoding.
9815
9816         * mm-bodies.el (mm-decode-body): Call
9817         `mm-charset-to-coding-system' with allow-override argument.
9818
9819         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9820         `filename' from Content-Disposition if Content-Type doesn't
9821         provide `name'.
9822         (gnus-mime-view-part-as-type): Set default instead of
9823         initial-input.
9824
9825 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9826
9827         * format-spec.el (format-spec): Propagate text properties of % spec.
9828
9829 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * gnus-art.el (gnus-treat-predicate): Add `first'.
9832
9833 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9836         (mm-charset-override-alist): New variable.
9837         (mm-charset-to-coding-system): Use it.
9838         (mm-codepage-setup): New helper function.
9839         (mm-charset-eval-alist): New variable.
9840         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9841         about unknown charsets.
9842
9843         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9844
9845 2005-10-04  David Hansen  <david.hansen@gmx.net>
9846
9847         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9848         (nnrss-check-group): Ditto.
9849
9850 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9853         Rename x-gnus-verbatim to x-verbatim.
9854         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9855
9856         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9857         x-verbatim.
9858
9859         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9860
9861         * gnus-util.el (gnus-remove-duplicates): Remove.
9862
9863         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9864         instead of gnus-remove-duplicates.
9865
9866         * message.el (message-remove-duplicates): Remove.
9867         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9868         message-remove-duplicates.
9869
9870         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9871         available, else use implementation from `delete-dups'.
9872
9873         * message.el (message-insert-expires): New function.
9874         (message-mode-map): Add key binding.
9875         (message-mode-field-menu): Add menu entry.
9876         (message-mode): Document it.
9877         (message-make-expires-date): Use `message-make-date'.
9878
9879 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9880
9881         * message.el (message-make-expires-date): New function.
9882
9883 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * Makefile.in (list-installed-shadows): New entry.
9886         (install): Use it.
9887         (remove-installed-shadows): New entry.
9888
9889         * dgnushack.el (dgnushack-default-load-path): New variable.
9890         (dgnushack-find-lisp-shadows): New function.
9891         (dgnushack-remove-lisp-shadows): New function.
9892
9893 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * Makefile.in (install-el-elc): New entry.
9896         (install): Use it so that .el files are necessarily installed.
9897
9898 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9901
9902 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9903
9904         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9905         function rather than the diff-mode.el package.
9906         (mm-display-external): Use with-current-buffer.
9907         (mm-viewer-completion-map, mm-viewer-completion-map):
9908         Move initialization inside declaration.
9909
9910 2005-09-29  Simon Josefsson  <jas@extundo.com>
9911
9912         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9913         autoload mail-check-payment.
9914         (spam-check-hashcash): Define unconditionally, since hashcash.el
9915         is part of Gnus now.  Ignore errors from payment checking.
9916
9917 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * message.el (message-bold-region, message-unbold-region): Rename
9920         from `bold-region' and `unbold-region'.
9921
9922         * message.el: Remove useless autoloads.
9923
9924 2005-09-28  Simon Josefsson  <jas@extundo.com>
9925
9926         * message.el (message-use-idna): Default to t.
9927         (message-use-idna): Test whether encoding works too.  Doc fix.
9928
9929 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * nntp.el (nntp-warn-about-losing-connection): Remove.
9932
9933 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9936         customizable.  Change default value.
9937         (mm-uu-diff-groups-regexp): Change default value.
9938         (mm-uu-type-alist): Add doc string.
9939         (mm-uu-configure): Add doc string.  Make it interactive.
9940         (mm-uu-tex-groups-regexp): New variable.
9941         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9942         (mm-uu-type-alist): Add LaTeX documents.
9943         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9944         of "text/verbatim".
9945         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9946
9947         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9948         instead of "text/verbatim".
9949
9950         * message.el (message-mark-inserted-region)
9951         (message-mark-insert-file): Use slrn style marks when called with
9952         prefix argument.
9953
9954 2005-09-27  Simon Josefsson  <jas@extundo.com>
9955
9956         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9957
9958 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9959
9960         * message.el (message-remove-duplicates): New function.
9961         Implementation borrowed from `gnus-remove-duplicates'.
9962         (message-idna-to-ascii-rhs): Also encode idna addresses in
9963         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9964         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9965         only ask about the same idna domain once per header and also tell
9966         in what header to replace the idna domain.
9967
9968         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9969         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9970         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9971         a header is decoded and not just the last one.
9972
9973 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9976         has been decoded.
9977
9978         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9979         (mm-insert-part): Don't modify text if it has been decoded.
9980
9981         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9982         decoded.
9983
9984         * mm-view.el (mm-inline-text): Don't strip text props unless
9985         decoding enriched or richtext parts.
9986
9987 2005-09-25  Romain Francoise  <romain@orebokech.com>
9988
9989         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9990         * gnus-start.el (gnus-subscribe-interactively):
9991         * gnus-uu.el (gnus-uu-grab-articles):
9992         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9993         space.
9994
9995 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9996
9997         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9998         * mm-view.el (mm-view-pkcs7-decrypt):
9999         * gnus-sum.el (gnus-summary-limit-to-extra)
10000         (gnus-summary-respool-article, gnus-read-move-group-name):
10001         * gnus-score.el (gnus-summary-increase-score):
10002         * gnus-util.el (gnus-completing-read-with-default):
10003         * gnus-art.el (gnus-read-save-file-name)
10004         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10005         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10006         * message.el (message-check-news-header-syntax):
10007         Follow convention for reading with the minibuffer.
10008
10009 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * spam-report.el (spam-report-url-ping-plain):
10012         Use gnus-extended-version as User-Agent.
10013
10014         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10015         default value is nil.
10016
10017         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10018         (mm-uu-verbatim-marks-extract): New function.
10019         (mm-uu-extract): New face.
10020         (mm-uu-copy-to-buffer): Use it.
10021
10022         * spam-report.el (spam-report-gmane-ham): Renamed from
10023         `spam-report-gmane-unspam'.
10024         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10025         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10026
10027         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10028         Autoload.
10029         (spam-report-gmane-unregister-routine): Renamed
10030         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10031
10032 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10033
10034         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10035         (spam-report-gmane-unregister-routine): Add support for gmane
10036         unregistration.
10037
10038         * spam-report.el (spam-report-gmane-unspam)
10039         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10040         (spam-report-gmane): Change to take a single article and do unspam
10041         registration.
10042
10043 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * mm-url.el (mm-url-decode-entities): Fix regexp.
10046
10047 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10050         default to nil, to be able to use Gnus at all.  If the default
10051         switches to something else, then the function should be fixed not
10052         be exceedingly slow.
10053
10054 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10055
10056         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10057         fail hard.
10058
10059         * spam-report.el: Add better Keywords line.
10060
10061         * spam.el: Add Maintainer and better Keywords line.
10062
10063 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gnus-art.el (gnus-article-replace-part)
10066         (gnus-mime-replace-part): New functions.
10067         (gnus-mime-action-alist, gnus-mime-button-commands)
10068         (gnus-mime-save-part-and-strip): Added file argument.
10069         (gnus-article-part-wrapper): Added interactive argument.
10070
10071         * gnus-sum.el (gnus-summary-mime-map): Add
10072         `gnus-article-replace-part'.
10073
10074 2005-09-19  Didier Verna  <didier@xemacs.org>
10075
10076         The nnml compaction feature:
10077         * nnml.el (nnml-request-compact-group): New function.
10078         * nnml.el (nnml-request-compact): New function.
10079         * gnus-int.el (gnus-request-compact-group): New function.
10080         * gnus-int.el (gnus-request-compact): New function.
10081         * gnus-group.el (gnus-group-compact-group): New function.
10082         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10083         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10084         * gnus-srvr.el (gnus-server-compact-server): New function.
10085         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10086         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10087
10088 2005-09-18  Deepak Goel  <deego@gnufans.org>
10089
10090         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10091         format spec.
10092
10093 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10096
10097 2005-09-15  Romain Francoise  <romain@orebokech.com>
10098
10099         * message.el (message-fill-paragraph): Clarify docstring.
10100
10101 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-art.el (gnus-mime-display-part): Protect against broken
10104         MIME messages.
10105
10106 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10109         before parsing header.
10110
10111 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10112
10113         * html2text.el (html2text-replace-list): Add new entities.
10114
10115 2005-09-11  Romain Francoise  <romain@orebokech.com>
10116
10117         * message.el (message-alternative-emails): Improve docstring.
10118         (message-setup-1): Call `message-use-alternative-email-as-from'
10119         after `message-setup-hook' to give it precedence over posting
10120         styles, etc.
10121         (message-use-alternative-email-as-from): Add docstring.  Remove
10122         the original From header if present.
10123
10124         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10125         (nnml-save-mail): Use it.
10126
10127         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10128         articles.  Add new argument `silent'.
10129         (gnus-uu-mark-all): Report the total number of marked articles.
10130
10131 2005-09-10  Romain Francoise  <romain@orebokech.com>
10132
10133         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10134         (gnus-uu-mark-series): Likewise.
10135
10136 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * spam-report.el (spam-report-gmane): Fix generation of spam
10139         report URL.
10140
10141 2005-09-10  Simon Josefsson  <jas@extundo.com>
10142
10143         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10144         t, based on discussion on the ding list with Robert Epprecht
10145         <epprecht@solnet.ch>.
10146
10147 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * spam-report.el (spam-report-gmane): Make it work without
10150         X-Report-Spam header.  Gmane now only provides Archived-At.
10151         This is only used if `spam-report-gmane-use-article-number' is nil.
10152         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10153
10154         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10155         make `gnus-summary-sort-by-recipient' work with threading.
10156
10157         * nnweb.el (nnweb-google-wash-article): Print a message if article
10158         is not available.
10159
10160 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10161
10162         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10163         change.  Decode text/* parts content before displaying.
10164
10165 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10168
10169 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10172
10173         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10174         url-package-name, url-package-version,
10175         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10176         w3m-display-inline-images, and w3m-minor-mode-map.
10177
10178 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * message.el (message-tab-body-function): Fix mismatched custom type.
10181
10182         * gnus.el (gnus-group-change-level-function): Ditto.
10183
10184         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10185
10186         * gnus-art.el (gnus-signature-limit)
10187         (gnus-article-mime-part-function): Ditto.
10188
10189 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * mml.el (mml-mode): Silence the byte compiler.
10192
10193         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10194         using `(sit-for 0)' before moving the point to the specified part;
10195         skip unbuttonized parts.
10196         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10197         return to the summary window if gnus-auto-select-part is non-nil.
10198
10199 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10202         variables.
10203         (mml-dnd-attach-file, mml-mode): Use them.
10204
10205         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10206         Make fetching article by MID work again for Google Groups.  Added
10207         FIXME concerning gnus-group-make-web-group.
10208
10209         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10210         Don't depend on Gnus by using mail-extract-address-components if
10211         gnus-extract-address-components is not bound.
10212
10213 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * gnus-art.el (gnus-mime-display-security): Don't display the
10216         signature, but only the signed part.
10217
10218 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10221
10222         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10223         list, not listp.
10224
10225 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10226
10227         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10228         when encoding.
10229
10230         * mm-bodies.el (mm-decode-content-transfer-encoding):
10231         De-canonicalize CRLF for all text content types, not just
10232         text/plain.
10233
10234 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10237         valid article; point arrow and cursor at the MIME button.
10238
10239 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10242         Suggested by Dan Christensen <jdc@uwo.ca>.
10243
10244         * mm-decode.el (mm-save-part): Enable change of prompt.
10245
10246 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10247
10248         * gnus-msg.el (gnus-inews-add-send-actions): Made
10249         `message-post-method' lambda parameter ARG `&optional'.
10250
10251 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-sum.el (gnus-summary-mime-map): Added
10254         gnus-article-save-part-and-strip, gnus-article-delete-part and
10255         gnus-article-jump-to-part.
10256
10257         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10258         (gnus-article-edit-part): Use it.
10259         (gnus-article-part-wrapper): Added no-handle argument.
10260         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10261         functions.
10262
10263 2005-08-29  Romain Francoise  <romain@orebokech.com>
10264
10265         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10266         docstring.
10267         (gnus-face-from-file): Likewise.
10268
10269 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10272         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10273         non-nil.
10274         (gnus-auto-select-part): New variable.
10275         (gnus-article-jump-to-part): New function.
10276         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10277         (gnus-mime-delete-part): Allow selecting specified part after
10278         deleting or stripping parts.
10279         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10280         part if argument is bogus.
10281
10282 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10283
10284         * gnus-art.el (w3m-minor-mode-map):
10285         * gnus-spec.el (gnus-newsrc-file-version):
10286         * gnus-util.el (nnmail-active-file-coding-system)
10287         (gnus-original-article-buffer, gnus-user-agent):
10288         * gnus.el (gnus-ham-process-destinations)
10289         (gnus-parameter-ham-marks-alist)
10290         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10291         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10292         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10293         * mm-decode.el (gnus-current-window-configuration):
10294         * mm-extern.el (gnus-article-mime-handles):
10295         * mm-url.el (url-current-object, url-package-name)
10296         (url-package-version):
10297         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10298         (smime-keys, w3m-cid-retrieve-function-alist)
10299         (w3m-current-buffer, w3m-display-inline-images)
10300         (w3m-minor-mode-map):
10301         * mml-smime.el (gnus-extract-address-components):
10302         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10303         (gnus-newsrc-hashtb, message-default-charset)
10304         (message-deletable-headers, message-options)
10305         (message-posting-charset, message-required-mail-headers)
10306         (message-required-news-headers):
10307         * mml1991.el (mc-pgp-always-sign):
10308         * mml2015.el (mc-pgp-always-sign):
10309         * nnheader.el (nnmail-extra-headers):
10310         * rfc1843.el (gnus-decode-encoded-word-function)
10311         (gnus-decode-header-function, gnus-newsgroup-name):
10312         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10313
10314 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10315
10316         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10317         the end of the date treatments.
10318
10319 2005-08-15  Simon Josefsson  <jas@extundo.com>
10320
10321         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10322         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10323         Capello and Romain Francoise.
10324         (pgg-fetch-key-function): Removed, not used?
10325         (pgg-insert-url-with-w3): Require url, to get
10326         url-insert-file-contents regardless of where it is defined.
10327
10328 2005-08-13  Romain Francoise  <romain@orebokech.com>
10329
10330         * message.el (message-cite-original-1): New function.
10331         (message-cite-original): Use it.
10332         (message-cite-original-without-signature): Ditto.
10333
10334 2005-08-08  Romain Francoise  <romain@orebokech.com>
10335
10336         * message.el (message-yank-empty-prefix): New variable.
10337         (message-indent-citation): Use it.
10338         (message-cite-original-without-signature): Respect X-No-Archive.
10339
10340 2005-08-08  Simon Josefsson  <jas@extundo.com>
10341
10342         * pgg.el: Autoload url-insert-file-contents instead of loading
10343         w3/url.
10344         (pgg-insert-url-with-w3): Don't load url here.
10345
10346 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10347
10348         * message.el (message-kill-to-signature): Don't insert newline at
10349         bol.
10350         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10351
10352 2005-08-06  Romain Francoise  <romain@orebokech.com>
10353
10354         * message.el (message-user-fqdn): Fix typo in docstring.
10355
10356 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10357
10358         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10359
10360         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10361
10362 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * mm-bodies.el (mm-encode-body): Use coding system rather than
10365         charset to encode text.
10366
10367         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10368         number of charsets if utf-8 is available (XEmacs).
10369
10370 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10373         taken from `gnus-button-mid-or-mail-regexp'.
10374         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10375         (gnus-button-alist): Improve regexp for domain part of the MIDs
10376         for news:localpart@domain buttons.
10377         (gnus-button-ctan-directory-regexp): Update.
10378
10379 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * sieve-manage.el (sieve-manage-interactive-login): Use
10382         make-local-variable rather than make-variable-buffer-local.
10383         (sieve-manage-open): Ditto.
10384         (sieve-manage-authenticate): Ditto.
10385
10386         * mml.el (mml-generate-mime-1): Make the content type default to
10387         text/plain if the filename is not specified.
10388
10389 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10392         instead of insert-buffer.
10393
10394         * message.el (message-yank-original): Ditto; set the mark at the
10395         end of the yanked message.
10396
10397 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10400         lines to scroll rather than to stop it.
10401
10402         * mml.el (mml-generate-default-type): Add doc string.
10403         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10404         default to application/octet-stream when determining the content
10405         type if it is not specified for the part or the mml contents; add
10406         a comment about mml-generate-default-type.
10407
10408 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10411         make it default to application/octet-stream when determining the
10412         content type if it is not specified for the external contents.
10413
10414 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10417         segmented parameter but also other parameters might be there.
10418
10419 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * mm-decode.el (mm-display-external): Delete temp file, directory
10422         and buffer immediately if the external process is exited.
10423
10424 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10427         fewer lines than that of scroll-margin.
10428         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10429
10430 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-art.el (gnus-article-next-page): Revert.
10433         (gnus-article-beginning-of-window): New macro.
10434         (gnus-article-next-page-1): Use it.
10435         (gnus-article-prev-page): Ditto.
10436         (gnus-article-edit-part): Use insert-buffer-substring instead of
10437         insert-buffer.
10438         (gnus-article-edit-exit): Ditto.
10439
10440         * gnus-util.el (gnus-beginning-of-window): Remove.
10441         (gnus-end-of-window): Remove.
10442
10443         * lpath.el: Don't bind header-line-format and scroll-margin.
10444
10445 2005-07-25  Simon Josefsson  <jas@extundo.com>
10446
10447         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10448         to have the url package without w3.  Reported by Daiki Ueno
10449         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10450
10451 2005-07-20  Didier Verna  <didier@xemacs.org>
10452
10453         * gnus-diary.el: Remove the description comment (nndiary is now
10454         properly documented in the Gnus manual).
10455         Fix the spelling of "Back End".
10456         * nndiary.el: Ditto.
10457         Fix the copyright notice.
10458
10459 2005-07-18  Romain Francoise  <romain@orebokech.com>
10460
10461         * gnus-sum.el (gnus-summary-to-prefix)
10462         (gnus-summary-newsgroup-prefix): New variables.
10463         (gnus-summary-from-or-to-or-newsgroups): Use them.
10464
10465 2005-07-17  Romain Francoise  <romain@orebokech.com>
10466
10467         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10468         space as it's generally not especially interesting to the user.
10469
10470 2005-07-16  Romain Francoise  <romain@orebokech.com>
10471
10472         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10473         nil to avoid prompting and file modification if one of the
10474         messages at the top of the nnfolder file contains a copyright
10475         notice.
10476         Update copyright notice.
10477
10478         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10479         instead of `current-time-string' as the latter creates a time
10480         string that is not RFC 2822 compliant (it lacks the zone).
10481         Update copyright notice.
10482
10483 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10484
10485         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10486         for text/rtf.  Display default in prompt.  Pass default for M-n.
10487
10488         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10489
10490 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * gnus-msg.el (gnus-button-mailto): Remove
10493         save-selected-window-window hackery because it relies on
10494         save-selected-window internals.
10495
10496 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10499         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10500         (gnus-article-prev-page): Ditto.
10501
10502         * gnus-util.el (gnus-beginning-of-window): New function.
10503         (gnus-end-of-window): New function.
10504
10505         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10506
10507 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10508
10509         * gnus-score.el (gnus-score-edit-all-score): Set
10510         gnus-score-edit-exit-function to gnus-score-edit-done and call
10511         gnus-message.
10512
10513 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10514
10515         * gnus-msg.el (gnus-button-mailto): Remove
10516         save-selected-window-window hackery because it relies on
10517         save-selected-window internals.
10518
10519 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10522         add-minor-mode.
10523         (gnus-binary-mode): Ditto.
10524
10525         * gnus-topic.el (gnus-topic-mode): Ditto.
10526
10527 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10528
10529         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10530         (gnus-article-prev-page): Take scroll-margin into consideration.
10531
10532 2005-07-04  Lute Kamstra  <lute@gnu.org>
10533
10534         Update FSF's address in GPL notices.
10535
10536 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10537
10538         * gnus.el (gnus-exit):
10539         * gnus-group.el (gnus-group-icons):
10540         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10541
10542         * gnus-nocem.el (gnus-nocem):
10543         * message.el (message-various, message-buffers, message-sending)
10544         (message-interface, message-forwarding, message-insertion)
10545         (message-headers, message-news, message-mail):
10546         * pgg-gpg.el (pgg-gpg):
10547         * pgg-parse.el (pgg-parse):
10548         * pgg-pgp.el (pgg-pgp):
10549         * pgg-pgp5.el (pgg-pgp5):
10550         * pop3.el (pop3): Finish `defgroup' description with period.
10551
10552 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-art.el (article-display-face): Improve the efficiency.
10555         (article-display-x-face): Ditto; remove grey x-face stuff.
10556
10557 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-art.el (article-display-face): Correct the position in
10560         which Faces are inserted.
10561
10562 2005-06-29  Didier Verna  <didier@xemacs.org>
10563
10564         * gnus-art.el (article-display-face): Display faces in correct
10565         order.
10566
10567 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10570         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10571         (gnus-nocem-check-article): Fetch the Type header.
10572         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10573         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10574         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10575         make sure gnus-nocem-hashtb is initialized.
10576         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10577         (gnus-nocem-unwanted-article-p): Ditto.
10578
10579         * pgg.el (pgg-verify): Return the verification result.
10580
10581 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10584         is ascii.
10585
10586 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10587
10588         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10589         `show-nonbreak-escape'.
10590
10591 2005-06-23  Lute Kamstra  <lute@gnu.org>
10592
10593         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10594
10595         * dig.el (dig-mode):
10596         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10597
10598 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10599
10600         * nnimap.el (nnimap-split-download-body): Fix spellings.
10601
10602 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10603
10604         * gnus-art.el (gnus-article-encrypt-body):
10605         * gnus-cus.el (gnus-score-customize):
10606         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10607         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10608
10609 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10610
10611         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10612         header by looking for magic "MII" at the beginnig.
10613
10614 2005-06-16  Miles Bader  <miles@gnu.org>
10615
10616         * gnus-xmas.el (gnus-xmas-group-startup-message):
10617         Use renamed gnus-splash face.
10618
10619         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10620         (assistant-field-face): New backward-compatibility alias for renamed
10621         face.
10622         (assistant-render-text): Use renamed assistant-field face.
10623
10624         * spam.el (spam): Remove "-face" suffix from face name.
10625         (spam-face): New backward-compatibility alias for renamed face.
10626         (spam-face, spam-initialize): Use renamed spam face.
10627
10628         * message.el (message-header-to, message-header-cc)
10629         (message-header-subject, message-header-newsgroups)
10630         (message-header-other, message-header-name)
10631         (message-header-xheader, message-separator, message-cited-text)
10632         (message-mml): Remove "-face" suffix from face names.
10633         (message-header-to-face, message-header-cc-face)
10634         (message-header-subject-face, message-header-newsgroups-face)
10635         (message-header-other-face, message-header-name-face)
10636         (message-header-xheader-face, message-separator-face)
10637         (message-cited-text-face, message-mml-face):
10638         New backward-compatibility aliases for renamed faces.
10639         (message-font-lock-keywords): Use renamed message faces.
10640
10641         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10642         (sieve-test-commands, sieve-tagged-arguments):
10643         Remove "-face" suffix from face names.
10644         (sieve-control-commands-face, sieve-action-commands-face)
10645         (sieve-test-commands-face, sieve-tagged-arguments-face):
10646         New backward-compatibility aliases for renamed faces.
10647         (sieve-control-commands-face, sieve-action-commands-face)
10648         (sieve-test-commands-face, sieve-tagged-arguments-face):
10649         Use renamed sieve faces.
10650
10651         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10652         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10653         (gnus-group-news-3-empty, gnus-group-news-4)
10654         (gnus-group-news-4-empty, gnus-group-news-5)
10655         (gnus-group-news-5-empty, gnus-group-news-6)
10656         (gnus-group-news-6-empty, gnus-group-news-low)
10657         (gnus-group-news-low-empty, gnus-group-mail-1)
10658         (gnus-group-mail-1-empty, gnus-group-mail-2)
10659         (gnus-group-mail-2-empty, gnus-group-mail-3)
10660         (gnus-group-mail-3-empty, gnus-group-mail-low)
10661         (gnus-group-mail-low-empty, gnus-summary-selected)
10662         (gnus-summary-cancelled, gnus-summary-high-ticked)
10663         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10664         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10665         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10666         (gnus-summary-low-undownloaded)
10667         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10668         (gnus-summary-low-unread, gnus-summary-normal-unread)
10669         (gnus-summary-high-read, gnus-summary-low-read)
10670         (gnus-summary-normal-read, gnus-splash):
10671         Remove "-face" suffix from face names.
10672         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10673         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10674         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10675         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10676         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10677         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10678         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10679         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10680         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10681         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10682         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10683         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10684         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10685         (gnus-summary-normal-ticked-face)
10686         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10687         (gnus-summary-normal-ancient-face)
10688         (gnus-summary-high-undownloaded-face)
10689         (gnus-summary-low-undownloaded-face)
10690         (gnus-summary-normal-undownloaded-face)
10691         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10692         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10693         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10694         (gnus-splash-face):
10695         New backward-compatibility aliases for renamed faces.
10696         (gnus-group-startup-message): Use renamed gnus faces.
10697
10698         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10699         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10700         (gnus-server-agent): Remove "-face" suffix from face names.
10701         (gnus-server-agent-face, gnus-server-opened-face)
10702         (gnus-server-closed-face, gnus-server-denied-face)
10703         (gnus-server-offline-face):
10704         New backward-compatibility aliases for renamed faces.
10705         (gnus-server-agent-face, gnus-server-opened-face)
10706         (gnus-server-closed-face, gnus-server-denied-face)
10707         (gnus-server-offline-face): Use renamed gnus faces.
10708
10709         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10710         Remove "-face" suffix from face names.
10711         (gnus-picon-xbm-face, gnus-picon-face):
10712         New backward-compatibility aliases for renamed faces.
10713
10714         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10715         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10716         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10717         (gnus-cite-11): Remove "-face" suffix from face names.
10718         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10719         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10720         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10721         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10722         New backward-compatibility aliases for renamed faces.
10723         (gnus-cite-attribution-face, gnus-cite-face-list)
10724         (gnus-article-boring-faces): Use renamed gnus faces.
10725
10726         * gnus-art.el (gnus-signature, gnus-header-from)
10727         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10728         (gnus-header-content): Remove "-face" suffix from face names.
10729         (gnus-signature-face, gnus-header-from-face)
10730         (gnus-header-subject-face, gnus-header-newsgroups-face)
10731         (gnus-header-name-face, gnus-header-content-face):
10732         New backward-compatibility aliases for renamed faces.
10733         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10734
10735         * gnus-sum.el (gnus-summary-selected-face)
10736         (gnus-summary-highlight): Use renamed gnus faces.
10737         * gnus-group.el (gnus-group-highlight): Likewise.
10738
10739 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10740
10741         * gnus-sieve.el (gnus-sieve-article-add-rule):
10742         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10743         * spam-stat.el (spam-stat-buffer-change-to-spam)
10744         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10745
10746         * message.el (message-is-yours-p):
10747         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10748
10749 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * mm-view.el (mm-inline-text): Withdraw the last change.
10752
10753 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10756         executing enriched-decode.
10757
10758 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10761         charset of tar files.
10762
10763 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10764
10765         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10766
10767 2005-06-04  Lute Kamstra  <lute@gnu.org>
10768
10769         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10770         information is never recorded.
10771
10772 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10773
10774         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10775
10776 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * pop3.el (pop3-apop): Run md5 in the binary mode.
10779
10780         * starttls.el (starttls-set-process-query-on-exit-flag):
10781         Use eval-and-compile.
10782
10783 2005-05-31  Simon Josefsson  <jas@extundo.com>
10784
10785         * smime.el (smime-replace-in-string): Define.
10786         (smime-cert-by-ldap-1): Use it.
10787
10788 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * gnus-art.el (article-display-x-face): Replace
10791         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10792
10793         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10794         set-process-query-on-exit-flag or process-kill-without-query.
10795
10796         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10797         loop instead of replace-regexp.
10798
10799         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10800         instead of process-kill-without-query if it is available.
10801
10802         * lpath.el: Fbind ldap-search-entries.
10803
10804         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10805         instead of find-file-hooks if it is available.
10806
10807         * mml1991.el: Bind pgg-default-user-id when compiling.
10808
10809         * mml2015.el: Bind pgg-default-user-id when compiling.
10810
10811         * nndraft.el (nndraft-request-associate-buffer):
10812         Use write-contents-functions instead of write-contents-hooks if it is
10813         available.
10814
10815         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10816         instead of find-file-hooks if it is available.
10817
10818         * nntp.el (nntp-open-connection): Replace
10819         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10820         (nntp-open-ssl-stream): Ditto.
10821         (nntp-open-tls-stream): Ditto.
10822
10823         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10824         set-process-query-on-exit-flag or process-kill-without-query.
10825         (starttls-open-stream-gnutls): Use it instead of
10826         process-kill-without-query.
10827         (starttls-open-stream): Ditto.
10828
10829 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10830
10831         * smime.el (smime-cert-by-ldap-1): Don't use
10832         replace-regexp-in-string.
10833
10834 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10835
10836         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10837
10838         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10839         in PEM format.  Adjust to the XEmacs compability.
10840
10841 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10844         by `string-to-number'.
10845         * gnus-agent.el (gnus-agent-regenerate-group)
10846         (gnus-agent-fetch-articles): Ditto.
10847         * gnus-art.el (gnus-button-fetch-group): Ditto.
10848         * gnus-cache.el (gnus-cache-generate-active)
10849         (gnus-cache-articles-in-group): Ditto.
10850         * gnus-group.el (gnus-group-set-current-level)
10851         (gnus-group-insert-group-line): Ditto.
10852         * gnus-score.el (gnus-score-set-expunge-below)
10853         (gnus-score-set-mark-below, gnus-summary-score-effect)
10854         (gnus-summary-score-entry): Ditto.
10855         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10856         (gnus-soup-pack): Ditto.
10857         * gnus-spec.el (gnus-xmas-format): Ditto.
10858         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10859         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10860         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10861         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10862         * nndb.el (nndb-get-remote-expire-response): Ditto.
10863         * nndiary.el (nndiary-parse-schedule-value)
10864         (nndiary-string-to-number, nndiary-request-replace-article)
10865         (nndiary-request-article): Ditto.
10866         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10867         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10868         * nneething.el (nneething-make-head): Ditto.
10869         * nnfolder.el (nnfolder-request-article)
10870         (nnfolder-retrieve-headers): Ditto.
10871         * nnheader.el (nnheader-file-to-number): Ditto.
10872         * nnkiboze.el (nnkiboze-request-article): Ditto.
10873         * nnmail.el (nnmail-process-unix-mail-format)
10874         (nnmail-process-babyl-mail-format): Ditto.
10875         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10876         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10877         (nnmh-request-create-group, nnmh-request-list-1)
10878         (nnmh-request-group, nnmh-request-article): Ditto.
10879         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10880         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10881         * nnsoup.el (nnsoup-make-active): Ditto.
10882         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10883         * nntp.el (nntp-find-group-and-number)
10884         (nntp-retrieve-headers-with-xover): Ditto.
10885         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10886         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10887         (pgg-format-key-identifier): Ditto.
10888         * pop3.el (pop3-last, pop3-stat): Ditto.
10889         * qp.el (quoted-printable-decode-region): Ditto.
10890
10891         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10892         of concat.
10893
10894 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10897
10898         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10899
10900         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10901
10902         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10903
10904         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10905
10906         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10907
10908         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10909         (gnus-carpal-mode): Ditto.
10910
10911         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10912         (gnus-browse-mode): Ditto.
10913
10914         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10915
10916         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10917
10918 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10919
10920         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10921
10922 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-util.el (gnus-run-mode-hooks): New function.
10925
10926         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10927
10928         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10929         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10930
10931 2005-05-27  Lute Kamstra  <lute@gnu.org>
10932
10933         * dns-mode.el (dns-mode): Specify customization group.
10934
10935 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10936
10937         * gnus-agent.el (gnus-agent-make-mode-line-string):
10938         Use mode-line-highlight as mouse-face.
10939
10940 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * canlock.el (canlock): Change the parent group to news.
10943
10944         * deuglify.el (gnus-outlook-deuglify): Add :group.
10945
10946         * dig.el (dig): Add :group.
10947
10948         * dns-mode.el (dns-mode): Add :group.
10949
10950         * encrypt.el (encrypt): Add :group.
10951
10952         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10953         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10954         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10955         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10956         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10957
10958         * gnus-diary.el (gnus-diary): Add :group.
10959
10960         * gnus.el (gnus-group-news-1-face): Add :group.
10961         (gnus-group-news-1-empty-face): Ditto.
10962         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10963         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10964         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10965         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10966         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10967         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10968         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10969         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10970         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10971         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10972         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10973         (gnus-summary-high-ticked-face): Ditto.
10974         (gnus-summary-low-ticked-face): Ditto.
10975         (gnus-summary-normal-ticked-face): Ditto.
10976         (gnus-summary-high-ancient-face): Ditto.
10977         (gnus-summary-low-ancient-face): Ditto.
10978         (gnus-summary-normal-ancient-face): Ditto.
10979         (gnus-summary-high-undownloaded-face): Ditto.
10980         (gnus-summary-low-undownloaded-face): Ditto.
10981         (gnus-summary-normal-undownloaded-face): Ditto.
10982         (gnus-summary-high-unread-face): Ditto.
10983         (gnus-summary-low-unread-face): Ditto.
10984         (gnus-summary-normal-unread-face): Ditto.
10985         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10986         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10987
10988         * hashcash.el (hashcash): New custom group.
10989         (hashcash-default-payment): Add :group.
10990         (hashcash-payment-alist): Ditto.
10991         (hashcash-default-accept-payment): Ditto.
10992         (hashcash-accept-resources): Ditto.
10993         (hashcash-path): Ditto.
10994         (hashcash-extra-generate-parameters): Ditto.
10995         (hashcash-double-spend-database): Ditto.
10996         (hashcash-in-news): Ditto.
10997
10998         * message.el (message-minibuffer-local-map): Add :group.
10999
11000         * netrc.el (netrc): Add :group.
11001
11002         * sieve-manage.el (sieve-manage-log): Add :group.
11003         (sieve-manage-default-user): Diito.
11004         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11005         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11006         (sieve-manage-authenticators): Ditto.
11007         (sieve-manage-authenticator-alist): Ditto.
11008         (sieve-manage-default-port): Ditto.
11009
11010         * sieve-mode.el (sieve-control-commands-face): Add :group.
11011         (sieve-action-commands-face): Ditto.
11012         (sieve-test-commands-face): Ditto.
11013         (sieve-tagged-arguments-face): Ditto.
11014
11015         * smime.el (smime): Add :group.
11016
11017         * spam-report.el (spam-report): Add :group.
11018
11019         * spam.el (spam, spam-face): Add :group.
11020
11021 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11024         return \n.\n.\n at the end of articles.  Protect against that.
11025         (nntp-with-open-group): Allow debugging.
11026
11027         * nnheader.el (mail-header-set-extra): Make into a function
11028         because I just could't understand how to quote the list properly.
11029
11030         * dns.el (query-dns-cached): New function.
11031
11032 2005-05-26  Lute Kamstra  <lute@gnu.org>
11033
11034         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11035
11036 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11039
11040         * gnus-art.el: Don't autoload mail-extract-address-components.
11041
11042         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11043         eval-and-compile to evaluate it.
11044
11045         * hashcash.el: Don't autoload executable-find.
11046
11047         * nndb.el: Don't declare the nndb back end two or more times; don't
11048         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11049
11050         * nntp.el: Autoload format-spec instead of format; use
11051         eval-and-compile to evaluate autoload forms.
11052
11053 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11054
11055         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11056
11057 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * gnus.el (gnus-version-number): Bump version.
11060
11061 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11062
11063         * gnus.el: No Gnus v0.3 is released.
11064
11065 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * lpath.el (featurep): Bind show-nonbreak-escape.
11068
11069 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-art.el (gnus-article-edit-part): Disable undo.
11072
11073 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11076         gnus-article-date-lapsed-new-header is t if date timer is active;
11077         skip headers in which the original date value is empty.
11078         (gnus-article-save-original-date): Redefine it as a macro.
11079         (gnus-display-mime): Use it.
11080
11081 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * gnus-art.el (article-date-ut): Support converting date in
11084         forwarded parts as well.
11085         (gnus-article-save-original-date): New function.
11086         (gnus-display-mime): Use it.
11087
11088 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11089
11090         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11091         enclosure element of <item>.
11092
11093 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * message.el (message-kill-buffer-query): Renamed from
11096         `message-kill-buffer-query-if-modified'.  Added :version.
11097
11098 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11101         window layout.
11102
11103 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * mml.el: Autoload dnd when compiling.
11106
11107 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11110         x-dnd-*.
11111
11112 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * qp.el (quoted-printable-encode-region): Save excursion.
11115
11116 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * message.el (message-kill-buffer-query-if-modified): Add new variable
11119         so the user can kill a modified message buffer quickly.
11120         (message-kill-buffer): Use it.
11121
11122 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * lpath.el: Fbind display-time-event-handler; don't fbind
11125         string-to-multibyte.
11126
11127         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11128
11129 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11132         contained in text because xml.el decodes entities) with LFs.
11133
11134 2005-04-11  Lute Kamstra  <lute@gnu.org>
11135
11136         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11137         differently.
11138
11139 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11140
11141         * mm-util.el (mm-detect-coding-region): Typo.
11142
11143 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11146
11147 2005-04-06  Deepak Goel  <deego@gnufans.org>
11148
11149         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11150         user-function allow user modifications of the scores.
11151         (spam-stat-score-buffer-user): New function, to allow
11152         user-computed modifications to the score.
11153         (spam-stat-score-buffer-user-functions): List of additional
11154         scoring functions.
11155         (spam-stat-error-holder): Global temporary error holder.
11156         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11157         variable.
11158
11159 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11160
11161         * gnus-registry.el (gnus-registry-clean-empty-function)
11162         (gnus-registry-trim, gnus-registry-fetch-groups)
11163         (gnus-registry-delete-group): Groups that match
11164         `gnus-registry-ignored-groups' are removed from the registry
11165         entries, not just ignored for splitting.  This helps clean up the
11166         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11167         to get all the groups a message ID is in.
11168
11169         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11170         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11171         (spam-stat-score-buffer-user-functions): Add :number custom type.
11172
11173 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11176         argument in XEmacs.
11177
11178         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11179         (nnrss-request-group): Decode group name first.
11180         (nnrss-request-article): Make a text/plain article if mml-to-mime
11181         failed.
11182         (nnrss-get-encoding): Return a compatible encoding according to
11183         nnrss-compatible-encoding-alist.
11184         (nnrss-find-el): Use consp instead of listp.
11185         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11186
11187 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11190         which Emacs 20 doesn't support.
11191         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11192
11193 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11196         silence the byte compiler inside the defun.
11197
11198         * gnus-demon.el (parse-time-string): Add autoload.
11199
11200         * gnus-delay.el (parse-time-string): Add autoload.
11201
11202         * gnus-art.el (parse-time-string): Add autoload.
11203
11204         * nnultimate.el (parse-time): Require for `parse-time-string'.
11205
11206 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11209
11210         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11211
11212         * smime.el (smime-ldap-host-list): Add :version.
11213
11214 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11217         pass it to `gnus-browse-read-group'.
11218         (gnus-browse-read-group): Add NUMBER argument and pass it to
11219         `gnus-group-read-ephemeral-group'.
11220
11221         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11222         argument and pass it to `gnus-group-read-group'.
11223
11224 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11225
11226         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11227         mm-xemacs-find-mime-charset-1 if we have the mule feature
11228         available at runtime.
11229
11230 2005-03-25  Werner Lemberg  <wl@gnu.org>
11231
11232         * nnmaildir.el: Replace `illegal' with `invalid'.
11233
11234 2005-03-23  Lute Kamstra  <lute@gnu.org>
11235
11236         * time-date.el: Add comment on time value formats.
11237         Don't require parse-time.
11238         (with-decoded-time-value): New macro.
11239         (encode-time-value): New function.
11240         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11241         (days-to-time): Return a valid time value when arg is huge.
11242         (time-since): Use time-subtract.
11243         (time-to-number-of-days): Use time-to-seconds.
11244
11245 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11246
11247         * gnus-start.el (gnus-display-time-event-handler):
11248         Check display-time-timer at runtime rather than only at load time
11249         in case display-time-mode is turned off in the mean time.
11250
11251 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11254         used.
11255
11256         * nneething.el (nneething-map-file-directory): Derive from
11257         `gnus-directory'.
11258
11259         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11260         the To/Cc button.
11261
11262 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * nnmaildir.el (nnmaildir-request-accept-article):
11265         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11266
11267 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11268
11269         * gnus-async.el: Require timer-funcs at compile time when in
11270         XEmacs for `run-with-idle-timer'.
11271
11272 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11273
11274         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11275         autoloaded function.
11276
11277 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11278
11279         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11280
11281 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11282
11283         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11284
11285 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11288         gnus-expert-user to default.
11289
11290 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11291
11292         * nnimap.el (nnimap-open-server): Ditto.
11293
11294         * imap.el (imap-authenticate): Fix typo.
11295
11296 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11297
11298         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11299         buffer (since IMAP server might return FETCH response out of
11300         order, and the nntp buffer must be sorted).
11301
11302 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11303
11304         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11305         comparison on string.
11306
11307         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11308         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11309         (gnus-agent-summary-fetch-series): Modified to protect against
11310         gnus-agent-summary-fetch-group clearing processable flags.
11311         (gnus-agent-synchronize-group-flags): Update live group buffer as
11312         synchronization may occur due to the user toggle the plugged
11313         status.
11314         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11315         successfully downloaded.
11316         (gnus-agent-expire-group-1): Avoid using markers when the overview
11317         is in ascending order; greatly improves performance.
11318         (gnus-agent-regenerate-group): Use
11319         gnus-agent-synchronize-group-flags to reset read status in both
11320         gnus and server.
11321         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11322
11323 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * message.el: Don't autoload former message-utils variables.
11326         (message-strip-subject-trailing-was): Change doc string.
11327
11328         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11329         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11330         (nnweb-google-search): Add "hl=en" here.
11331         (nnweb-google-parse-1, nnweb-google-create-mapping):
11332         Don't hardcode URL.
11333
11334 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * message.el (message-get-reply-headers, message-followup):
11337         Mention related variables `message-use-followup-to' and
11338         `message-use-mail-followup-to', in the information buffer.
11339
11340         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11341         of broken groups(-beta).google.com.
11342
11343 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11344
11345         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11346         parameter to invoked gnus-request-move-article; remove the
11347         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11348         all at once instead of once per article.
11349         (gnus-summary-remove-process-mark): Accept a list of articles as
11350         well as a single article for processing.
11351
11352         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11353         parameter.
11354
11355         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11356
11357         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11358
11359         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11360         parameter.
11361
11362         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11363         parameter.
11364
11365         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11366         parameter and remove the gnus-sum-hint-move-is-internal variable.
11367
11368         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11369         parameter.
11370
11371         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11372         parameter.
11373
11374         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11375         parameter.
11376
11377         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11378
11379         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11380         parameter.
11381
11382         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11383         parameter.
11384
11385 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11386
11387         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11388         a more conservative way.
11389
11390 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11391
11392         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11393         buffer, so it moves the window's cursor.
11394
11395 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11396
11397         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11398         `mm-dissect-multipart' and receive the from field as an (optional)
11399         argument from `mm-dissect-multipart'.
11400         (mm-dissect-multipart): Receive the from field as an argument and
11401         pass it on when we call `mm-dissect-buffer' on MIME parts.
11402         Fixes verification/decryption of signed/encrypted MIME parts.
11403
11404 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * gnus-sum.el (gnus-summary-move-article): Set
11407         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11408         whatever it calls (right now, only nnimap-request-move article
11409         respects it).
11410
11411         * nnimap.el (nnimap-request-move-article): When
11412         gnus-sum-hint-move-is-internal is set, don't do the extra
11413         nnimap-request-article.
11414
11415 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11418
11419         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11420         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11421
11422         * gnus-sum.el (gnus-summary-caesar-message):
11423         Apply `gnus-treat-article' after rotation.
11424
11425         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11426         doc string.
11427
11428 2005-02-22  Simon Josefsson  <jas@extundo.com>
11429
11430         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11431         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11432         <arne@arnested.dk>.
11433         (encrypt): Add password-cache and password-cache-expiry as group
11434         members.
11435
11436 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11437
11438         * smime.el (smime-ldap-host-list): Doc fix.
11439         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11440         cache) password.
11441         (smime-sign-region): Use it.
11442         (smime-decrypt-region): Use it.
11443         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11444         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11445         fails.
11446         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11447         certificate from DER to PEM format rather than calling openssl.
11448
11449         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11450
11451         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11452         for signing/encryption.
11453
11454         * mml.el (mml-parse-1): Use them.
11455
11456 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11457
11458         * nnrss.el (nnrss-verbose): Removed.
11459         (nnrss-request-group): Use `nnheader-message' instead.
11460
11461 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11462
11463         * nnrss.el (nnrss-verbose): New variable.
11464         (nnrss-request-group): Make it say nnrss is requesting a group.
11465
11466 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11469         Handle news URL with given port correctly.
11470
11471 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11474         containing special characters.
11475
11476         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11477
11478         * mml.el (mime-to-mml): Ditto.
11479
11480         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11481         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11482         (rfc2047-decode-region): Quote decoded words containing special
11483         characters when rfc2047-quote-decoded-words-containing-tspecials
11484         is non-nil.
11485
11486 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11487
11488         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11489
11490         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11491
11492 2005-02-15  Simon Josefsson  <jas@extundo.com>
11493
11494         * nnimap.el (nnimap-debug): Doc fix.
11495
11496         * imap.el (imap-debug): Doc fix.
11497
11498 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11501
11502 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11503
11504         * gnus.el (spam-contents): Improve docs for spam-contents
11505         parameter in its variable incarnation.
11506
11507 2005-02-14  Simon Josefsson  <jas@extundo.com>
11508
11509         * smime-ldap.el: Use require instead of load-library for ldap.
11510         (smime-ldap-search): Indent.
11511         (smime-ldap-search-internal): Shorten line.
11512
11513         * smime.el (smime-cert-by-dns): Add doc-string.
11514         (smime-cert-by-ldap-1): Indent.
11515
11516         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11517         mml-smime-get-dns-ldap.
11518         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11519
11520 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11521
11522         * smime.el: Require smime-ldap.
11523         (smime-ldap-host-list): New variable.
11524         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11525
11526         * mml-smime.el (mml-smime-encrypt-query): New function.
11527         (mml-smime-encrypt-query): Use it.
11528
11529         * smime-ldap.el: New file.
11530
11531 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11534
11535 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11538         argument in doc string.  Make query for type more clear.
11539
11540 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus.el (gnus-group-startup-message): Search for gnus images in
11543         etc/images/gnus.
11544         * mm-util.el (mm-image-load-path): Likewise.
11545         * smiley.el (smiley-data-directory): Search for smilies in
11546         etc/images/smilies.
11547
11548 2005-02-09  Kim F. Storm  <storm@cua.dk>
11549
11550         Change Emacs release version from 21.4 to 22.1 throughout.
11551         Change Emacs development version from 21.3.50 to 22.0.50.
11552
11553 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11556
11557         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11558         non-Mule XEmacs as well.
11559         (mm-decompress-buffer): Signal an error intentionally if it does
11560         not decompress compressed data because auto-compression-mode is
11561         disabled.
11562
11563 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11566         an ID in the registry even if it has no groups.
11567
11568 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11571         merge it into mm-decompress-buffer.
11572         (gnus-mime-copy-part): Use the MIME part charset, the value which
11573         a user specified or gnus-newsgroup-charset for decoding, like
11574         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11575         save-buffer what was used.  Suggested by Kevin Ryde
11576         <user42@zip.com.au>.
11577         (gnus-mime-inline-part): Allow the name parameter as well as the
11578         filename parameter; force decompressing of compressed data; always
11579         display contents being not decoded as unibyte.
11580
11581         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11582         as well as the filename parameter.
11583
11584         * mm-util.el (mm-decompress-buffer): Merge
11585         gnus-mime-jka-compr-maybe-uncompress.
11586         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11587         of compressed data.
11588
11589 2005-02-08  Simon Josefsson  <jas@extundo.com>
11590
11591         * imap.el (imap-log): Doc fix.
11592
11593 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11596         the coding cookies; decompress compressed parts.
11597
11598         * mml.el (mml-generate-mime-1): Add the charset parameter according
11599         to the value which a user specified manually or the coding cookie.
11600
11601         * mm-util.el (mm-string-to-multibyte): New function.
11602         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11603         (mm-coding-system-to-mime-charset): New function.
11604         (mm-decompress-buffer): New function.
11605         (mm-find-buffer-file-coding-system): New function.
11606
11607         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11608         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11609         parts.
11610
11611 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11612
11613         * mm-view.el (mm-display-inline-fontify): Decode a part according
11614         to the charset parameter.
11615
11616 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11619         prefix arg is neither nil nor a number, as info specifies.
11620
11621 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11624         timestamps.
11625
11626 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11627
11628         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11629         groups error checking and notify user.
11630
11631 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11632
11633         * message.el (message-send-mail-function): Check existence of
11634         sendmail-program first before using default value
11635         `message-send-mail-with-sendmail'.  Otherwise use more generic
11636         `smtpmail-send-it'.
11637
11638 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * nntp.el (nntp-request-update-info): Always return nil.
11641
11642 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11643
11644         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11645
11646 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11647
11648         * message.el (message-beginning-of-line): Change the behavior when
11649         invoked between BOL and : so that it first moves backward.
11650
11651 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11654         article buffer when editing of the article is discarded.
11655         (gnus-article-prepare): Revert.
11656
11657 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-art.el (gnus-article-prepare):
11660         Remove message-strip-forbidden-properties from the local hook.
11661
11662 2005-01-27  Simon Josefsson  <jas@extundo.com>
11663
11664         * password.el (password-cache-add): Only start one timer per key.
11665         Reported by Derek Atkins <warlord@MIT.EDU>.
11666
11667 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11668
11669         * run-at-time.el: Removed.  It is no longer needed as
11670         timer-funcs.el in the xemacs-base package has a working version of
11671         `run-at-time'.
11672
11673         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11674
11675         * password.el: Require timer-funcs instead of run-at-time in
11676         XEmacs.
11677         Remove `password-run-at-time' macro.
11678         (password-cache-add): Use `run-at-time' instead of
11679         `password-run-at-time'.
11680
11681         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11682         Remove `nnheader-cancel-function-timers' alias,
11683         `cancel-function-timers' exists in XEmacs in timer-funcs.
11684
11685         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11686         for `run-with-idle-timer'.
11687
11688         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11689         for `run-at-time'.
11690
11691         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11692         for `with-timeout'.
11693
11694         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11695         the same as for XEmacs 21.4.
11696         No need to ignore `run-with-idle-timer', this function exists in
11697         XEmacs now in timer-funcs.el in the xemacs-base package.
11698         (dgnushack-compile): No need to delete
11699         run-at-time.el from the list of files to compile because it
11700         doesn't exist anymore.
11701
11702 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11705         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11706
11707 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11708
11709         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11710         sensitively.
11711
11712 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11713
11714         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11715
11716 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11719         which will be inserted according to the multibyteness of a buffer
11720         rather than the type of contents.  Suggested by ARISAWA Akihiro
11721         <ari@mbf.ocn.ne.jp>.
11722
11723         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11724         of string which old xml.el may return rather than a string.
11725
11726 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11729
11730 2005-01-16  Simon Josefsson  <jas@extundo.com>
11731
11732         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11733         idn/idna.el isn't available.
11734         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11735         <michael@waxrat.com>.
11736
11737         * hashcash.el: Remove non-FSF copyright header.
11738
11739         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11740         (hashcash-generate-payment): Use it.
11741         (hashcash-generate-payment-async): Use it.
11742
11743 2005-01-15  Simon Josefsson  <jas@extundo.com>
11744
11745         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11746         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11747
11748         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11749         gnus-summary-idna-message.
11750         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11751         (gnus-summary-idna-message): New function.
11752
11753 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11756         gnus-novice-user.
11757
11758 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * nnrss.el (nnrss-request-delete-group): Delete entries in
11761         nnrss-group-alist as well.
11762         (nnrss-save-server-data): Insert newline.
11763
11764 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * gnus.el (gnus-user-agent): Use list of symbols instead of
11767         symbols.  Display full version number for (S)XEmacs.  Optionally
11768         display (S)XEmacs codename.
11769
11770         * gnus-util.el (gnus-emacs-version): Update for new
11771         `gnus-user-agent'.
11772
11773         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11774         Gnus version.
11775
11776 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11779         which is unreadable in some setups.
11780
11781 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-spec.el (gnus-update-format-specifications): Flush the
11784         group format spec cache if it doesn't support decoded group names.
11785
11786 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11789         Allow to apply decay on score files matching a regexp.
11790
11791 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11794         compatibility in %g and %c.
11795
11796 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11799         name for only %g and %c.
11800         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11801         of gnus-tmp-group to decoded group name.
11802         (gnus-group-make-rss-group): Exclude `/'s from group names.
11803
11804 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * nnrss.el (nnrss-get-encoding): Fix regexp.
11807
11808 2004-12-27  Simon Josefsson  <jas@extundo.com>
11809
11810         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11811         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11812         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11813
11814 2004-12-17  Kim F. Storm  <storm@cua.dk>
11815
11816         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11817
11818         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11819
11820 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11821
11822         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11823
11824 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * nnrss.el: Require rfc2047 and mml.
11827         (nnrss-file-coding-system): New variable.
11828         (nnrss-format-string): Redefine it as an inline function.
11829         (nnrss-decode-group-name): New function.
11830         (nnrss-string-as-multibyte): Remove.
11831         (nnrss-retrieve-headers): Decode group name; don't use
11832         nnrss-format-string.
11833         (nnrss-request-group): Decode group name.
11834         (nnrss-request-article): Decode group name; allow a Message-ID as
11835         well as an article number; don't use nnrss-format-string; encode a
11836         Message-ID string which may contain non-ASCII characters; use
11837         mml-to-mime to compose a MIME article.
11838         (nnrss-request-expire-articles): Decode group name.
11839         (nnrss-request-delete-group): Decode group name.
11840         (nnrss-fetch): Clarify error message.
11841         (nnrss-read-server-data): Use insert-file-contents instead of load;
11842         bind file-name-coding-system; use multibyte buffer.
11843         (nnrss-save-server-data): Bind coding-system-for-write to the
11844         value of nnrss-file-coding-system; bind file-name-coding-system;
11845         add coding cookie.
11846         (nnrss-read-group-data): Use insert-file-contents instead of load;
11847         bind file-name-coding-system; use multibyte buffer.
11848         (nnrss-save-group-data): Bind coding-system-for-write to the
11849         value of nnrss-file-coding-system; bind file-name-coding-system.
11850         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11851         make it work with non-ASCII text.
11852         (nnrss-find-el): Make it work with old xml.el as well.
11853
11854 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11855
11856         * nnrss.el (nnrss-get-encoding): New function.
11857         (nnrss-fetch): Use unibyte buffer initially; bind
11858         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11859         decode contents according to the encoding attribute.
11860         (nnrss-save-group-data): Add coding cookie.
11861         (nnrss-mime-encode-string): New function.
11862         (nnrss-check-group): Use it to encode subject and author.
11863
11864 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11867         imaginary variable.
11868
11869 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11872         correctly even if there are wide characters.
11873
11874 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11875
11876         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11877         downcased symbol names; make a new cache instead of reusing
11878         bbdb-hashtable.
11879
11880 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11883         concatenating segments rather than before concatenating them.
11884         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11885
11886         * message.el (message-get-reply-headers): Bind `extra'.
11887
11888 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * message.el (message-extra-wide-headers): New variable.
11891         (message-get-reply-headers): Use it.
11892
11893 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11896         (gnus-agent-group-pathname): Ditto.
11897
11898         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11899
11900         * gnus-group.el (gnus-group-make-group): Decode group name.
11901         (gnus-group-make-rss-group): Register the group data after opening
11902         the nnrss group.
11903
11904 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11905
11906         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11907         by expiry now get marked as read.
11908
11909 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11912
11913 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11914
11915         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11916         unify Latin characters in XEmacs.
11917         (mm-find-mime-charset-region): Use it.
11918
11919 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-util.el (gnus-delete-directory): New function.
11922
11923         * gnus-agent.el (gnus-agent-delete-group): Use it.
11924
11925         * gnus-cache.el (gnus-cache-delete-group): Use it.
11926
11927 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11930         names.
11931
11932 2004-12-16  Simon Josefsson  <jas@extundo.com>
11933
11934         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11935
11936 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11939
11940         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11941         (gnus-group-set-current-level): Decode group name.
11942
11943 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11944
11945         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11946         failed.
11947
11948 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-group.el (gnus-group-delete-group): Decode group name.
11951         (gnus-group-make-rss-group): Encode group name.
11952         (gnus-group-catchup-current): Decode group name.
11953         (gnus-group-kill-group): Decode group name.
11954
11955 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11956
11957         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11958
11959 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-group.el (gnus-group-make-rss-group):
11962         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11963
11964         * gnus-start.el (gnus-setup-news): Honor user's setting to
11965         gnus-message-archive-method.  Suggested by Lute Kamstra
11966         <lute@gnu.org>.
11967
11968 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11969
11970         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11971         global counterparts of the buffer-local variables.
11972
11973 2004-11-16  Romain Francoise  <romain@orebokech.com>
11974
11975         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11976         counterparts of the buffer-local variables.
11977
11978 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el (message-forbidden-properties): Fixed typo in doc
11981         string.
11982
11983 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * gnus-util.el (gnus-replace-in-string): Added doc string.
11986
11987         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11988         to avoid problems when splitting mails with many recipients.
11989
11990 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11991
11992         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11993         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11994
11995 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11996
11997         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11998         if there is no hashtable in memory or file modification time is
11999         newer than cached timestamp.
12000
12001 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12004         not-matching option.
12005
12006 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12009         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12010         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12011         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12012         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12013         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12014
12015 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * message.el (message-forward-make-body-mml): Remove headers
12018         according to message-forward-ignored-headers if a message is decoded.
12019
12020 2004-12-02  Romain Francoise  <romain@orebokech.com>
12021
12022         * message.el (message-forward-make-body-plain): Always remove
12023         headers according to message-forward-ignored-headers.
12024
12025 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12026
12027         * spam.el (spam-summary-prepare-exit): Remove the
12028         gnus-summary-limit pop for now, it has problems with ham marks for
12029         me.
12030
12031 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12034         correctly.
12035
12036 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12037
12038         * format-spec.el (format-spec): Message the char.
12039
12040 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12041
12042         * gnus-art.el (gnus-split-methods): Reformat comments.
12043
12044         * spam.el (spam-summary-prepare-exit): Remove article limits
12045         before exiting the summary buffer.
12046
12047 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12050         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12051
12052         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12053         order to silence the byte compiler.
12054
12055         * spam.el: Fix the way to silence the byte compiler, which
12056         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12057         bbdb-search-simple, spam-BBDB-register-routine,
12058         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12059         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12060         spam-stat-buffer-is-spam, spam-stat-load,
12061         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12062         spam-stat-save and spam-stat-split-fancy.
12063
12064 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12067         which may confuse users.
12068         (canlock-password-for-verify): Ditto.
12069
12070         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12071
12072         * gnus-art.el (gnus-emphasis-alist): Ditto.
12073
12074         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12075
12076         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12077
12078         * gnus-start.el (gnus-save-killed-list): Ditto.
12079
12080         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12081         (gnus-sum-thread-tree-root): Ditto.
12082         (gnus-sum-thread-tree-false-root): Ditto.
12083         (gnus-sum-thread-tree-single-indent): Ditto.
12084
12085         * message.el (message-courtesy-message): Ditto.
12086         (message-archive-note): Ditto.
12087         (message-subscribed-address-file): Ditto.
12088         (message-user-fqdn): Ditto.
12089
12090         * spam-report.el (spam-report-gmane-regex): Ditto.
12091
12092         * spam.el (spam-blackhole-good-server-regex): Ditto.
12093
12094 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mml.el (mml-preview): Widen the message buffer before copying
12097         the contents to the preview buffer; sort headers before previewing.
12098
12099         * message.el (message-hidden-headers): Fix the way to avoid a bug
12100         in the `repeat' widget in Emacs 21.3 or earlier.
12101
12102 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * message.el (message-hidden-headers): Default to "^References:".
12105         Improve customization type.  Suggested by Reiner Steib
12106         <Reiner.Steib@gmx.de>.
12107
12108 2004-11-25  Romain Francoise  <romain@orebokech.com>
12109
12110         * message.el (message-strip-forbidden-properties): Remove check for
12111         obsolete `message-hidden' text property, hidden headers are not
12112         accessible in the buffer anymore.
12113
12114 2004-11-22  Romain Francoise  <romain@orebokech.com>
12115
12116         * message.el (message-header-format-alist): Add `From' in list
12117         so that it can be sorted.
12118         (message-fix-before-sending): Widen and sort headers before
12119         sending.
12120         (message-hide-headers): Use narrowing to hide headers by moving
12121         them to the top of the buffer and narrowing to the region
12122         underneath.
12123
12124 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12125
12126         * message.el (message-strip-forbidden-properties): Bind
12127         buffer-read-only (etc) to nil.
12128
12129 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12132         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12133
12134 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12135
12136         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12137
12138 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139
12140         * dns.el (query-dns): Use sit-for to time instead of
12141         accept-process-output, since that doesn't seem to work on udp
12142         sockets.
12143
12144 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12147
12148 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12149
12150         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12151         doc string.  Improve doc string.
12152
12153 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * nntp.el (nntp-request-update-info): Return nil if
12156         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12157         may not call gnus-activate-group which uselessly issues the GROUP
12158         commands for all nntp groups and wastes time.  Reported by Romain
12159         Francoise <romain@orebokech.com>.
12160
12161         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12162
12163 2004-11-15  Simon Josefsson  <jas@extundo.com>
12164
12165         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12166         headers separately.
12167         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12168         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12169
12170 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * gnus-start.el (gnus-convert-old-newsrc):
12173         Assign legacy-gnus-agent to 5.10.7.
12174
12175 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12178         start of the lines.
12179
12180 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12181
12182         * hashcash.el (hashcash-default-payment): Change default to 20.
12183         (hashcash-default-accept-payment): Change default to 20.
12184         (hashcash-process-alist): New variable.
12185         (hashcash-generate-payment-async): Add.
12186         (hashcash-already-paid-p): Add.
12187         (hashcash-insert-payment): Don't generate payments twice.
12188         (hashcash-insert-payment-async): Add.
12189         (hashcash-insert-payment-async-2): Add.
12190         (hashcash-cancel-async): Add.
12191         (hashcash-wait-async): Add.
12192         (hashcash-processes-running-p): Add.
12193         (hashcash-wait-or-cancel): Add.
12194         (mail-add-payment): New optional argument.  Conditionally start
12195         asynchronous calculation.
12196         (mail-add-payment-async): Add.
12197
12198         * message.el (message-send-mail): Wait for asynchronous hashcash
12199         results.  Don't clobber existing X-Hashcash headers.
12200         (message-setup-1): Call mail-add-payment-async when
12201         message-generate-hashcash is non-nil.
12202
12203 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12204
12205         * message.el (message-use-alternative-email-as-from): Examine the
12206         From header as well; use message-make-from in order to include a
12207         user's full name.
12208
12209 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12212         default; improve customization type.
12213         (gnus-emphasis-custom-with-format): New macro.
12214         (gnus-emphasis-custom-value-to-external): New function.
12215         (gnus-emphasis-custom-value-to-internal): New function.
12216
12217 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12218
12219         * dns.el (query-dns): Resolve reverse addresses.
12220
12221 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222
12223         * gnus-group.el (gnus-group-get-new-news): Use it.
12224
12225         * gnus-start.el (gnus-check-reasonable-setup): New function.
12226
12227 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12230         "Args out of range" error.  Reported by Arnaud Giersch
12231         <arnaud.giersch@free.fr>.
12232
12233 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12234
12235         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12236
12237 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12238
12239         * spam.el (spam group): Add :version.
12240
12241         * pgg-def.el (pgg group): Add :version.
12242
12243 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-article-edit-article): Don't associate the
12246         article buffer with a draft file.  This is a temporary measure
12247         against the 2004-08-22 change to gnus-article-edit-mode.
12248
12249 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12252         (html2text-format-tags): Remove unused variable `attr'.
12253
12254 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12257
12258         * tls.el (tls-process-connection-type, tls-success)
12259         (tls-certtool-program): Add :version.
12260
12261         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12262         (starttls-extra-arguments, starttls-process-connection-type)
12263         (starttls-connect, starttls-failure, starttls-success): Add :version.
12264
12265         * spam-stat.el (spam-stat): Add :version.
12266
12267         * sieve.el (sieve): Add :version.
12268
12269         * sha1.el (sha1): Add :version.
12270         (sha1-use-external): Remove redundant version.
12271
12272         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12273         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12274         (nnmail-split-fancy-match-partial-words)
12275         (nnmail-split-lowercase-expanded): Add :version.
12276
12277         * nndiary.el (nndiary): Add :version.
12278
12279         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12280
12281         * mml-sec.el (mml-default-sign-method)
12282         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12283         Add :version.
12284
12285         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12286
12287         * mm-url.el (mm-url-use-external, mm-url-program)
12288         (mm-url-arguments): Add :version.
12289
12290         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12291         (mm-attachment-file-modes, mm-decrypt-option)
12292         (mm-w3m-safe-url-regexp): Add :version.
12293
12294         * message.el (message-cite-prefix-regexp)
12295         (message-sendmail-envelope-from, message-minibuffer-local-map)
12296         (message-user-fqdn, message-completion-alist): Add :version.
12297
12298         * gnus-win.el (gnus-configure-windows-hook)
12299         (gnus-use-frames-on-any-display): Add :version.
12300
12301         * gnus-art.el (gnus-article-address-banner-alist)
12302         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12303         (gnus-treat-from-picon, gnus-treat-mail-picon)
12304         (gnus-treat-x-pgp-sig): Add :version.
12305
12306         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12307         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12308         (gnus-summary-article-delete-hook)
12309         (gnus-summary-display-while-building): Add :version.
12310
12311         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12312         (gnus-get-top-new-news-hook): Add :version.
12313
12314         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12315         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12316
12317         * gnus-registry.el (gnus-registry): Add :version.
12318
12319         * gnus-spec.el (gnus-use-correct-string-widths)
12320         (gnus-make-format-preserve-properties): Add :version.
12321
12322         * gnus.el (gnus-group-charter-alist)
12323         (gnus-group-fetch-control-use-browse-url)
12324         (gnus-install-group-spam-parameters): Add :version.
12325
12326         * gnus-diary.el (gnus-diary): Add :version.
12327
12328         * gnus-delay.el (gnus-delay): Add :version.
12329
12330         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12331         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12332         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12333         Add :version.
12334
12335         * gnus-agent.el (gnus-agent-max-fetch-size)
12336         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12337         (gnus-agent-prompt-send-queue): Add :version.
12338
12339         * deuglify.el (gnus-outlook-deuglify): Add :version.
12340
12341         * html2text.el: Beautify code.  Improve doc strings.  Some
12342         checkdoc cleanup.
12343         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12344
12345 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12346
12347         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12348
12349 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12350
12351         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12352         when package is loaded.
12353
12354         * spam.el (spam-summary-score-preferred-header): Add global preference
12355         for people who want to override the default SpamAssassin over
12356         Bogofilter preference (when both are set).
12357         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12358         (spam-user-format-function-S): Check
12359         spam-summary-score-preferred-header.
12360         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12361         (spam-user-format-function-S): Format the score correctly.
12362
12363 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12366         signature file.  Suggested by Manoj Srivastava
12367         <srivasta@golden-gryphon.com>.
12368
12369         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12370         iso-2022-jp even in the Japanese language environment.
12371         Suggested by Jason Rumney <jasonr@gnu.org>.
12372
12373 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12376         use the same characters as the dummy marks; make it free from
12377         getting affected by the language environment.
12378         (gnus-summary-read-group-1): Update mark positions only when the
12379         format spec is updated.
12380
12381         * gnus-spec.el (gnus-update-format-specifications): Return a list
12382         of updated types.
12383
12384 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12387         of boundp to check if display-warning is available.
12388
12389 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12390
12391         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12392
12393 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * nnspool.el (nnspool-spool-directory): Use news-path if the
12396         news-directory variable is not bound.
12397
12398         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12399         function instead of display-warning if it is not available.
12400
12401 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12404         v5-10: Use `point-at-bol'.
12405
12406 2004-10-26  Simon Josefsson  <jas@extundo.com>
12407
12408         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12409         <chenggao@gmail.com>.
12410
12411 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12414         instead.
12415
12416 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12417
12418         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12419         to remove a server from the nnimap-server-buffer-alist.
12420         (nnimap-open-connection, nnimap-close-server): Use it.
12421
12422         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12423
12424 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12427         running the major-mode function.
12428
12429 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12432         dummy marks in the right way.
12433
12434 2004-10-18  David Edmondson  <dme@dme.org>
12435
12436         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12437         excessively.
12438
12439 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12440
12441         * gnus-util.el (gnus-split-references): Accept a nil references
12442         string and go on blissfully.
12443
12444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12445         cases where the references string is non-nil but has no references.
12446
12447         * encrypt.el: Add autoload tags.
12448
12449         * spam.el (spam-resolve-registrations-routine): Remove article
12450         from unregistration list too.  Reported by David Hanak
12451         <dhanak@isis.vanderbilt.edu>
12452
12453 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12456         nil.  Changed custom type.
12457
12458 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12461
12462         * gnus-sum.el (gnus-summary-move-article): Use it.
12463
12464 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12465
12466         * encrypt.el: Add autoload cookies.
12467
12468         * spam.el (spam-backend-article-list-property)
12469         (spam-backend-get-article-todo-list)
12470         (spam-backend-put-article-todo-list)
12471         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12472         Resolve registrations separately.
12473         (spam-register-routine): Format comments.
12474         (spam-unregister-routine, spam-register-routine): Always call with
12475         specific-articles, no default list.
12476         (spam-summary-prepare-exit): Use the spam-classifications function.
12477
12478         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12479         gnus-encrypt.el.
12480
12481         * encrypt.el: Copied from gnus-encrypt.el.
12482
12483         * gnus-encrypt.el: Commented that it's obsolete.
12484
12485 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12488         (gnus-score-save): Use it.
12489
12490         * message.el (message-bury): Use `window-dedicated-p'.
12491
12492 2004-10-15  Simon Josefsson  <jas@extundo.com>
12493
12494         * pop3.el (top-level): Don't require nnheader.
12495         (pop3-read-timeout): Add.
12496         (pop3-accept-process-output): Add.
12497         (pop3-read-response, pop3-retr): Use it.
12498
12499 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12500
12501         * spam.el (spam-register-routine): Move comment.
12502         (spam-verify-bogofilter): Use 'unknown for the initial
12503         spam-bogofilter-valid state, not 'never.
12504
12505         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12506         for netrc-machine.
12507
12508         * nnimap.el (nnimap-open-connection): Use
12509         netrc-machine-user-or-password.
12510
12511 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12512
12513         * gnus-registry.el (gnus-registry-unload-hook):
12514         Set as a variable with add-hook.
12515
12516         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12517         of news-path.
12518
12519         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12520
12521         * spam.el: Delete duplicate `provide'.
12522         (spam-unload-hook): Set as a variable with add-hook.
12523
12524 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12527         in the doc string.
12528
12529         * message.el (message-ignored-news-headers)
12530         (message-ignored-supersedes-headers)
12531         (message-ignored-resent-headers)
12532         (message-forward-ignored-headers): Improve custom type.
12533
12534 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * message.el (message-tokenize-header): Fix 2004-09-06 change
12537         which used point-min in the wrong place.
12538
12539 2004-10-12  Simon Josefsson  <jas@extundo.com>
12540
12541         * tls.el (tls-certtool-program): New variable.
12542         (tls-certificate-information): New function, based on
12543         ssl-certificate-information.
12544
12545 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * compface.el: Move the version of ELisp-based uncompface program
12548         to the contrib directory because of the copyright problem.
12549
12550 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * message.el (message-kill-buffer): Raise the current frame.
12553
12554 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12557
12558         * gnus.el (message-y-or-n-p): Autoload.
12559
12560         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12561         (pop3-password-required, pop3-authentication-scheme)
12562         (pop3-leave-mail-on-server): Made customizable.
12563         (pop3): New custom group.
12564         (pop3-retr): Remove `sleep-for' statements.
12565         Suggested by Dave Love <fx@gnu.org>.
12566
12567         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12568         Windows/DOS.
12569
12570         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12571         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12572         Dave Love <fx@gnu.org>.
12573
12574         * mml.el (mml-minibuffer-read-disposition): Require match.
12575         Suggested by Dave Love <fx@gnu.org>.
12576
12577 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12580         doc string.
12581
12582 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12585
12586 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12587
12588         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12589         instead of calling `mm-insert-inline', to decode text/* parts
12590         before displaying them.
12591
12592 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * mm-uu.el (mm-uu-text-plain-type): New variable.
12595         (mm-uu-pgp-signed-extract-1): Use it.
12596         (mm-uu-pgp-encrypted-extract-1): Use it.
12597         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12598         bind mm-uu-text-plain-type with that value.
12599         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12600         mm-uu-dissect.
12601
12602 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-group.el (gnus-update-group-mark-positions):
12605         * gnus-sum.el (gnus-update-summary-mark-positions):
12606         * message.el (message-check-news-body-syntax):
12607         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12608         of string-as-multibyte.
12609
12610 2004-10-05  Juri Linkov  <juri@jurta.org>
12611
12612         * gnus-group.el (gnus-update-group-mark-positions):
12613         * gnus-sum.el (gnus-update-summary-mark-positions):
12614         * message.el (message-check-news-body-syntax):
12615         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12616         8-bit unibyte values to a multibyte string for search functions.
12617
12618 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12621         (mm-uu-dissect-text-parts): New function.
12622
12623         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12624         dissect text parts.
12625
12626         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12627         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12628
12629         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12630
12631         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12632         gnus-current-topics instead of gnus-current-topic.
12633
12634 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12635
12636         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12637
12638 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12639
12640         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12641         where approriate.
12642
12643         * nnml.el (nnml-generate-active-info): do.
12644
12645         * nndiary.el (nndiary-generate-active-info): do.
12646
12647         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12648         (gnus-topic-move): do.
12649
12650         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12651         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12652
12653         * gnus-srvr.el (gnus-server-prepare)
12654         (gnus-server-open-all-servers): do.
12655
12656         * gnus-msg.el (gnus-summary-cancel-article)
12657         (gnus-summary-resend-message)
12658         (gnus-summary-mail-crosspost-complaint): do.
12659
12660         * gnus-move.el (gnus-change-server): do.
12661
12662         * gnus-group.el (gnus-group-unmark-all-groups)
12663         (gnus-group-set-current-level): do.
12664
12665 2004-10-04  Simon Josefsson  <jas@extundo.com>
12666
12667         * message.el (message-generate-hashcash): Doc fix.
12668
12669 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12670
12671         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12672         avoid infinite recursion via gnus-get-function.
12673
12674 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12675
12676         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12677
12678         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12679
12680         * nnmail.el (nnmail-split-history): do.
12681
12682         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12683         (nnml-request-delete-group): do.
12684
12685         * nnslashdot.el (nnslashdot-read-groups): do.
12686
12687         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12688         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12689
12690         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12691         (nnspool-sift-nov-with-sed): Use last.
12692         (nnspool-retrieve-headers-with-nov): Use mapc.
12693         (nnspool-request-newgroups): Use dolist.
12694         (nnspool-request-group): Use last.
12695
12696         * nntp.el (nntp-read-server-type): Use dolist.
12697
12698         * nnvirtual.el (nnvirtual-create-mapping)
12699         (nnvirtual-update-read-and-marked): Use dolist.
12700         (nnvirtual-convert-headers): Simplify.
12701
12702 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12703
12704         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12705         support for sync'ing tick marks.
12706
12707 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12710         there's no visible header.
12711
12712 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12713
12714         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12715         necessary, pass full group name to gnus-request-set-marks.
12716
12717 2004-10-01  Simon Josefsson  <jas@extundo.com>
12718
12719         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12720         acroread.
12721
12722 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723
12724         * spam-report.el (spam-report-gmane): Fix interactive.
12725
12726         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12727
12728         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12729         when writing file.
12730         (gnus-agent-synchronize-flags): Don't default to being
12731         interactive.
12732
12733 2004-09-30  Simon Josefsson  <jas@extundo.com>
12734
12735         * message.el (message-generate-hashcash): Add.
12736         (message-send-mail): Use it, call mail-add-payment.
12737
12738 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12739
12740         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12741
12742 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12743
12744         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12745         gnus-requst-update-info with explicit code to sync the in-memory
12746         info read flags with the marks being sync'd to the backend.
12747
12748         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12749
12750 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12751
12752         * spam.el (spam-verify-bogofilter): Add new function.
12753         (spam-check-bogofilter)
12754         (spam-bogofilter-register-with-bogofilter): Use it.
12755         (spam-verify-bogofilter): Add small fixes.
12756
12757 2004-09-28  Simon Josefsson  <jas@extundo.com>
12758
12759         * hashcash.el (hashcash-generate-payment): Revert.
12760
12761 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12762
12763         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12764         gnus-extract-references instead of gnus-split-references.
12765
12766         * gnus-util.el (gnus-extract-references): Add new function, analogous
12767         to gnus-split-references but extracts only the message-ID without
12768         anything extra.
12769
12770         * hashcash.el (hashcash-generate-payment)
12771         (hashcash-check-payment): Do the right thing if hashcash-path is
12772         nil (because the hashcash program could not be found).
12773
12774         * spam.el (spam-use-hashcash): Remove comment.
12775
12776 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12777
12778         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12779         (gnus-cache-enter-article, gnus-cache-remove-article)
12780         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12781
12782         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12783
12784         * gnus-art.el (article-hide-boring-headers)
12785         (article-translate-strings, article-display-face)
12786         (gnus-article-mime-match-handle-first)
12787         (gnus-article-highlight-headers)
12788         (gnus-article-add-buttons-to-head): do.
12789
12790 2004-09-27  Simon Josefsson  <jas@extundo.com>
12791
12792         * hashcash.el: New version, from
12793         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12794         ../contrib/.
12795
12796 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12799
12800 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12801
12802         * gnus-dup.el (gnus-dup-open): Use mapc.
12803         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12804
12805         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12806         Reported by Stefan Wiens <s.wi@gmx.net>.
12807
12808         * gnus.el (gnus-shutdown): Use dolist.
12809
12810         * gnus-undo.el (gnus-undo): Use mapc.
12811
12812         * nnrss.el (nnrss-generate-active): do.
12813
12814         * message.el (message-cite-original-without-signature)
12815         (message-cite-original): Use mapc.
12816         (message-do-actions, message-make-forward-subject): Use dolist.
12817
12818 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12819
12820         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12821         deletion to remove entire duplicate line.  Fixes merged article
12822         number bug.
12823
12824 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12825
12826         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12827         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12828         first ask if you want to open a server and then, even when you
12829         responded with no, asking if you want to synchronize the server's
12830         flags.
12831         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12832         multi-line expressions.
12833         (gnus-agent-synchronize-group-flags): New internal function.
12834         Updates marks in memory (in the info structure) AND in the
12835         backend.
12836
12837         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12838
12839         * nnagent.el (nnagent-request-set-mark): Use
12840         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12841         method, to ensure that synchronization updates marks in the
12842         backend and in the info (in memory) structure.
12843
12844 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12847         convention fully; don't miss the root article of a thread; make
12848         the X-Draft-From header with correct article numbers.
12849
12850 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12851
12852         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12853         unless plugged.  Disable the agent so that an open failure causes
12854         an error.
12855
12856         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12857         Reverted 2004-09-21 change.  The backend must be opened while
12858         synchronizing flags even when the backend stores the flags
12859         locally.
12860
12861 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12864         in `header' match.  Reported by Svend Tollak Munkejord.
12865
12866         * message.el (message-cite-original): Fix use of
12867         `message-cite-articles-with-x-no-archive'.
12868
12869 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12872         (gnus-window-to-buffer): Ditto.
12873
12874         * mml.el (mml-preview-buffer): New variable.
12875         (mml-preview): Manage window layout with gnus-buffer-configuration.
12876
12877         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12878         X-Draft-From header even if those articles aren't quoted.
12879
12880 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12881
12882         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12883         (gnus-request-set-mark, gnus-request-update-mark): Use new
12884         g-s-t-u-l-m to decide to use backend even when unplugged.
12885
12886 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12889         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12890
12891 2004-09-20  Simon Josefsson  <jas@extundo.com>
12892
12893         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12894         "utf-16-le".
12895
12896 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12897
12898         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12899
12900 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * uudecode.el (uudecode-use-external): Add :version.
12903
12904         * smime.el (smime-CA-file, smime-encrypt-cipher)
12905         (smime-dns-server): Add :version.
12906
12907         * smiley.el (gnus-smiley-file-types): Add :version.
12908
12909         * sha1.el (sha1-use-external): Add :version.
12910
12911         * pgg-def.el (pgg-query-keyserver): Add :version.
12912
12913         * nnmail.el (nnmail-fancy-expiry-targets)
12914         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12915         Add :version.
12916
12917         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12918         (nnimap-retrieve-groups-asynchronous): Add :version.
12919         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12920
12921         * mml.el (mml-content-disposition-parameters)
12922         (mml-insert-mime-headers-always): Add :version.
12923
12924         * mm-util.el (mm-coding-system-priorities): Add :version.
12925
12926         * mm-decode.el (mm-inline-text-html-with-images)
12927         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12928         (mm-verify-option): Add :version.
12929         (mm-text-html-renderer): Change :version.
12930
12931         * message.el (message-fcc-externalize-attachments)
12932         (message-required-headers, message-draft-headers)
12933         (message-subject-trailing-was-query)
12934         (message-subject-trailing-was-ask-regexp)
12935         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12936         (message-mark-insert-end, message-archive-header)
12937         (message-archive-note, message-cross-post-default)
12938         (message-cross-post-note, message-followup-to-note)
12939         (message-cross-post-note-function, message-use-mail-followup-to)
12940         (message-subscribed-address-functions)
12941         (message-subscribed-address-file, message-subscribed-addresses)
12942         (message-subscribed-regexps, message-allow-no-recipients)
12943         (message-yank-cited-prefix, message-signature-insert-empty-line)
12944         (message-hidden-headers, message-hierarchical-addresses)
12945         (message-mail-user-agent, message-use-idna)
12946         (message-valid-fqdn-regexp)
12947         (message-strip-special-text-properties, message-header-synonyms)
12948         (message-beginning-of-line, message-tab-body-function): Add :version.
12949         (message-insert-canlock, message-wide-reply-confirm-recipients):
12950         Change :version.
12951
12952         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12953         and :version.
12954         (mail-source-delete-old-incoming-confirm)
12955         (mail-source-movemail-program): Add :version.
12956
12957         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12958         (gnus-agent-cache, gnus-agent): Change :version.
12959
12960         * gnus-util.el (gnus-use-byte-compile): Change :version.
12961
12962         * gnus-sum.el (gnus-summary-make-false-root-always)
12963         (gnus-summary-default-high-score)
12964         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12965         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12966         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12967         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12968         (gnus-sum-thread-tree-single-indent)
12969         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12970         (gnus-sum-thread-tree-leaf-with-other)
12971         (gnus-sum-thread-tree-single-leaf): Add :version.
12972         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12973         (gnus-article-loose-mime): Change :version.
12974
12975         * gnus-start.el (gnus-backup-startup-file)
12976         (gnus-save-startup-file-via-temp-buffer): Add :version.
12977
12978         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12979         (gnus-server-offline-face): Add :version.
12980
12981         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12982
12983         * gnus-msg.el (gnus-gcc-externalize-attachments)
12984         (gnus-debug-files, gnus-debug-exclude-variables)
12985         (gnus-discouraged-post-methods): Change :version.
12986         (gnus-confirm-mail-reply-to-news)
12987         (gnus-confirm-treat-mail-like-news): Add :version.
12988
12989         * gnus-int.el (gnus-server-unopen-status): Add :version.
12990
12991         * gnus-group.el (gnus-group-jump-to-group-prompt)
12992         (gnus-large-ephemeral-newsgroup)
12993         (gnus-fetch-old-ephemeral-headers): Add :version.
12994
12995         * gnus-fun.el (gnus-x-face-directory)
12996         (gnus-convert-pbm-to-x-face-command)
12997         (gnus-convert-image-to-x-face-command)
12998         (gnus-convert-image-to-face-command): Add :version.
12999
13000         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13001
13002         * gnus-cite.el (gnus-cite-blank-line-after-header)
13003         (gnus-article-boring-faces): Add :version.
13004
13005         * gnus-art.el (gnus-buttonized-mime-types)
13006         (gnus-inhibit-mime-unbuttonizing)
13007         (gnus-treat-display-face)
13008         (gnus-treat-body-boundary): Change :version.
13009         (gnus-body-boundary-delimiter, gnus-picon-databases)
13010         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13011         (gnus-treat-date-english, gnus-treat-fold-headers)
13012         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13013         (gnus-treat-mail-picon, gnus-treat-wash-html)
13014         (gnus-article-encrypt-protocol)
13015         (gnus-use-idna, gnus-article-over-scroll)
13016         (gnus-mime-display-multipart-alternative-as-mixed)
13017         (gnus-mime-display-multipart-related-as-mixed)
13018         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13019         (gnus-ctan-url, gnus-button-ctan-handler)
13020         (gnus-button-handle-ctan-bogus-regexp)
13021         (gnus-button-ctan-directory-regexp)
13022         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13023         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13024         (gnus-button-man-level, gnus-button-emacs-level)
13025         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13026
13027         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13028         (gnus-agent-go-online): Change :version.
13029         (gnus-agent-expire-unagentized-dirs)
13030         (gnus-agent-auto-agentize-methods): Add :version.
13031
13032         * flow-fill.el (fill-flowed-display-column)
13033         (fill-flowed-encode-column): Add :version.
13034
13035         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13036         (gnus-outlook-deuglify-unwrap-max)
13037         (gnus-outlook-deuglify-cite-marks)
13038         (gnus-outlook-deuglify-unwrap-stop-chars)
13039         (gnus-outlook-deuglify-no-wrap-chars)
13040         (gnus-outlook-deuglify-attrib-cut-regexp)
13041         (gnus-outlook-deuglify-attrib-verb-regexp)
13042         (gnus-outlook-deuglify-attrib-end-regexp)
13043         (gnus-outlook-display-hook): Add :version.
13044
13045         * binhex.el (binhex-use-external): Add :version.
13046
13047 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13050         and `invisible'.
13051
13052 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13055         in gnus-registry-trim.
13056
13057 2004-09-13  Simon Josefsson  <jas@extundo.com>
13058
13059         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13060
13061         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13062
13063         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13064         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13065         <yamaoka@jpl.org>.
13066         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13067         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13068         <yamaoka@jpl.org>.
13069
13070         * sieve.el (sieve-manage-mode): Ditto.
13071
13072 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13075
13076 2004-09-11  Simon Josefsson  <jas@extundo.com>
13077
13078         * dns-mode.el: Add.
13079
13080         * mm-view.el (mm-display-dns-inline): Add.
13081
13082         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13083         (mm-automatic-display): Ditto.
13084
13085         * mailcap.el (mailcap-mime-data): Add text/dns.
13086         (mailcap-mime-extensions): Map .soa to text/dns.
13087
13088 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13089
13090         * gnus-art.el (article-decode-mime-words, article-babel)
13091         (gnus-article-highlight-signature, gnus-article-add-buttons)
13092         (gnus-signature-toggle): Remove unnecessary bindings of
13093         `inhibit-read-only' inherited from v5.10 merge.
13094
13095 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * nntp.el (nntp): New customization group.
13098         (nntp-authinfo-file): Add customization group.
13099
13100         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13101
13102         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13103
13104         * gnus.el (to-address, to-list, subscribed)
13105         (large-newsgroup-initial): Ditto.
13106
13107         * flow-fill.el (fill-flowed-display-column)
13108         (fill-flowed-encode-column): Ditto.
13109
13110 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13111
13112         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13113         Use point-min rather than 1.
13114         (message-send-mail): Use buffer-size rather than point-max.
13115
13116         * gnus-sum.el (gnus-summary-search-article-forward):
13117         Signal a specific `search-failed' rather than a generic `error'.
13118
13119         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13120         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13121         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13122
13123 2004-09-10  Simon Josefsson  <jas@extundo.com>
13124
13125         * nndb.el (require): Remove tcp and duplicate cl.
13126
13127 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-agent.el (directory-files-and-attributes): Move forward.
13130
13131 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13132
13133         * gnus-agent.el (directory-files-and-attributes): Optionally
13134         defined to support XEmacs.
13135
13136 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13137
13138         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13139         to avoid run-time CL dependencies.
13140         (gnus-agent-unfetch-articles): New function.
13141         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13142         article numbers even when local .overview file is missing.
13143         (gnus-agent-read-article-number): New function.  Only accepts
13144         27-bit article numbers.
13145         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13146         gnus-agent-read-article-number.
13147         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13148         from backend while recognizing that article numbers in .overview
13149         must be valid.
13150         (gnus-agent-update-files-total-fetched-for): Use
13151         directory-files-and-attributes to improve performance.
13152         * gnus-int.el (gnus-request-move-article): Use
13153         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13154         improve performance.
13155
13156         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13157         some users confused by references to .newsrc when they only have a
13158         .newsrc.eld file.
13159         (gnus-convert-mark-converter-prompt)
13160         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13161         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13162         New function.  Used internally to only display 'gnus converting
13163         files' message when actually necessary.
13164
13165         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13166         methods now autoloaded.
13167
13168 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13171         identifiers.
13172
13173 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-picon.el: Fix indentation and closing parenthesis.
13176
13177 2004-09-01  Simon Josefsson  <jas@extundo.com>
13178
13179         * message.el (message-canlock-generate): Require sha1, not
13180         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13181         to require within a function.  Sadly, if sha1.el isn't loaded, the
13182         let binding in m-c-g will hide the defcustom definition, which is
13183         bad.)
13184
13185         * canlock.el: Require sha1, not sha1-el.
13186
13187         * message.el: Don't autoload sha1 (there is a autoload cookie in
13188         sha1.el).
13189
13190         * sha1-el.el: Renamed to sha1.el.
13191
13192 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13193
13194         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13195
13196 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13197
13198         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13199
13200 2004-08-30  Kim F. Storm  <storm@cua.dk>
13201
13202         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13203
13204         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13205         Add :group 'nnimap.
13206
13207 2004-08-30  Andreas Schwab  <schwab@suse.de>
13208
13209         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13210         ?* and ?\;.
13211
13212         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13213         and ?\' to symbol instead of whitespace.
13214
13215 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13218
13219         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13220         instead of re-search-forward.
13221
13222         * gnus-uu.el (gnus-uu-save-article): Ditto.
13223         (gnus-uu-post-encode-uuencode): Ditto.
13224
13225         * html2text.el (html2text-clean-list-items): Ditto.
13226         (html2text-clean-dtdd): Ditto.
13227         (html2text-format-tags): Ditto.
13228
13229         * message.el (message-send-mail-with-sendmail): Fix regexp.
13230         (message-fill-field-general): Use search-forward instead of
13231         re-search-forward.
13232         (unbold-region): Ditto.
13233
13234         * nnrss.el (nnrss-request-article): Ditto.
13235
13236         * nnslashdot.el (nnslashdot-request-article): Ditto.
13237
13238         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13239
13240         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13241         "Unrecognized menu descriptor" error in XEmacs.
13242
13243 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13244
13245         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13246         parent article of a sparse article in the thread hashtb.
13247
13248 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13249
13250         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13251         (nnmail-expand-newtext): Lowercase expanded entries if
13252         nnmail-split-lowercase-expanded is non-nil.
13253
13254 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13257
13258         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13259         of gnus-tmp-news-method into string under XEmacs.  It will be
13260         passed to gnus-correct-length which takes only a string argument.
13261
13262 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-util.el (gnus-bind-print-variables): New macro.
13265         (gnus-prin1): Use it.
13266         (gnus-prin1-to-string): Use it.
13267         (gnus-pp): New function.
13268         (gnus-pp-to-string): New function.
13269
13270         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13271         Replace pp-to-string with gnus-pp-to-string.
13272         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13273         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13274         * gnus-msg.el (gnus-debug): Ditto.
13275         * gnus-score.el (gnus-score-save): Ditto.
13276         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13277         gnus-pp-to-string.
13278         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13279         with gnus-pp.
13280         * score-mode.el (gnus-score-pretty-print): Ditto.
13281         * webmail.el (webmail-debug): Ditto.
13282
13283 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-art.el (article-display-face, article-display-x-face):
13286         Use buffer-read-only.
13287
13288 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-art.el (article-hide-list-identifiers):
13291         Bind inhibit-read-only as t.
13292
13293 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13296
13297 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13298
13299         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13300         (gnus-narrow-to-page): Don't assume point-min == 1.
13301         (gnus-article-edit-mode): Derive from message-mode.
13302
13303         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13304         point-min == 1.
13305
13306         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13307         Disable incorrect use of `assert'.
13308
13309         * message.el (message-mode): Set comment-start-skip.
13310
13311
13312 2004-08-22  Sam Steingold  <sds@gnu.org>
13313
13314         * pop3.el (pop3-leave-mail-on-server): New user variable.
13315         (pop3-movemail): Delete mail only when it is nil.
13316
13317 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13320
13321         * mml.el (mml-preview): Use `pop-to-buffer'.
13322
13323         * message.el (message-goto-mail-followup-to): Insert after "To".
13324         (message-carefully-insert-headers): Add comment.
13325
13326         * gnus.el: Remove unused variable `gnus-article-check-size'.
13327
13328         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13329
13330         * gnus-art.el (gnus-button-alist): Improve
13331         `gnus-button-handle-library' entry.
13332
13333 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13334
13335         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13336         downcase, since XEmacs capitalizes error messages differently.
13337
13338 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13339
13340         * nntp.el: Add (require 'gnus) due to reference to
13341         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13342
13343 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13344
13345         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13346         `mm-fill-flowed'.
13347
13348         * mm-decode.el (mm-dissect-singlepart): Check it.
13349
13350 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13351
13352         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13353         'imap' for netrc parsing.
13354
13355 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * mailcap.el (mailcap-mime-data): Mark as risky.
13358
13359 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13362         may be included in the encoded word.
13363         (rfc2047-encode): Don't append a space if the encoded word
13364         includes close parenthesis.
13365
13366 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13369         of text within parentheses.
13370
13371 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13372
13373         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13374         (gnus-encrypt-write-file-contents): Make the password key the file
13375         name PLUS the cipher, not just the cipher.  Also remove failed
13376         passwords from the cache.
13377
13378 2004-08-06  Simon Josefsson  <jas@extundo.com>
13379
13380         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13381         fix.
13382
13383 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13386         LWSP.
13387
13388 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13389
13390         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13391         to append in-reply-to: data to the references: header.
13392
13393         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13394         (netrc-parse): Use gnus-encrypt.el functions.
13395
13396         * gnus-encrypt.el: Add new file for encryption support; currently
13397         does only a few GPG ciphers and an internal XOR cipher.
13398
13399         * password.el: Add comments on using password-read-and-add.
13400         (password-read-and-add): Add function to read and add the
13401         password to the cache at once.
13402
13403 2004-07-28  Simon Josefsson  <jas@extundo.com>
13404
13405         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13406         parameter (but don't use it, for now).
13407
13408         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13409         instead of hard coding to nil.
13410
13411 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13414         as mm-inline-image-xemacs does.
13415
13416 2004-07-26  Simon Josefsson  <jas@extundo.com>
13417
13418         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13419         Revert part of 2004-07-17 change below.
13420
13421 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13424         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13425
13426 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13427
13428         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13429         quotes that actually start with ">" at the beginning of the
13430         lines.
13431
13432 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * rfc2047.el (rfc2047-encode-region): Fix last change.
13435         (rfc2047-encode-parameter): Remove useless concat.
13436
13437 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13440         encode special characters; fix some kind of misconfigured headers;
13441         signal a real error if debug-on-quit or debug-on-error is non-nil.
13442         (rfc2047-encode-max-chars): New variable.
13443         (rfc2047-encode-1): Use it.
13444         (rfc2047-encode-parameter): New function.
13445
13446         * mml.el (mml-insert-parameter): Remove an excessive space.
13447
13448 2004-07-17  Simon Josefsson  <jas@extundo.com>
13449
13450         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13451         Kai Grossjohann <kai@emptydomain.de>.
13452         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13453         (gnus-group-make-menu-bar): Ditto.
13454
13455         * gnus-util.el (gnus-group-server): Add.
13456
13457 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13458
13459         * message.el (message-clone-locals): Clone sendmail and smtp
13460         variables.
13461
13462 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * rfc2047.el (rfc2047-encode-region): Fix last change.
13465
13466 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13469         characters as non-special.
13470
13471 2004-07-09  Simon Josefsson  <jas@extundo.com>
13472
13473         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13474         Users will lose all flag changes made while unplugged with
13475         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13476         good default.  See numerous reports on ding mailing list.
13477
13478 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13481         add generate-head-function and generate-article-function to the
13482         rfc822-forward entry.
13483         (nndoc-rfc822-forward-generate-article): New function.
13484         (nndoc-rfc822-forward-generate-head): New function.
13485
13486         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13487
13488 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13489
13490         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13491         respect display group parameter and gnus-summary-expunge-below.
13492         (gnus-articles-to-read): Remove unused reference to display group
13493         parameter.
13494
13495 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13496
13497         * nnheader.el (nnheader-uniquify-message-id): New experimental
13498         variable.
13499         (nnheader-nov-read-message-id): Use it.
13500
13501         * spam-report.el (spam-report-gmane): Add interactive.
13502
13503 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13506         qp-or-base64 for the application/* types.
13507
13508 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13509
13510         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13511
13512 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13515         trim value.
13516
13517 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13518
13519         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13520         New macro and function.
13521         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13522
13523 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13526         after-load-alist.
13527
13528 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13529
13530         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13531         update info that isn't there.
13532
13533 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13534
13535         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13536         entry.
13537
13538 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * mm-view.el (mm-inline-render-with-function): Use multibyte
13541         buffer; decode html source by charset.
13542
13543         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13544
13545         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13546         Mule-UCS is loaded under XEmacs.
13547         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13548
13549 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13550
13551         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13552
13553 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * mm-util.el (mm-coding-system-p): Return a coding-system.
13556         (mm-mime-mule-charset-alist): Use shift_jis instead of
13557         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13558         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13559         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13560         instead of japanese-shift-jis and iso-latin-1 respectively in
13561         order to share the default value with both Emacs and XEmacs-mule.
13562         (mm-mule-charset-to-mime-charset): Make
13563         mm-coding-system-priorities effective.
13564         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13565         while predicating of candidates upon the priorities.
13566
13567 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13568
13569         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13570         gnus-uu-invert-processable.
13571
13572         * gnus.el: Autoload gnus-uu-invert-processable.
13573
13574 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * mm-util.el (mm-with-multibyte-buffer): New macro.
13577
13578         * rfc2047.el (rfc2047-encode-string): Use it.
13579         (rfc2047-encode-region): Move point to the end of the region after
13580         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13581
13582 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13585         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13586
13587 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13590         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13591         Karl Chen <quarl@nospam.quarl.org>.
13592
13593 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13594
13595         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13596         invalid addresses.
13597
13598 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * spam.el: Change section markers, revise TODO list.
13601         (spam-backends): Make new master list of all installed backends.
13602         (spam-summary-exit-behavior): Add new variable to determine how
13603         messages moves are done at summary exit.
13604         (spam-move-spam-nonspam-groups-only)
13605         (spam-process-ham-in-nonham-groups)
13606         (spam-process-ham-in-spam-groups): Remove variables, the
13607         spam-summary-exit-behavior variable should be used to manage this
13608         behavior.
13609         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13610         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13611         and spam-old-spam-articles.
13612         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13613         Add empty variables, placeholders for the backends they represent.
13614         (spam-set-difference): Move, unchanged.
13615         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13616         unless the user has a processor variable.
13617         (spam-classifications, spam-classification-valid-p)
13618         (spam-backend-properties, spam-backend-property-valid-p)
13619         (spam-backend-function-type-valid-p)
13620         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13621         (spam-report-articles-gmane, spam-report-articles-resend):
13622         Remove functions, they are not needed.
13623         (spam-install-backend-super, spam-backend-list)
13624         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13625         (spam-backend-function, spam-backend-ham-registration-function)
13626         (spam-backend-spam-registration-function)
13627         (spam-backend-ham-unregistration-function)
13628         (spam-backend-spam-unregistration-function)
13629         (spam-backend-statistical-p, spam-backend-mover-p)
13630         (spam-install-backend-alias, spam-install-checkonly-backend)
13631         (spam-install-mover-backend, spam-install-nocheck-backend)
13632         (spam-install-backend, spam-install-statistical-backend)
13633         (spam-install-statistical-checkonly-backend): Add backend installation
13634         support.
13635         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13636         (spam-group-processor-p): Use the new backend code and respect the
13637         summary exit behavior.
13638         (spam-mark-spam-as-expired-and-move-routine): Remove.
13639         (spam-summary-prepare): Change to use the new spam-old-articles
13640         variable.
13641         (spam-copy-or-move-routine, spam-copy-spam-routine)
13642         (spam-move-spam-routine, spam-copy-ham-routine)
13643         (spam-move-ham-routine): Add code to copy/move ham or spam.
13644         (spam-fetch-field-fast): Improve doc and code, plus allow the
13645         'number request.
13646         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13647         variables.
13648         (spam-split, spam-find-spam): Use the new backend code.
13649         (spam-registration-functions): Remove variable.
13650         (spam-unregister-routine): Add convenience wrapper.
13651         (spam-log-undo-registration, spam-register-routine)
13652         (spam-log-processing-to-registry)
13653         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13654         where possible.
13655         (spam-check-gmane-xref, spam-check-regex-headers)
13656         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13657         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13658         (spam-check-bogofilter-headers, spam-check-spamoracle)
13659         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13660         (spam-check-crm114-headers): Use the spam-split-group that
13661         spam-split prepares, no need to determine it every time.
13662
13663         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13664         to the nnheader-parse-naked-head call.
13665
13666         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13667
13668         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13669         the nnheader-nov-read-message-id call.
13670
13671 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13674         gnus-activate-group twice.  Suggested by Markus Peter
13675         <warp@spin.de>.
13676
13677 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * gnus-art.el (gnus-article-time-format): Exchange the order of
13680         day and month in the default value; fix customization type.
13681         (article-date-ut): Use add-text-properties.
13682         (article-make-date-line): Use message-make-date instead of
13683         current-time-string.
13684
13685         * message.el (message-fetch-field): Don't use set-text-properties.
13686         (message-make-date): Simplify.
13687
13688         * messagexmas.el (message-xmas-make-date): New function.
13689         (message-xmas-redefine): Defalias message-make-date to it.
13690
13691 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13694         (rfc2047-encode-region): Treat text within parentheses as special;
13695         show the original text when error has occurred.
13696
13697         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13698         already-computed method to gnus-activate-group.
13699
13700         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13701         same select-methods identical Lisp objects.
13702
13703         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13704         object when modifying the info.
13705
13706 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13709         gnus-opened-servers since it has never been opened with the new
13710         configuration yet.
13711
13712 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13715         arg to nnheader-generate-fake-message-id.
13716
13717 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13718
13719         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13720         number and build a fake message ID localized to a group and
13721         article number (so it's repeatable from that point on).
13722         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13723         ID format.
13724
13725         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13726         nnheader-generate-fake-message-id with the article number.
13727
13728 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13729
13730         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13731         end-of-buffer.
13732
13733 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * message.el (message-ignored-supersedes-headers): Add Approved.
13736
13737 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13740         goto-char.
13741         (rfc2047-encode): Fold the line before encoding.
13742
13743 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13744
13745         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13746         folding -- not all headers can be folded, and this should be done
13747         by the message composition mode.  Probably.  I think.
13748
13749 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13752         fast.
13753
13754         * gnus-ems.el (gnus-remove-image): Don't use
13755         message-text-with-property; remove only the image found first.
13756
13757         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13758         found first.
13759
13760 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13761
13762         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13763
13764 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * message.el (message-text-with-property): Make it fast and accept
13767         optional arguments.
13768         (message-strip-forbidden-properties): Use it.
13769         (message-fix-before-sending): Follow the m-t-w-p change.
13770
13771         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13772
13773 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-art.el (article-hide-headers): Don't change the buffer
13776         mistakenly when performing mml-preview even if
13777         gnus-single-article-buffer is nil.
13778
13779 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13780
13781         * message.el (message-expand-name-databases): New user option.
13782         (message-expand-name): Use it.
13783
13784 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13785
13786         * spam.el (spam-report-articles-resend)
13787         (spam-report-resend-register-routine): Allow ham reporting.
13788         (spam-report-resend-register-ham-routine): Add wrapper.
13789         (spam-registration-functions): Add ham resending functions.
13790         (spam-list-of-processors): Add ham resend processor.
13791
13792         * gnus.el (ham-resend-to): Add new group parameter.
13793         (spam-process): Add ham resend option.
13794
13795         * spam-report.el (spam-report-resend): Allow reporting ham.
13796         (spam-report-resend-ham): Add wrapper.
13797
13798 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * message.el (message-cite-articles-with-x-no-archive): New
13801         variable.
13802         (message-cite-original): Use it.
13803
13804 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13805
13806         * message.el (message-cite-original): Respect X-No-Archive.
13807
13808 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-art.el (article-hide-headers): Refer to the values for
13811         gnus-ignored-headers and gnus-visible-headers in the summary
13812         buffer since a user may have set them as group parameters.
13813
13814 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13815
13816         * assistant.el (assistant-node-name): Add convenience function.
13817         (assistant-render-text, assistant-render-node): Add error handling,
13818         plus handle multiple next nodes.
13819         (assistant-find-next-node): Comment out for now.
13820         (assistant-find-next-nodes): Add function, returns list of next
13821         nodes.
13822
13823 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * mail-source.el (mail-source-directory): Fix doc-string.
13826
13827 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13828
13829         * assistant.el (assistant-render-text, assistant-eval): Add :set
13830         widget type, which is different because it takes and returns a
13831         list.  Much hilarity ensues.
13832
13833 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13836
13837         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13838         doc-string.
13839
13840         * gnus-start.el (gnus-activate-group): Added doc-string.
13841
13842 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13845
13846 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13847
13848         * assistant.el (assistant-render-text): Try to add a :set
13849         widget, more to come.
13850
13851         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13852         strings.
13853         (spam-report-articles-resend)
13854         (spam-register-routine): Do registration iff any articles warrant
13855         it.
13856         (spam-summary-prepare-exit): Change log message for nil group
13857         destinations.
13858
13859 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13860
13861         * spam.el (spam-report-resend-register-routine): Allow
13862         spam-report-resend-to to be a group parameter or a global value.
13863
13864 2004-05-26  Simon Josefsson  <jas@extundo.com>
13865
13866         * starttls.el: Merge with my GNUTLS based starttls.el.
13867         (starttls-gnutls-program, starttls-use-gnutls)
13868         (starttls-extra-arguments, starttls-process-connection-type)
13869         (starttls-connect, starttls-failure, starttls-success): New
13870         variables.
13871         (starttls-program, starttls-extra-args): Doc fix.
13872         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13873         functions.
13874         (starttls-negotiate, starttls-open-stream): Check
13875         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13876         function if it is set.
13877
13878 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13881         structured fields.
13882
13883 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13886
13887 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13888
13889         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13890         variable.
13891         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13892         assigning the spam-mark to new messages.
13893
13894 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13895
13896         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13897
13898 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13901
13902         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13903         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13904         default.
13905
13906 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13907
13908         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13909         correct data.
13910
13911 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13912
13913         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13914         (spam-group-processor-p): Fix function.
13915         (spam-group-processor-multiple-p)
13916         (spam-group-spam-processor-report-gmane-p)
13917         (spam-group-spam-processor-report-resend-p)
13918         (spam-group-spam-processor-bogofilter-p)
13919         (spam-group-spam-processor-blacklist-p)
13920         (spam-group-spam-processor-ifile-p)
13921         (spam-group-ham-processor-ifile-p)
13922         (spam-group-spam-processor-spamoracle-p)
13923         (spam-group-spam-processor-crm114-p)
13924         (spam-group-ham-processor-bogofilter-p)
13925         (spam-group-spam-processor-stat-p)
13926         (spam-group-ham-processor-stat-p)
13927         (spam-group-ham-processor-whitelist-p)
13928         (spam-group-ham-processor-BBDB-p)
13929         (spam-group-ham-processor-spamoracle-p)
13930         (spam-group-ham-processor-copy-p): Remove functions with some
13931         prejudice against unneeded code.
13932         (spam-report-articles-resend)
13933         (spam-report-resend-register-routine): Allow the group/topic
13934         spam-resend-to value to override spam-report-resend-to.
13935         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13936         properly now.
13937
13938         * gnus.el (spam-resend-to): Add group/topic parameter.
13939         (spam-process): Move the OBSOLETE processors to the end of the
13940         choices.
13941
13942 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13943
13944         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13945         with resend-to set to nil, and then ask the user if necessary.
13946         (spam-report-resend): spam-report-resend takes a list of articles, not
13947         separate article numbers.
13948
13949 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13952         addition to emacs-w3m.
13953
13954 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13955
13956         * assistant.el (assistant-authinfo-data): New function.
13957         (assistant-eval): Eval for entire assistant.
13958
13959         * netrc.el (netrc-services-file): New variable.
13960         (netrc-parse-services): New function.
13961         (netrc-find-service-name): New function.
13962         (netrc-find-service-number): New function.
13963         (netrc-port-equal): New function.
13964         (netrc-machine): Use it.
13965
13966         * nnimap.el (nnimap-open-connection): Use netrc.
13967
13968         * gnus-util.el (gnus-netrc-get): Remove aliases.
13969
13970         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13971
13972         * assistant.el (wid-edit): Fix compilation.
13973
13974         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13975
13976 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13977
13978         * gnus-util.el (gnus-set-file-modes): New function.  (small
13979         patch).
13980
13981 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13982
13983         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13984
13985         * assistant.el (assistant-render-node): Fix up rendering and
13986         read-only text.
13987         (assistant-render-node): Reset.
13988         (assistant-make-read-only): Not sticky.
13989
13990 2004-05-20  Danny Siu  <dsiu@adobe.com>
13991
13992         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13993         centered even when gnus-auto-center-summary is t.
13994
13995 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13996
13997         * dns.el (dns-get-txt-answer): New function.
13998         (dns-read-txt): Ditto.
13999         (query-dns): Use it.
14000
14001 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14004         active for foreign groups even if the group level is higher than
14005         the specified value.
14006
14007 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14008
14009         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14010         non-active groups.
14011
14012         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14013
14014 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14015
14016         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14017
14018 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14021         (spam-crm114-header, spam-crm114-spam-switch)
14022         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14023         (spam-crm114-positive-spam-header)
14024         (spam-crm114-database-directory, spam-list-of-processors)
14025         (spam-group-spam-processor-crm114-p)
14026         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14027         (spam-generic-score, spam-list-of-checks)
14028         (spam-list-of-statistical-checks, spam-registration-functions)
14029         (spam-check-crm114-headers, spam-crm114-score)
14030         (spam-check-crm114, spam-crm114-register-with-crm114)
14031         (spam-crm114-register-spam-routine)
14032         (spam-crm114-unregister-spam-routine)
14033         (spam-crm114-register-ham-routine)
14034         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14035         asjo@koldfront.dk (Adam Sjøgren).
14036
14037         * gnus.el: Add spam-use-crm114.
14038
14039         * spam.el (spam-list-of-processors, spam-registration-functions):
14040         Add spam-use-resend.
14041         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14042         (spam-report-articles-gmane): Add doc fix.
14043         (spam-report-articles-resend, spam-report-resend-register-routine):
14044         Add wrappers around spam-report-resend-to.
14045
14046         * spam-report.el (spam-report-resend-to, spam-report-resend):
14047         Add support for resending spam.
14048         (spam-report-gmane): Fix line length >80.
14049
14050         * gnus.el (spam-process): Add spam-use-resend.
14051
14052 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14053
14054         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14055         number of processed spam messages.
14056         (spam-ham-copy-or-move-routine): Return the number of processed
14057         ham messages.
14058         (spam-summary-prepare-exit): Use the above values to decide
14059         whether status messages shouled be displayed.
14060
14061 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14064         `rfc2047-encoding-function-alist' in order to avoid conflicting
14065         with the old version.
14066         (rfc2047-encode-region): Concatenate words containing non-ASCII
14067         characters in structured fields; don't encode space-delimited
14068         ASCII words even in unstructured fields; don't break words at
14069         char-category boundaries.
14070         (rfc2047-encode-1): New function.
14071         (rfc2047-encode): Use it; encode text so that it occupies the
14072         maximum width within 76-column; work correctly on Q encoding for
14073         iso-2022-* charsets.
14074         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14075         sure not to break a line just after the header name.
14076         (rfc2047-b-encode-region): Removed.
14077         (rfc2047-b-encode-string): New function.
14078         (rfc2047-q-encode-region): Removed.
14079         (rfc2047-q-encode-string): New function.
14080
14081         * mm-util.el (mm-replace-in-string): New function.
14082
14083 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14084
14085         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14086         get it right.
14087         (gnus-inews-make-draft): Really.
14088
14089 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14090
14091         * nnmh.el (nnmh-request-list-1): Don't check the link count
14092         before descending.  (small patch)
14093
14094 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095
14096         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14097         stuff.
14098
14099         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14100         on real group name.
14101
14102         * gnus-art.el (gnus-signature-limit): Doc fix.
14103
14104         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14105
14106         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14107
14108 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14109
14110         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14111         isn't a string.
14112
14113 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14114
14115         * gnus-draft.el (gnus-draft-send): Bind
14116         rfc2047-encode-encoded-words.
14117
14118         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14119         (rfc2047-encodable-p): Say that =? needs encoding.
14120         (rfc2047-encode-encoded-words): New variable.
14121
14122         * gnus-group.el (gnus-group-select-group): Doc fix.
14123
14124         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14125
14126         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14127         to nil.
14128
14129         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14130
14131         * nnheader.el (nnheader-get-lines-and-char): New function.
14132
14133 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * gnus-msg.el (gnus-summary-followup-with-original): Document
14136         yanking of region when active.
14137
14138 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14141         groups if the group level is higher than the specified value.
14142
14143 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14146         (gnus-group-jump-to-group): Added prefix argument using
14147         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14148         non-active group.
14149
14150         * compface.el (uncompface): Be verbose when changing
14151         `uncompface-use-external'.
14152
14153         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14154         handle manual section.
14155
14156 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14157
14158         * gnus-art.el (gnus-button-alist): Revert previous change.
14159
14160 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14163
14164 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14165
14166         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14167         whether backend can accept message.
14168
14169         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14170
14171 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14172
14173         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14174         Avoid creating directory when nntp-marks-is-evil is true.
14175         Reported by Reiner Steib.
14176
14177 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * gnus-picon.el (gnus-picon-style): New variable.
14180         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14181         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14182         Jesper Harder <harder@ifa.au.dk>.
14183
14184 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14185
14186         * message.el (message-fill-field): Return point.
14187         (message-generate-headers): Go to end of field.
14188
14189         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14190         stuff for non-living groups.
14191
14192 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14193
14194         * gnus-art.el (gnus-article-followup-with-original)
14195         (gnus-article-reply-with-original): gnus-mark-active-p ->
14196         gnus-region-active-p.
14197
14198 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14199
14200         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14201         only when there is spam or ham to be processed.
14202
14203 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14204
14205         * mail-source.el (mail-source-delete-crash-box): Refactor.
14206         (mail-source-fetch): Use it.
14207         (mail-source-fetch-file): Ditto.
14208         (mail-source-fetch-directory): Run postscript in loop.
14209         (mail-source-fetch-pop): Delete.
14210         (mail-source-fetch-maildir): Ditto.
14211         (mail-source-fetch-imap): Ditto.
14212
14213         * imap.el (imap-authenticators): Comment out sasl.
14214
14215         * message.el (message-skip-to-next-address): New function.
14216         (message-fill-header-address): Refactor.
14217         (message-fill-address): Use it.
14218         (message-delete-address): Use it.
14219         (message-fill-header-general): Refactor.
14220         (message-fill-field-address): Rename.
14221         (message-narrow-to-field): Find the start of the header.
14222         (message-header-format-alist): Don't pre-fill.
14223         (message-fill-header): Removed.
14224         (message-insert-header): New function.
14225         (message-shorten-references): Use it.
14226
14227         * rfc2047.el (rfc2047-field-value): Strip props.
14228
14229         * mail-parse.el (mail-header-make-address): New alias.
14230
14231         * ietf-drums.el (ietf-drums-make-address): New function.
14232
14233         * imap.el: Add compiler directives.
14234
14235         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14236
14237         * gnus-art.el (article-decode-idna-rhs): Don't use
14238         message-idna-inside-rhs-p.
14239
14240 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * message.el (message-idna-inside-rhs-p): Removed.
14243         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14244
14245         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14246         false positives.
14247
14248 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14249
14250         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14251
14252 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14253
14254         * nneething.el (nneething-file-name): Don't create spurious
14255         files.
14256
14257         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14258         (gnus-inews-do-gcc): Remove sleep.
14259
14260         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14261         part under point.
14262
14263         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14264         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14265
14266 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14267
14268         * spam.el (spam-summary-prepare-exit): Fixed (length).
14269
14270 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14273         as expired without moving it" message when there are spam
14274         messages left.
14275
14276 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14277
14278         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14279         header is not nil.
14280
14281 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14282
14283         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14284         nntp-possibly-create-directory, not nntp-possibly-change-group.
14285         (nntp-marks-changed-p): New arg SERVER.
14286         (nntp-request-update-info): Adjust caller.
14287
14288 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14289
14290         * nntp.el (nntp-save-marks): Pass missing arg.
14291
14292 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14293
14294         * nntp.el: Support marks.
14295         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14296         (nntp-marks-modtime, nntp-marks-directory): New variables.
14297         (nntp-request-set-mark, nntp-request-update-info)
14298         (nntp-possibly-create-directory, nntp-marks-changed-p)
14299         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14300         functions.
14301
14302 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14303
14304         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14305         (gnus-xmas-redefine): Rename.
14306
14307         * gnus-score.el (gnus-score-insert-help): Use
14308         gnus-select-lowest-window.
14309
14310         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14311         appt-select-lowest-window and rename to gnus-select-lowest-window.
14312
14313         * gnus.el: do.
14314
14315 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14316
14317         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14318         encodings of MIME-encoded words, in order to improve
14319         interoperability with several broken MUAs.
14320
14321 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14322
14323         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14324         tags, only when charsets are not specified in headers.
14325         (mm-inline-text-html-render-with-w3m): Ditto.
14326
14327         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14328         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14329
14330 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14331
14332         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14333         instead of MIME-decoded from fields when checking
14334         `gnus-article-address-banner-alist'.
14335
14336 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14337
14338         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14339         description rather than subject.
14340
14341 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14342
14343         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14344
14345 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14346
14347         * gnus.el (gnus-version-number): Bump.
14348
14349 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14350
14351         * gnus.el: No Gnus v0.2 is released.
14352
14353 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14354
14355         * gnus-agent.el (gnus-agent-read-agentview): Inline
14356         gnus-uncompress-range.
14357
14358 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14359
14360         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14361         `exec-installed-p'.
14362
14363 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14364
14365         * gnus.el (spam-process, spam-autodetect-methods): Add
14366         bsfilter and bsfilter-headers.
14367
14368         * spam.el (spam-bsfilter): New customize group.
14369         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14370         (spam-bsfilter-header, spam-bsfilter-probability-header)
14371         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14372         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14373         (spam-bsfilter-database-directory): New options.
14374         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14375         (spam-list-of-statistical-checks, spam-registration-functions):
14376         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14377         (spam-bsfilter-score): New command.
14378         (spam-check-bsfilter-headers, spam-check-bsfilter)
14379         (spam-bsfilter-register-with-bsfilter)
14380         (spam-bsfilter-register-spam-routine)
14381         (spam-bsfilter-unregister-spam-routine)
14382         (spam-bsfilter-register-ham-routine)
14383         (spam-bsfilter-unregister-ham-routine): New functions.
14384         (spam-generic-score): Support bsfilter; Accept an optional argument
14385         to recalcurate spam score even if scoring header has already been
14386         added.
14387         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14388         optional argument to recalcurate spam score even if scoring header
14389         has already been added.
14390
14391 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14392
14393         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14394         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14395         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14396         link is missing.
14397
14398 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14399
14400         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14401         (html2text-get-attr): Rewrite.
14402
14403         * message.el (message-setup-1): Remove redundant put-text-property
14404         on mail-header-separator.
14405
14406 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * gnus-registry.el (gnus-registry-cache-whitespace)
14409         (gnus-registry-action, gnus-registry-spool-action)
14410         (gnus-registry-split-fancy-with-parent): Change message levels
14411         from 5 to 3 or 7, as needed.
14412
14413         * spam.el (spam-summary-prepare-exit)
14414         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14415         (spam-split, spam-find-spam, spam-log-undo-registration)
14416         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14417         level from 5 to 6.
14418
14419 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14422         2004-03-04 change).
14423
14424 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14425
14426         * sieve-manage.el (sieve-manage-open):
14427         * nnweb.el (nnweb-insert-html):
14428         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14429         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14430         * nnspool.el (nnspool-request-group):
14431         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14432         * nnml.el (nnml-request-update-info):
14433         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14434         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14435         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14436         (nnimap-request-set-mark):
14437         * nnfolder.el (nnfolder-request-update-info):
14438         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14439         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14440         * gnus-uu.el (gnus-uu-find-articles-matching):
14441         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14442         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14443         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14444         * gnus-nocem.el (gnus-nocem-scan-groups):
14445         * gnus-int.el (gnus-start-news-server):
14446         * gnus-group.el (gnus-group-make-kiboze-group)
14447         (gnus-group-browse-foreign-server):
14448         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14449         Use mapc when appropriate.
14450
14451 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         FIXME: Make separate entries for each person.
14454
14455         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14456         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14457         <shields@msrl.com>:
14458
14459         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14460         may need for spam sorting and scoring.
14461         (spam-user-format-function-S): Add user format function suitable for
14462         general use.
14463         (spam-article-sort-by-spam-status): Add sorting function for summary
14464         sorting.
14465         (spam-extra-header-to-number): Add function to get a score from a
14466         header.
14467         (spam-summary-score): Add function to get a numeric score from the
14468         headers.
14469         (spam-generic-score): Fix function doc, was in wrong place.
14470         (spam-initialize): Take symbols when it's run, and install the
14471         extra headers that spam-necessary-extra-headers thinks we need.
14472
14473 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14474
14475         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14476         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14477
14478 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14479
14480         * gnus-sum.el (gnus-set-global-variables)
14481         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14482         (gnus-article-get-xrefs, gnus-summary-best-group)
14483         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14484         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14485         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14486         Use with-current-buffer.
14487
14488 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14489
14490         * spam.el (spam-summary-prepare-exit): Simplify logic.
14491         (spam-fetch-article-header): Read the article header if it's not
14492         available.
14493         (spam-list-articles): Simplify logic.
14494         (spam-filelist-register-routine): Fix bug with unregister-list.
14495
14496         * gnus-registry.el: Fix comments at beginning.
14497
14498 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14499
14500         * message.el (message-cater-to-broken-inn): Remove.
14501         (message-shorten-references): Make sure the total folded length of
14502         References is shorter than 998 characters to cater to a bug in INN
14503         2.3.  Also, don't pretend that references aren't folded -- this
14504         hasn't worked for a while.
14505
14506 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14507
14508         * gnus-agent.el (gnus-agentize):
14509         gnus-agent-send-mail-real-function no longer set to current value
14510         of message-send-mail-function but rather a lambda that calls
14511         message-send-mail-function.  The change makes the agent real-time
14512         responsive to user changes to message-send-mail-function.
14513
14514 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14515
14516         * legacy-gnus-agent.el
14517         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14518         help from Florian Weimer <fw@deneb.enyo.de>
14519
14520 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * nnmail.el (nnmail-cache-insert): Revert last change.
14523
14524 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * nnmail.el (nnmail-cache-insert): Always check whether
14527         nnmail-cache-ignore-groups matches a group name.
14528
14529 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14530
14531         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14532         (spam-find-spam, spam-log-processing-to-registry)
14533         (spam-log-registered-p, spam-log-unregistration-needed-p)
14534         (spam-log-undo-registration): Use gnus-message instead of
14535         gnus-error, none of these errors are fatal.
14536
14537         * gnus-registry.el (gnus-registry-clean-empty-function)
14538         (gnus-registry-clean-empty): Remove only empty entries without
14539         extra data.
14540
14541 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14542
14543         * spam-stat.el (spam-stat-buffer-change-to-spam)
14544         (spam-stat-buffer-change-to-non-spam): Change (error) to
14545         (gnus-message 8) invocation.
14546
14547 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * nntp.el (nntp-via-netcat-command): New variable.
14550         (nntp-via-netcat-switches): New variable.
14551         (nntp-open-via-rlogin-and-netcat): New function.
14552         (nntp-open-connection-function): Doc fix.
14553         (nntp-telnet-command): Doc fix.
14554         (nntp-end-of-line): Doc fix.
14555         (nntp-via-rlogin-command): Doc fix.
14556         (nntp-via-user-name): Doc fix.
14557         (nntp-via-address): Doc fix.
14558
14559 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14562         error in Emacs 21.1.
14563
14564 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14567
14568 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14569
14570         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14571         (gnus-agent-with-refreshed-group): New macro.
14572         (gnus-agent-rename-group): New function.
14573         (gnus-agent-delete-group): New function.
14574         (gnus-agent-save-group-info): Use gnus-command-method when
14575         `method' parameter is nil.  Don't write nil entries into the
14576         active file.
14577         (gnus-agent-get-group-info): New function.
14578         (gnus-agent-fetch-articles): Use
14579         gnus-agent-update-files-total-fetched-for to increment disk space
14580         used.
14581         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14582         gnus-agent-update-view-total-fetched-for to increment disk space
14583         used.
14584         (gnus-agent-get-local): Added optional parameters to avoid calling
14585         gnus-group-real-name and gnus-find-method-for-group.
14586         (gnus-agent-set-local): Delete stored entry if either min, or max,
14587         are nil.
14588         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14589         quit, use gnus-agent-regenerate-group to record existance of any
14590         articles fetched to disk before the quit occurred.
14591         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14592         gnus-agent-update-view-total-fetched-for, and
14593         gnus-agent-update-files-total-fetched-for to decrement disk space
14594         used.
14595         (gnus-agent-retrieve-headers): Use
14596         gnus-agent-update-view-total-fetched-for to increment disk space
14597         used.
14598         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14599         with gnus-agent-update-files-total-fetched-for to decrement disk
14600         space and fresh group buffer.
14601         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14602         (gnus-agent-need-update-total-fetched-for): New variable.
14603         (gnus-agent-update-files-total-fetched-for): New function.
14604         (gnus-agent-update-view-total-fetched-for): New function.
14605         (gnus-agent-total-fetched-for): New function.
14606
14607         * gnus-cache.el (gnus-cache-save-buffers): Use
14608         gnus-cache-update-overview-total-fetched-for to change disk space
14609         used by this group.
14610         (gnus-cache-possibly-enter-article): Use
14611         gnus-cache-update-file-total-fetched-for to increment disk space
14612         used by this group.
14613         (gnus-cache-possibly-remove-article): Use
14614         gnus-cache-update-file-total-fetched-for to decrement disk space
14615         used by this group.
14616         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14617         (gnus-cache-rename-group): New function.
14618         (gnus-cache-delete-group): New function.
14619         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14620         (gnus-cache-need-update-total-fetched-for): New variable.
14621         (gnus-cache-with-refreshed-group): New macro.
14622         (gnus-cache-update-file-total-fetched-for): New function.
14623         (gnus-cache-update-overview-total-fetched-for): New function.
14624         (gnus-cache-rename-group-total-fetched-for): New function.
14625         (gnus-cache-delete-group-total-fetched-for): New function.
14626         (gnus-cache-total-fetched-for): New function.
14627
14628         * gnus-group.el: Require gnus-sum and autoload functions to
14629         resolve warnings when gnus-group.el compiled alone.
14630         (gnus-group-line-format): Documented new %F.
14631         (size of Fetched data) group line format; identifies disk space
14632         used by agent and cache.
14633         (gnus-group-line-format-alist): Defined new F format.
14634         (gnus-total-fetched-for): New function.
14635         (gnus-group-delete-group): No longer update
14636         gnus-cache-active-altered as gnus-request-delete-group now keeps
14637         the cache in sync.
14638         (gnus-group-list-active): Let the agent store a server's active
14639         list if currently plugged.
14640
14641         * gnus-int.el (gnus-request-delete-group):
14642         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14643         local disk in sync with the server.
14644         (gnus-request-rename-group):
14645         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14646         local disk in sync with the server.
14647
14648         * gnus-start.el (gnus-get-unread-articles):
14649         Cosmetic simplification to logic.
14650
14651         * gnus-util.el (gnus-rename-file): New function.
14652
14653 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14654
14655         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14656
14657 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14658
14659         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14660         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14661
14662 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14663
14664         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14665         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14666
14667 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14668
14669         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14670
14671 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14672
14673         * spam.el (spam-set-difference): Add function to replace
14674         gnus-set-difference in spam.el.
14675         (spam-summary-prepare-exit): Use spam-set-difference.
14676
14677 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14678
14679         * gnus-registry.el (gnus-registry-cache-file): Update to use
14680         gnus-dribble-directory OR gnus-home-directory OR ~.
14681         (gnus-registry-split-fancy-with-parent): Fix doc.
14682
14683 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * message.el (message-exchange-point-and-mark): Use
14686         message-mark-active-p.  Suggested by Jesper Harder
14687         <harder@ifa.au.dk>.
14688
14689 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * message.el (message-exchange-point-and-mark): Don't activate
14692         region if it was inactive.  Suggested by Hiroshi Fujishima
14693         <pooh@nature.tsukuba.ac.jp>.
14694
14695 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-art.el (article-display-face): Display Faces in the same
14698         order as X-Faces.
14699
14700 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14703
14704 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14707         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14708         (gnus-article-mime-hierarchy): Remove.
14709         (gnus-article-mime-hierarchy-next): Remove.
14710         (gnus-article-mode): Revert 2004-03-19 change.
14711         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14712         (gnus-insert-mime-button): Revert 2004-03-19 change.
14713         (gnus-mime-accumulate-hierarchy): Remove.
14714         (gnus-mime-enter-multipart): Remove.
14715         (gnus-mime-leave-multipart): Remove.
14716         (gnus-mime-display-part): Revert 2004-03-19 change.
14717         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14718
14719         * mml.el (mml-preview): Revert 2004-03-19 change.
14720
14721 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14722
14723         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14724
14725 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14728         t while entering a file name using the mm-with-multibyte macro.
14729         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14730
14731         * mm-util.el (mm-with-multibyte): New macro.
14732
14733 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14736         user option.
14737         (gnus-mime-multipart-functions): Doc and customization fix.
14738         (gnus-article-mime-hierarchy): New variable.
14739         (gnus-article-mime-hierarchy-next): New variable.
14740         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14741         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14742         gnus-article-mime-hierarchy-next to nil.
14743         (gnus-insert-mime-button): Show hierarchy numbers.
14744         (gnus-mime-accumulate-hierarchy): New function.
14745         (gnus-mime-enter-multipart): New function.
14746         (gnus-mime-leave-multipart): New function.
14747         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14748         (gnus-mime-display-alternative): Show hierarchy numbers.
14749
14750         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14751         gnus-article-mime-hierarchy-next to nil.
14752
14753 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14754
14755         * dns.el: Don't require gnus-xmas.
14756
14757 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14758
14759         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14760         inline PGP.
14761         (mml-menu): Disable mml-quote-region if mark is inactive.
14762
14763 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14766         when the group's active is not available.
14767
14768 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14771         error.
14772
14773 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * imap.el (imap-store-password): New variable.
14776         (imap-interactive-login): Use it.
14777         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14778
14779 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14782         window-start and hscroll to summary window.
14783
14784 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14785
14786         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14787         conversion message to newsrc-dribble when an actual conversion is
14788         performed.
14789
14790 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14791
14792         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14793
14794 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * mm-decode.el (mm-complicated-handles): New function reviving
14797         former definition of mm-multiple-handles.
14798
14799         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14800         (gnus-mime-delete-part): Use it.
14801
14802 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14803
14804         * gnus-agent.el (gnus-agent-read-local): Bind
14805         nnheader-file-coding-system to gnus-agent-file-coding-system to
14806         avoid the implicit assumption that they will always be equal.
14807         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14808         coding-system-for-write, as the with-temp-file macro first prints
14809         to a buffer then saves the buffer.
14810
14811 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-art.el (gnus-article-edit-part): New function.
14814         (gnus-mime-save-part-and-strip): Use it; do query instead of
14815         signaling an error; don't use mm-multiple-handles.
14816         (gnus-mime-delete-part): Ditto.
14817
14818 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14819
14820         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14821         old file versions.
14822         (gnus-group-prepare-hook): Removed function that converted list
14823         form of gnus-agent-expire-days to group properties.
14824
14825         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14826         (gnus-request-accept-article): Re-indented.
14827
14828         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14829         converters to handle old agent file formats.  Added logic for a
14830         "backup before upgrading warning".
14831         (gnus-convert-mark-converter-prompt): Developers can mark
14832         functions as needing (default), or not needing,
14833         gnus-convert-old-newsrc's "backup before upgrading warning".
14834         (gnus-convert-converter-needs-prompt): Tests whether the user
14835         should be protected from potentially irreversable changes by the
14836         function.
14837
14838         * legacy-gnus-agent.el: New.  Provides converters that are only
14839         loaded when gnus-convert-old-newsrc needs to call them.
14840
14841 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * mail-source.el (mail-source-touch-pop): Doc fix.
14844
14845         * message.el (message-smtpmail-send-it): Doc fix.
14846
14847 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14848
14849         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14850
14851         * nnmail.el (nnmail-split-fancy): do.
14852
14853         * gnus-kill.el (gnus-kill, gnus-execute): do.
14854
14855 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14856
14857         * gnus-sum.el (gnus-widget-reversible-match)
14858         (gnus-widget-reversible-to-internal)
14859         (gnus-widget-reversible-to-external): New functions.
14860         (gnus-widget-reversible): New widget.
14861         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14862
14863 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14864
14865         * gnus-sum.el (gnus-thread-sort-functions)
14866         (gnus-article-sort-functions): Document `(not F)' items.
14867
14868 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * spam.el (spam-use-gmane-xref): Add new backend.
14871         (spam-gmane-xref-spam-group): Add variable to control the name of the
14872         Gmane spam group.
14873         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14874         (spam-regex-headers-spam, spam-regex-headers-ham)
14875         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14876         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14877         backends and checks.
14878         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14879
14880         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14881         an autodetect method.
14882
14883 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14884
14885         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14886         articles are being added to a group.
14887         (gnus-request-replace-article): Inform the agent that articles
14888         need to be uncached as the cached contents are no longer valid.
14889
14890 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * binhex.el: Don't autoload executable-find.
14893
14894         * canlock.el: Don't autoload mail-fetch-field.
14895
14896         * dgnushack.el: Autoload c-mode for XEmacs.
14897
14898         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14899
14900         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14901         rmail-dont-reply-to and rmail-output.
14902
14903         * gnus-score.el: Don't autoload ffap-string-at-point.
14904
14905         * gnus-setup.el: Don't autoload sc-cite-original.
14906
14907         * imap.el: Don't autoload base64-decode-string,
14908         base64-encode-string and md5.
14909
14910         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14911         and rmail-msg-restore-non-pruned-header.
14912
14913         * mm-decode.el: Don't autoload executable-find.
14914
14915         * mm-url.el: Don't autoload executable-find.
14916
14917         * mm-view.el: Don't autoload diff-mode.
14918
14919         * nndb.el: Don't autoload news-reply-mode, news-setup,
14920         cancel-timer and telnet.
14921
14922         * password.el: Don't autoload run-at-time for Emacs.
14923
14924         * sha1-el.el: Don't autoload executable-find.
14925
14926         * sieve-mode.el: Don't autoload c-mode.
14927
14928         * uudecode.el: Don't autoload executable-find.
14929
14930 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14931
14932         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14933         (gnus-agent-possibly-alter-active): Avoid null in numeric
14934         comparison.
14935         (gnus-agent-set-local): Refuse to save null in local object table.
14936         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14937         list of articles that will be marked as unread.
14938
14939 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14942
14943 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14944
14945         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14946         language tags.
14947
14948 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14949
14950         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14951         Don't bind "obarray".
14952
14953         * gnus-sum.el (gnus-thread-sort-functions): Added
14954         `gnus-thread-sort-by-most-recent-number' and
14955         `gnus-thread-sort-by-most-recent-date'.
14956         Reported by Kai Grossjohann <kai@emptydomain.de>.
14957
14958 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14961
14962 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14963
14964         * gnus-cus.el (gnus-agent-customize-category): Removed
14965         ignore-errors macro reference that required cl to be loaded at
14966         run-time.
14967
14968         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14969         single-interval range of the form (min . max).  Previously the
14970         range had to look like ((min . max)).  Likewise, return
14971         (min . max) rather than ((min . max)).
14972         (gnus-range-map): Use gnus-range-normalize to accept
14973         single-interval range.
14974
14975         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14976         the cache, but not the agent, now appear with their usual face.
14977
14978         * dgnushack.el (loaddir): New variable that is bound to the
14979         directory containing the dgnushack.el file. Use loaddir, rather
14980         than srcdir, to update load-path. Change lets dgnushack compile
14981         code in directories other than GNUS/lisp.
14982
14983 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * lpath.el: Don't bind w3m-safe-url-regexp.
14986
14987         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14988         w3m-safe-url-regexp variable buffer-local.
14989
14990         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14991
14992 2004-02-27  Simon Josefsson  <jas@extundo.com>
14993
14994         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14995         gnus-group-real-prefix.
14996         (gnus-summary-move-article): Use it, instead of
14997         gnus-group-real-prefix.
14998
14999 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * lpath.el: Bind w3m-safe-url-regexp.
15002
15003         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15004         w3m-safe-url-regexp variable buffer-local and set it as the value
15005         of mm-w3m-safe-url-regexp.
15006
15007         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15008
15009         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15010         parsing gnus-posting-styles when the message is not for replying.
15011
15012         * dgnushack.el: Autoload sgml-mode for XEmacs.
15013
15014         * nnrss.el (nnrss-opml-export): Use
15015         mm-set-buffer-file-coding-system instead of
15016         set-buffer-file-coding-system.
15017
15018 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15019
15020         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15021         of checkdoc.el).
15022         * nnrss.el: do.
15023         * gnus-mlspl.el: do.
15024         * gnus-ml.el: do.
15025         * gnus-srvr.el: do.
15026
15027         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15028
15029 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15030
15031         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15032         Corrections to custom-manual links.
15033
15034         * gnus-art.el (gnus-article): Ditto.
15035
15036         * mm-decode.el (mime-display, mime-security): Ditto.
15037
15038 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15039
15040         * flow-fill.el: Typo.
15041
15042 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15043
15044         * spam-wash.el: New file.
15045
15046 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15047
15048         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15049
15050 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15053         to be run with new-articles as LIST1, not LIST2.
15054         (spam-registration-functions): Add spam-use-ham-copy as a nil
15055         registration backend.
15056
15057 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15058
15059         * spam-stat.el (spam-stat-washing-hook): New option.
15060         (spam-stat-buffer-words): Use it.
15061         (spam-stat-process-directory, spam-stat-test-directory): Use
15062         insert-file-contents-literally.
15063         (spam-stat-coding-system): New variable.
15064         (spam-stat-load, spam-stat-save): Use it.
15065
15066 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * spam-report.el (spam-report-plug-agent): Quote
15069         spam-report-url-to-file and spam-report-url-ping-plain.
15070
15071 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15074         / in mailto URLs.
15075
15076 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * spam-report.el (spam-report-process-queue): Fix interactive use.
15079         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15080         (spam-report-unplug-agent): Doc fixes.
15081         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15082         (spam-report-agentize, spam-report-deagentize): Autoload.
15083
15084 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15087
15088         * message.el (message-setup-fill-variables): Add mml tags to
15089         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15090         <ajk@iu.edu>.
15091         (message-mode): Don't modify paragraph-separate there.
15092
15093 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * compface.el (uncompface-use-external): Default to undecided.
15096         (uncompface-use-external-threshold): New variable.
15097         (uncompface-float-time): New macro.
15098         (uncompface): Determine whether to use the external decoder if
15099         uncompface-use-external is undecided.
15100
15101 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15102
15103         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15104         after images.
15105
15106         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15107
15108 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15111
15112         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15113
15114         * gnus-sum.el (gnus-summary-limit-to-age)
15115         (gnus-summary-limit-children): do.
15116
15117         * gnus-int.el (gnus-request-scan): do.
15118
15119         * gnus-group.el (gnus-group-suspend): do.
15120
15121         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15122
15123         * gnus-cite.el (gnus-cite-parse-attributions): do.
15124
15125         * gnus-agent.el (gnus-summary-set-agent-mark)
15126         (gnus-agent-regenerate-group): do.
15127
15128         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15129
15130         * binhex.el (binhex-decode-region-internal): do.
15131
15132 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * gnus-fun.el (gnus-face-properties-alist): New user option.
15135         (gnus-display-x-face-in-from): Use it.
15136
15137         * gnus-art.el (article-display-face): Ditto.
15138
15139         * compface.el (uncompface-use-external): Default to nil.
15140
15141 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15142
15143         * nntp.el (nntp-erase-buffer): New function.
15144         (nntp-retrieve-data, nntp-send-command)
15145         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15146         (nntp-possibly-change-group): Use it.
15147
15148         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15149         with-current-buffer.
15150
15151 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15152
15153         * compface.el: Merge the ELisp-based uncompface program.
15154         (compface): New customization group.
15155         (uncompface-use-external): New user option.
15156         (uncompface): Call uncompface-internal if uncompface-use-external
15157         is nil.
15158         (uncompface-internal): New function.  Note that there are also
15159         some other functions and variables added for this function.
15160
15161 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15162
15163         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15164         if necessary.
15165
15166 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * spam-report.el (spam-report-unplug-agent)
15169         (spam-report-plug-agent, spam-report-deagentize)
15170         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15171         Add support for the Agent in spam-report: when unplugged, report to a
15172         file; when plugged, submit all the requests.
15173
15174         * spam.el (spam-register-routine): Fix message about
15175         registration.
15176
15177 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15178
15179         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15180         dependencies.
15181         (rfc2047-encode): Use it.
15182
15183         * gnus-art.el (gnus-button-marker-list): Move before first
15184         reference.
15185
15186         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15187         (imap-parse-body): Fix format string mismatch.
15188
15189         * gnus-score.el (gnus-summary-increase-score): do.
15190
15191         * nnrss.el (nnrss-close): New function.
15192
15193 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15194
15195         * nnrss.el (nnrss-make-filename): New function.
15196         (nnrss-request-delete-group, nnrss-read-server-data)
15197         (nnrss-save-server-data, nnrss-read-group-data)
15198         (nnrss-save-group-data): Use it.
15199         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15200         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15201         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15202
15203 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15204
15205         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15206
15207 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15208
15209         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15210         files.
15211
15212         * message.el (message-generate-headers-first): Don't quote nil
15213         and t in docstrings.
15214
15215         * imap.el (imap-id): do.
15216
15217         * gnus-agent.el (gnus-agent-consider-all-articles)
15218         (gnus-agent-queue-mail): do.
15219
15220 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * spam-report.el (spam-report-process-queue): New function.
15223         Process requests from `spam-report-requests-file'.
15224         (spam-report-process-queue): Doc fix.
15225
15226 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * spam.el (spam-register-routine)
15229         (spam-log-processing-to-registry, spam-log-registered-p)
15230         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15231         Change "check" to "spam-check" for semi-clarity.
15232
15233 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15234
15235         * pop3.el: Require nnheader.
15236
15237         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15238
15239         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15240
15241         * gnus-picon.el: Require cl.
15242
15243         * gnus-fun.el: Require gnus-ems and gnus-util.
15244
15245         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15246
15247         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15248
15249         * gnus-art.el (gnus-article-edit-mode): Define before first
15250         reference.
15251
15252 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15253
15254         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15255         (gnus-uu-post-encoded): Use point-at-bol.
15256
15257         * gnus-topic.el (gnus-group-active-topic-p): do.
15258
15259         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15260
15261         * gnus-group.el (gnus-group-kill-region): do.
15262
15263         * gnus-art.el (article-date-ut): do.
15264
15265         * message.el (message-fetch-field): Remove redundant
15266         case-fold-search binding.
15267         (message-narrow-to-field): Simplify.
15268
15269 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15270
15271         * spam.el (spam-directory): Derive from `gnus-directory'.
15272
15273         * spam-report.el (spam-report-url-to-file)
15274         (spam-report-requests-file): New function and variable for offline
15275         reporting.
15276         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15277         and user defined function.
15278         (spam-report-url-ping-mm-url): Remove doubled slash.
15279
15280 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15283
15284 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15285
15286         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15287         format string mismatch.
15288
15289         * sieve.el (sieve-deactivate-all): do.
15290
15291         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15292
15293         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15294
15295         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15296
15297         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15298
15299 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15302         the list of checks.
15303
15304 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15305
15306         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15307         padding.
15308
15309 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15310
15311         * mm-view.el (mm-fill-flowed): New variable.
15312         (mm-inline-text): Use it.
15313
15314 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15315
15316         * spam.el (spam-spamassassin-register-ham-routine)
15317         (spam-spamassassin-register-spam-routine): Fix function names.
15318
15319 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * gnus.el (gnus-tmp-grouplens): Remove.
15322         (gnus-summary-line-format): Remove grouplens.
15323
15324         * gnus-group.el (gnus-group-line-format): Ditto.
15325
15326         * gnus-spec.el (gnus-format-specs): Ditto.
15327         (gnus-update-format-specifications): Flush the group format spec
15328         cache if there's the grouplens stuff.
15329         (gnus-parse-simple-format): Replace %l with the empty string.
15330
15331 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15332
15333         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15334         omission.
15335
15336 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15339         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15340
15341 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15342
15343         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15344         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15345         New macros and functions.
15346         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15347         Handle > NLINK_MAX messages.
15348         * nnmaildir.el (nnmaildir-request-set-mark): Use
15349         nnmaildir--emlink-p and nnmaildir--eexist-p.
15350
15351 2004-01-25  Alex Schroeder  <alex@gnu.org>
15352
15353         * spam-stat.el (spam-stat-process-directory-age): New option.
15354         (spam-stat-process-directory): Use it.
15355
15356 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15357
15358         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15359         (spam-stat-save): Accept prefix argument.
15360
15361 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15362
15363         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15364         links" error.
15365
15366 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15369         the rest of the and/or forms.
15370
15371 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15372
15373         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15374         compatibility with old .newsrc.eld files.
15375
15376         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15377
15378         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15379
15380         * gnus-start.el (gnus-1): do.
15381
15382         * gnus-group.el (gnus-group-line-format-alist): do.
15383
15384         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15385
15386         * gnus-gl.el: Remove.
15387
15388 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15389
15390         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15391         marks consisting of a single range {for example, (3 . 5)} rather
15392         than a list of a single range { ((3 . 5)) }.
15393
15394 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15395
15396         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15397         with-current-buffer.
15398         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15399         avoid consing a string.
15400
15401         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15402         Remove obsolete entries for big5 and gb2312.
15403
15404 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15405
15406         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15407         uncompressed list.
15408
15409 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15410
15411         * spam-stat.el (spam-stat-strip-xref): New function.
15412         (spam-stat-process-directory): Use it.
15413
15414         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15415         here -- it's done in message-fetch-field.
15416
15417 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15418
15419         * gnus-agent.el (gnus-agent-queue-mail)
15420         (gnus-agent-prompt-send-queue): New variables.
15421         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15422         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15423         "nndraft:queue" along to gnus-draft-send.  Use
15424         gnus-agent-prompt-send-queue.
15425         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15426         is "nndraft:queue".  Suggested by Gaute Strokkenes
15427         <gs234@srcf.ucam.org>
15428
15429         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15430         (agent-enable-undownloaded-faces): Added.
15431         (gnus-agent-cat-groups): Use eval-and-compile, not
15432         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15433         method of gnus-agent-cat-groups even when the buffer has been
15434         evaled.
15435         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15436         delete gnus-agent-save-active-1.
15437         (gnus-agent-save-groups): Deleted.  Identical to
15438         gnus-agent-save-active.
15439         (gnus-agent-write-active): No longer adjust agent's copy of active
15440         file as agent's adjustments are now stored in their own
15441         file.  Removed optional parameter.
15442         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15443         servers.  Add use of min/max range limits from server's local
15444         file.
15445         (gnus-agent-save-alist): Removed unused optional argument.
15446         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15447         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15448         (gnus-agent-set-local): A per-server file that keeps min/max range
15449         limits for articles known to the agent.  Provides a fast mechanism
15450         for altering many active ranges.
15451         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15452         active file (local makes it unnecessary).
15453         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15454
15455         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15456         (agent-enable-undownloaded-faces): Added.
15457
15458         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15459         disable it when sending to "nndraft:queue".
15460         (gnus-group-send-queue): Add safety check to avoid sending queue
15461         when unplugged.
15462
15463         * gnus-group.el (gnus-group-catchup): Use new
15464         gnus-sequence-of-unread-articles, not
15465         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15466         numbers of articles.  Use gnus-range-map to avoid having to
15467         uncompress the unread list.
15468         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15469         Fixed invalid ange-ftp reference.
15470
15471         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15472         (gnus-sorted-range-intersection): Intersection of two ranges
15473         without requiring that they first be uncompressed.
15474
15475         * gnus-start.el (gnus-activate-group): Unless blocked by the
15476         caller, possibly expand the active range to include both cached
15477         and agentized articles.
15478         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15479         multiple version-dependent converters.
15480         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15481         gnus-agent-save-active.
15482         (gnus-save-newsrc-file): Save dirty agent range limits.
15483
15484         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15485         gnus-agent-possibly-alter-active.
15486         (gnus-adjust-marked-articles): Faster handling of simple lists.
15487
15488 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15489
15490         * spam-stat.el (spam-stat-test-directory): New optional argument
15491         displays a list of files detected.  Suggested by Andrew Cohen
15492         <cohen@andy.bu.edu>.
15493         (spam-stat-buffer-words-with-scores): Don't narrow and change
15494         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15495
15496 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15497
15498         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15499         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15500         (spam-spamassassin-arguments)
15501         (spam-spamassassin-spam-flag-header)
15502         (spam-spamassassin-positive-spam-flag-header)
15503         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15504         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15505         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15506         (spam-list-of-processors, spam-list-of-checks)
15507         (spam-list-of-statistical-checks, spam-registration-functions)
15508         (spam-check-spamassassin-headers, spam-check-spamassassin)
15509         (spam-spamassassin-score)
15510         (spam-spamassassin-register-with-sa-learn)
15511         (spam-spamassassin-register-spam-routine)
15512         (spam-spamassassin-register-ham-routine)
15513         (spam-assassin-register-spam-routine)
15514         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15515         (spam-bogofilter-score): Fix to show article before scoring.
15516
15517 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15520         default scoring function.
15521         (spam-generic-score): Call spam-spamassassin-score if
15522         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15523         spam-bogofilter-score otherwise.
15524
15525         * gnus.el (spam-process, spam-autodetect-methods): Add
15526         spamassassin and spamassassin-headers.
15527
15528 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15529
15530         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15531         Suppress unnecessary messages.
15532
15533 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15534
15535         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15536         make-hash-table.
15537
15538 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * canlock.el (base64-encode-string): Don't autoload it.
15541
15542 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * run-at-time.el: Remove useless (require 'itimer),
15545         eval-and-compile and (featurep 'xemacs).
15546
15547 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15548
15549         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15550         GROUP is a virtual group.
15551
15552 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15553
15554         * gnus.el: Autoload `message-y-or-n-p'.
15555
15556 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15557
15558         * pgg-parse.el: Remove unnecessary (require 'custom).
15559
15560         * pgg-def.el: do.
15561
15562         * nnmail.el: do.
15563
15564         * gnus-undo.el: do.
15565
15566         * gnus-picon.el: do.
15567
15568         * gnus-util.el: do.
15569
15570 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15573
15574 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15577         handle, as well as a list.
15578
15579         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15580         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15581         (mm-w3m-cid-retrieve): Simplify.
15582
15583 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15584
15585         * message.el (message-kill-to-signature): Allow prefix arg to
15586         specify number of lines to keep before signature.
15587
15588 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15589
15590         * message.el (message-kill-to-signature): Change docstring.
15591
15592 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * canlock.el: Always require sha1-el.
15595         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15596
15597         * message.el: Autoload sha1 only when compiling.
15598
15599         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15600         eudc-expand-inline for XEmacs.
15601
15602 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * message.el (message-canlock-generate): Require sha1-el.
15605
15606 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15607
15608         * message.el (message-expand-name): Silence the byte compiler.
15609
15610         * lpath.el: Add detect-coding-system.
15611
15612         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15613         cus-edit.
15614
15615 2004-01-13  Simon Josefsson  <jas@extundo.com>
15616
15617         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15618         Invoke gnus-score-mode.  Reported by
15619         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15620
15621         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15622         Jim Blandy <jimb@redhat.com> (tiny change).
15623
15624 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15625
15626         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15627
15628 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * spam.el (spam-get-article-as-string): Update to use
15631         gnus-request-article-this-buffer, much simpler.
15632         (spam-get-article-as-buffer): Remove.
15633
15634 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15635
15636         * message.el (message-expand-name): Use EUDC if the user uses that.
15637
15638 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15641         character for the encoding to avoid consing a string.
15642
15643         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15644         unnecessarily.
15645
15646         * mm-util.el (mm-replace-chars-in-string): Remove.
15647
15648         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15649         of mm-replace-chars-in-string.
15650
15651 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15652
15653         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15654
15655         * mm-util.el (mm-subst-char-in-string): Support inplace.
15656
15657         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15658         a new string in every iteration.  Use shy groups.
15659
15660 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15661
15662         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15663         * gnus-soup.el (gnus-soup-group-brew):
15664         * gnus-msg.el (gnus-put-message):
15665         * gnus-move.el (gnus-group-move-group-to-server):
15666         * gnus-kill.el (gnus-batch-score):
15667         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15668         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15669         (gnus-group-update-group, gnus-group-read-group)
15670         (gnus-group-make-group, gnus-group-make-help-group)
15671         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15672         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15673         (gnus-group-sort-by-unread, gnus-group-catchup)
15674         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15675         (gnus-group-yank-group, gnus-group-set-info)
15676         (gnus-group-list-groups):
15677         * gnus.el (gnus-generate-new-group-name):
15678         * gnus-delay.el (gnus-delay-send-queue):
15679         * nnvirtual.el (nnvirtual-catchup-group):
15680         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15681         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15682         (gnus-group-prepare-topics, gnus-topic-check-topology):
15683         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15684         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15685         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15686         (gnus-group-make-articles-read):
15687         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15688         (gnus-group-change-level, gnus-kill-newsgroup)
15689         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15690         (gnus-get-unread-articles, gnus-make-articles-unread)
15691         (gnus-make-ascending-articles-unread): Use accessor
15692         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15693         to get group information for improved readability.
15694
15695
15696 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15697
15698         * gnus-art.el (article-decode-mime-words, article-babel)
15699         (gnus-article-highlight-signature, gnus-article-add-buttons)
15700         (gnus-signature-toggle): Use gnus-with-article-buffer.
15701
15702         * gnus-art.el (gnus-article-highlight-headers)
15703         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15704
15705         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15706         (gnus-article-set-globals, gnus-request-article-this-buffer)
15707         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15708         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15709         (gnus-mime-display-alternative): Use with-current-buffer.
15710
15711 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15712
15713         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15714         also under 80 char limit, and call gnus-error if needed.
15715         (spam-fetch-article-header): Fix - it was a
15716         buffer-local variable (gnus-newsgroup-data).
15717         (spam-find-spam): Use spam-generate-fake-headers, forget about
15718         spam-insert-fake-headers.
15719         (spam-insert-fake-headers): Remove.
15720
15721 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * deuglify.el (gnus-article-outlook-unwrap-lines)
15724         (gnus-outlook-rearrange-article)
15725         (gnus-outlook-repair-attribution-outlook)
15726         (gnus-outlook-repair-attribution-block)
15727         (gnus-outlook-repair-attribution-other): Remove redundant
15728         save-excursion.
15729
15730 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15733         (spam-fetch-field-subject-fast)
15734         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15735         (spam-fetch-article-header): Add functions to deal with Gnus
15736         internals for fast retrieval of article header data.
15737         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15738
15739 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15740
15741         * pop3.el (pop3-md5): Remove.
15742         (pop3-apop): Replace pop3-md5 with md5.
15743
15744         * mm-bodies.el: base64 is always built-in.
15745
15746         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15747         with-current-buffer.
15748
15749 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * canlock.el (canlock-insert-header): Remove excessive grouping in
15752         regexp.
15753
15754         * gnus-sum.el (gnus-summary-read-document): Ditto.
15755
15756         * gnus-uu.el (gnus-uu-part-number): Ditto.
15757
15758         * html2text.el (html2text-remove-tags): Ditto.
15759         (html2text-format-tags): Ditto.
15760         (html2text-format-single-elements): Ditto.
15761
15762         * mml.el (mml-parse-1): Ditto.
15763
15764 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15767
15768         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15769
15770         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15771
15772         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15773
15774 2003-11-15  Simon Josefsson  <jas@extundo.com>
15775
15776         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15777         (pgg-gpg-lookup-key): Use regexp match instead of
15778         split-string (split-string is different between emacs 21.2 and
15779         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15780
15781 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15782
15783         * gnus-art.el (gnus-mime-view-all-parts)
15784         (gnus-article-part-wrapper, gnus-article-view-part): Use
15785         with-current-buffer.
15786
15787 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15788
15789         * spam.el (spam-disable-spam-split-during-ham-respool)
15790         (spam-spamoracle-database, spam-cache-lookups)
15791         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15792         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15793         (spam-group-ham-marks, spam-group-spam-marks)
15794         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15795         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15796         also add spam-use-blackholes to the statistical checks.
15797         (spam-fetch-field-fast): Add interface to fetching fields, may
15798         become a macro.
15799         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15800         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15801         (spam-insert-fake-headers): Fake an article when needed.
15802         (spam-find-spam): Fake article when possible.
15803         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15804         (spam-check-bogofilter-headers): Use message-fetch-field instead
15805         of nnmail-fetch-field.
15806
15807 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15808
15809         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15810
15811 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15812
15813         * spam.el (spam-split): Do not require spam-use-CHECK to be
15814         enabled if that check is passed to spam-split explicitly; also
15815         fix so 'spam doesn't get converted to spam-split-group when
15816         spam-split-symbolic-return is t.
15817         (spam-find-spam): Find registrations of the article and use those
15818         instead of re-running spam-split to find the spam/ham
15819         classification of the article.
15820         (spam-log-processing-to-registry, spam-log-registered-p)
15821         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15822         Use gnus-error instead of gnus-message.
15823         (spam-log-registration-type): Add function to determine the
15824         classification of a message based on registry entries; will
15825         return nil if both 'spam and 'ham are found.
15826         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15827         a reasonably fast local cache without the loading errors.
15828         (spam-cache-lookups): Set to t by default.
15829         (spam-find-spam): Don't try to guess spam-cache-lookups.
15830         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15831         spam-caches entry.
15832         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15833         caching of whitelist/blacklist entries.
15834         (spam-check-whitelist, spam-check-blacklist): Invoke
15835         spam-from-listed-p with a type, not a cache variable.
15836         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15837
15838 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15841
15842         * nnmail.el (nnmail-split-fancy): do.
15843
15844         * mml.el (mml-parse): do.
15845
15846         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15847         (gnus-score-adaptive): do.
15848
15849 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15852         (gnus-mime-button-map): Don't set keymap parent.
15853         (gnus-button-ctan-directory-regexp): Use shy grouping.
15854         (gnus-prev-page-map): Don't set keymap parent.
15855         (gnus-prev-page-map): Remove duplicated one.
15856         (gnus-next-page-map): Don't set keymap parent.
15857         (gnus-mime-security-button-map): Ditto.
15858
15859         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15860         version number.
15861
15862         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15863
15864 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * canlock.el (canlock-sha1-function): Remove.
15867         (canlock-sha1-function-for-verify): Remove.
15868         (canlock-openssl-program): Remove.
15869         (canlock-openssl-args): Remove.
15870         (canlock-ignore-errors): Remove.
15871         (canlock-sha1-with-openssl): Remove.
15872         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15873         (canlock-verify): Don't use canlock-ignore-errors.
15874
15875         * sha1-el.el (sha1-string-external): Make it can return a string
15876         in binary form.
15877         (sha1-region-external): Ditto.
15878         (sha1-string-internal): Ditto.
15879         (sha1-region-internal): Ditto.
15880         (sha1-region): Ditto.
15881         (sha1-string): Ditto.
15882         (sha1): Ditto.
15883
15884 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15885
15886         * spam.el (spam-report-articles-gmane): New command.
15887
15888 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15891
15892         * run-at-time.el (run-at-time-saved): Remove.
15893         (run-at-time): Doc fix.
15894
15895 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15898         (gnus-summary-limit-map): Add it.
15899         (gnus-summary-make-menu-bar): do.
15900
15901 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15902
15903         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15904         Make attempt at some caching support (done for BBDB only now).
15905         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15906         addresses to be checked.
15907         (spam-clear-cache-BBDB): Add function, to be invoked by
15908         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15909         (spam-check-BBDB): Check and use the caches, if
15910         spam-cache-lookups is on, remove superfluous (provide).
15911
15912 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15915
15916 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15917
15918         * run-at-time.el (run-at-time-saved): Move to after the definition
15919         of `run-at-time'.
15920
15921         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15922
15923 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15926         mm-w3m-local-map-property.
15927
15928         * mm-view.el (mm-w3m-mode-map): Remove.
15929         (mm-w3m-local-map-property): Remove.
15930         (mm-inline-text-html-render-with-w3m): Don't use
15931         mm-w3m-local-map-property.
15932
15933 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934
15935         * run-at-time.el: New file.
15936
15937         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15938         under Emacs.
15939
15940         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15941         of gnus-set-text-properties.
15942
15943         * gnus-uu.el (gnus-uu-save-article): Ditto.
15944
15945         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15946
15947         * gnus-cite.el (gnus-cite-parse): Ditto.
15948
15949         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15950         of gnus-.
15951
15952         * gnus-xmas.el (run-at-time): Require run-at-time.
15953
15954         * gnus.el: Changed calls to nnheader-run-at-time and
15955         password-run-at-time throughout to use run-at-time directly.
15956
15957         * password.el: Removed definition of run-at-time.
15958
15959         * nnheaderxm.el: Remove definition of run-at-time.
15960
15961 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15962
15963         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15964         in prompt.
15965
15966 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15967
15968         * messagexmas.el (message-xmas-redefine): Alias
15969         `message-make-caesar-translation-table' to
15970         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15971         version.
15972
15973         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15974         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15975         `gnus-xmas-set-text-properties'.
15976         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15977         `gnus-xmas-completing-read'.
15978         (gnus-xmas-completing-read): Removed.
15979         (gnus-xmas-open-network-stream): Removed.
15980
15981         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15982         XEmacs version.
15983
15984         * dns.el (dns-make-network-process): Use `open-network-stream'
15985         instead of `gnus-xmas-open-network-stream'.
15986
15987         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15988
15989         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15990
15991 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15992
15993         * gnus-art.el (gnus-mime-display-alternative)
15994         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15995         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15996         Don't use gnus-local-map-property.
15997
15998         * gnus-util.el (gnus-local-map-property): Remove.
15999
16000         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16001         gnus-completing-read-maybe-default with completing-read.
16002
16003         * gnus-util.el (gnus-completing-read): do.
16004         (gnus-completing-read-maybe-default): Remove.
16005
16006 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16007
16008         * password.el: Only autoload `run-at-time' if not XEmacs.
16009         Only autoload the itimer functions if XEmacs.
16010
16011 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16014         XEmacsen.
16015
16016         * dgnushack.el: Autoload executable-find for XEmacs.
16017
16018 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16019
16020         * gnus-art.el (gnus-read-string): Remove.
16021         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16022         read-string.
16023
16024 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16025
16026         * netrc.el: Autoload password-read.
16027         (netrc): Add configuration group.
16028         (netrc-encoding-method, netrc-openssl-path): Add
16029         variables for encoding and decoding of files with symmetric
16030         ciphers.
16031         (netrc-encode): Add assistant function to encode a file with
16032         netrc-encoding-method.
16033         (netrc-parse): Add interactive parameter, added optional
16034         decoding if netrc-encoding-method is non-nil but otherwise
16035         behavior is standard.
16036         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16037         Do s/encode/encrypt/ everywhere.
16038
16039         * spam.el: Remove executable-find autoload.
16040
16041 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16042
16043         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16044
16045         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16046
16047 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * gnus-art.el (gnus-treat-ansi-sequences)
16050         (article-treat-ansi-sequences): New variable and function.
16051         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16052
16053         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16054         Use it.
16055
16056 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16057
16058         * mm-util.el (mm-quote-arg): Remove.
16059
16060         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16061         shell-quote-argument.
16062
16063         * gnus-uu.el (gnus-uu-command): do.
16064
16065         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16066
16067         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16068         with make-char.
16069
16070         * mm-util.el (mm-make-char): Remove.
16071
16072         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16073         add-minor-mode.
16074
16075         * gnus-undo.el (gnus-undo-mode): do.
16076
16077         * gnus-topic.el (gnus-topic-mode): do.
16078
16079         * gnus-sum.el (gnus-dead-summary-mode): do.
16080
16081         * gnus-start.el (gnus-slave-mode): do.
16082
16083         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16084
16085         * gnus-ml.el (gnus-mailing-list-mode): do.
16086
16087         * gnus-gl.el (gnus-grouplens-mode): do.
16088
16089         * gnus-draft.el (gnus-draft-mode): do.
16090
16091         * gnus-dired.el (gnus-dired-mode): do.
16092
16093         * gnus-ems.el (gnus-add-minor-mode): Remove.
16094
16095         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16096         Replace gnus-char-width with char-width.
16097
16098         * gnus-ems.el (gnus-char-width): Remove.
16099
16100         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16101         Replace gnus-char-width with char-width.
16102
16103         * gnus-ems.el (gnus-char-width): Remove.
16104
16105         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16106         definition.
16107         Remove Emacs 20 hash table compatibility code.
16108
16109         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16110         20 compatibility code.
16111
16112         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16113
16114         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16115
16116         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16117         with point-at-{eol,bol}.
16118
16119         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16120
16121         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16122
16123         * flow-fill.el (fill-flowed-point-at-bol)
16124         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16125
16126         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16127         Replace with point-at-{eol,bol} throughout all files.
16128
16129 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * ntlm.el (ntlm-string-as-unibyte): New macro.
16132         (ntlm-build-auth-response): Use it.
16133
16134         Remove Emacs 20 stuff:
16135         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16136         (butlast, mapc, remove): Remove the compiler macros.
16137         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16138         of delq and copy-sequence.
16139         * gnus-art.el (popup-menu): Remove the compiler macro.
16140         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16141         Emacs 20.
16142
16143 2004-01-05  Simon Josefsson  <jas@extundo.com>
16144
16145         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16146         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16147         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16148         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16149         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16150         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16151         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16152         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16153         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16154         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16155         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16156         string-xor into ntlm-string-xor.  Suggested by
16157         Jesper Harder <harder@myrealbox.com>.
16158
16159         * ntlm.el: Don't include poem.
16160
16161         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16162         Jesper Harder <harder@myrealbox.com>.
16163
16164         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16165
16166         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16167         probably breaks emacs with DL patch, but do we care? Is anyone
16168         still using the DL stuff?)
16169
16170         * sieve-manage.el: Use the password package.
16171         (sieve-manage-read-passwd): Remove.
16172         (sieve-manage-interactive-login): Use password.  Re-add
16173         condition-case around loop.
16174
16175         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16176         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16177         the password package.
16178
16179 2003-02-19  Simon Josefsson  <jas@extundo.com>
16180
16181         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16182         token.
16183
16184 2002-08-07  Simon Josefsson  <jas@extundo.com>
16185
16186         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16187         (sieve-manage-authenticators):
16188         (sieve-manage-authenticator-alist): Add some SASL mechs.
16189         (sieve-sasl-auth): New function.
16190         (sieve-manage-cram-md5-auth):
16191         (sieve-manage-plain-auth): Rewrite using SASL library.
16192         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16193         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16194         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16195         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16196
16197 2004-01-05  Simon Josefsson  <jas@extundo.com>
16198
16199         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16200         New files.
16201
16202 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * gnus-group.el (gnus-no-groups-message): Update.
16205
16206         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16207
16208 2003-11-09  Simon Josefsson  <jas@extundo.com>
16209
16210         * imap.el: Support for ID IMAP extension (RFC 2971).
16211         (imap-local-variables): Add imap-id.
16212         (imap-id): New variable.
16213         (imap-id): New function.
16214         (imap-parse-response): Parse untagged ID response.
16215         * nnimap.el (nnimap-id): New variable.
16216         (nnimap-open-connection): Use it.
16217
16218 2003-12-28  Simon Josefsson  <jas@extundo.com>
16219
16220         * gnus-score.el (gnus-score-edit-all-score): New.
16221         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16222
16223 2004-01-04  Simon Josefsson  <jas@extundo.com>
16224
16225         * password.el: Add.
16226
16227 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16228
16229         * dns.el (dns-query-types): Fix typo.
16230         (dns-query-types): New function.
16231         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16232         PTR and SOA replies, see RFC 1035.
16233
16234 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16237
16238         * Moved to Changelog.2.
16239
16240 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241
16242         * gnus.el (gnus-version-number): Bump version.
16243
16244 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16245
16246         * gnus.el: No Gnus v0.1 is released.
16247
16248 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16249
16250         * gnus.el: No Gnus v0.0 is released.
16251
16252 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16253
16254         * gnus.el (gnus-version-number): Bump.
16255         (gnus-version): No.
16256
16257 See ChangeLog.2 for earlier changes.
16258
16259     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16260       Free Software Foundation, Inc.
16261
16262   This file is part of GNU Emacs.
16263
16264   GNU Emacs is free software: you can redistribute it and/or modify
16265   it under the terms of the GNU General Public License as published by
16266   the Free Software Foundation, either version 3 of the License, or
16267   (at your option) any later version.
16268
16269   GNU Emacs is distributed in the hope that it will be useful,
16270   but WITHOUT ANY WARRANTY; without even the implied warranty of
16271   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16272   GNU General Public License for more details.
16273
16274   You should have received a copy of the GNU General Public License
16275   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16276
16277 ;; Local Variables:
16278 ;; coding: utf-8
16279 ;; fill-column: 79
16280 ;; add-log-time-zone-rule: t
16281 ;; End: